@charset "UTF-8";
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Thin"), local("NotoSans-Thin"), url(/fonts/NotoSans/NotoSans-Thin.eot);
  src: url(/fonts/NotoSans/NotoSans-Thin.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-Thin.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-Thin.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  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: 400;
  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");
}
@font-face {
  font-family: Rozha One;
  font-style: normal;
  src: local(RozhaOne), url(/fonts/RozhaOne/RozhaOne-Regular.ttf);
}
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  src: local("Arimo Regular"), local("Arimo-Regular"), url(/fonts/Arimo/Arimo-Regular.ttf);
}
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  src: local("Arimo Bold"), local("Arimo-Bold"), url(/fonts/Arimo/Arimo-Bold.ttf);
}
@-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-transform: 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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  content: "";
  text-align: center;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  border: 0;
  background-color: #1e1e1e;
}

* {
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}

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

body {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
body.lc-hidden {
  overflow-y: hidden;
}
@media screen and (min-width: 1220px) {
  body.lc-hidden {
    padding-right: 17px;
  }
}

#root {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #lcMainWrap {
    height: 100%;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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,
input {
  border: none;
  outline: none;
  border-radius: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
}

textarea {
  -webkit-appearance: none;
}
textarea:-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1 !important;
}
textarea::-moz-placeholder {
  color: #ccc !important;
  opacity: 1 !important;
}
textarea:-moz-placeholder {
  color: #ccc !important;
  opacity: 1 !important;
}
textarea::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1 !important;
}

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, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

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

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

@media screen and (min-width: 1220px) {
  .lc-m-inline-block {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-m-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .lc-m-inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 1220px) {
  .lc-m-block {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-m-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lc-m-block {
    display: block;
  }
}

@media screen and (min-width: 1220px) {
  .lc-pc-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-pc-inline-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lc-pc-inline-block {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .lc-pc-block {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-pc-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lc-pc-block {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .lc-container {
    width: 1224px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-container {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .lc-container {
    padding: 0 16px;
  }
}

.lc-rozha-text {
  font-family: "Rozha One", serif;
}

.lc-arimo-text {
  font-family: "Arimo", sans-serif;
}

#lcHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 13;
  padding: 0 48px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader {
    height: 60px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  #lcHeader {
    height: 60px;
    padding: 0 16px;
  }
}
#lcHeader #lcLogo {
  display: inline-block;
}
#lcHeader #lcLogo a {
  position: relative;
  padding: 5px;
  line-height: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader #lcLogo a {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #lcHeader #lcLogo a {
    line-height: 60px;
  }
}
#lcHeader #lcLogo a img {
  width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader #lcLogo a img {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  #lcHeader #lcLogo a img {
    width: 64px;
  }
}
#lcHeader #lcLogo a .lc-basic-logo {
  display: none;
}
#lcHeader #lcLogo a span {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#lcHeader #lcPageNav {
  position: relative;
  display: inline-block;
  top: -3px;
  padding-left: 40px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  -moz-opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader #lcPageNav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lcHeader #lcPageNav {
    display: none;
  }
}
#lcHeader.scroll {
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader.scroll {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 767px) {
  #lcHeader.scroll {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
#lcHeader.scroll #lcLogo a {
  line-height: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader.scroll #lcLogo a {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #lcHeader.scroll #lcLogo a {
    line-height: 60px;
  }
}
#lcHeader.scroll #lcLogo a .lc-white-logo {
  display: none;
}
#lcHeader.scroll #lcLogo a .lc-basic-logo {
  display: inline-block;
}
#lcHeader.scroll #lcPageNav {
  line-height: 70px;
  color: #000000;
  opacity: 1;
  -moz-opacity: 1;
}

