@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

.pc-pt {
  display: block;
}

.m-pt {
  display: none;
}

@keyframes test {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes testReverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  word-break: keep-all;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: auto !important;
}

.cms-detail__cont img {
  margin: 32px auto;
  display: block;
}

.full-container .cms-detail__cont img {
  margin: auto;
}

.h1 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2;
}

.h2 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
}

.h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
}

.h4 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
}

.h5 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}

.h6 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}

p {
  white-space: normal;
  font-weight: 400;
}

.body {
  font-size: 1.4rem;
  line-height: 1.7;
}
.body.regular {
  font-weight: 400;
}
.body.bold {
  font-weight: 500;
}

.bodysmall {
  font-size: 1.3rem;
  line-height: 1.6;
}

.label {
  font-weight: 500;
  line-height: 1.2;
}
.label.large {
  font-size: 1.4rem;
}
.label.medium {
  font-size: 1.3rem;
}
.label.small {
  font-size: 1.2rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  font-size: 1.4rem;
  color: #1b1b1b;
}

.kolonmallLink:after {
  content: '';
  background-image: url('/img/btn-arrow.png');
  background-size: 16px 16px;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid #757575;
  display: inline-block;
}

.header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.header__banner {
  display: none;
}
.header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 7.4rem;
  background-color: #1b1b1b;
}
.header__inner.active .nav__link-small__wrap {
  display: flex;
  animation: test 0.2s ease-out;
}
.header__inner.active::before {
  content: '';
  width: 100%;
  height: 29.8rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  animation: test 0.2s ease-out;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  height: 100%;
  padding: 0 3rem;
  background-color: #1b1b1b;
}
.header__logo img {
  height: 3rem;
}
.header__left {
  height: 100%;
  width: 100%;
}
.header__center {
  height: 7.4rem;
  position: absolute;
  padding: 0rem 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header__center .nav__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.header__center .nav__dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.header__center .nav__dropdown:hover .nav__link-large {
  color: #ffffff;
}
.header__center .nav__dropdown.active > a > span {
  position: relative;
}
.header__center .nav__dropdown.active > a span::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -8px;
  left: 0;
  display: inline;
  background-color: #013fb6;
  animation: test 0.2s ease-out;
}
.header__center .nav__dropdown.active .nav__link-small__wrap::after {
  content: none;
}

/* 호버된 부모의 자식 링크만 밝게, 나머지 자식 링크 흐리게 */
@media (min-width: 801px) {
  .header__inner.active .nav__wrap:hover .nav__dropdown .nav__link-small__wrap a {
    color: rgba(117, 117, 117, 0.7);
    transition: color 0.2s ease-out;
  }
  .header__inner.active .nav__wrap:hover .nav__dropdown:hover .nav__link-small__wrap a {
    color: #757575;
    transition: color 0.2s ease-out;
  }
  .header__inner.active .nav__wrap:hover .nav__dropdown:hover .nav__link-small__wrap a:hover {
    color: #013fb6;
  }
}
.header .nav__link-large {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 7.4rem;
  padding: 0rem 3.2rem;
  font-weight: 500;
  white-space: pre;
  color: #ffffff;
}
.header .nav__link-small__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 1.6rem 0;
}
.header .nav__link-small__wrap a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  padding: 0 3.2rem;
  height: 3.2rem;
  color: #757575;
  font-size: 1.3rem;
  transition: color 0.2s ease-out;
  z-index: 1;
  font-weight: 500;
}
.header .nav__link-small__wrap a.k-long-text {
  height: 5.2rem;
}
.header .nav__link-small__wrap a:hover {
  color: #013fb6;
  transition: color 0.2s ease-out;
}
.header__center.en .nav__link-large {
  padding: 0 4.4rem;
  text-transform: uppercase;
}
.header__center.en .nav__link-small__wrap a {
  padding: 0 4.4rem;
}
.header__center.en .nav__link-small__wrap a.csr {
  padding-bottom: 0.6rem;
  height: fit-content;
}

