@-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;
  }
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 200;
  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 Demi Light"), local("NotoSans-DemiLight"), url(/fonts/NotoSans/NotoSans-DemiLight.eot);
  src: url(/fonts/NotoSans/NotoSans-DemiLight.eot?#iefix) format("embedded-opentype"), url(/fonts/NotoSans/NotoSans-DemiLight.woff2) format("woff2"), url(/fonts/NotoSans/NotoSans-DemiLight.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: "Petrona";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Petrona/Petrona-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Petrona";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Petrona/Petrona-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/NotoSerifKR/NotoSerifKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NotoSerifKR/NotoSerifKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/NotoSerifKR/NotoSerifKR-ExtraLight.otf) format("opentype");
}
* {
  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;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans KR", sans-serif;
}
body.lc-overflow-hidden {
  overflow: hidden;
}

.lc-contents-wrap {
  min-height: 100%;
}
@media screen and (min-width: 1220px) {
  .lc-contents-wrap {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .lc-contents-wrap.banner-active {
    padding-top: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-contents-wrap {
    padding-top: 125px;
    padding-bottom: 60px;
  }
  .lc-contents-wrap.banner-active {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .lc-contents-wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .lc-contents-wrap.banner-active {
    padding-top: 120px;
  }
}
.lc-contents-wrap .lc-category-title {
  line-height: 1.2;
  margin-top: -5px;
  font-family: "Petrona", serif;
  font-weight: normal;
  font-size: 46px;
  color: #000;
}
.lc-contents-wrap .lc-category-title img {
  width: 236px;
}
@media screen and (max-width: 767px) {
  .lc-contents-wrap .lc-category-title {
    font-size: 22px;
  }
  .lc-contents-wrap .lc-category-title img {
    width: 126px;
  }
}

@media screen and (min-width: 1220px) {
  .lc-center-contents {
    width: 1220px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .lc-center-contents {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lc-center-contents {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

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

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

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

input::-webkit-input-placeholder {
  color: #aaa !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:-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1 !important;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa !important;
  opacity: 1 !important;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa !important;
  opacity: 1 !important;
}
textarea::-webkit-input-placeholder {
  color: #aaa !important;
  opacity: 1 !important;
}
textarea::placeholder {
  color: #aaa !important;
  opacity: 1 !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;
}
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;
}

h1, h2, h3, h4, h5, h6, hr, dl, dt, dd {
  margin: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid black;
}

select {
  border-radius: 0;
  border: 0;
  background-color: white;
  outline: none;
  cursor: pointer;
}

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

input,
select,
textarea,
button {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
}

@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: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .lc-pc-inline-block {
    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: none;
  }
}
@media screen and (max-width: 767px) {
  .lc-m-inline-block {
    display: inline-block !important;
  }
}

.lc-text-center {
  text-align: center;
}

.lc-text-right {
  text-align: right;
}

#lcHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  text-align: center;
  transition: 0.2s;
}
#lcHeader .lc-top-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  font-family: "Noto Serif KR", serif;
  font-size: 16px;
  word-break: keep-all;
  opacity: 0;
  height: 0;
  padding: 0 80px;
  transition: 0.2s ease-in-out;
}
#lcHeader .lc-top-banner.active {
  height: 60px;
  opacity: 1;
}
#lcHeader .lc-top-banner.close {
  transition: 0s;
}
#lcHeader .lc-top-banner a {
  display: inline-block;
  color: #0047ba;
  text-decoration: underline;
}
#lcHeader .lc-top-banner .lc-close-banner {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  background-image: url(/images/icons/close@2x.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
#lcHeader .lc-header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
#lcHeader .lc-header-wrap .lc-logo {
  display: inline-block;
  font-size: 0;
}
#lcHeader .lc-header-wrap .lc-logo a {
  display: inline-block;
}
#lcHeader .lc-header-wrap .lc-logo img {
  width: 244px;
  border: 0;
}
#lcHeader .lc-header-wrap .lc-logo span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#lcHeader .lc-header-wrap .lc-login-list {
  position: absolute;
  top: 35px;
  right: 80px;
  display: flex;
  font-family: "Petrona", sans-serif;
}
#lcHeader .lc-header-wrap .lc-login-list > li {
  margin-right: 20px;
}
#lcHeader .lc-header-wrap .lc-login-list > li.lc-online-shop {
  padding-left: 20px;
  background: url(/images/icons/shoppingbag@2x.png) left top no-repeat;
  background-size: 16px;
}
#lcHeader .lc-header-wrap .lc-login-list .lc-lang {
  display: block;
  width: 40px;
  padding: 3px 0 3px 18px;
  border: 1px solid transparent;
  background-image: url(/images/icons/down@2x.png);
  background-position: left 2px top 9px;
  background-repeat: no-repeat;
  background-size: 10px;
  transform: translateY(-6px);
  cursor: pointer;
  font-size: 12px;
}
#lcHeader .lc-header-wrap .lc-login-list .lc-lang > li {
  padding: 2px 0;
}
#lcHeader .lc-header-wrap .lc-login-list .lc-lang .lc-hidden-lang {
  display: none;
}
#lcHeader .lc-header-wrap .lc-login-list .lc-lang:focus {
  border-color: #888;
  outline: 0;
}
#lcHeader .lc-header-wrap .lc-login-list .lc-lang:focus .lc-hidden-lang {
  display: block;
}
@media screen and (min-width: 1220px) {
  #lcHeader .lc-header-wrap .lc-login-list > li:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader .lc-header-wrap .lc-logo img {
    width: 200px;
  }
  #lcHeader .lc-header-wrap .lc-login-list {
    right: 0;
    font-size: 12px;
  }
}
#lcHeader .lc-header-nav {
  position: relative;
  border-bottom: 1px solid #888;
  font-family: "Petrona", sans-serif;
}
#lcHeader .lc-header-nav .lc-menu-nav {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
#lcHeader .lc-header-nav .lc-menu-nav > li {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 60px;
  font-size: 14px;
}
#lcHeader .lc-header-nav .lc-menu-nav > li.active .lc-first-item {
  border-bottom: 3px solid #e2231a;
  color: #e2231a;
}
#lcHeader .lc-header-nav .lc-menu-nav > li.active .lc-second-menu {
  display: flex;
}
#lcHeader .lc-header-nav .lc-menu-nav > li.current .lc-first-item {
  color: #e2231a;
}
#lcHeader .lc-header-nav .lc-menu-nav > li.current .lc-first-item > a {
  color: #e2231a;
}
#lcHeader .lc-header-nav .lc-menu-nav > li .lc-first-item {
  display: block;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
}
#lcHeader .lc-header-nav .lc-menu-nav > li .lc-second-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  display: none;
  background: white;
  border-top: 1px solid #888;
}
#lcHeader .lc-header-nav .lc-menu-nav > li .lc-second-menu a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  font-size: 16px;
  color: #444;
  white-space: nowrap;
}
#lcHeader .lc-header-nav .lc-menu-nav > li .lc-second-menu a:hover {
  color: #e2231a;
}
#lcHeader .lc-header-nav .lc-pc-link, #lcHeader .lc-header-nav .lc-t-inline-block {
  display: none;
}
@media screen and (min-width: 1220px) {
  #lcHeader .lc-header-nav {
    padding: 0 80px;
  }
  #lcHeader .lc-header-nav .lc-first-item {
    cursor: pointer;
  }
  #lcHeader .lc-header-nav .lc-first-item:hover {
    color: #e2231a;
  }
  #lcHeader .lc-header-nav .lc-first-item:hover > a {
    color: #e2231a;
  }
  #lcHeader .lc-header-nav.menu-open {
    padding-bottom: 80px;
    border-bottom: 0;
  }
  #lcHeader .lc-header-nav.menu-open .lc-menu-nav {
    border-bottom: 1px solid #888;
  }
  #lcHeader .lc-header-nav .lc-pc-link {
    display: block;
  }
}
@media screen and (min-width: 1220px) and (max-width: 1500px) {
  #lcHeader .lc-header-nav .lc-menu-nav > li {
    width: 12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader .lc-header-nav.menu-open {
    padding-bottom: 60px;
    border-bottom: 0;
  }
  #lcHeader .lc-header-nav.menu-open .lc-menu-nav {
    border-bottom: 1px solid #888;
  }
  #lcHeader .lc-header-nav .lc-menu-nav {
    display: block;
  }
  #lcHeader .lc-header-nav .lc-menu-nav > li {
    width: 12%;
    height: 40px;
  }
  #lcHeader .lc-header-nav .lc-menu-nav > li .lc-first-item {
    line-height: 40px;
  }
  #lcHeader .lc-header-nav .lc-menu-nav > li .lc-second-menu {
    top: 40px;
  }
  #lcHeader .lc-header-nav .lc-menu-nav > li .lc-second-menu a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
  #lcHeader .lc-header-nav .lc-t-inline-block {
    display: block;
  }
}
@media screen and (min-width: 1220px) {
  #lcHeader:hover {
    background-color: #fff;
  }
  #lcHeader .lc-open-btn,
