@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; }

@-webkit-keyframes modal-animation {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes modal-animation {
  0% {
    -moz-transform: translate3d(0, -30px, 0);
    opacity: 0; }
  100% {
    -moz-: translate3d(0, 0, 0);
    opacity: 1; } }

@-ms-keyframes modal-animation {
  0% {
    -ms-transform: translate3d(0, -30px, 0);
    opacity: 0; }
  100% {
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes modal-animation {
  0% {
    -o-transform: translate3d(0, -30px, 0);
    opacity: 0; }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes modal-animation {
  0% {
    transform: translate3d(0, -30px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

article#lcList {
  position: relative;
  margin-top: 24px;
  margin-bottom: 96px;
  min-width: 1148px; }
  article#lcList div.lc-container {
    position: relative;
    margin: 0 auto;
    max-width: 1100px; }
    article#lcList div.lc-container div.lc-button-wrap {
      margin-bottom: 24px;
      text-align: right; }
      article#lcList div.lc-container div.lc-button-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#lcList div.lc-container div.lc-button-wrap button:active {
            background-color: #1210c1; } }
        @media screen and (min-width: 1025px) {
          article#lcList div.lc-container div.lc-button-wrap button:hover {
            background-color: #1210c1; } }
    article#lcList div.lc-container ul.lc-list {
      position: relative; }
      article#lcList div.lc-container ul.lc-list:after {
        display: block;
        content: "";
        clear: both; }
      article#lcList div.lc-container ul.lc-list li {
        margin-right: 24px;
        margin-bottom: 24px;
        border: 1px solid #f4f4f4;
        width: 257px;
        cursor: pointer;
        float: left; }
        article#lcList div.lc-container ul.lc-list li:nth-of-type(4n) {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          article#lcList div.lc-container ul.lc-list li:active p {
            color: #1049c1; } }
        @media screen and (min-width: 1025px) {
          article#lcList div.lc-container ul.lc-list li:hover p {
            color: #1049c1; } }
        article#lcList div.lc-container ul.lc-list li div.lc-image-wrap {
          position: relative;
          height: 255px;
          background-color: #f1f1f1;
          background-image: url(/images/sdteck/img-noimage-131-107@2x.png);
          background-size: 131px 107px;
          background-position: center;
          background-repeat: no-repeat; }
          article#lcList div.lc-container ul.lc-list li div.lc-image-wrap img {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-color: white; }
        article#lcList div.lc-container ul.lc-list li p {
          padding-left: 16px;
          height: 50px;
          line-height: 50px;
          font-size: 18px;
          opacity: 0.9;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          -webkit-transition: color .1s;
          -moz-transition: color .1s;
          -ms-transition: color .1s;
          -o-transition: color .1s;
          transition: color .1s; }
    article#lcList div.lc-container ul.lc-page {
      position: relative;
      margin-top: 8px;
      text-align: right;
      font-size: 0; }
      article#lcList div.lc-container ul.lc-page li {
        display: inline-block;
        margin-left: 10px;
        border-bottom: 1px solid #e1e1e1;
        height: 25px;
        cursor: pointer;
        -webkit-transition: border-color .1s;
        -moz-transition: border-color .1s;
        -ms-transition: border-color .1s;
        -o-transition: border-color .1s;
        transition: border-color .1s; }
        article#lcList div.lc-container ul.lc-page li.active {
          border-color: #1049c1; }
          article#lcList div.lc-container ul.lc-page li.active a {
            color: #1049c1; }
        article#lcList div.lc-container ul.lc-page li.first {
          background-image: url(/images/sdteck/ic-pagenumbering-double-left-chevron-12-18@2x.png);
          background-size: 12px 18px;
          background-position: center;
          background-repeat: no-repeat; }
        article#lcList div.lc-container ul.lc-page li.before {
          background-image: url(/images/sdteck/ic-pagenumbering-left-chevron-12-18@2x.png);
          background-size: 12px 18px;
          background-position: center;
          background-repeat: no-repeat; }
        article#lcList div.lc-container ul.lc-page li.after {
          background-image: url(/images/sdteck/ic-pagenumbering-right-chevron-12-18@2x.png);
          background-size: 12px 18px;
          background-position: center;
          background-repeat: no-repeat; }
        article#lcList div.lc-container ul.lc-page li.last {
          background-image: url(/images/sdteck/ic-pagenumbering-double-right-chevron-12-18@2x.png);
          background-size: 12px 18px;
          background-position: center;
          background-repeat: no-repeat; }
        article#lcList div.lc-container ul.lc-page li a {
          display: block;
          padding: 0 8px;
          min-width: 24px;
          height: 100%;
          font-size: 16px;
          color: #5a5a5a; }
        @media screen and (max-width: 1024px) {
          article#lcList div.lc-container ul.lc-page li:active {
            border-color: #222; }
            article#lcList div.lc-container ul.lc-page li:active a {
              color: #222222; } }
        @media screen and (min-width: 1025px) {
          article#lcList div.lc-container ul.lc-page li:hover {
            border-color: #222; }
            article#lcList div.lc-container ul.lc-page li:hover a {
              color: #222222; } }

article#lcCreate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    article#lcCreate {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility .3s, opacity .3s;
      -moz-transition: visibility .3s, opacity .3s;
      -ms-transition: visibility .3s, opacity .3s;
      -o-transition: visibility .3s, opacity .3s;
      transition: visibility .3s, opacity .3s; }
      article#lcCreate.active {
        visibility: visible;
        opacity: 1; }
        article#lcCreate.active form#createModal {
          -webkit-animation: .3s modal-animation forwards;
          -moz-animation: .3s modal-animation forwards;
          -ms-animation: .3s modal-animation forwards;
          -o-animation: .3s modal-animation forwards;
          animation: .3s modal-animation forwards; } }
  @media screen and (max-width: 768px) {
    article#lcCreate {
      display: none; }
      article#lcCreate.active {
        display: block; } }
  article#lcCreate form#createModal {
    position: relative;
    margin: auto;
    width: 650px;
    box-shadow: 0 4px 13px 10px rgba(0, 0, 0, 0.17);
    background-color: white;
    overflow: hidden; }
    article#lcCreate form#createModal input#result_title {
      margin-left: 32px;
      margin-top: 10px;
      border: 1px solid #e1e1e1;
      padding-left: 16px;
      width: 500px;
      height: 50px;
      font-size: 20px;
      font-weight: 300; }
    article#lcCreate form#createModal button#closeCreate {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 70px;
      z-index: 1;
      background: transparent no-repeat center;
      background-size: cover;
      background-image: url(/images/sdteck/ic-modal-close-70-70@2x.png); }
    article#lcCreate form#createModal div.lc-image-wrap {
      position: relative;
      margin: 26px 32px 0 32px;
      height: 352px;
      background: transparent no-repeat center;
      background-size: cover;
      background-color: #f1f1f1; }
      article#lcCreate form#createModal div.lc-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      article#lcCreate form#createModal div.lc-image-wrap input {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 200px;
        padding-top: 170px;
        width: 100%;
        height: 100%;
        color: #aaa;
        z-index: 2;
        cursor: pointer; }
    article#lcCreate form#createModal div.lc-wrap {
      position: relative;
      margin: 16px 32px 0 32px; }
      article#lcCreate form#createModal div.lc-wrap:after {
        display: block;
        content: "";
        clear: both; }
      article#lcCreate form#createModal div.lc-wrap div.lc-half {
        position: relative;
        margin-bottom: 8px;
        width: 50%;
        float: left; }
        article#lcCreate form#createModal div.lc-wrap div.lc-half:nth-of-type(2n) {
          padding-left: 89px; }
          article#lcCreate form#createModal div.lc-wrap div.lc-half:nth-of-type(2n) label {
            left: 12px; }
        article#lcCreate form#createModal div.lc-wrap div.lc-half:nth-of-type(2n + 1) {
          padding-left: 75px;
          padding-right: 12px; }
        article#lcCreate form#createModal div.lc-wrap div.lc-half label {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 75px;
          height: 40px;
          line-height: 40px;
          float: left; }
      article#lcCreate form#createModal div.lc-wrap label {
        font-size: 16px;
        font-weight: bold; }
      article#lcCreate form#createModal div.lc-wrap input {
        border: 1px solid #e1e1e1;
        padding-left: 16px;
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-weight: 300; }
      article#lcCreate form#createModal div.lc-wrap div.lc-one {
        width: 100%;
        float: left; }
        article#lcCreate form#createModal div.lc-wrap div.lc-one label {
          display: block;
          margin-bottom: 8px;
          line-height: 1.13; }
        article#lcCreate form#createModal div.lc-wrap div.lc-one textarea {
          display: block;
          border: 1px solid #e1e1e1;
          padding: 16px;
          width: 100%;
          line-height: 1.5;
          font-size: 16px;
          font-weight: 300;
          resize: none; }
    article#lcCreate form#createModal div.lc-button-wrap {
      margin-top: 32px; }
      article#lcCreate form#createModal div.lc-button-wrap:after {
        display: block;
        content: "";
        clear: both; }
      article#lcCreate form#createModal div.lc-button-wrap button {
        display: block;
        width: 50%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        font-weight: bold;
        color: white;
        float: left; }
        article#lcCreate form#createModal div.lc-button-wrap button:nth-of-type(1) {
          background-color: #5a5a5a; }
        article#lcCreate form#createModal div.lc-button-wrap button:nth-of-type(2) {
          background-color: #1049c1; }