.header__center.en .nav__dropdown.active .nav__link-small__wrap::after {
  left: 3rem;
}
.header__center.en .nav__dropdown.active .nav__link-small__wrap::after {
  width: 122px;
}
.header__right {
  padding-right: 2.4rem;
}
.header__right .langbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #1b1b1b;
}
.header__right .langbox a {
  padding: 0.8rem;
  height: 2.4rem;
  background-color: #1b1b1b;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__right .langbox a.active {
  background-color: #ffffff;
  color: #1b1b1b;
}
.header .m-menu {
  display: none;
}

.footer {
  margin-top: 16rem;
  width: 100%;
  padding: 3.2rem 0;
  background-color: #1b1b1b;
}
.footer__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #ffffff;
}
.footer p {
  color: #8f8f8f;
}
.footer__link-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.footer__link-wrap a {
  margin-right: 2.4rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.footer__link-inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__link-inner-wrap:last-of-type a {
  margin-right: 1.6rem;
}
.footer__link-sns-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__link-sns-wrap a {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__link-sns-wrap a img {
  width: 20px;
  height: 20px;
}

.footer__link-site-wrap {
  font-size: 1.2rem;
  position: relative;
  padding: 10px 16px;
  line-height: 14px;
  border: 1px solid #ffffff;
  border-radius: 50px 50px;
  transition: all 0.3s ease;
  color: #ffffff;
  cursor: pointer;
}

.footer__link-site-inner-wrap1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer__link-site-inner-wrap1 img {
  width: 1.6rem;
  height: 1.6rem;
}

.footer__link-site-inner-wrap2 {
  position: absolute;
  bottom: 38px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  background-color: #1b1b1b;
  width: 132px;
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  display: none;
  opacity: 0;
}
.footer__link-site-inner-wrap2.active {
  display: flex;
  opacity: 1;
  z-index: 10;
}
.footer__link-site-inner-wrap2 a {
  width: 100%;
  padding: 10px 16px;
  margin-right: 0;
}
.footer__link-site-inner-wrap2 a:hover {
  background-color: #757575;
}

.paging-block {
  margin-top: 4rem;
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.paging-block__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.paging-block__list li:before {
  content: none;
}
.paging-block__list li.left .paging-block__item {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.paging-block__list li.left .paging-block__item:hover {
  opacity: 1;
}
.paging-block__list li.left .paging-block__item.disable:hover {
  opacity: 0.6;
}
.paging-block__list li.left .paging-block__item::before {
  content: '';
  background-image: url('/img/left.svg');
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.paging-block__list li.left .disable {
  cursor: not-allowed;
}
.paging-block__list li.right .paging-block__item {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.paging-block__list li.right .paging-block__item:hover {
  opacity: 1;
}
.paging-block__list li.right .paging-block__item.disable:hover {
  opacity: 0.6;
}
.paging-block__list li.right .paging-block__item::after {
  content: '';
  background-image: url('/img/right.svg');
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.paging-block__list li.right .disable {
  cursor: not-allowed;
}
.paging-block__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #8f8f8f;
  font-size: 13px;
}
.paging-block__item.active {
  color: #1b1b1b;
}
.paging-block__item:hover {
  color: #1b1b1b;
}

/* 레이아웃 */
.section {
  width: 100%;
  margin-top: 7.4rem;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}
.container.full-container {
  max-width: 100vw;
}

.top-tab {
  width: 100%;
  margin-top: 17.4rem;
}

.top-tab__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}
.top-tab__wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #e2e2e2;
  z-index: 0;
}
.top-tab__wrap.center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top-tab__menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.top-tab__menu a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: pre;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  z-index: 1;
  color: #8f8f8f;
  padding: 3rem 0rem;
  margin-right: 6rem;
  position: relative;
  cursor: pointer;
}
.top-tab__menu a.active {
  color: #1b1b1b;
}
.top-tab__menu a.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1b1b1b;
}
.top-tab__menu a:last-child {
  margin-right: 0;
}
.top-tab__menu .newsroom-search {
  position: relative;
  width: 300px;
}
.top-tab__menu .newsroom-search input {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 50px 50px;
  padding: 10px 16px;
  font-size: 14px;
}
.top-tab__menu .newsroom-search img {
  position: absolute;
  top: 10px;
  right: 12px;
  margin: 0;
}

.real-tab .container {
  display: none;
}
.real-tab .container.active {
  display: block;
}

.top-tab__content-wrap {
  margin-top: 6.4rem;
}
.top-tab__content-wrap img {
  max-width: 100%;
}

.tab-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40%;
  background-color: #f6f6f6;
  position: relative;
}

.tab-img.career {
  background-image: url('/img/careers.jpeg');
  background-size: contain;
  background-color: #fff3d3;
}

.brand-tab {
  margin-top: 17.4rem;
}
.brand-tab__logo {
  height: 7.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.brand-tab__logo img {
  height: 100%;
}

.column3__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.column3__inner:last-child {
  border-bottom: none;
}
.column3__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 33.3333%;
}
.column3__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 66.6666%;
  padding-right: 8rem;
}
.column3__socialwrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.column3__socialwrap a img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2.4rem;
}
.column3__textwrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.column3__textwrap:last-child {
  margin-bottom: 0;
}
.column3 .body {
  color: #8f8f8f;
  margin-top: 2rem;
}