#lcFooter {
  padding: 20px 24px 90px;
  font-size: 14px;
  font-weight: 300;
  background: #504E67;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #lcFooter {
    padding: 20px 0 40px;
    background: #ffffff;
    border-top: 1px solid #c4c4c4;
    color: #858585;
    font-size: 12px;
    text-align: center;
  }
}
#lcFooter a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #lcFooter a {
    color: #858585;
  }
}
#lcFooter .lc-wrap {
  position: relative;
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
}
#lcFooter .lc-wrap ul {
  padding-bottom: 10px;
}
#lcFooter .lc-wrap ul:after {
  display: block;
  content: "";
  clear: both;
}
#lcFooter .lc-wrap ul li {
  float: left;
  margin-right: 40px;
  font-weight: 600;
}
#lcFooter .lc-wrap ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #lcFooter .lc-wrap ul li {
    float: none;
    display: inline-block;
  }
}
#lcFooter .lc-wrap ul li a {
  display: block;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #lcFooter .lc-wrap ul li a {
    color: #555;
    font-size: 12px;
  }
}
#lcFooter .lc-wrap address {
  padding-bottom: 30px;
  font-style: normal;
  line-height: 1.8;
  word-break: keep-all;
}
#lcFooter .lc-wrap address span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#lcFooter .lc-wrap address span:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #ffffff;
}
#lcFooter .lc-wrap address span:first-of-type {
  padding-left: 0;
}
#lcFooter .lc-wrap address span:last-of-type {
  padding-right: 0;
}
#lcFooter .lc-wrap address span:last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #lcFooter .lc-wrap address span:after {
    background-color: #c4c4c4;
  }
}
#lcFooter .lc-wrap img {
  position: absolute;
  width: 120px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #lcFooter .lc-wrap img {
    display: none;
  }
}
#lcFooter .lc-footer-top {
  border-bottom: 1px solid #E9EDF6;
  margin-bottom: 20px;
}
#lcFooter .lc-footer-top .lc-common-width {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #lcFooter .lc-footer-top .lc-common-width {
    justify-content: flex-start;
    padding: 0 20px 20px;
  }
}
#lcFooter .lc-footer-top .lc-family-site {
  position: relative;
}
#lcFooter .lc-footer-top .lc-family-site button#familySiteOpen {
  width: 160px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #DCE2E4;
  border-radius: 6px;
}
#lcFooter .lc-footer-top .lc-family-site button#familySiteOpen span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #73787B;
}
#lcFooter .lc-footer-top .lc-family-site button#familySiteOpen span:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: transparent no-repeat center;
  background-size: cover;
  background-image: url(/images/index/icons/select-down-gray.svg);
  transition: transform 0.2s;
}
#lcFooter .lc-footer-top .lc-family-site button#familySiteOpen.open span:after {
  transform: rotate(180deg);
}
#lcFooter .lc-footer-top .lc-family-site ul {
  position: absolute;
  z-index: 1;
  top: -110px;
  left: 0;
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s;
}
#lcFooter .lc-footer-top .lc-family-site ul.show {
  opacity: 1;
  visibility: visible;
}
#lcFooter .lc-footer-top .lc-family-site ul li a {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 36px;
  font-size: 13px;
  font-weight: 500;
  color: #73787B;
  text-align: center;
}
#lcFooter .lc-footer-top .lc-family-site ul li + li {
  border-top: 1px solid #E9EDF6;
}

#lcMenuOpen {
  position: fixed;
  z-index: 60;
  top: 40px;
  right: 48px;
  width: 30px;
  height: 22px;
  cursor: pointer;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: rotate 0.5s ease-in-out;
  -o-transition: rotate 0.5s ease-in-out;
  -moz-transition: rotate 0.5s ease-in-out;
  -webkit-transition: rotate 0.5s ease-in-out;
}
#lcMenuOpen span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: left center;
  -o-transform-origin: left center;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