article#lcDetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    article#lcDetail {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility .3s, opacity .3s;
      -moz-transition: visibility .3s, opacity .3s;
      -ms-transition: visibility .3s, opacity .3s;
      -o-transition: visibility .3s, opacity .3s;
      transition: visibility .3s, opacity .3s; }
      article#lcDetail.active {
        visibility: visible;
        opacity: 1; }
        article#lcDetail.active div#detailModal {
          -webkit-animation: .3s modal-animation forwards;
          -moz-animation: .3s modal-animation forwards;
          -ms-animation: .3s modal-animation forwards;
          -o-animation: .3s modal-animation forwards;
          animation: .3s modal-animation forwards; } }
  @media screen and (max-width: 768px) {
    article#lcDetail {
      display: none; }
      article#lcDetail.active {
        display: block; } }
  article#lcDetail div#detailModal {
    position: relative;
    margin: auto;
    width: 650px;
    box-shadow: 0 4px 13px 10px rgba(0, 0, 0, 0.17);
    background-color: white;
    overflow: hidden; }
    article#lcDetail div#detailModal h2 {
      margin: 0;
      padding-left: 32px;
      height: 70px;
      line-height: 70px;
      font-size: 20px; }
    article#lcDetail div#detailModal button#closeDetail {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: 70px;
      z-index: 1;
      background: transparent no-repeat center;
      background-size: cover;
      background-image: url(/images/sdteck/ic-modal-close-70-70@2x.png); }
    article#lcDetail div#detailModal div.lc-image-wrap {
      position: relative;
      margin: 16px 32px 0 32px;
      height: 352px;
      background: transparent no-repeat center;
      background-size: cover;
      background-color: #f1f1f1;
      background-image: url(/images/sdteck/img-noimage-131-107@2x.png);
      background-size: 131px 107px;
      background-position: center;
      background-repeat: no-repeat; }
      article#lcDetail div#detailModal div.lc-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: white; }
    article#lcDetail div#detailModal div.lc-wrap {
      position: relative;
      margin: 16px 32px 0 32px; }
      article#lcDetail div#detailModal div.lc-wrap:after {
        display: block;
        content: "";
        clear: both; }
      article#lcDetail div#detailModal div.lc-wrap div.lc-half {
        position: relative;
        margin-bottom: 8px;
        width: 50%;
        float: left; }
        article#lcDetail div#detailModal div.lc-wrap div.lc-half:nth-of-type(2n) {
          padding-left: 89px; }
          article#lcDetail div#detailModal div.lc-wrap div.lc-half:nth-of-type(2n) label {
            left: 12px; }
        article#lcDetail div#detailModal div.lc-wrap div.lc-half:nth-of-type(2n + 1) {
          padding-left: 75px;
          padding-right: 12px; }
        article#lcDetail div#detailModal div.lc-wrap div.lc-half label {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 75px;
          height: 32px;
          line-height: 32px;
          float: left; }
        article#lcDetail div#detailModal div.lc-wrap div.lc-half p {
          height: 32px;
          line-height: 32px;
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      article#lcDetail div#detailModal div.lc-wrap label {
        font-size: 16px;
        font-weight: bold; }
      article#lcDetail div#detailModal div.lc-wrap div.lc-one {
        width: 100%;
        float: left; }
        article#lcDetail div#detailModal div.lc-wrap div.lc-one label {
          display: block;
          margin-bottom: 8px;
          line-height: 1.13; }
        article#lcDetail div#detailModal div.lc-wrap div.lc-one p {
          line-height: 1.5;
          font-size: 16px; }
    article#lcDetail div#detailModal div.lc-button-wrap {
      margin-top: 32px; }
      article#lcDetail div#detailModal div.lc-button-wrap:after {
        display: block;
        content: "";
        clear: both; }
      article#lcDetail div#detailModal div.lc-button-wrap button {
        width: 50%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: white;
        float: left;
        -webkit-transition: background-color .1s;
        -moz-transition: background-color .1s;
        -ms-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s; }
        article#lcDetail div#detailModal div.lc-button-wrap button:first-child:last-child {
          width: 100%; }
        article#lcDetail div#detailModal div.lc-button-wrap button:nth-of-type(1) {
          background-color: #5a5a5a; }
          @media screen and (max-width: 1024px) {
            article#lcDetail div#detailModal div.lc-button-wrap button:nth-of-type(1):active {
              background-color: #505050; } }
          @media screen and (min-width: 1025px) {
            article#lcDetail div#detailModal div.lc-button-wrap button:nth-of-type(1):hover {
              background-color: #505050; } }
        article#lcDetail div#detailModal div.lc-button-wrap button:nth-of-type(2) {
          background-color: #1049c1; }
          @media screen and (max-width: 1024px) {
            article#lcDetail div#detailModal div.lc-button-wrap button:nth-of-type(2):active {
              background-color: #1210c1; } }
          @media screen and (min-width: 1025px) {
            article#lcDetail div#detailModal div.lc-button-wrap button:nth-of-type(2):hover {
              background-color: #1210c1; } }