.column4__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.column4__inner.solo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.column4__inner:last-child {
  border-bottom: none;
}
.column4__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 25%;
}
.column4__left.tab {
  position: sticky;
  top: 24rem;
}
.column4__left.tab a {
  color: #8f8f8f;
  margin-bottom: 1.6rem;
}
.column4__left.tab a.active {
  color: #1b1b1b;
}
.column4__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 75%;
}

.career-table {
  width: 100%;
}
.career-table__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.career-table__inner::after {
  width: 100%;
  transform: scaleX(0%);
  transition: 0.3s all ease-out;
  transform-origin: left;
  height: 1px;
  background-color: #1b1b1b;
  position: absolute;
  bottom: -1;
  z-index: 1;
  content: '';
}
.career-table__inner:hover::after {
  transform: scaleX(100%);
}
.career-table__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 25%;
}
.career-table__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 75%;
  width: 100%;
}
.career-table__right a {
  color: #8f8f8f;
}
.career-table__right .ptlink {
  color: #1b1b1b;
  text-decoration: underline;
}
.career-table__listwrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.career-table__listwrap:last-child {
  margin-bottom: 0;
}
.career-table__listwrap a:first-child {
  font-weight: 400;
}
.career-table__listwrap a:first-child:hover {
  font-weight: 500;
}
.career-table__desc {
  font-weight: 400;
  margin-bottom: 3.2rem;
}
.career-table__desc:last-child {
  margin-bottom: 0;
}

.brand-cont {
  margin-top: 6.4rem;
}
.brand-cont__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.brand-cont__coverimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 133.3333333333%;
}
.brand-cont__left {
  flex: 1 50%;
}
.brand-cont__right {
  padding: 0 10rem;
  flex: 1 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.brand-cont__box-100 {
  flex: 1 100%;
}
.brand-cont__box-50 {
  flex: 1 50%;
  margin-top: 6rem;
}
.brand-cont .body {
  color: #8f8f8f;
}
.brand-cont .label {
  margin-bottom: 2rem;
}

.storeviewmore {
  font-size: 12px;
  height: 48px;
  padding: 0 24px;
  background-color: #1b1b1b;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0px;
  cursor: pointer;
}

.store-table {
  width: 100%;
  min-width: 60rem;
}
.store-table__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.store-table__inner:nth-child(n + 12) {
  display: none;
}
.store-table__inner.head {
  color: #8f8f8f;
  font-weight: 400;
}
.store-table__cont {
  flex: 1 0 auto;
  font-weight: 400;
  text-align: left;
}
.store-table__cont:nth-child(1) {
  width: 20%;
}
.store-table__cont:nth-child(2) {
  width: 20%;
}
.store-table__cont:nth-child(3) {
  width: 40%;
}
.store-table__cont:last-child {
  width: 20%;
  text-align: right;
}

.post-table {
  width: 100%;
  margin-top: 6rem;
}
.post-table .primary-btn {
  margin-top: 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  height: 3.2rem;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 1.2rem;
}
.post-table img {
  width: 2rem !important;
}
.post-table__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.post-table__inner:hover {
  background-color: #f6f6f6;
}
.post-table__inner.head {
  color: #8f8f8f;
  font-weight: 400;
}
.post-table__cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  font-weight: 400;
  text-align: left;
}
.post-table__cont:nth-child(1) {
  flex: 0 0 auto;
  padding-right: 3.2rem;
}
.post-table__cont:nth-child(2) {
  flex: 0 auto;
}

