@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Light"), local("NotoSans-Light"), url(/fonts/NotoSans/NotoSans-Light.eot);
  src: url(/fonts/NotoSans/NotoSans-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Light.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Light.woff) format("woff"); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(/fonts/NotoSans/NotoSans-Regular.eot);
  src: url(/fonts/NotoSans/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Regular.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Regular.woff) format("woff"); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url(/fonts/NotoSans/NotoSans-Medium.eot);
  src: url(/fonts/NotoSans/NotoSans-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Medium.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Medium.woff) format("woff"); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(/fonts/NotoSans/NotoSans-Bold.eot);
  src: url(/fonts/NotoSans/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Bold.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Bold.woff) format("woff"); }

* {
  box-sizing: border-box;
  *behavior: url(/etc/boxsizing.htc); }

html {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  margin: 0;
  padding-top: 64px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans KR', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans KR', sans-serif; }

input:-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input::-moz-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input:-moz-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

textarea::-webkit-input-placeholder {
  color: #ccc !important; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important; }

textarea:-ms-input-placeholder {
  color: #ccc !important; }

textarea,
input {
  border: none;
  outline: none;
  border-radius: 0; }

button {
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: white;
  font-family: 'Noto Sans KR', sans-serif; }
  button span {
    position: relative; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none; }
  a:link, a:visited, a:hover, a:active {
    color: #222; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

p {
  margin: 0; }

select {
  border-radius: 0;
  border: 0;
  background-color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans KR', sans-serif; }

select::-ms-expand {
  display: none; }

textarea {
  font-family: 'Noto Sans KR', sans-serif; }

.vertical-align-wrap {
  position: relative;
  display: table;
  padding: 32px;
  width: 100%;
  height: 100%; }
  .vertical-align-wrap .vertical-align {
    display: table-cell;
    vertical-align: middle; }

header#lcHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  z-index: 10;
  overflow: visible; }
  header#lcHeader h1 {
    position: absolute;
    top: 8px;
    left: 32px;
    margin: 0;
    width: 213px;
    height: 50px;
    z-index: 1; }
    header#lcHeader h1 span {
      position: relative;
      display: block;
      margin-top: -3000px; }
    header#lcHeader h1 a {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      header#lcHeader h1 a img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
  header#lcHeader nav {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: visible; }
    header#lcHeader nav ul.lc-main {
      display: inline-block;
      overflow: visible;
      font-size: 0; }
      header#lcHeader nav ul.lc-main li {
        overflow: visible; }
        header#lcHeader nav ul.lc-main li.lc-item {
          display: inline-block;
          padding: 0 16px;
          height: 64px;
          line-height: 64px; }
          header#lcHeader nav ul.lc-main li.lc-item.active a.lc-item {
            color: #1049c1; }
          header#lcHeader nav ul.lc-main li.lc-item:hover ul.lc-sub {
            opacity: 1;
            visibility: visible; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-item:active a.lc-item {
              color: #1049c1; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-item:hover a.lc-item {
              color: #1049c1; } }
          header#lcHeader nav ul.lc-main li.lc-item a.lc-item {
            font-size: 18px;
            -webkit-transition: color .1s;
            -moz-transition: color .1s;
            -ms-transition: color .1s;
            -o-transition: color .1s;
            transition: color .1s; }
          header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub {
            position: absolute;
            top: 64px;
            left: 0;
            border-top: 1px solid rgba(34, 34, 34, 0.1);
            width: 100%;
            height: 57px;
            z-index: 10;
            background-color: white;
            text-align: center;
            font-size: 0;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); }
            header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item {
              display: inline-block;
              padding: 0 16px; }
              header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item.active a {
                color: #1049c1; }
              header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item a {
                height: 56px;
                line-height: 56px;
                font-size: 18px;
                -webkit-transition: color .1s;
                -moz-transition: color .1s;
                -ms-transition: color .1s;
                -o-transition: color .1s;
                transition: color .1s; }
              @media screen and (max-width: 1024px) {
                header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item:active a {
                  color: #1049c1; } }
              @media screen and (min-width: 1025px) {
                header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item:hover a {
                  color: #1049c1; } }
        header#lcHeader nav ul.lc-main li.lc-login {
          position: absolute;
          top: 0;
          right: 145px;
          width: 145px;
          height: 64px;
          line-height: 64px;
          font-size: 18px;
          background-color: #e1e1e1;
          -webkit-transition: background-color .1s;
          -moz-transition: background-color .1s;
          -ms-transition: background-color .1s;
          -o-transition: background-color .1s;
          transition: background-color .1s; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-login:active {
              background-color: #dbdbdb; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-login:hover {
              background-color: #dbdbdb; } }
          header#lcHeader nav ul.lc-main li.lc-login a {
            color: #5a5a5a; }
        header#lcHeader nav ul.lc-main li.lc-logout {
          position: absolute;
          top: 0;
          right: 145px;
          width: 145px;
          height: 64px;
          line-height: 64px;
          font-size: 18px;
          background-color: #e1e1e1;
          -webkit-transition: background-color .1s;
          -moz-transition: background-color .1s;
          -ms-transition: background-color .1s;
          -o-transition: background-color .1s;
          transition: background-color .1s; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-logout:active {
              background-color: #dbdbdb; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-logout:hover {
              background-color: #dbdbdb; } }
          header#lcHeader nav ul.lc-main li.lc-logout a {
            color: #5a5a5a; }
        header#lcHeader nav ul.lc-main li.lc-customer-center {
          position: absolute;
          top: 0;
          right: 0;
          width: 145px;
          height: 64px;
          line-height: 64px;
          font-size: 18px;
          background-color: #1049c1;
          -webkit-transition: background-color .1s;
          -moz-transition: background-color .1s;
          -ms-transition: background-color .1s;
          -o-transition: background-color .1s;
          transition: background-color .1s; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-customer-center:active {
              background-color: #1210c1; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-customer-center:hover {
              background-color: #1210c1; } }
          header#lcHeader nav ul.lc-main li.lc-customer-center a {
            color: white; }
        header#lcHeader nav ul.lc-main li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }

footer#lcFooter {
  position: relative;
  border-top: 1px solid #e1e1e1;
  min-width: 1148px; }
  footer#lcFooter div.lc-container {
    position: relative;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 936px; }
  footer#lcFooter address {
    line-height: 1.5;
    font-size: 16px;
    font-style: normal;
    color: rgba(34, 34, 34, 0.75); }
  footer#lcFooter img {
    position: absolute;
    display: block;
    top: 42px;
    right: 0;
    width: 178px;
    height: 40px; }

article#lcMap {
  position: relative;
  margin-top: 24px;
  min-width: 1148px; }
  article#lcMap div.lc-container {
    position: relative;
    margin: 0 auto;
    max-width: 1100px; }
    article#lcMap div.lc-container form.lc-map-insert-wrap {
      position: relative;
      margin-bottom: 24px;
      text-align: right;
      font-size: 0; }
      article#lcMap div.lc-container form.lc-map-insert-wrap label {
        margin-right: 16px;
        font-size: 16px; }
        article#lcMap div.lc-container form.lc-map-insert-wrap label:nth-of-type(2) {
          margin-left: 24px; }
      article#lcMap div.lc-container form.lc-map-insert-wrap input {
        border: 1px solid #e1e1e1;
        padding-left: 16px;
        width: 150px;
        height: 40px;
        font-size: 16px;
        font-weight: 300; }
      article#lcMap div.lc-container form.lc-map-insert-wrap button {
        margin-left: 16px;
        width: 100px;
        height: 40px;
        font-size: 16px;
        font-weight: 300;
        color: white;
        background-color: #1049c1;
        -webkit-transition: background-color .1s;
        -moz-transition: background-color .1s;
        -ms-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s; }
        @media screen and (max-width: 1024px) {
          article#lcMap div.lc-container form.lc-map-insert-wrap button:active {
            background-color: #1210c1; } }
        @media screen and (min-width: 1025px) {
          article#lcMap div.lc-container form.lc-map-insert-wrap button:hover {
            background-color: #1210c1; } }
    article#lcMap div.lc-container div#map {
      position: relative;
      height: 400px; }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Light"), local("NotoSans-Light"), url(/fonts/NotoSans/NotoSans-Light.eot);
  src: url(/fonts/NotoSans/NotoSans-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Light.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Light.woff) format("woff"); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(/fonts/NotoSans/NotoSans-Regular.eot);
  src: url(/fonts/NotoSans/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Regular.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Regular.woff) format("woff"); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans Medium"), local("NotoSans-Medium"), url(/fonts/NotoSans/NotoSans-Medium.eot);
  src: url(/fonts/NotoSans/NotoSans-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Medium.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Medium.woff) format("woff"); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(/fonts/NotoSans/NotoSans-Bold.eot);
  src: url(/fonts/NotoSans/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Bold.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Bold.woff) format("woff"); }