#lcHeader .lc-profile,
#lcHeader .lc-bag,
#lcHeader .lc-back-btn,
#lcHeader .lc-lang {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcHeader:hover {
    background-color: #fff;
  }
  #lcHeader .lc-open-btn,
#lcHeader .lc-profile,
#lcHeader .lc-bag,
#lcHeader .lc-back-btn,
#lcHeader .lc-lang {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lcHeader {
    border-bottom: 1px solid #888;
  }
  #lcHeader .lc-top-banner {
    font-size: 12px;
  }
  #lcHeader .lc-top-banner.active {
    padding: 16px 40px;
  }
  #lcHeader .lc-top-banner .lc-close-banner {
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(/images/icons/close@3x.png);
    background-size: 20px;
  }
  #lcHeader .lc-header-wrap {
    height: 60px;
  }
  #lcHeader .lc-header-wrap .lc-logo img {
    width: 140px;
  }
  #lcHeader .lc-header-wrap .lc-login-list {
    display: none;
  }
  #lcHeader .lc-header-nav {
    display: none;
  }
  #lcHeader .lc-open-btn {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/hamburger@3x.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
  #lcHeader .lc-profile {
    position: absolute;
    right: 40px;
    top: 18px;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/profile@3x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  #lcHeader .lc-bag {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/shoppingbag@3x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  #lcHeader .lc-back-btn {
    display: none;
    position: absolute;
    left: 10px;
    top: 18px;
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/left-min@3x.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
  }
  #lcHeader .lc-lang {
    display: none;
    position: absolute;
    right: 10px;
    top: 24px;
    font-family: "Petrona", serif;
    font-size: 12px;
  }
}

#lcFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin-top: -60px;
  padding: 0 80px;
  background-color: #e5e5e5;
  overflow: hidden;
  font-size: 12px;
}
#lcFooter address {
  font-style: normal;
}
#lcFooter .lc-footer-list {
  display: flex;
}
#lcFooter .lc-footer-list > li {
  margin-left: 24px;
}
#lcFooter .lc-footer-list > li:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcFooter {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 767px) {
  #lcFooter {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: 100px;
    margin-top: -100px;
    padding: 16px 10px;
    font-size: 10px;
  }
  #lcFooter .lc-copyright {
    display: block;
    margin-top: 5px;
  }
  #lcFooter .lc-footer-list > li {
    margin-left: 16px;
  }
}

#lcMobileNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background-color: #fff;
  transform: translateX(-100%);
  transition: 0.2s ease-in-out;
  overflow-y: auto;
}
@media screen and (min-width: 1220px) {
  #lcMobileNav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcMobileNav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lcMobileNav {
    display: block;
  }
}
#lcMobileNav.active {
  transform: translateX(0);
}
#lcMobileNav .lc-top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 60px;
}
#lcMobileNav .lc-top-wrap .lc-close-btn {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/close@3x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
#lcMobileNav .lc-top-wrap .lc-menu-logo {
  display: inline-block;
}
#lcMobileNav .lc-top-wrap .lc-menu-logo img {
  width: 140px;
}
#lcMobileNav .lc-top-wrap .lc-lang {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 40px;
  padding: 3px 0 3px 18px;
  border: 1px solid transparent;
  background-image: url(/images/icons/down@2x.png);
  background-position: left 2px top 12px;
  background-repeat: no-repeat;
  background-size: 10px;
  transform: translateY(-4px);
  cursor: pointer;
  font-size: 12px;
}
#lcMobileNav .lc-top-wrap .lc-lang > li {
  padding: 2px 0;
}
#lcMobileNav .lc-top-wrap .lc-lang .lc-hidden-lang {
  display: none;
}
#lcMobileNav .lc-top-wrap .lc-lang:focus {
  border-color: #888;
  outline: none;
}
#lcMobileNav .lc-top-wrap .lc-lang:focus .lc-hidden-lang {
  display: block;
}
#lcMobileNav .lc-nav-list {
  border-top: 1px solid #888;
  font-family: Petrona, sans-serif;
}
#lcMobileNav .lc-nav-list > li {
  border-bottom: 1px solid #888;
}
#lcMobileNav .lc-nav-list > li.lc-login {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 80px 0 40px;
  background-color: #D9D9D9;
  background-image: url(/images/icons/profile@3x.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
#lcMobileNav .lc-nav-list > li.lc-login a {
  text-decoration: underline;
}
#lcMobileNav .lc-nav-list > li.current .lc-nav-link {
  color: #e2231a;
}
#lcMobileNav .lc-nav-list > li .lc-nav-link {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
}
#lcMobileNav .lc-nav-list > li .lc-first-menu {
  position: relative;
}
#lcMobileNav .lc-nav-list > li .lc-first-menu::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(/images/icons/right-min@3x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  transition: 0.1s;
  content: "";
}
#lcMobileNav .lc-nav-list > li .lc-first-menu.active {
  border-bottom: 1px solid #888;
  color: #e2231a;
}
#lcMobileNav .lc-nav-list > li .lc-first-menu.active::after {
  transform: rotateZ(90deg);
}
#lcMobileNav .lc-nav-list > li .lc-first-menu.active + .lc-second-menu {
  display: block;
}
#lcMobileNav .lc-nav-list > li .lc-second-menu {
  display: none;
  padding-left: 24px;
  background: #EEE;
}
#lcMobileNav .lc-nav-list > li .lc-second-menu > li {
  border-bottom: 1px solid #888;
}
#lcMobileNav .lc-nav-list > li .lc-second-menu > li:last-of-type {
  border-bottom: 0;
}
#lcMobileNav .lc-nav-list > li .lc-second-menu a {
  display: flex;
  align-items: center;
  height: 40px;
  color: #555;
}