.press-table {
  max-width: 40rem;
  margin-left: 8rem;
}
.press-table__thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  margin-right: 4rem;
}
.press-table__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 0;
}
.press-table__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
}
.press-table__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
}
.press-table__right .title {
  color: #1b1b1b;
}
.press-table__right .number {
  margin-top: 1.6rem;
  color: #757575;
  font-weight: 400;
}

.pluscontent-table,
.brand-table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
.pluscontent-table__thumbnail,
.brand-table__thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.pluscontent-table__thumbnail-front,
.pluscontent-table__thumbnail-back,
.brand-table__thumbnail-front,
.brand-table__thumbnail-back {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.pluscontent-table__thumbnail-front,
.brand-table__thumbnail-front {
  opacity: 1;
  display: flex;
}
.pluscontent-table__thumbnail-back,
.brand-table__thumbnail-back {
  opacity: 0;
  display: none;
}
.pluscontent-table__inner,
.brand-table__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: auto;
  cursor: pointer;
}
.pluscontent-table__inner .title,
.brand-table__inner .title {
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e2e2;
}
.pluscontent-table__inner .number,
.brand-table__inner .number {
  color: #757575;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pluscontent-table .empty-notice,
.brand-table .empty-notice {
  grid-column: 2/3;
  text-align: center;
  color: #8f8f8f;
}

.news-table {
  width: 100%;
  min-width: 60rem;
}
.news-table__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.news-table__inner.head {
  color: #8f8f8f;
  font-weight: 400;
}
.news-table__cont {
  flex: 1 0 auto;
  font-weight: 400;
  text-align: left;
}
.news-table__cont:nth-child(1) {
  width: 70%;
}
.news-table__cont:nth-child(2) {
  width: 15%;
}
.news-table__cont:last-child {
  width: 15%;
  text-align: right;
}

.brand-tab .container {
  display: none;
}
.brand-tab .container.active {
  display: block;
}

.brand-slider {
  margin-top: 12rem;
}
.brand-slider .slick-slide {
  height: auto;
  padding: 0 16px;
}
.brand-slider .slick-list {
  margin: 0 -16px !important;
  position: relative;
}
.brand-slider .slick-dots {
  position: relative;
  margin-bottom: 60px !important;
  left: 50% !important;
  bottom: 0;
  transform: translateX(-50%) !important;
  display: flex !important;
  width: 100% !important;
  margin: 4rem auto 0;
  height: 1px;
}
.brand-slider .slick-dots li {
  background: #e2e2e2 !important;
  height: 1px !important;
  margin: 0px !important;
  list-style: none;
  flex: 1;
}
.brand-slider .slick-dots li.slick-active {
  background: #000 !important;
}
.brand-slider .slick-dots li button {
  display: none !important;
}
.brand-slider .s-arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -5rem;
  z-index: 2;
}
.brand-slider .s-arrow.left {
  right: 5rem;
}
.brand-slider .s-arrow.right {
  right: 0;
}
.brand-slider__cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
}