#lcMenuOpen span:nth-child(1) {
  top: 0;
}
#lcMenuOpen span:nth-child(2) {
  top: 10px;
  left: auto;
  right: 0;
  width: 70%;
}
#lcMenuOpen span:nth-child(3) {
  top: 21px;
}
#lcMenuOpen.open span {
  background-color: #000000;
}
#lcMenuOpen.open span:nth-child(1) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#lcMenuOpen.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#lcMenuOpen.open span:nth-child(3) {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 18.5px;
  left: 8px;
}
#lcMenuOpen.scroll {
  transform: translate(0, -18px);
  -o-transform: translate(0, -18px);
  -moz-transform: translate(0, -18px);
  -webkit-transform: translate(0, -18px);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcMenuOpen.scroll {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  #lcMenuOpen.scroll {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
#lcMenuOpen.scroll span {
  background-color: #000000;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcMenuOpen {
    top: 19px;
    right: 24px;
    width: 24px;
    height: 18px;
  }
  #lcMenuOpen span {
    height: 2px;
  }
  #lcMenuOpen span:nth-child(2) {
    top: 8px;
  }
  #lcMenuOpen span:nth-child(3) {
    top: 16px;
  }
  #lcMenuOpen.open span:nth-child(3) {
    top: 14px;
  }
}
@media screen and (max-width: 767px) {
  #lcMenuOpen {
    top: 19px;
    right: 24px;
    width: 24px;
    height: 18px;
  }
  #lcMenuOpen span {
    height: 2px;
  }
  #lcMenuOpen span:nth-child(2) {
    top: 8px;
  }
  #lcMenuOpen span:nth-child(3) {
    top: 16px;
  }
  #lcMenuOpen.open span:nth-child(3) {
    top: 14px;
  }
}

#lcNav {
  position: fixed;
  z-index: 50;
  width: 480px;
  height: 100%;
  right: -480px;
  top: 0;
  background-color: #ffffff;
  transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -webkit-transition: right 0.5s ease-in-out;
}
#lcNav.open {
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #lcNav {
    width: 300px;
  }
}
#lcNav .lc-nav {
  padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-nav {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-nav {
    padding-top: 80px;
  }
}
#lcNav .lc-nav li {
  margin-bottom: 10px;
}
#lcNav .lc-nav li a {
  display: block;
  padding-left: 80px;
  line-height: 80px;
  font-family: Rozha One;
  font-size: 36px;
  color: #c4c4c4;
  transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
#lcNav .lc-nav li a span {
  position: relative;
  left: 0;
  top: -5px;
  opacity: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #9759C7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 1220px) {
  #lcNav .lc-nav li a:hover {
    color: #28323F;
  }
  #lcNav .lc-nav li a:hover span {
    left: 20px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-nav li a {
    padding-left: 40px;
    line-height: 50px;
    font-size: 24px;
  }
  #lcNav .lc-nav li a span {
    left: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-nav li a {
    padding-left: 40px;
    line-height: 50px;
    font-size: 24px;
  }
  #lcNav .lc-nav li a span {
    left: 16px;
    font-size: 12px;
  }
}
#lcNav .lc-nav li a.lc-current {
  color: #28323F;
}
#lcNav .lc-nav li a.lc-current span {
  left: 20px;
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-nav li a.lc-current span {
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-nav li a.lc-current span {
    left: 16px;
  }
}
#lcNav .lc-side-nav {
  padding-top: 150px;
  padding-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-side-nav {
    padding-top: 80px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-side-nav {
    padding-top: 80px;
    padding-left: 40px;
  }
}
#lcNav .lc-side-nav li {
  float: left;
}
#lcNav .lc-side-nav li a {
  display: block;
  position: relative;
  padding: 0 30px;
  line-height: 36px;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: bold;
  color: #858585;
  transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
@media screen and (min-width: 1220px) {
  #lcNav .lc-side-nav li a:hover {
    color: #28323F;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-side-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-side-nav li a {
    font-size: 12px;
  }
}
#lcNav .lc-side-nav li:first-child a {
  padding-left: 0;
}
#lcNav .lc-side-nav li:first-child a:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  right: 0;
  top: 12px;
  background: #c4c4c4;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-side-nav li:first-child a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-side-nav li:first-child a:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcNav .lc-side-nav li:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lcNav .lc-side-nav li:last-child {
    display: none;
  }
}