* {
  box-sizing: border-box;
  *behavior: url(/etc/boxsizing.htc); }

html {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  margin: 0;
  padding-top: 64px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans KR', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans KR', sans-serif; }

input:-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input::-moz-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input:-moz-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1 !important; }

input::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

textarea::-webkit-input-placeholder {
  color: #ccc !important; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important; }

textarea:-ms-input-placeholder {
  color: #ccc !important; }

textarea,
input {
  border: none;
  outline: none;
  border-radius: 0; }

button {
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: white;
  font-family: 'Noto Sans KR', sans-serif; }
  button span {
    position: relative; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none; }
  a:link, a:visited, a:hover, a:active {
    color: #222; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

p {
  margin: 0; }

select {
  border-radius: 0;
  border: 0;
  background-color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans KR', sans-serif; }

select::-ms-expand {
  display: none; }

textarea {
  font-family: 'Noto Sans KR', sans-serif; }

.vertical-align-wrap {
  position: relative;
  display: table;
  padding: 32px;
  width: 100%;
  height: 100%; }
  .vertical-align-wrap .vertical-align {
    display: table-cell;
    vertical-align: middle; }

header#lcHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  z-index: 10;
  overflow: visible; }
  header#lcHeader h1 {
    position: absolute;
    top: 8px;
    left: 32px;
    margin: 0;
    width: 213px;
    height: 50px;
    z-index: 1; }
    header#lcHeader h1 span {
      position: relative;
      display: block;
      margin-top: -3000px; }
    header#lcHeader h1 a {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      header#lcHeader h1 a img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
  header#lcHeader nav {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: visible; }
    header#lcHeader nav ul.lc-main {
      display: inline-block;
      overflow: visible;
      font-size: 0; }
      header#lcHeader nav ul.lc-main li {
        overflow: visible; }
        header#lcHeader nav ul.lc-main li.lc-item {
          display: inline-block;
          padding: 0 16px;
          height: 64px;
          line-height: 64px; }
          header#lcHeader nav ul.lc-main li.lc-item.active a.lc-item {
            color: #1049c1; }
          header#lcHeader nav ul.lc-main li.lc-item:hover ul.lc-sub {
            opacity: 1;
            visibility: visible; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-item:active a.lc-item {
              color: #1049c1; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-item:hover a.lc-item {
              color: #1049c1; } }
          header#lcHeader nav ul.lc-main li.lc-item a.lc-item {
            font-size: 18px;
            -webkit-transition: color .1s;
            -moz-transition: color .1s;
            -ms-transition: color .1s;
            -o-transition: color .1s;
            transition: color .1s; }
          header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub {
            position: absolute;
            top: 64px;
            left: 0;
            border-top: 1px solid rgba(34, 34, 34, 0.1);
            width: 100%;
            height: 57px;
            z-index: 10;
            background-color: white;
            text-align: center;
            font-size: 0;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); }
            header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item {
              display: inline-block;
              padding: 0 16px; }
              header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item.active a {
                color: #1049c1; }
              header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item a {
                height: 56px;
                line-height: 56px;
                font-size: 18px;
                -webkit-transition: color .1s;
                -moz-transition: color .1s;
                -ms-transition: color .1s;
                -o-transition: color .1s;
                transition: color .1s; }
              @media screen and (max-width: 1024px) {
                header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item:active a {
                  color: #1049c1; } }
              @media screen and (min-width: 1025px) {
                header#lcHeader nav ul.lc-main li.lc-item ul.lc-sub li.lc-sub-item:hover a {
                  color: #1049c1; } }
        header#lcHeader nav ul.lc-main li.lc-login {
          position: absolute;
          top: 0;
          right: 145px;
          width: 145px;
          height: 64px;
          line-height: 64px;
          font-size: 18px;
          background-color: #e1e1e1;
          -webkit-transition: background-color .1s;
          -moz-transition: background-color .1s;
          -ms-transition: background-color .1s;
          -o-transition: background-color .1s;
          transition: background-color .1s; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-login:active {
              background-color: #dbdbdb; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-login:hover {
              background-color: #dbdbdb; } }
          header#lcHeader nav ul.lc-main li.lc-login a {
            color: #5a5a5a; }
        header#lcHeader nav ul.lc-main li.lc-logout {
          position: absolute;
          top: 0;
          right: 145px;
          width: 145px;
          height: 64px;
          line-height: 64px;
          font-size: 18px;
          background-color: #e1e1e1;
          -webkit-transition: background-color .1s;
          -moz-transition: background-color .1s;
          -ms-transition: background-color .1s;
          -o-transition: background-color .1s;
          transition: background-color .1s; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-logout:active {
              background-color: #dbdbdb; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-logout:hover {
              background-color: #dbdbdb; } }
          header#lcHeader nav ul.lc-main li.lc-logout a {
            color: #5a5a5a; }
        header#lcHeader nav ul.lc-main li.lc-customer-center {
          position: absolute;
          top: 0;
          right: 0;
          width: 145px;
          height: 64px;
          line-height: 64px;
          font-size: 18px;
          background-color: #1049c1;
          -webkit-transition: background-color .1s;
          -moz-transition: background-color .1s;
          -ms-transition: background-color .1s;
          -o-transition: background-color .1s;
          transition: background-color .1s; }
          @media screen and (max-width: 1024px) {
            header#lcHeader nav ul.lc-main li.lc-customer-center:active {
              background-color: #1210c1; } }
          @media screen and (min-width: 1025px) {
            header#lcHeader nav ul.lc-main li.lc-customer-center:hover {
              background-color: #1210c1; } }
          header#lcHeader nav ul.lc-main li.lc-customer-center a {
            color: white; }
        header#lcHeader nav ul.lc-main li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }

footer#lcFooter {
  position: relative;
  border-top: 1px solid #e1e1e1;
  min-width: 1148px; }
  footer#lcFooter div.lc-container {
    position: relative;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 936px; }
  footer#lcFooter address {
    line-height: 1.5;
    font-size: 16px;
    font-style: normal;
    color: rgba(34, 34, 34, 0.75); }
  footer#lcFooter img {
    position: absolute;
    display: block;
    top: 42px;
    right: 0;
    width: 178px;
    height: 40px; }

article#lcNav {
  position: relative;
  height: 396px;
  background: transparent no-repeat center;
  background-size: cover;
  min-width: 1148px; }
  article#lcNav div.lc-container {
    position: relative;
    padding-top: 132px;
    height: 100%;
    margin: 0 auto;
    max-width: 1100px; }
  article#lcNav h2 {
    margin: 0;
    line-height: 1;
    font-size: 32px;
    text-align: center;
    color: white; }
  article#lcNav p {
    margin: 16px 0 0 0;
    line-height: 1.11;
    font-size: 18px;
    text-align: center;
    color: white; }
  article#lcNav ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    article#lcNav ul:after {
      display: block;
      content: "";
      clear: both; }
    article#lcNav ul li {
      margin-right: 1px;
      height: 64px;
      line-height: 64px;
      background-color: rgba(255, 255, 255, 0.8);
      float: left; }
      article#lcNav ul li:last-of-type {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        article#lcNav ul li:active {
          background-color: rgba(255, 255, 255, 0.9); } }
      @media screen and (min-width: 1025px) {
        article#lcNav ul li:hover {
          background-color: rgba(255, 255, 255, 0.9); } }
      article#lcNav ul li.active {
        background-color: #1049c1; }
        article#lcNav ul li.active a {
          color: white; }
      article#lcNav ul li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-align: center; }
    article#lcNav ul.lc-five li {
      width: 24.9%; }
    article#lcNav ul.lc-three li {
      width: 366px; }
    article#lcNav ul.lc-two li {
      width: 549.5px; }

