@charset "UTF-8";
@import url('main.css');
@import url('game.css');
@import url('aos.css');

button {
  cursor: pointer;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-visual-wrap {
  width: 100%;
  height: 960px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.sub-visual-wrap .title-en {
  font-size: 18px;
  color: #ffcc00;
  font-weight: bold;
  font-family: "Play", sans-serif;
  letter-spacing: 5px;
}

.sub-visual-wrap .title-ko {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
}

.sub-visual-wrap.brand {
  background: url(../img/etc/etc-header-brand.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.story {
  background: url(../img/etc/etc-header-story.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.company {
  background: url(../img/etc/etc-header-company.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.company:before {
  content: "";
  width: 1px;
  height: 50%;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -80px;
}

.sub-visual-wrap.welfare {
  background: url(../img/etc/etc-header-welfare.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.welfare:before {
  content: "";
  width: 1px;
  height: 50%;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -80px;
}

.sub-visual-wrap.careers {
  background: url(../img/etc/etc-header-careers.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.careers:before {
  content: "";
  width: 1px;
  height: 50%;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -80px;
}

.sub-visual-wrap.ir {
  background: url(../img/etc/etc-header-ir.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.news {
  background: url(../img/etc/etc-header-news.jpg) no-repeat center top;
  background-size: cover;
}

.sub-visual-wrap.privacy {
  background: url(../img/etc/etc-header-privacy.jpg) no-repeat center top;
  background-size: cover;
}

/**  개인정보처리방침 */
.privacy-item-wrap {
  padding: 150px 0;
  max-width: 1200px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.privacy-item-wrap .privacy-tab-menu {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.privacy-item-wrap .privacy-tab-menu ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #000;
  display: flex;
  margin: 0;
  padding: 0;
}

.privacy-item-wrap .privacy-tab-menu ul li {
  width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.privacy-item-wrap .privacy-tab-menu ul li a {
  width: 100%;
  box-sizing: border-box;
  height: 69px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #555;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-right: 0;
  text-decoration: none;
}

.privacy-item-wrap .privacy-tab-menu ul li:last-child a {
  border-right: 1px solid #e6e6e6;
}

.privacy-item-wrap .privacy-tab-menu ul li a.on {
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: 700;
}

.privacy-history-wrap {
  width: 100%;
  height: auto;
  margin-top: 47px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.privacy-history-wrap .label {
  font-size: 16px;
  color: #555555;
}

.dropdown-container.type01 .dropdown-button {
  border-color: #e6e6e6;
  background: #fff;
  color: #000;
}

.dropdown-container.type01 .dropdown-button:before {
  background: #e6e6e6;
}

.dropdown-container.type01 .dropdown-arrow {
  border-color: #000;
}

.dropdown-container.type01 .dropdown-menu {
  background: #fff;
  border-color: #e6e6e6;
}

.dropdown-container.type01 .dropdown-menu .dropdown-item {
  color: #333;
  border-color: #e6e6e6;
}

.dropdown-container.type01 .dropdown-menu .dropdown-item:hover {
  background: #f1f2f4;
}

.privacy-description-wrap {
  width: 100%;
  margin-top: 30px;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 16px;
  color: #555;
  line-height: 1.5em;
}

/** 채용 */
.careers-desc-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 300px 0;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.careers-desc-wrap:after {
  content: "";
  width: 1px;
  height: 250px;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.careers-desc-wrap:before {
  content: "";
  width: 1px;
  height: 250px;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  top: 0;
}

.careers-desc-wrap .dot {
  width: 9px;
  height: 9px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffcc00;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 250px;
  margin-left: -4px;
}

.careers-desc-wrap .title {
  font-size: 60px;
  color: #ffcc00;
  font-weight: bold;
  font-family: "Play", sans-serif;
  letter-spacing: 5px;
}

.careers-desc-wrap .desc {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
}

.careers-talent-wrap {
  width: 100%;
  padding-top: 150px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.careers-talent-wrap:before {
  content: "";
  width: 1px;
  height: 100px;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  top: 0;
}

.careers-talent-wrap .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.talent-swiper {
  width: 100%;
  margin: 50px 0 0 0;
}

.talent-swiper .swiper-slide {
  width: 400px;
}

.talent-card {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  min-height: 220px;
}

.talent-swiper .swiper-slide .cate {
  font-size: 20px;
  color: #999;
  font-weight: 700;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.talent-swiper .swiper-slide .talent-en {
  font-size: 34px;
  color: #000;
  font-weight: 700;
  font-family: "Play", sans-serif;
  letter-spacing: 2px;
  line-height: 1em;
  padding: 10px 0;
}

.talent-swiper .swiper-slide .talent-ko {
  font-size: 19px;
  color: #ffcc00;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: -.5px;
}

.talent-swiper .swiper-slide .talent-icon {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.talent-swiper .swiper-slide .talent-icon img {
  width: 50px;
}

.talent-swiper {
  overflow: visible !important;
}

.talent-card ul {
  padding: 0;
  margin: 10px 0 0 0;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.talent-swiper .swiper-slide:hover .talent-ko {
  display: none;
}

.talent-swiper .swiper-slide:hover .talent-ko+ul {
  display: flex;
}

.talent-swiper .swiper-slide:hover .talent-ko+ul+.talent-icon {
  display: none;
}

.talent-card ul li {
  font-size: 18px;
  color: #555;
  position: relative;
}

.talent-card ul.dot li {
  padding-left: 10px;
}

.talent-card ul.dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 0;
  top: 6px;
}

.careers-process-wrap {
  width: 100%;
  padding-top: 150px;
  position: relative;
}

.careers-process-wrap .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.process-item-wrap {
  width: 1200px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0 auto;
}

.process-item-wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.process-item-wrap ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #222;
  text-align: center;
  flex: 1;
  padding: 25px 0 45px 0;
}

.process-item-wrap ul li .step {
  font-size: 16px;
  color: #999;
  font-family: "Play", sans-serif;
  font-weight: bold;
}

.process-item-wrap ul li .icon {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.process-item-wrap ul li .subject {
  font-size: 22px;
  color: #222;
  font-weight: 700;
}

.process-item-wrap ul li .top-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 70px;
  background: url(../img/bg/bg-dot-line.png) no-repeat center bottom;
  margin-bottom: 20px;
}

.process-item-wrap ul li .bottom-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  padding-top: 70px;
  background: url(../img/bg/bg-dot-line.png) no-repeat center top;
  margin-top: 20px;
}

.process-item-wrap ul li .top-txt01 {
  font-size: 18px;
  color: #222;
  font-weight: 700;
}

.process-item-wrap ul li .top-txt02 {
  font-size: 16px;
  color: #555;
  font-weight: 700;
}

.process-item-wrap .help-msg {
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 130px;
}

.careers-detail-wrap {
  width: 100%;
  height: 616px;
  overflow: hidden;
  background: url(../img/bg/bg-careers-detail.jpg) no-repeat right bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}

.careers-detail-wrap .cont {
  width: 1200px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.careers-detail-wrap .cont .category {
  font-size: 18px;
  color: #ffcc00;
  font-weight: bold;
  font-family: "Play", sans-serif;
  margin-bottom: 10px;
}

.careers-detail-wrap .cont .desc {
  font-size: 40px;
  color: #000;
  line-height: 1.2em;
}

.careers-detail-wrap .cont .desc strong {
  font-weight: 700;
}

.careers-detail-wrap .cont button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 43px;
  overflow: hidden;
  border-radius: 5px;
  border: 0;
  background: #000;
  gap: 8px;
  margin-top: 30px;
}

.careers-detail-wrap .cont button span {
  font-size: 16px;
  color: #ffcc00;
  font-weight: 500;
}

.careers-detail-wrap .cont button img {}

/** 복지 */
.welfare-desc-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 300px 0 150px 0;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.welfare-desc-wrap:before {
  content: "";
  width: 1px;
  height: 250px;
  overflow: hidden;
  display: block;
  background: #ffcc00;
  position: absolute;
  left: 50%;
  top: 0;
}

.welfare-desc-wrap .title {
  font-size: 60px;
  color: #ffcc00;
  font-weight: bold;
  font-family: "Play", sans-serif;
  letter-spacing: 5px;
}

.welfare-desc-wrap .desc {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
}

.welfare-desc-wrap .life-swiper {
  width: 1200px;
  overflow: visible;
  margin-top: 50px;
}

.welfare-desc-wrap .life-swiper .swiper-button-prev:after {
  display: none;
}

.welfare-desc-wrap .life-swiper .swiper-button-next:after {
  display: none;
}

.welfare-desc-wrap .life-swiper .swiper-button-prev {
  left: -70px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(../img/ico/ico-slide-prev.png) no-repeat;
  margin: -35px 0 0 0;
  top: 50%;
}

.welfare-desc-wrap .life-swiper .swiper-button-prev.swiper-button-disabled {
  background: url(../img/ico/ico-slide-prev-disabled.png) no-repeat;
  opacity: 1;
}

.welfare-desc-wrap .life-swiper .swiper-button-next {
  right: -70px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(../img/ico/ico-slide-next.png) no-repeat;
  margin: -35px 0 0 0;
  top: 50%;
}

.welfare-desc-wrap .life-swiper .swiper-button-next.swiper-button-disabled {
  background: url(../img/ico/ico-slide-next-disabled.png) no-repeat;
  opacity: 1;
}

.welfare-benefit-wrap {
  padding: 150px 0;
  max-width: 1200px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.welfare-benefit-wrap .welfare-tab-menu {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.welfare-benefit-wrap .welfare-tab-menu ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #000;
  display: flex;
  margin: 0;
  padding: 0;
}

.welfare-benefit-wrap .welfare-tab-menu ul li {
  width: 100%;
  flex: 1;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.welfare-benefit-wrap .welfare-tab-menu ul li a {
  width: 100%;
  box-sizing: border-box;
  height: 69px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #555;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-right: 0;
  text-decoration: none;
}

.welfare-benefit-wrap .welfare-tab-menu ul li:last-child a {
  border-right: 1px solid #e6e6e6;
}

.welfare-benefit-wrap .welfare-tab-menu ul li a.on {
  background: #000;
  border-color: #000;
  color: #fff;
  font-weight: 700;
}

.welfare-benefit-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.welfare-benefit-list ul {
  margin-top: 50px;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.welfare-benefit-list ul.on {
  display: flex;
}

.welfare-benefit-list ul li {
  width: 25%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.welfare-benefit-list ul li .icon {
  margin-top: 10px;
}

.welfare-benefit-list ul li .icon img {
  max-width: 80px;
}

.welfare-benefit-list ul li .title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
}

.welfare-benefit-list ul li .desc {
  font-size: 18px;
  color: #555;
  line-height: 1.5em;
  margin-top: 10px;
  max-width: 240px;
}

/** 회사소개 */
.history-wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 200px;
}

.history-wrap .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.history-rela-wrap {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.year-item-wrap {
  width: 275px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.year-item-wrap button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
}

.year-item-wrap button img {
  width: 40px;
}

.year-item-wrap button:disabled {
  opacity: 0;
}

.year-item-wrap button img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7489%) hue-rotate(146deg) brightness(96%) contrast(100%)
}

.year-item-wrap button:disabled img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(1264%) hue-rotate(244deg) brightness(89%) contrast(90%);
}

.year-item-wrap .value {
  font-size: 80px;
  color: #ffcc00;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.year-item-wrap .value span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}

.month-item-wrap {
  width: 870px;
  height: auto;
  overflow: hidden;
  padding-left: 128px;
  box-sizing: border-box;
  position: relative;
  border-left: 1px solid #000;
  min-height: 501px;
}

.month-item-wrap .desc {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 60px;
  line-height: 1.5em;
}

.month-item-wrap .desc .number {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

.month-item-wrap .image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.month-item-wrap .image img {
  width: 100%;
}

.month-swiper {
  height: 100%;
  width: auto;
  position: static;
}

.month-swiper .swiper-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.month-swiper .swiper-slide {
  height: auto !important;
}

.month-swiper .desc {
  opacity: 0;
  transition: all .5s;
  transition-delay: .2s;
  transform: translateX(20px);
}

.month-swiper .number {}

.month-swiper.active .desc {
  opacity: 1;
  transform: translateX(0);
}

.month-swiper.active .number {}

/*
.month-swiper .swiper-slide-active .desc {
  font-size: 35px;
  color: #ffcc00;
  padding-left: 90px;
}

.month-swiper .swiper-slide-active .desc br {
  display: none;
}

.month-swiper .swiper-slide-active .number {
  font-size: 35px;
  color: #ffcc00;
}
*/
.month-item-wrap .swiper-scrollbar {
  left: 0 !important;
  right: auto !important;
}

/** 스토리 */
.story-wrap {
  width: 100%;
  padding: 140px 0 160px 0;
}

.story-wrap .title {
  text-align: center;
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.story-wrap ul {
  width: 1200px;
  height: auto;
  margin: 60px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.story-wrap ul li {
  width: calc(50% - 30px);
  height: auto;
  display: flex;
}

.story-wrap ul li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}

.story-wrap ul li a .image {
  width: 100%;
  display: flex;
  height: auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.story-wrap ul li a .image img {
  width: 100%;
}

.story-wrap ul li a .subject {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  height: 80px;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.story-wrap ul li a .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.story-wrap ul li a .tags span {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.story-wrap ul li a .image:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border: 6px solid #ffcc00;
  opacity: 0;
  transition: all .3s;
}

.story-wrap ul li a:hover .image:before {
  opacity: 1;
}

.story-wrap .btn-item-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.story-wrap .btn-item-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 43px;
  overflow: hidden;
  border-radius: 5px;
  border: 0;
  background: #000;
  gap: 8px;
}

.story-wrap .btn-item-wrap span {
  font-size: 16px;
  color: #ffcc00;
  font-weight: 500;
}

/** 브랜드 */
.ci-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0 160px 0;
}

.ci-wrap .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.ci-wrap .desc {
  font-size: 22px;
  color: #000;
  text-align: center;
  padding-top: 20px;
}

.ci-wrap .image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin: 50px auto 0 auto;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci-wrap .image img {}

.ci-wrap .btn-item-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.ci-wrap .btn-item-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  border: 0;
  background: #000;
  gap: 8px;
}

.ci-wrap .btn-item-wrap button span {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #ffcc00;
  font-weight: 500;
}

.ci-wrap .btn-item-wrap button img {}

.ci-wrap .mean-ko {
  padding-top: 140px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #000;
  font-weight: 700;
}

.ci-wrap .mean-en {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #ffcc00;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Play", sans-serif;
}

.ci-wrap .ci-swiper {
  width: 100%;
  margin-top: 50px;
  overflow: visible;
}

.ci-wrap .ci-swiper .swiper-slide {
  width: 320px;
}

.ci-card {
  width: 100%;
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

.ci-card .key {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  font-family: "Play", sans-serif;
}

.ci-card .value {
  font-size: 18px;
  color: #555;
  line-height: 1.5em;
}

.ci-slide01-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #000;
}

.ci-slide01-wrap .desc-swiper {
  max-width: 1400px;
  padding: 0 100px;
  margin: 60px auto 0 auto;
}

.ci-slide01-wrap .desc-swiper .swiper-button-prev:after {
  display: none;
}

.ci-slide01-wrap .desc-swiper .swiper-button-next:after {
  display: none;
}

.ci-slide01-wrap .desc-swiper .swiper-button-prev {
  left: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(../img/ico/ico-slide-prev.png) no-repeat;
  margin: 0;
  top: 160px;
}

.ci-slide01-wrap .desc-swiper .swiper-button-prev.swiper-button-disabled {
  background: url(../img/ico/ico-slide-prev-disabled.png) no-repeat;
  opacity: 1;
}

.ci-slide01-wrap .desc-swiper .swiper-button-next {
  right: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(../img/ico/ico-slide-next.png) no-repeat;
  margin: 0;
  top: 160px;
}

.ci-slide01-wrap .desc-swiper .swiper-button-next.swiper-button-disabled {
  background: url(../img/ico/ico-slide-next-disabled.png) no-repeat;
  opacity: 1;
}

.ci-slide01-wrap .slide-item-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #000;
  gap: 60px;
}

.ci-slide01-wrap .slide-item-wrap .image {
  width: 100%;
  text-align: center;
}

.ci-slide01-wrap .slide-item-wrap .desc {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.ci-slide02-wrap {
  width: 100%;
  padding: 140px 0 160px 0;
}

.ci-slide02-wrap .title {
  width: 100%;
  text-align: center;
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.ci-slide02-wrap .font-swiper {
  max-width: 1400px;
  padding: 0 100px;
  margin: 60px auto 0 auto;
}

.ci-slide02-wrap .font-swiper .swiper-button-prev:after {
  display: none;
}

.ci-slide02-wrap .font-swiper .swiper-button-next:after {
  display: none;
}

.ci-slide02-wrap .font-swiper .swiper-button-prev {
  left: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(../img/ico/ico-arrow-down.png) no-repeat;
  margin: 0;
  top: 160px;
  transform: rotate(90deg);
  background-size: 100%;
}

.ci-slide02-wrap .font-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.ci-slide02-wrap .font-swiper .swiper-button-next {
  right: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: url(../img/ico/ico-arrow-down.png) no-repeat;
  margin: 0;
  top: 160px;
  transform: rotate(-90deg);
  background-size: 100%;
}

.ci-slide02-wrap .font-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.ci-slide02-wrap .font-swiper .swiper-pagination {
  width: 600px;
  bottom: 120px;
  left: 100px;
}

.ci-slide02-wrap .font-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
}

.ci-slide02-wrap .font-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #ffcc00;
  border-radius: 6px;
}

.ci-slide02-wrap .slide-item-wrap {
  background: #fff;
  width: 1200px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 75px;
}

.ci-slide02-wrap .slide-item-wrap .font-item-wrap {
  width: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.ci-slide02-wrap .slide-item-wrap .font-item-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  border: 0;
  background: #000;
  gap: 8px;
}

.ci-slide02-wrap .slide-item-wrap .font-item-wrap button span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #ffcc00;
  font-weight: 500;
}

.ci-slide02-wrap .slide-item-wrap .image {
  width: 600px;
  height: 400px;
  overflow: hidden;
  display: flex;
}

.ci-slide02-wrap .slide-item-wrap .image img {
  width: 100%;
  object-fit: cover;
}

.ci-slide02-wrap .slide-item-wrap .cont {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.ci-slide02-wrap .slide-item-wrap .cont .subj {
  font-size: 40px;
  color: #222;
  font-weight: 700;
}

.ci-slide02-wrap .slide-item-wrap .cont .tags {
  margin-top: 10px;
  font-size: 18px;
  color: #ffcc00;
  font-weight: 500;
}

.ci-slide02-wrap .slide-item-wrap .cont .desc {
  margin-top: 40px;
  font-size: 18px;
  color: #666;
  line-height: 1.5em;
}

.ci-slide02-wrap .slide-item-wrap .cont .etc {
  margin-top: 40px;
  font-size: 18px;
  color: #555;
}


@media (max-width: 1200px) {
  .sub-visual-wrap {
    height: 100vw;
  }

  .welfare-desc-wrap .life-swiper {
    width: calc(100% - 100px);
  }

  .welfare-desc-wrap .life-swiper .swiper-slide img {
    width: 100%;
  }

  .welfare-benefit-wrap {
    padding: 15vw 20px;
  }

  .careers-desc-wrap {
    padding: 30vw 0;
  }

  .careers-desc-wrap:before,
  .careers-desc-wrap:after {
    height: 25vw;
  }

  .careers-desc-wrap .dot {
    bottom: 25vw;
  }

  .careers-talent-wrap {
    padding-top: 15vw;
  }

  .careers-talent-wrap:before {
    height: 10vw;
  }

  .talent-swiper.swiper {
    padding: 0 20px;
  }

  .history-wrap {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .year-item-wrap {
    width: 30vw;
  }

  .year-item-wrap .value {
    font-size: 80px;
  }

  .history-rela-wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 769px) {
  .font-swiper .swiper-slide{
    opacity: 0 !important;
  }
  .font-swiper .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
  }
  .mbr {
    display: none;
  }

  .sub-visual-wrap .title-en {
    font-size: 15px;
  }

  .sub-visual-wrap .title-ko {
    font-size: 40px;
  }

  .welfare-desc-wrap {
    padding: 30vw 20px 15vw 20px;
    box-sizing: border-box;
  }

  .welfare-desc-wrap:before {
    height: 25vw;
  }

  .welfare-desc-wrap .title {
    font-size: 30px;
  }

  .welfare-desc-wrap .desc {
    font-size: 15px;
  }

  .welfare-desc-wrap .desc br {
    display: none;
  }

  .welfare-desc-wrap .life-swiper {
    width: calc(100% - 40px);
    margin-top: 20px;
  }

  .welfare-desc-wrap .life-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px 40px !important;
    left: -40px;
    margin-top: -20px;
  }

  .welfare-desc-wrap .life-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -40px;
    margin-top: -20px;
    background-size: 40px 40px !important;
  }

  .welfare-benefit-wrap .welfare-tab-menu ul {
    flex-wrap: wrap;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
  }

  .welfare-benefit-wrap .welfare-tab-menu ul li {
    width: 50%;
    flex: initial;
  }

  .welfare-benefit-wrap .welfare-tab-menu ul li a {
    height: 50px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-bottom: 0;
  }

  .welfare-benefit-wrap .welfare-tab-menu ul li:last-child a {
    border-right: 0;
  }

  .welfare-benefit-list ul {
    margin-top: 20px;
    gap: 20px;
  }

  .welfare-benefit-list ul li {
    width: calc(50% - 10px);
    min-height: 190px;
  }

  .welfare-benefit-list ul li .icon img {
    width: 50px;
  }

  .welfare-benefit-list ul li .title {
    font-size: 18px;
  }

  .welfare-benefit-list ul li .desc {
    font-size: 14px;
  }

  .welfare-benefit-list ul li .desc br {
    display: none;
  }

  .careers-detail-wrap {
    height: auto;
    background-size: contain;
  }

  .careers-detail-wrap .cont {
    width: 100%;
    padding: 0 20px 50vw 20px;
    box-sizing: border-box;
  }

  .careers-detail-wrap .cont .category {
    font-size: 16px;
  }

  .careers-detail-wrap .cont .desc {
    font-size: 24px;
  }

  .careers-detail-wrap .cont .desc strong {
    font-size: 24px;
  }

  .careers-detail-wrap .cont button {
    margin-top: 20px;
    width: 120px;
    height: 34px;
  }

  .careers-detail-wrap .cont button span {
    font-size: 13px;
  }

  .careers-desc-wrap .title {
    font-size: 40px;
    text-align: center;
  }

  .careers-desc-wrap .desc {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .careers-talent-wrap .title {
    font-size: 40px;
  }

  .talent-swiper .swiper-slide {
    width: 300px;
  }

  .talent-swiper .swiper-slide .cate {
    font-size: 14px;
  }

  .talent-swiper .swiper-slide .talent-en {
    font-size: 24px;
  }

  .talent-swiper .swiper-slide .talent-ko {
    font-size: 16px;
  }

  .talent-card ul {
    margin-top: 20px;
  }

  .talent-card ul li {
    font-size: 14px;
  }

  .mhide {
    display: none !important;
  }


  .history-wrap .title {
    font-size: 40px;
  }

  .history-rela-wrap {
    flex-direction: column;
    padding: 0;
    margin-top: 20px;

  }

  .year-item-wrap {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .year-item-wrap .value {
    font-size: 34px;
  }

  .year-item-wrap .value span {
    width: 28px;
  }

  .year-item-wrap {
    height: auto;
  }

  .year-item-wrap button {
    transform: rotate(-90deg);
  }

  .year-item-wrap button {
    width: 30px;
    height: 30px;
  }

  .month-item-wrap {
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none;
    border-left: 0;
    min-height: 0;
  }

  .month-item-wrap .desc {
    font-size: 16px;
    padding-left: 50px;
  }

  .month-item-wrap .desc .number {
    font-size: 16px;
  }

  .month-swiper .swiper-slide-active .desc {
    font-size: 16px;
    padding-left: 50px;
    color: #000;
  }

  .month-swiper .swiper-slide-active .number {
    font-size: 16px;
    color: #000;
  }

  .game-sub-desc-wrap .title {
    font-size: 30px;
  }

  .game-sub-desc-wrap .title br {
    display: none;
  }


}

/* 회사소개*/
@media (max-width: 1200px) {
  .ci-wrap {
    box-sizing: border-box;
    padding: 14vw 20px 16vw 20px;
    overflow: hidden;
  }

  .ci-wrap .image {
    height: 36vw;
    margin-top: 5vw;
  }

  .ci-wrap .mean-ko {
    padding-top: 14vw;
  }

  .ci-wrap ul {
    margin-top: 5vw;
    gap: 12vw;
  }

  .ci-slide01-wrap {
    height: auto;
  }

  .ci-slide02-wrap {
    padding: 14vw 0 16vw 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .ci-slide02-wrap .slide-item-wrap {
    width: 100%;
  }

  .ci-slide02-wrap .slide-item-wrap .font-item-wrap {
    width: 30vw;
  }

  .ci-slide02-wrap .slide-item-wrap .image {
    width: 100%;
    height: auto;
  }

  .ci-slide02-wrap .font-swiper .swiper-pagination {
    width: 30vw;
    top: 16vw;
  }
}

@media (max-width: 769px) {
  .talent-swiper {
    overflow: hidden;
    !important;
  }

  .ci-wrap .title {
    font-size: 40px;
  }

  .ci-wrap .desc {
    font-size: 18px;
    line-height: 1.3em;
  }

  .ci-wrap .image img {
    width: 200px;
  }

  .ci-wrap .btn-item-wrap {
    justify-content: center;
  }

  .ci-wrap .btn-item-wrap button {
    width: 120px;
    height: 40px;
  }

  .ci-wrap .btn-item-wrap button span {
    font-size: 16px;
  }

  .ci-wrap .mean-ko {
    font-size: 34px;
  }

  .ci-wrap .mean-en {
    font-size: 40px;
  }

  .ci-wrap .ci-swiper {
    margin-top: 30px;
  }

  .ci-wrap .ci-swiper .swiper-slide {
    width: 280px;
  }

  .ci-card .key {
    font-size: 24px;
  }

  .ci-card .value {
    font-size: 16px;
  }

  .ci-card {
    gap: 15px;
  }

  .ci-slide01-wrap .desc-swiper {
    margin-top: 0;
    padding: 40px;
  }

  .ci-slide01-wrap .desc-swiper .swiper-button-next,
  .ci-slide01-wrap .desc-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: cover !important;
  }

  .ci-slide01-wrap .slide-item-wrap {
    gap: 20px;
  }

  .ci-slide01-wrap .slide-item-wrap .desc {
    font-size: 16px;
  }

  .ci-slide02-wrap .title {
    font-size: 40px;
  }

  .ci-slide02-wrap .font-swiper {
    margin-top: 20px;
    padding: 0 40px;
  }

  .ci-slide02-wrap .font-swiper .swiper-button-next,
  .ci-slide02-wrap .font-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: cover !important;
    z-index: 20;
    top: 22vw;
  }

  .ci-slide02-wrap .slide-item-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .ci-slide02-wrap .slide-item-wrap .font-item-wrap {
    width: 100%;
  }

  .ci-slide02-wrap .font-swiper .swiper-pagination {
    width: 100%;
    top: 42vw;
    left: 0;
    height: 0;
  }

  .ci-slide02-wrap .slide-item-wrap .cont .subj {
    font-size: 24px;
  }

  .ci-slide02-wrap .slide-item-wrap .cont .tags {
    font-size: 14px;
  }

  .ci-slide02-wrap .slide-item-wrap .cont .desc {
    margin-top: 20px;
    font-size: 16px;
  }

  .ci-slide02-wrap .slide-item-wrap .cont .etc {
    margin-top: 20px;
    font-size: 14px;
  }

  .ci-slide02-wrap .slide-item-wrap .font-item-wrap button {
    width: 160px;
    height: 40px;
  }

  .ci-slide02-wrap .slide-item-wrap .font-item-wrap button span {
    font-size: 16px;
  }
}

/** 채용 */
@media (max-width: 1200px) {
  .careers-process-wrap {
    padding: 15vw 20px 16vw 20px;
    box-sizing: border-box;
  }

  .process-item-wrap {
    width: 100%;
  }

  .process-item-wrap .help-msg {
    position: static;
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }
}

@media (max-width: 769px) {
  .careers-process-wrap .title {
    font-size: 40px;
  }

  .process-item-wrap {
    margin-top: 20px;
  }

  .process-item-wrap ul {
    flex-direction: column;
    gap: 10px;
  }

  .process-item-wrap ul li {
    padding: 20px 0;
  }

  .process-item-wrap ul li .icon img {
    width: 40px;
  }

  .process-item-wrap ul li .step {
    font-size: 14px;
  }

  .process-item-wrap ul li .subject {
    font-size: 18px;
  }

  .process-item-wrap .help-msg {
    font-size: 14px;
  }
}

/** 게시판 */
@media (max-width: 1200px) {

  .container.news,
  .container.ir {
    padding: 15vw 20px;
  }

  .privacy-item-wrap {
    padding: 15vw 20px;
    box-sizing: border-box;
  }

  .privacy-item-wrap .privacy-tab-menu ul li a {
    text-align: center;
  }

  .story-wrap {
    padding: 14vw 20px 16vw 20px;
  }

  .story-wrap ul {
    width: 100%;
    gap: 20px;
  }

  .story-wrap ul li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 769px) {

  .container.news,
  .container.ir {
    padding: 40px 20px;
  }

  .detail-page .content-section .content-body p {
    margin-bottom: 10px;
  }

  .detail-page .content-section .content-body img {
    margin: 10px auto;
  }

  .detail-page .detail-header {
    margin-bottom: 20px;
  }

  .detail-page .content-section {
    margin-bottom: 20px;
  }

  .detail-page .action-area {
    padding-top: 20px;
  }

  .privacy-item-wrap .privacy-tab-menu ul {
    flex-wrap: wrap;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
  }

  .privacy-item-wrap .privacy-tab-menu ul li {
    width: 50%;
    flex: initial;
  }

  .privacy-item-wrap .privacy-tab-menu ul li a {
    height: 50px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-bottom: 0;
  }

  .privacy-item-wrap .privacy-tab-menu ul li:last-child a {
    border-right: 0;
  }

  .privacy-history-wrap {
    margin-top: 20px;
  }

  .privacy-history-wrap .label {
    font-size: 14px;
  }

  .privacy-description-wrap {
    margin-top: 20px;
    height: 300px;
    font-size: 14px;
  }

  .privacy-item-wrap {
    padding: 40px 20px;
  }

  .image-card-wrap {
    height: auto;
  }

  .image-board {
    gap: 20px;
    padding-block: 20px;
  }

  .image-card-content {
    padding: 10px 0 0;
  }

  .image-card-title {
    font-size: 18px;
  }

  .image-card-date {
    font-size: 14px;
  }

  .pagination {
    margin-top: 20px;
  }

  .story-wrap .title {
    font-size: 40px;
  }

  .story-wrap ul {
    margin-top: 40px;
  }

  .story-wrap ul li {
    width: 100%;
  }

  .story-wrap ul li a {
    gap: 10px;
  }

  .story-wrap ul li a .subject {
    font-size: 20px;
    height: 50px;
    line-height: 25px;
  }

  .story-wrap ul li a .tags {}

  .story-wrap ul li a .tags span {
    font-size: 14px;
  }

  .story-wrap .btn-item-wrap button {
    width: 100px;
    height: 34px;
  }

  .story-wrap .btn-item-wrap span {
    font-size: 14px;
  }

  .story-wrap .btn-item-wrap {
    margin-top: 20px;
  }

  .careers-talent-wrap {
    overflow: hidden;
  }

}