#lcNavBg {
  display: none;
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(40, 50, 63, 0.7);
}

#lcCurtain {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: -100vh;
  transition: top 0.7s ease-in-out;
  -o-transition: top 0.7s ease-in-out;
  -moz-transition: top 0.7s ease-in-out;
  -webkit-transition: top 0.7s ease-in-out;
  background-color: #ffffff;
}
#lcCurtain.lc-active {
  top: 0;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#lcPreloadWrap {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1000;
}
#lcPreloadWrap .lc-content-wrap {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#lcPreloadWrap .lc-content-wrap h1 img {
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcPreloadWrap .lc-content-wrap h1 img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #lcPreloadWrap .lc-content-wrap h1 img {
    width: 100px;
  }
}
#lcPreloadWrap .lc-content-wrap p {
  padding-top: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #c4c4c4;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcPreloadWrap .lc-content-wrap p {
    padding-top: 30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #lcPreloadWrap .lc-content-wrap p {
    padding-top: 30px;
    font-size: 10px;
  }
}
#lcPreloadWrap .lc-content-wrap p span {
  animation: opacity 0.5s infinite;
  -o-animation: opacity 0.5s infinite;
  -moz-animation: opacity 0.5s infinite;
  -webkit-animation: opacity 0.5s infinite;
}
#lcPreloadWrap .lc-content-wrap p span:nth-child(1) {
  animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
#lcPreloadWrap .lc-content-wrap p span:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
#lcPreloadWrap .lc-content-wrap p span:nth-child(3) {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -webkit-animation-direction: alternate;
}

button.lc-default-btn {
  display: inline-block;
  width: 286px;
  height: 60px;
  border-radius: 60px;
  background-color: #845DD6;
  font-family: Arimo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FEFEFE;
}

a.lc-default-btn {
  display: inline-block;
  border-radius: 60px;
  background-color: #845DD6;
  text-align: center;
  font-family: Arimo, sans-serif;
  font-weight: bold;
  color: #FEFEFE;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1220px) {
  a.lc-default-btn {
    width: 286px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  a.lc-default-btn:hover {
    background-color: #7150ba;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  a.lc-default-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.lc-default-btn:active {
    background-color: #7150ba;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }
}
@media screen and (max-width: 767px) {
  a.lc-default-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.lc-default-btn:active {
    background-color: #7150ba;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }
}

a.lc-border-btn {
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #EAEAEA;
  background-color: transparent;
  text-align: center;
  font-family: Arimo, sans-serif;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1220px) {
  a.lc-border-btn {
    width: 286px;
    height: 60px;
    line-height: 58px;
    font-size: 16px;
  }
  a.lc-border-btn:hover {
    background-color: #F2F2F2;
    color: #13255A;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  a.lc-border-btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.lc-border-btn:active {
    background-color: #F2F2F2;
    color: #13255A;
  }
}
@media screen and (max-width: 767px) {
  a.lc-border-btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.lc-border-btn:active {
    background-color: #F2F2F2;
    color: #13255A;
  }
}

.lc-border-black-btn {
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #555;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #555;
  text-align: center;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1220px) {
  .lc-border-black-btn {
    width: 286px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .lc-border-black-btn:hover {
    background: #9759C7;
    border: 1px solid #9759C7;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-border-black-btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .lc-border-black-btn:active {
    background: #9759C7;
    border: 1px solid #9759C7;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .lc-border-black-btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .lc-border-black-btn:active {
    background: #9759C7;
    border: 1px solid #9759C7;
    color: #ffffff;
  }
}

#lcContactBtn {
  position: fixed;
  z-index: 10;
  border-radius: 50%;
  background-color: #845DD6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#lcContactBtn a {
  display: block;
  height: 100%;
  border-radius: 50%;
  background-color: #845DD6;
  background-image: url(/images/index/icons/infinite.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
}
#lcContactBtn.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1220px) {
  #lcContactBtn {
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
  #lcContactBtn .lc-hide-contact {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
    margin-top: -13px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: bold;
    font-size: 12px;
    color: #13255A;
  }
  #lcContactBtn:hover .lc-hide-contact {
    opacity: 1;
    transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcContactBtn {
    bottom: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
  }
  #lcContactBtn a {
    text-align: center;
    background-size: 22px;
    background-position: top 12px center;
  }
  #lcContactBtn .lc-hide-contact.lc-m-inline-block {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 8px;
    color: #FEFEFE;
    font-size: 6px;
  }
}
@media screen and (max-width: 767px) {
  #lcContactBtn {
    bottom: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
  }
  #lcContactBtn a {
    text-align: center;
    background-size: 22px;
    background-position: top 12px center;
  }
  #lcContactBtn .lc-hide-contact.lc-m-inline-block {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 8px;
    color: #FEFEFE;
    font-size: 6px;
  }
}