article#lcCurrent {
  position: relative;
  margin-top: 40px;
  min-width: 1148px; }
  article#lcCurrent div.lc-container {
    position: relative;
    margin: 0 auto;
    max-width: 1100px; }
    article#lcCurrent div.lc-container:after {
      display: block;
      content: "";
      clear: both; }
  article#lcCurrent i.lc-home {
    display: block;
    width: 22px;
    height: 20px;
    background: transparent no-repeat center;
    background-size: cover;
    background-image: url(/images/sdteck/ic-home-22-20@2x.png);
    float: left; }
  article#lcCurrent i.lc-next {
    display: block;
    margin: 0 16px;
    width: 7px;
    height: 20px;
    background: transparent no-repeat center;
    background-size: cover;
    background-image: url(/images/sdteck/ic-next-arrow-7-20@2x.png);
    float: left; }
  article#lcCurrent span {
    display: block;
    height: 20px;
    line-height: 20px;
    float: left; }

article#lcContent {
  position: relative;
  margin-top: 24px;
  margin-bottom: 96px;
  min-width: 1148px; }
  article#lcContent div.lc-container {
    position: relative;
    margin: 0 auto;
    max-width: 1100px; }
    article#lcContent div.lc-container form.lc-upload-wrap {
      position: relative;
      margin-bottom: 24px;
      text-align: right; }
      article#lcContent div.lc-container form.lc-upload-wrap input {
        padding-top: 14px;
        width: 250px;
        height: 40px;
        cursor: pointer; }
      article#lcContent div.lc-container form.lc-upload-wrap button {
        width: 100px;
        height: 40px;
        font-size: 16px;
        font-weight: 300;
        color: white;
        background-color: #1049c1;
        -webkit-transition: background-color .1s;
        -moz-transition: background-color .1s;
        -ms-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s; }
        @media screen and (max-width: 1024px) {
          article#lcContent div.lc-container form.lc-upload-wrap button:active {
            background-color: #1210c1; } }
        @media screen and (min-width: 1025px) {
          article#lcContent div.lc-container form.lc-upload-wrap button:hover {
            background-color: #1210c1; } }
    article#lcContent div.lc-container img {
      position: relative;
      display: block;
      width: 100%; }

