@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#lcArticle1 {
  position: relative;
  height: 1364px;
  min-width: 1148px; }
  article#lcArticle1 div.lc-background {
    position: relative;
    height: 580px;
    background: transparent no-repeat center;
    background-size: cover;
    background-image: url(/images/sdteck/img-main-bg-1920-644.jpg); }
  article#lcArticle1 div.lc-content-wrap {
    position: absolute;
    padding-top: 126px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    article#lcArticle1 div.lc-content-wrap div.lc-container {
      position: relative;
      margin: 0 auto;
      max-width: 936px; }
    article#lcArticle1 div.lc-content-wrap div.lc-about {
      position: relative; }
      article#lcArticle1 div.lc-content-wrap div.lc-about h2 {
        margin: 0;
        line-height: 1.2; }
        article#lcArticle1 div.lc-content-wrap div.lc-about h2.lc-title {
          font-weight: 300;
          font-size: 20px;
          margin-bottom: 6px;
          color: rgba(255, 255, 255, 0.75); }
        article#lcArticle1 div.lc-content-wrap div.lc-about h2.lc-strong {
          font-size: 28px;
          color: rgba(255, 255, 255, 0.85); }
        article#lcArticle1 div.lc-content-wrap div.lc-about h2 + span {
          display: inline-flex;
          margin-top: 14px;
          align-items: center; }
          article#lcArticle1 div.lc-content-wrap div.lc-about h2 + span img {
            display: inline-block;
            padding-top: 4px;
            width: 60px;
            margin-right: 10px; }
          article#lcArticle1 div.lc-content-wrap div.lc-about h2 + span p {
            display: inline-block;
            margin: 0 !important;
            line-height: 1 !important;
            font-size: 60px !important;
            font-weight: bold;
            color: white; }
      article#lcArticle1 div.lc-content-wrap div.lc-about p {
        margin: 0; }
        article#lcArticle1 div.lc-content-wrap div.lc-about p:nth-of-type(1) {
          margin-top: 32px;
          line-height: 1.5;
          font-size: 20px;
          color: white; }
      article#lcArticle1 div.lc-content-wrap div.lc-about a {
        position: relative;
        display: block;
        margin-top: 38px;
        border-radius: 31px;
        width: 243px;
        height: 62px;
        line-height: 62px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: rgba(34, 34, 34, 0.9);
        background-color: white;
        -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) {
          article#lcArticle1 div.lc-content-wrap div.lc-about a:active {
            color: #1049c1; } }
        @media screen and (min-width: 1025px) {
          article#lcArticle1 div.lc-content-wrap div.lc-about a:hover {
            color: #1049c1; } }
    article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 {
      position: absolute;
      top: 0;
      right: 0;
      width: 296px;
      z-index: 1; }
      article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li {
        position: relative;
        width: 100%;
        height: 148px;
        background-color: rgba(255, 255, 255, 0.82);
        background-image: url(/images/sdteck/ic-plus-21-21@2x.png);
        background-size: 21px;
        background-position: right 24px bottom 24px;
        background-repeat: no-repeat;
        -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#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li:nth-of-type(2) {
          margin-top: 1px; }
        @media screen and (max-width: 1024px) {
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li:active {
            background-color: rgba(255, 255, 255, 0.9); } }
        @media screen and (min-width: 1025px) {
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li:hover {
            background-color: rgba(255, 255, 255, 0.9); } }
        article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li a {
          position: relative;
          display: block;
          padding-top: 44px;
          padding-left: 32px;
          width: 100%;
          height: 100%; }
        article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li p {
          margin: 0; }
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li p:nth-of-type(1) {
            line-height: 1;
            font-size: 18px;
            font-weight: bold;
            opacity: 0.51; }
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-1 li p:nth-of-type(2) {
            margin-top: 16px;
            padding-left: 28px;
            line-height: 1;
            font-size: 24px; }
    article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 {
      position: relative;
      margin-top: 79px; }
      article#lcArticle1 div.lc-content-wrap ul.lc-nav-2:after {
        display: block;
        content: "";
        clear: both; }
      article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li {
        margin-right: 24px;
        width: 296px;
        float: left;
        background: transparent no-repeat center;
        background-size: cover; }
        article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li:nth-of-type(3) {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li:active p {
            color: #1049c1; } }
        @media screen and (min-width: 1025px) {
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li:hover p {
            color: #1049c1; } }
        article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li a.lc-card {
          position: relative;
          display: block;
          width: 100%;
          background-color: white;
          box-shadow: 2px 8px 15px 0 rgba(0, 0, 0, 0.15); }
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li a.lc-card img {
            position: relative;
            display: block;
            width: 100%;
            height: 296px; }
          article#lcArticle1 div.lc-content-wrap ul.lc-nav-2 li a.lc-card p {
            margin: 0;
            height: 72px;
            line-height: 72px;
            font-size: 22px;
            text-align: center;
            -webkit-transition: color .1s;
            -moz-transition: color .1s;
            -ms-transition: color .1s;
            -o-transition: color .1s;
            transition: color .1s; }
    article#lcArticle1 div.lc-content-wrap div.lc-info {
      position: relative;
      margin-top: 129px; }
      article#lcArticle1 div.lc-content-wrap div.lc-info:after {
        display: block;
        content: "";
        clear: both; }
      article#lcArticle1 div.lc-content-wrap div.lc-info h3 {
        display: block;
        margin: 0 29px 0 0;
        width: 451px;
        line-height: 1.41;
        font-size: 32px;
        font-weight: 300;
        color: #000;
        float: left; }
      article#lcArticle1 div.lc-content-wrap div.lc-info p {
        display: block;
        margin: 0;
        width: 456px;
        line-height: 1.75;
        font-size: 20px;
        color: #000;
        float: left; }

article#lcArticle2 {
  position: relative;
  padding-top: 80px;
  height: 730px;
  background: transparent no-repeat center;
  background-size: cover;
  background-image: url(/images/sdteck/img-management-philosophy-bg-1920-731.jpg);
  min-width: 1148px; }
  article#lcArticle2 p {
    margin: 0;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #1049c1; }
  article#lcArticle2 h2 {
    margin: 16px 0 0 0;
    line-height: 1;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    color: #1049c1; }
  article#lcArticle2 img {
    display: block;
    margin: 64px auto;
    width: 469px;
    height: 419px; }

article#lcArticle3 {
  position: relative;
  height: 640px;
  background-color: #fbfbfb; }
  article#lcArticle3 div.lc-container {
    position: relative;
    margin: 0 auto;
    max-width: 936px; }
  article#lcArticle3 img {
    position: absolute;
    top: 103px;
    left: 0;
    width: 308px;
    height: 434px; }
  article#lcArticle3 i {
    position: absolute;
    display: block;
    top: 264px;
    width: 72px;
    height: 72px;
    background: transparent no-repeat center;
    background-size: cover; }
    article#lcArticle3 i:nth-of-type(1) {
      right: 406px;
      background-image: url(/images/sdteck/left-wing@2x.png); }
    article#lcArticle3 i:nth-of-type(2) {
      right: 0;
      background-image: url(/images/sdteck/right-wing@2x.png); }
  article#lcArticle3 div.lc-contents-wrap {
    position: relative;
    padding-top: 254px;
    padding-left: 460px; }
    article#lcArticle3 div.lc-contents-wrap h2 {
      margin: 0;
      line-height: 1.44;
      font-size: 32px;
      font-weight: 500;
      text-align: center; }
    article#lcArticle3 div.lc-contents-wrap p {
      margin: 24px 0 0 0;
      font-size: 20px;
      text-align: center;
      color: #333; }