.lc-contents-wrap {
  overflow: hidden;
}

@keyframes up-opacity {
  0% {
    transform: translateY(100px);
    -o-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down-opacity {
  0% {
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes wipe {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.lc-sub-visual {
  position: relative;
  overflow: hidden;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #504E67;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-visual {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-visual {
    height: 180px;
  }
}
.lc-sub-visual:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation: wipe 1s ease-in-out 0.2s both;
  -o-animation: wipe 1s ease-in-out 0.2s both;
  -moz-animation: wipe 1s ease-in-out 0.2s both;
  -webkit-animation: wipe 1s ease-in-out 0.2s both;
}
.lc-sub-visual h2 {
  padding-top: 170px;
  line-height: 1;
  font-weight: normal;
}
.lc-sub-visual h2 span {
  display: block;
  overflow: hidden;
  line-height: 1.5;
}
.lc-sub-visual h2 span strong {
  display: block;
  font-size: 64px;
  font-family: "Rozha One", serif;
  font-weight: normal;
  color: #ffffff;
  animation: up-opacity 1s ease-in-out 0.3s both;
  -o-animation: up-opacity 1s ease-in-out 0.3s both;
  -moz-animation: up-opacity 1s ease-in-out 0.3s both;
  -webkit-animation: up-opacity 1s ease-in-out 0.3s both;
}
.lc-sub-visual h2 i {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #FEFEFE;
  animation: down-opacity 0.5s ease-in-out 0.5s both;
  -o-animation: down-opacity 0.5s ease-in-out 0.5s both;
  -moz-animation: down-opacity 0.5s ease-in-out 0.5s both;
  -webkit-animation: down-opacity 0.5s ease-in-out 0.5s both;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-visual h2 {
    padding-top: 70px;
  }
  .lc-sub-visual h2 span strong {
    font-size: 40px;
  }
  .lc-sub-visual h2 i {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-visual h2 {
    padding-top: 100px;
    font-size: 36px;
  }
  .lc-sub-visual h2 span {
    display: none;
  }
  .lc-sub-visual h2 i {
    font-size: 16px;
    font-weight: 500;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
  }
}

#lcAbout .lc-sub-visual {
  background-image: url(/images/index/photos/about-main.jpg);
}

#lcWork .lc-sub-visual {
  background-image: url(/images/index/photos/work-main.jpg);
}

#lcPortfolio .lc-sub-visual {
  background-image: url(/images/index/photos/portfolio-main.jpg);
}

#lcContact .lc-sub-visual {
  background-image: url(/images/index/photos/contact-main.jpg);
}

#lcRecruit .lc-sub-visual {
  background-image: url(/images/index/photos/recruit-main.jpg);
}

.lc-sub-title1 {
  position: relative;
  padding-bottom: 40px;
  font-family: Arimo, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #9759C7;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-title1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title1 {
    font-size: 10px;
  }
}
.lc-sub-title1.white {
  color: #ffffff;
}
.lc-sub-title1:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  left: -74px;
  top: 7px;
  background: #c4c4c4;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-title1:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title1:before {
    display: none;
  }
}