.btn {
  width: auto;
  margin: 16px auto;
  padding: 0 24px;
  height: 40px;
  color: white;
  background-color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.cms-detail {
  margin: 18rem auto;
  max-width: 90rem;
}
.cms-detail__head {
  width: 100%;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e2e2e2;
}
.cms-detail__head .title {
  margin-top: 1.2rem;
}
.cms-detail .cms-detail__head ~ p {
  font-size: 1.2rem;
  color: #8f8f8f;
  margin-top: 1.6rem;
}
.cms-detail__cont {
  margin-top: 4rem;
}

.full-container .cms-detail {
  max-width: 100vw;
}
.full-container .cms-detail .cms-detail__head {
  width: calc(100vw - 96px);
  margin: 0 auto;
}
.full-container .cms-detail > p {
  width: calc(100vw - 96px);
  margin: 1.6rem auto 0;
}
.full-container .cms-detail .post-table {
  width: calc(100vw - 96px);
  margin: 6rem auto 0;
}
.full-container .download-block {
  width: calc(100vw - 96px);
  margin: 16px auto 0;
}

.cms-date {
  font-size: 1.2rem;
  color: #8f8f8f;
  margin-top: 1.6rem;
}

.download-block {
  margin-top: 16px;
  transition: 0.3s all ease-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #fafafa;
}
.download-block__textarea p {
  margin: 0;
  font-size: 14px;
}
.download-block__textarea span {
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 400;
}
.download-block__imgarea img {
  width: 20px;
  margin: 0;
}
.download-block:hover {
  background-color: #f6f6f6;
}

.new-t-wrap {
  display: flex;
  padding: 100px 60px 40px 0px;
  align-items: center;
}

.new-t-wrap.align-start {
  align-items: flex-start;
}

.new-t-wrap.border {
  border-bottom: 1px solid #e3e3e3;
  padding: 100px 0px;
}

.new-t-wrap.border .n-body {
  margin-top: 8px;
}

.new-t-100 {
  max-width: 1000px;
}

.new-t-wrap.pad-60 {
  padding: 60px 60px 60px 0px;
}

.new-t-wrap.pad-30 {
  padding: 30px 30px 30px 0px;
}

.new-t-wrap.pad-60:nth-child(odd) .new-t-50:nth-child(2) {
  padding-left: 60px;
}

.new-t-wrap.pad-60:nth-child(even) .new-t-50:nth-child(1) {
  padding-right: 60px;
}

.new-t-wrap:first-child {
  align-items: flex-start;
}

.new-t-wrap:last-child {
  border-bottom: none;
}

.n-h1 {
  letter-spacing: -0.0375em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0px;
  color: #1b1b1b;
}

.n-h2.mg-t-80 {
  margin-top: 80px;
}

.n-h2.mg-b-30 {
  margin-bottom: 30px;
}

.n-h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0px;
  color: #1b1b1b;
}

.n-h2.mg-t-24 {
  margin-top: 40px;
}

.n-h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
  color: #1b1b1b;
}

.n-h3.mg-t-24 {
  margin-top: 24px;
}

.n-h3.mg-t-16 {
  margin-top: 16px;
}

.n-body.mg-t-40 {
  margin-top: 40px;
}

.n-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0px;
  color: #1b1b1b;
  margin-top: 24px;
  max-width: 800px;
}

.n-link {
  display: flex;
  font-size: 14px;
  color: #9e9e9e !important;
  margin-top: 24px;
}

.new-t-50 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-t-50.pd-r-60 {
  padding-right: 80px;
}

.new-t-50 img {
  width: 100%;
}

.new-t-33 {
  width: 30%;
}

.new-t-auto {
  width: auto;
}