@media screen and (min-width: 1220px) {
  .lc-ir-center-nav {
    flex: none;
    width: 180px;
    margin-top: 70px;
  }
  .lc-ir-center-nav .lc-ir-category-list {
    border-top: 1px solid #333;
  }
  .lc-ir-center-nav .lc-ir-category-list li {
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    line-height: 46px;
    font-size: 14px;
    user-select: none;
    font-family: "Noto Serif KR", serif;
  }
  .lc-ir-center-nav .lc-ir-category-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    font-family: "Noto Serif KR", serif;
  }
  .lc-ir-center-nav .lc-ir-category-list li.active > a, .lc-ir-center-nav .lc-ir-category-list li.active > span {
    font-weight: 600;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav {
    position: relative;
    cursor: pointer;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: 8px;
    top: 18px;
    background-image: url("/images/icons/down@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav span {
    display: block;
    padding: 0 8px;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav ul {
    display: none;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav ul li:last-of-type {
    border: 0;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.show ul, .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.active ul {
    display: block;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.show::before, .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.active::before {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-ir-center-nav {
    flex: none;
    width: 180px;
    margin-top: 70px;
  }
  .lc-ir-center-nav .lc-ir-category-list {
    border-top: 1px solid #333;
  }
  .lc-ir-center-nav .lc-ir-category-list li {
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    line-height: 46px;
    font-size: 14px;
    user-select: none;
    font-family: "Noto Serif KR", serif;
  }
  .lc-ir-center-nav .lc-ir-category-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    font-family: "Noto Serif KR", serif;
  }
  .lc-ir-center-nav .lc-ir-category-list li.active > a, .lc-ir-center-nav .lc-ir-category-list li.active > span {
    font-weight: 600;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav {
    position: relative;
    cursor: pointer;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: 8px;
    top: 18px;
    background-image: url("/images/icons/down@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav span {
    display: block;
    padding: 0 8px;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav ul {
    display: none;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav ul li:last-of-type {
    border: 0;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.show ul, .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.active ul {
    display: block;
  }
  .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.show::before, .lc-ir-center-nav .lc-ir-category-list li.lc-fold-nav.active::before {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-ir-center-nav {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .lc-ir-center-nav {
    display: block;
    margin: 0 -11px 40px;
  }
  .lc-ir-center-nav .lc-ir-category-list {
    border-bottom: 1px solid #d9d9d9;
  }
  .lc-ir-center-nav .lc-ir-category-list:after {
    display: block;
    content: "";
    clear: both;
  }
  .lc-ir-center-nav .lc-ir-category-list li {
    float: left;
    width: 33.33%;
    border: 1px solid #d9d9d9;
    border-right: 0;
    border-bottom: 0;
  }
  .lc-ir-center-nav .lc-ir-category-list li.active {
    background-color: #333;
  }
  .lc-ir-center-nav .lc-ir-category-list li.active a {
    color: #fff;
  }
  .lc-ir-center-nav .lc-ir-category-list li a {
    display: table;
    width: 100%;
    height: 30px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
  }
  .lc-ir-center-nav .lc-ir-category-list li a span {
    display: table-cell;
    vertical-align: middle;
  }
}

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

.lc-slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 60px;
  margin-top: -30px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  font-size: 0;
}
.lc-slick-arrow.lc-prev-arrow {
  left: 140px;
  background-image: url(/images/icons/left@2x.png);
}
.lc-slick-arrow.lc-next-arrow {
  right: 140px;
  background-image: url(/images/icons/right@2x.png);
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .lc-slick-arrow.lc-prev-arrow {
    left: 25px;
  }
  .lc-slick-arrow.lc-next-arrow {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lc-slick-arrow {
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-size: 20px;
  }
  .lc-slick-arrow.lc-prev-arrow {
    left: 10px;
  }
  .lc-slick-arrow.lc-next-arrow {
    right: 10px;
  }
}

table.lc-border-table {
  width: 100%;
  border-top: 1px solid #333;
  border-collapse: collapse;
  font-weight: 300;
}
table.lc-border-table thead th {
  height: 70px;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}
table.lc-border-table thead th.lc-num {
  width: 10%;
}
table.lc-border-table thead th.lc-title {
  width: 60%;
  text-align: left;
}
table.lc-border-table tbody th {
  font-weight: 400;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
table.lc-border-table tbody td {
  padding: 16px 5px;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
table.lc-border-table tbody td.lc-empty {
  height: 314px;
}
@media screen and (max-width: 767px) {
  table.lc-border-table {
    font-size: 12px;
  }
  table.lc-border-table thead {
    display: none;
  }
  table.lc-border-table tbody td.lc-empty {
    height: 152px;
  }
}

.lc-pagination-wrap {
  margin: 50px 0;
  text-align: center;
}
.lc-pagination-wrap .lc-pagination-button {
  display: inline-block;
  font-family: "Noto Serif KR", serif;
  font-size: 12px;
  color: #6b6b6b;
}
.lc-pagination-wrap .lc-pagination-list {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}
.lc-pagination-wrap .lc-pagination-list > li {
  display: inline-block;
  margin: 0 4px;
  padding: 0 4px;
}
.lc-pagination-wrap .lc-pagination-list > li.active {
  border-bottom: 2px solid #e2231a;
}
.lc-pagination-wrap .lc-pagination-list > li.active a {
  color: #000;
}
.lc-pagination-wrap .lc-pagination-list > li a {
  display: block;
  font-size: 12px;
  color: #333;
}

.lc-btn-submit {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  text-align: center;
  color: #fff !important;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lc-btn-submit {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
}

.lc-btn-normal {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #aaa;
  text-align: center;
  color: #6b6b6b !important;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lc-btn-normal {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
}

[class^=lc-btn].mini {
  width: 60px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

.lc-border-textarea {
  border: 1px solid #DDDDDD;
  padding: 10px;
  resize: none;
  font-size: 14px;
}

.lc-border-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.lc-radio-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lc-radio-wrap input {
  width: 0;
  margin: 0;
  opacity: 0;
}
.lc-radio-wrap input:checked ~ span::after {
  opacity: 1;
}
.lc-radio-wrap span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #333333;
}
.lc-radio-wrap span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: solid 1px #ddd;
  background-color: #fff;
  content: "";
}
.lc-radio-wrap span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  content: "";
}

.lc-checkbox-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lc-checkbox-wrap input {
  width: 0;
  margin: 0;
  opacity: 0;
}
.lc-checkbox-wrap input:checked ~ span::after {
  opacity: 1;
}
.lc-checkbox-wrap span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #333333;
}
.lc-checkbox-wrap span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: solid 1px #ddd;
  background-color: #fff;
  content: "";
}
.lc-checkbox-wrap span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background-color: #000;
  opacity: 0;
  content: "";
}

.lc-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .lc-modal-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    -ms-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .lc-modal-container.active {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .lc-modal-container {
    display: none;
  }
  .lc-modal-container.active {
    display: block;
  }
}
.lc-modal-container .vertical-align-wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.lc-modal-container .vertical-align-wrap .vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.modal-wrap {
  position: relative;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 4px 13px 10px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  -webkit-animation: 0.3s modal-animation forwards;
  -moz-animation: 0.3s modal-animation forwards;
  -ms-animation: 0.3s modal-animation forwards;
  -o-animation: 0.3s modal-animation forwards;
  animation: 0.3s modal-animation forwards;
}

button.lc-modal-close {
  position: absolute;
  top: 12px;
  right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 7px;
  background-image: url(/images/icons/close@2x.png);
  -webkit-background-size: 16px;
  background-size: 16px;
}

#lcIrCenterStockWrap .lc-ir-center-wrap {
  position: relative;
  padding-bottom: 100px;
  margin-top: 24px;
}
@media screen and (min-width: 1220px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap {
    display: flex;
  }
}
#lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents {
  width: 100%;
}
@media screen and (min-width: 1220px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents {
    margin-left: 40px;
  }
}
#lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-border-table td:nth-of-type(2) {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-border-table th:nth-of-type(3),
#lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-border-table td:nth-of-type(3) {
    display: none;
  }
  #lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-border-table td:last-of-type {
    width: 80px;
  }
}
#lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-ir-title {
  text-align: center;
  margin-bottom: 34px;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-ir-title {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: left;
  }
}
#lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-attached {
  display: none;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-ir-center-wrap .lc-ir-center-contents .lc-attached {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url(/images/icons/attached.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#lcIrCenterStockWrap .lc-category-title {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-category-title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-ir-title {
    display: none;
  }
}
@media screen and (min-width: 1220px) {
  #lcIrCenterStockWrap .lc-stock-info-section {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcIrCenterStockWrap .lc-stock-info-section {
    padding-top: 16px;
  }
}
#lcIrCenterStockWrap .lc-stock-info-section:nth-of-type(2) {
  margin-top: 44px;
}
#lcIrCenterStockWrap .lc-stock-info-section h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 1220px) {
  #lcIrCenterStockWrap .lc-stock-info-section h4 {
    padding-bottom: 16px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcIrCenterStockWrap .lc-stock-info-section h4 {
    padding-bottom: 16px;
    font-size: 18px;
  }
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap {
  padding: 38px 0 38px 10%;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap:after {
  display: block;
  content: "";
  clear: both;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl {
  position: relative;
  float: left;
  width: 25%;
  height: 100px;
  font-size: 16px;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl dt {
  font-weight: 500;
  color: #333;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl dd {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl dd.down {
  color: #1558db;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl dd.up {
  color: #f33333;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl.lc-em-dl {
  width: 40%;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl.lc-em-dl dt span {
  font-weight: 300;
  font-size: 12px;
  color: #6b6b6b;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl.lc-em-dl dd {
  line-height: 1.1;
  font-weight: 500;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap {
    padding: 16px 0 16px 20px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl {
    height: 60px;
    font-size: 12px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl.lc-em-dl {
    width: 50%;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl.lc-em-dl dt span {
    font-size: 10px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-stock-wrap dl.lc-em-dl dd {
    font-size: 30px;
  }
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-bg-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-bg-table th {
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-bg-table td {
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-stock-info-section .lc-bg-table th {
    height: 34px;
    font-size: 12px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-bg-table td {
    font-size: 12px;
  }
}
#lcIrCenterStockWrap .lc-stock-info-section p {
  padding: 14px 8px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
}
#lcIrCenterStockWrap .lc-stock-info-section p span {
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-stock-info-section p {
    padding: 10px 6px;
    font-size: 12px;
  }
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap:after {
  display: block;
  content: "";
  clear: both;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dl {
  float: left;
  width: 25%;
  border-bottom: 1px solid #d9d9d9;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dt {
  display: inline-block;
  width: 100px;
  padding: 14px 0 14px 8px;
  font-weight: 300;
  color: #333;
}
#lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dd {
  display: inline-block;
  padding: 14px 0 14px 8px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap {
    font-size: 12px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dt {
    width: 90px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dl {
    padding-bottom: 10px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dt {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap {
    font-size: 10px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dl {
    position: relative;
    padding-left: 80px;
    width: 50%;
    line-height: 43px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 0 0 0 6px;
  }
  #lcIrCenterStockWrap .lc-stock-info-section .lc-info-wrap dd {
    display: block;
    padding: 0;
    text-align: right;
  }
}