.lc-sub-title2 {
  padding-bottom: 40px;
  line-height: 1.4;
  font-size: 48px;
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
  line-height: 1.2;
  color: #28323F;
}
.lc-sub-title2.white {
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-title2 {
    padding-bottom: 20px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title2 {
    padding-bottom: 20px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title2 {
    font-size: 28px;
  }
  .lc-sub-title2 br {
    display: none;
  }
}

.lc-sub-title3 {
  padding-bottom: 40px;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  word-break: keep-all;
  color: #28323F;
}
.lc-sub-title3.white {
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-title3 {
    padding-bottom: 21px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title3 {
    padding-bottom: 21px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-title3 {
    font-size: 18px;
  }
}

.lc-sub-text {
  word-break: keep-all;
  line-height: 1.6;
  font-family: "Noto Sans KR", sans-serif;
}
.lc-sub-text.white {
  color: #ffffff;
}
@media screen and (min-width: 1220px) {
  .lc-sub-text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-text {
    font-size: 12px;
  }
}

.lc-sub-content {
  padding: 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-sub-content {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .lc-sub-content {
    padding: 0 16px;
  }
}

@keyframes up-opacity {
  0% {
    transform: translateY(100px);
    -o-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down-opacity {
  0% {
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes wipe {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.lc-project-visual {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #504E67;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-visual {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-visual {
    height: 300px;
  }
}
.lc-project-visual:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation: wipe 1.2s ease-in-out 0.3s both;
  -o-animation: wipe 1.2s ease-in-out 0.3s both;
  -moz-animation: wipe 1.2s ease-in-out 0.3s both;
  -webkit-animation: wipe 1.2s ease-in-out 0.3s both;
}
.lc-project-visual h2 {
  padding-top: 280px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.lc-project-visual h2 span {
  display: block;
  overflow: hidden;
  line-height: 1.5;
}
.lc-project-visual h2 span strong {
  display: block;
  font-size: 64px;
  font-family: "Rozha One", serif;
  font-weight: normal;
  animation: up-opacity 1s ease-in-out 0.4s both;
  -o-animation: up-opacity 1s ease-in-out 0.4s both;
  -moz-animation: up-opacity 1s ease-in-out 0.4s both;
  -webkit-animation: up-opacity 1s ease-in-out 0.4s both;
}
.lc-project-visual h2 i {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-style: normal;
  color: #FEFEFE;
  animation: down-opacity 0.5s ease-in-out 0.5s both;
  -o-animation: down-opacity 0.5s ease-in-out 0.5s both;
  -moz-animation: down-opacity 0.5s ease-in-out 0.5s both;
  -webkit-animation: down-opacity 0.5s ease-in-out 0.5s both;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-visual h2 {
    padding-top: 100px;
  }
  .lc-project-visual h2 span strong {
    font-size: 40px;
  }
  .lc-project-visual h2 i {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-visual h2 {
    padding-top: 100px;
    font-size: 36px;
  }
  .lc-project-visual h2 span {
    display: none;
  }
  .lc-project-visual h2 i {
    font-size: 18px;
    font-weight: 500;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
  }
}
.lc-project-visual .lc-txt-wrap {
  padding: 200px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-visual .lc-txt-wrap {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-visual .lc-txt-wrap {
    padding: 60px 0 0;
  }
}
.lc-project-visual .lc-txt-wrap #lcProjectInfo:after {
  display: block;
  content: "";
  clear: both;
}
.lc-project-visual .lc-txt-wrap #lcProjectInfo li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.lc-project-visual .lc-txt-wrap #lcProjectInfo li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li {
    width: 48%;
    margin-right: 4%;
  }
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li:nth-child(2n) {
    margin-right: 0;
  }
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li:nth-child(n+1):nth-child(-n+2) {
    margin-bottom: 20px;
  }
}
.lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-title {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FEFEFE;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-title {
    font-size: 10px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-title {
    font-size: 10px;
    padding-bottom: 2px;
  }
}
.lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-content {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (min-width: 1220px) {
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-content {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-visual .lc-txt-wrap #lcProjectInfo li .lc-info-content {
    font-size: 12px;
  }
}

.lc-txt-wrap {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-txt-wrap {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lc-txt-wrap {
    padding-top: 50px;
  }
}

@keyframes fade-in-top-50 {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.lc-project-list:after {
  display: block;
  content: "";
  clear: both;
}
.lc-project-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 80px;
}
@media screen and (min-width: 1220px) {
  .lc-project-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-list li {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-list li {
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 40px;
  }
  .lc-project-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.lc-project-list li a {
  display: block;
  width: 100%;
}
.lc-project-list li a .lc-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .lc-project-list li a .lc-thumb-wrap {
    border-radius: 10px;
  }
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-img {
  background-color: #504E67;
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-img img {
  width: 100%;
  vertical-align: top;
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-img .lc-thumb-category {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-family: Arimo, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-list li a .lc-thumb-wrap .lc-thumb-img .lc-thumb-category {
    font-size: 10px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-list li a .lc-thumb-wrap .lc-thumb-img .lc-thumb-category {
    font-size: 10px;
    top: 10px;
    left: 10px;
  }
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(to bottom, rgba(40, 50, 63, 0.4) 0%, rgba(40, 50, 63, 0) 30%);
  background-image: -moz-linear-gradient(to bottom, rgba(40, 50, 63, 0.4) 0%, rgba(40, 50, 63, 0) 30%);
  background-image: -o-linear-gradient(to bottom, rgba(40, 50, 63, 0.4) 0%, rgba(40, 50, 63, 0) 30%);
  background-image: linear-gradient(to bottom, rgba(40, 50, 63, 0.4) 0%, rgba(40, 50, 63, 0) 30%);
  text-align: center;
  transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-bg .lc-thumb-title {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 30px;
  box-sizing: border-box;
  font-weight: bold;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-list li a .lc-thumb-wrap .lc-thumb-bg .lc-thumb-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-list li a .lc-thumb-wrap .lc-thumb-bg .lc-thumb-title {
    display: none;
  }
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-bg .lc-thumb-title strong {
  position: relative;
  top: 50px;
  opacity: 0;
  font-size: 24px;
  font-weight: 500;
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-bg .lc-thumb-title .lc-sub-text {
  display: block;
  position: relative;
  top: 50px;
  opacity: 0;
  padding-top: 16px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 300;
}
.lc-project-list li a .lc-thumb-wrap .lc-thumb-bg .lc-thumb-title i {
  display: block;
  position: relative;
  top: 50px;
  opacity: 0;
  padding-top: 40px;
  font-size: 12px;
  font-style: normal;
  font-family: Arimo, sans-serif;
}
.lc-project-list li a .lc-description .lc-project-title {
  width: 100%;
  padding-top: 20px;
  font-size: 24px;
  font-family: Arimo, sans-serif;
  text-transform: uppercase;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-list li a .lc-description .lc-project-title {
    padding-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lc-project-list li a .lc-description .lc-project-title {
    padding-top: 6px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1220px) {
  .lc-project-list li a:hover .lc-thumb-img img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: center;
    -o-transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
  }
  .lc-project-list li a:hover .lc-thumb-bg {
    background-color: rgba(40, 50, 63, 0.7);
  }
  .lc-project-list li a:hover .lc-thumb-bg .lc-thumb-title strong {
    animation: fade-in-top-50 0.5s ease-in-out both;
    -o-animation: fade-in-top-50 0.5s ease-in-out both;
    -moz-animation: fade-in-top-50 0.5s ease-in-out both;
    -webkit-animation: fade-in-top-50 0.5s ease-in-out both;
  }
  .lc-project-list li a:hover .lc-thumb-bg .lc-thumb-title .lc-sub-text {
    animation: fade-in-top-50 0.75s ease-in-out both;
    -o-animation: fade-in-top-50 0.75s ease-in-out both;
    -moz-animation: fade-in-top-50 0.75s ease-in-out both;
    -webkit-animation: fade-in-top-50 0.75s ease-in-out both;
  }
  .lc-project-list li a:hover .lc-thumb-bg .lc-thumb-title i {
    animation: fade-in-top-50 0.5s ease-in-out 0.1s both;
    -o-animation: fade-in-top-50 0.5s ease-in-out 0.1s both;
    -moz-animation: fade-in-top-50 0.5s ease-in-out 0.1s both;
    -webkit-animation: fade-in-top-50 0.5s ease-in-out 0.1s both;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-project-list li a .lc-thumb-title {
    display: none;
  }
  .lc-project-list li a:active .lc-thumb-bg {
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    background-color: rgba(40, 50, 63, 0.7);
  }
}
@media screen and (max-width: 767px) {
  .lc-project-list li a .lc-thumb-title {
    display: none;
  }
  .lc-project-list li a:active .lc-thumb-bg {
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    background-color: rgba(40, 50, 63, 0.7);
  }
}

.lc-scroll-item {
  transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  opacity: 0;
}
.lc-scroll-item.lc-active {
  opacity: 1;
}
.lc-scroll-item.to-top {
  transform: translateY(50px);
  -o-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-scroll-item.to-top {
    transform: translateY(30px);
    -o-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
}
@media screen and (max-width: 767px) {
  .lc-scroll-item.to-top {
    transform: translateY(30px);
    -o-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
  }
}
.lc-scroll-item.to-top.lc-active {
  transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.lc-scroll-item.to-left {
  transform: translateX(50px);
  -o-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -webkit-transform: translateX(50px);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-scroll-item.to-left {
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
  }
}
@media screen and (max-width: 767px) {
  .lc-scroll-item.to-left {
    transform: translateX(30px);
    -o-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -webkit-transform: translateX(30px);
  }
}
.lc-scroll-item.to-left.lc-active {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.lc-scroll-item.to-right {
  transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-scroll-item.to-right {
    transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
  }
}
@media screen and (max-width: 767px) {
  .lc-scroll-item.to-right {
    transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
  }
}
.lc-scroll-item.to-right.lc-active {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}

.lc-scroll-box .lc-box-item {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
  -o-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.lc-scroll-box.lc-active .lc-box-item {
  transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

.lc-delay1 {
  transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.lc-delay2 {
  transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.lc-delay3 {
  transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.lc-delay4 {
  transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

.lc-delay5 {
  transition-delay: 1s;
  -o-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.lc-delay6 {
  transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

.lc-delay7 {
  transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
}

.lc-delay8 {
  transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
}

#lcPortfolio #lcProjectListNav {
  padding: 40px 0 80px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcPortfolio #lcProjectListNav {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #lcPortfolio #lcProjectListNav {
    padding: 20px 0 40px;
  }
}
#lcPortfolio #lcProjectListNav li {
  display: inline-block;
  margin: 0 10px;
}
#lcPortfolio #lcProjectListNav li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  color: #555;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcPortfolio #lcProjectListNav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #lcPortfolio #lcProjectListNav li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1220px) {
  #lcPortfolio #lcProjectListNav li a:hover {
    color: #28323F;
    font-weight: bold;
  }
}
#lcPortfolio #lcProjectListNav li a.lc-select {
  color: #28323F;
  font-weight: bold;
  text-decoration: underline;
}
#lcPortfolio #lcProjectListWrap {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcPortfolio #lcProjectListWrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #lcPortfolio #lcProjectListWrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #lcPortfolio #lcProjectListWrap .lc-project-list li:last-child {
    display: none;
  }
}
#lcPortfolio #lcProjectListWrap #lcProjectMore {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1220px) {
  #lcPortfolio #lcProjectListWrap #lcProjectMore {
    font-size: 16px;
  }
}