.new-t-66 {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-circle-img-big {
  width: 240px;
  height: 240px;
  background-color: black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.new-circle-img-big img {
  width: 100%;
  height: 100%;
}

.new-circle-img-small {
  padding: 16px;
  margin-right: 60px;
  max-width: 150px;
  width: 150px;
  max-height: 150px;
  height: 150px;
  background-color: black;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.new-circle-img-small img {
  height: 32px;
}

.new-circle-img-small.c01 {
  background-color: #30384a;
}

.new-circle-img-small.c02 {
  background-color: #0e0e0e;
}

.new-circle-img-small.c03 {
  background-color: #ffbb40;
}

.new-circle-img-small.c04 {
  background-color: #23a6e6;
}

.new-circle-img-small.c05 {
  background-color: #7965e0;
}

.new-circle-img-small p {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: 1.2;
}

.new-sign-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.new-sign-wrap span {
  white-space: pre;
  font-size: 14px;
  color: #1b1b1b;
  margin-right: 8px;
}

.new-sign-wrap p {
  white-space: pre;
  font-size: 18px;
  color: #1b1b1b;
  margin: 0px !important;
  font-weight: 500;
}

.new-sign-wrap img {
  margin-left: 8px;
  height: 60px;
}

.csr-table {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 0px;
  border-bottom: 1px solid #e3e3e3;
  transition: all 0.3s;
}

.csr-table:hover {
  border-color: #1b1b1b;
}

.csr-table:hover p,
.csr-table:hover a,
.csr-table:hover .csr-left {
  color: #1b1b1b !important;
}

.csr-table:hover a::after {
  border-color: #1b1b1b;
}

.csr-left {
  width: 25%;
  font-size: 12px;
  color: #a0a0a0;
  transition: all 0.3s;
  font-weight: 600;
}

.csr-right {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.csr-right p {
  font-weight: bold;
  font-size: 14px;
  color: #a0a0a0;
  transition: all 0.3s;
  margin: 0px;
}

.csr-right a {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  color: #a0a0a0 !important;
  transition: all 0.3s;
}

.csr-right a::after {
  transition: all 0.3s;
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: '';
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 0.4em;
  height: 0.4em;
  border-right: 0.15em solid #a0a0a0;
  border-top: 0.15em solid #a0a0a0;
  transform: rotate(45deg);
  margin-bottom: 1px;
}

.c-detail-wrap {
  display: flex;
}

.c-detail-left {
  width: 45%;
  padding-right: 80px;
}

.c-detail-left p {
  color: #696969;
  margin: 16px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
}

.c-detail-left span {
  font-weight: 600;
}

.c-detail-left img {
  width: 100%;
}

.c-detail-right {
  width: 55%;
}

.c-text-wrap {
  margin-top: 50px;
}

.c-text-wrap .n-body {
  margin-top: 8px;
}

.c-text-wrap .n-h2 {
  position: relative;
}

.c-text-wrap .n-h2:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: -12px;
  left: -12px;
  width: 10px;
  height: 10px;
  background-color: rgb(37, 83, 223);
}

.i-circle-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.i-wrap {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.i-wrap .n-h1 {
  width: 100%;
  text-align: left;
}

.i-wrap .n-h1.center {
  width: 100%;
  text-align: center;
}

.i-circle-wrap {
  margin: -12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.i-circle-wrap div {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  background-color: rgb(37, 83, 223);
  border-radius: 50%;
}

.i-circle-wrap:nth-child(even) div {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

.i-circle-wrap div p {
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
  line-height: 1.4;
}

.i-circle-wrap div span {
  font-weight: bold;
  color: #fff;
  font-size: 44px;
}

.i-circle-wrap p {
  max-width: 200px;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin-top: 32px;
  margin-bottom: 0px;
  color: #1b1b1b;
}

.i-circle-wrap .k-text {
  font-size: 24px;
  font-weight: 600;
}

.i-circle-wrap ul {
  padding-left: 12px;
  margin: 32px 0px 0px;
  max-width: 80%;
}

.i-circle-wrap ul li {
  font-size: 14px;
  list-style: none;
  line-height: 1.7;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.i-circle-wrap ul li:before {
  content: '';
  border: 2px rgb(37, 83, 223) solid !important;
  border-radius: 50px;
  margin-top: 9px;
  margin-left: -10px;
  position: absolute;
}

.i-content-wrap {
  max-width: 880px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.i-content-wrap .i-content-card {
  width: 50%;
  margin-bottom: 40px;
}
.i-content-wrap .i-content-card:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.i-content-wrap .i-content-card span {
  color: rgb(37, 83, 223);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}
.i-content-wrap .i-content-card .n-h2 {
  margin-top: 6px;
}
.i-content-wrap .i-content-card .n-body {
  margin-top: 8px;
}

.i-list-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.i-list-wrap .i-list-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
}
.i-list-wrap .i-list-card:last-child {
  margin-bottom: 0;
}
.i-list-wrap .i-list-card .i-list-card-image {
  /* width: 360px; */
  /* flex: 1; */
  padding-right: 80px;
}
.i-list-wrap .i-list-card .i-list-card-image img {
  width: 150px;
  height: 150px;
}
.i-list-wrap .i-list-card .i-list-card-list {
  width: 70%;
}
.i-list-wrap .i-list-card .i-list-card-list ul {
  margin-top: 16px;
  list-style: none;
}
.i-list-wrap .i-list-card .i-list-card-list li.n-body {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
}
.i-list-wrap .i-list-card .i-list-card-list li.n-body:before {
  content: '';
  width: 4px;
  height: 4px;
  margin: 10px 10px auto 10px;
  background-color: black;
  flex: 0 0 auto;
}

.job-wrap {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.job-wrap .n-h1 {
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}

.job-card-wrap {
  width: 65%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-card {
  margin-bottom: 50px;
  flex: 0 0 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.job-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
}

.job-icon-wrap img {
  width: 60px;
  height: 60px;
}

.job-card span {
  margin-top: 16px;
  margin-bottom: 12px;
  color: rgb(37, 83, 223);
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}

.job-card .n-h2 {
  font-weight: 400;
}

.k-btn {
  margin-top: 20px;
  height: 48px;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: #1b1b1b;
  text-decoration: none;
  font-weight: 600;
}

/* 반응형 css */
@media (max-width: 767px) {
  .n-h1 {
    font-size: 24px;
  }

  .n-h2 {
    font-size: 20px;
  }

  .n-h3 {
    font-size: 16px;
  }

  .n-h2.mg-t-80 {
    margin-top: 40px;
  }

  .n-body {
    margin-top: 16px;
  }

  .new-t-wrap {
    padding: 30px 0px;
    flex-direction: column;
  }

  .new-t-wrap.pad-60:nth-child(even) .new-t-50:nth-child(1) {
    padding-right: 0px;
  }

  .new-t-wrap.pad-60:nth-child(odd) .new-t-50:nth-child(2) {
    padding-left: 0px;
  }

  .new-t-50 {
    width: 100%;
  }

  .new-t-wrap.pad-60 {
    padding: 30px 0px;
  }

  .new-t-wrap.pad-30 {
    padding: 30px 0px;
    text-align: center;
  }

  .new-t-wrap.reverse {
    flex-direction: column-reverse;
  }

  .new-circle-img-small,
  .new-circle-img-big {
    width: 140px;
    height: 140px;
    margin: 0px 0px 24px 0px;
  }

  .new-circle-img-small p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .new-t-50 img {
    margin-bottom: 24px;
  }

  .new-sign-wrap img {
    margin: 0px;
  }

  .new-t-wrap.border {
    padding: 60px 0px;
  }

  .new-t-33 {
    width: 100%;
  }

  .new-t-66 {
    width: 100%;
  }

  .m-mg-b-16 {
    margin-bottom: 16px;
  }

  .m-mg-b-32 {
    margin-bottom: 32px;
  }

  .n-h2.mg-t-24 {
    margin-top: 24px;
  }

  .new-t-wrap.border .n-body {
    margin-top: 16px;
  }

  .new-t-50.pd-r-60 {
    padding-right: 0px;
  }

  .c-detail-wrap {
    flex-direction: column;
  }

  .c-detail-left {
    width: 100%;
    padding-right: 0px;
  }

  .c-detail-left p {
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .c-detail-right {
    margin-top: 40px;
    width: 100%;
  }

  .i-circle-list {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .i-circle-wrap div {
    margin-top: 0px;
    width: 172px;
    height: 172px;
  }

  .i-circle-wrap {
    margin: 0px 0px 40px;
  }

  .i-circle-wrap p {
    margin-top: 20px;
  }

  .i-circle-wrap div p {
    font-size: 16px;
  }

  .i-circle-wrap div span {
    font-size: 36px;
  }

  .i-circle-wrap ul {
    margin-top: 20px;
    max-width: none;
  }

  .i-circle-wrap .k-text {
    font-size: 18px;
  }

  .job-card {
    flex: 0 0 50%;
  }

  .k-btn {
    padding: 0px 32px;
    color: #fff !important;
  }

  .job-card-wrap {
    width: 100%;
  }

  .job-wrap .n-h1 {
    margin-bottom: 40px;
  }
}
/* 어바웃 */
/* Based on http://kevinburke.bitbucket.org/markdowncss/ */
.cms-detail__cont h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
}
.cms-detail__cont h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
}
.cms-detail__cont h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.cms-detail__cont h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
}
.cms-detail__cont h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
}
.cms-detail__cont h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
}
.cms-detail__cont hr {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border: 0;
  border-top: 1px solid #ddd;
}
.cms-detail__cont p {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}
.cms-detail__cont td {
  padding: 16px;
}

/*# sourceMappingURL=style.css.map */
