/*font-family*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");

/* @font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf")
      format("truetype");
  font-display: swap;
} */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* @font-face {
  font-family: "GmarketSansM";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf")
      format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSansB";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff")
      format("woff"),
    url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf")
      format("truetype");
  font-display: swap;
} */

@font-face {
  font-family: 'KartriderExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/KartriderExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
:root{
  --swiper-navigation-color:#fff
}
body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  background-color: #121410;
}
body.jpn-body {
  font-family: "M PLUS 2", "Noto sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
}
body.sub_body {
  background-color: #121410;
  color: #fafaff;
}
#header.header-alternative {
  padding: 0;
}
#mainMenu nav > ul > li > a {
  font-family: "Noto Sans KR", sans-serif;
}
#mainMenu nav > ul > li:hover > a {
  color: #ec6608;
}
#mainMenu.menu-lowercase nav > ul > li > a {
  font-size: 16px;
}
#header .header-inner .container-xxl {
  position: relative;
}
#header[data-transparent="true"]:not(.sticky-active) .header-inner nav li a {
  color: #fff;
}
#header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  #logo
  a
  > img {
  height: 60px;
}
#header[data-transparent="true"].sub_header {
  border-bottom: 1px solid #fff;
}
#header[data-transparent="false"].sub_header {
  border-bottom: 1px solid #d9d9d9;
}
.mainMenu-open
  #header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  #logo
  a
  .logo-dark {
  display: none;
}
.mainMenu-open
  #header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  #logo
  a
  .logo-default {
  display: block;
}
.mainMenu-open
  #header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  #logo
  a
  > img {
  height: 60px;
}
.mainMenu-open
  #header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  nav
  li
  a {
  color: #000;
}

.mainMenu-open #mainMenu.menu-center nav {
  display: block;
}
button.btn.btn-lg,
.btn:not(.close):not(.mfp-close).btn-lg,
a.btn:not([href]):not([tabindex]).btn-lg {
  font-size: 24px;
  padding: 24px;
}
button.btn.btn-md,
.btn:not(.close):not(.mfp-close).btn-md,
a.btn:not([href]):not([tabindex]).btn-md {
  font-size: 20px;
  padding: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  #header.header-alternative .header-inner #logo,
  #header.header-alternative #header-wrap #logo {
    height: 120px;
    display: flex;
    align-items: center;
  }
}

.card-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-around;
  gap: 16px;
  padding: 16px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 575.98px) {
  .card-container {
    grid-template-columns: repeat(1, 1fr)
  }
}

.card {
  width: 100%;
  max-width: 421px;
  background: #29292E;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #29292E;
}

.card-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-text-container {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-subtitle {
  color: #ec6608;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}

.card-title {
  color: #ec6608;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}

.card-description {
  font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
}

/* 반응형 스타일 */
@media (max-width: 1200px) {
  .card-subtitle {
    font-size: 20px;
  }
  .card-title {
    font-size: 1.5rem;
  }
  .card-description {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .card-subtitle {
    font-size: 18px;
  }
  .card-title {
    font-size: 1.3rem;
  }
  .card-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .card-subtitle {
    font-size: 16px;
  }
  .card-title {
    font-size: 1.1rem;
  }
  .card-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
}

:root {
  color: #ffffff;
  --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.glo-dropdown > a {
  padding: 3px 10px;
  border: 1px solid #1e1e1e;
  border-radius: 15px;
  color: #1e1e1e;
  display: flex;
  line-height: 1em;
}
.glo-dropdown a i.glo-icon-kor,
.glo-dropdown a i.glo-icon-jpn,
.glo-dropdown a i.glo-icon-usa {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}
.glo-dropdown a i.glo-icon-kor {
  background-image: url("../assets/images/flag-south-korea.svg");
}
.glo-dropdown a i.glo-icon-jpn {
  background-image: url("../assets/images/flag-japan.svg");
}
.glo-dropdown a i.glo-icon-usa {
  background-image: url("../assets/images/flag-usa.svg");
}
.header-extras > ul > li .p-dropdown a > span {
  position: relative;
}
#header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  .glo-dropdown
  > a {
  border: 1px solid #fff;
  color: #fff;
}
#header[data-transparent="true"]:not(.sticky-active)
  .header-inner
  .header-extras
  > ul
  > li
  .p-dropdown
  a
  > i {
  color: #fff;
}
#header.header-alternative .header-inner .header-extras,
#header.header-alternative #header-wrap .header-extras {
  padding-top: 18px;
}
#header[data-transparent="true"]:not(.sticky-active)
  #mainMenu-trigger
  a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
  color: #fff;
}
#header[data-transparent="true"]:not(.sticky-active) #mainMenu-trigger .lines,
#header[data-transparent="true"]:not(.sticky-active)
  #mainMenu-trigger
  .lines:before,
#header[data-transparent="true"]:not(.sticky-active)
  #mainMenu-trigger
  .lines:after {
  background-color: #fff;
}
.main_swiper{
  top: -120px;
  position: relative;
  margin-bottom: -120px;
}
.main-visual {
  background-color: #121410;
  background-size: cover;
  width: 100%;
  display: flex;
  position: relative;
  /* margin-top: -100px; */
  height: 1080px;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 0;
  align-items: center;
}
.main-visual-mo {
  display: none;
}

.main-visual .main-vis-txt {
  /* text-align: center; */
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.main-visual .main-vis-txt h5 {
  color: #ff9d4a;
  font-size: 40px;
  font-weight: 400;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  line-height: 1.4;
}
.main_swiper .swiper-pagination-bullet-active {
  background: #ff9d4a;
}
.main-visual .main-vis-txt span{
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 300;
}
/* .main-visual .main-vis-txt h5::before,
.main-visual .main-vis-txt h5::after {
  content: "";
  width: 20px;
  height: 36px;
  background-image: url("../assets/images/common/main_vis_txt_bull.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
} */
.main-visual .main-vis-txt h5::before {
  left: 0;
  top: 0;
}
.main-visual .main-vis-txt h5::after {
  right: 0;
  top: 0;
}
.main-visual .main-vis-txt h3 {
  font-size: 46px;
  color: #fff;
}
.main-visual .main-vis-txt h1 {
  font-size: 60px;
  color: #fff;
}
.jpn-body .main-visual .main-vis-txt h3 {
  font-size: 40px;
}
.jpn-body .main-visual .main-vis-txt h1 {
  font-size: 52px;
}
/*main 작품 미리보기*/
.main-works {
  background: none;
  margin-top: -260px;
  margin-bottom: 80px;
}
.main-works .main-works-bx .main-works-item {
  position: relative;
}
.main-works .main-works-bx .main-works-item a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 210px;
  display: block;
  margin-bottom: 36px;
  position: relative;
  box-shadow: 0px 2px 20px rgba(63, 78, 92, 0.15);
  padding-top: 145%;
  z-index: 5;
}
.main-works .main-works-bx .main-works-item .main-works-item_bg {
  mix-blend-mode: multiply;
  opacity: 0.45;
  filter: blur(7.5px);
  width: 100%;
  padding-top: 145%;
  border-radius: 210px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: 3;
}

.main-works .main-works-bx .main-works-item a .work-txt {
  display: none;
  position: absolute;
  height: 70%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  bottom: 0;
  padding: 40px;
  align-items: flex-end;
  border-radius: 30px;
}
.main-works .main-works-bx div:nth-child(2) {
  margin-top: 90px;
}
.main-works .main-works-bx div:nth-child(3) {
  margin-top: 180px;
}
.main-works-btn-bx .main-works-btn.btn {
  border-radius: 10px;
  font-weight: 400;
}
.main-works .main-works-bx .main-works-item a .work-txt h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  word-break: keep-all;
}
.main-works.jpn-main-works .main-works-bx .main-works-item a .work-txt h5 {
  word-break: break-all;
}

.main-works .main-works-bx .main-works-item a .work-txt {
}

/*about*/

.about-section {
  padding: 100px 0;
}
.section_tit h2 {
  color: #fff;
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.jpn-body .section_tit h2 {
  font-family: "M PLUS 2", "Noto sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.section_tit p {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.jpn-body .section_tit p {
  font-size: 1.5rem;
  color: #1e1e1e;
  text-align: center;
  word-break: break-all;
}
.about-cont {
  margin-top: 60px;
}
.about-cont .about-item {
  box-shadow: 0px 4px 20px rgba(120, 120, 120, 0.25);
  border-radius: 100px;
  display: block;
}
.about-cont .about-item {
  display: flex;
  align-items: center;
}
.about-cont .about-item .about-item-tit {
  width: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 100px;
  align-items: center;
  padding: 44px 0;
}
.about-cont .about-item .about-item-tit h2 {
  font-size: 3rem;
  opacity: 0.5;
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.about-cont .about-item .about-item-tit h3 {
  font-size: 2rem;
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  color: #fff;
}
.jpn-body .about-cont .about-item .about-item-tit h2 {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
  text-align: center;
}
.jpn-body .about-cont .about-item .about-item-tit h3 {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
  text-align: center;
}
.about-cont .about-item:first-child .about-item-tit {
  background-color: #4c4b88;
}
.about-cont .about-item:nth-child(2) .about-item-tit {
  background-color: #a158a3;
}
.about-item-cont {
  padding: 40px 30px;
  width: calc(100% - 300px);
}
.about-item-cont ul {
  list-style: none;
  margin-bottom: 0;
}
.about-item-cont ul li::before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #4c4b88;
}
.jpn-body .about-item-cont ul li::before {
  top: 17px;
}
.about-item-cont ul li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 13px;
  line-height: 2.5rem;
}
.about-cont .about-item + .about-item {
  margin-top: 40px;
}

.joinus-section {
  background-color: #1a1c34;
  padding: 80px;
}
.joinus-section .joinus .section_tit p {
  color: #fff;
  margin-bottom: 45px;
}
.joinus-section .joinus .joinus-cont {
  text-align: center;
}
.joinus-section .joinus .joinus-cont button {
  background-color: #fff;
  color: #e96a00;
  font-weight: 700;
}
.news-cont {
  position: relative;
}
.news-section {
  background-color: #ed6c00;
  padding: 80px 0;
}
.news-section .section_tit h2 {
  color: #fff;
}
.news-section .section_tit h2::after {
  background-image: url("../assets/images/common/bullet_white.png");
}
.news-swiper .news-item {
  padding: 40px;
  text-align: center;
}
.news-swiper .news-item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.news-swiper .news-item h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1.25rem;
}
.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev {
  color: #fff;
}
.news-swiper .swiper-button-prev:after,
.news-swiper .swiper-button-next:after {
  font-size: 24px;
}
.news-cont .swiper-pagination {
  bottom: -40px;
}
.news-cont .swiper-pagination-bullet {
  background-color: #d9d9d9;
  width: 10px;
  opacity: 1;
  height: 10px;
  border-radius: 5px;
}
.news-cont .swiper-pagination-bullet-active {
  background-color: #1d1c79;
  width: 20px;
  height: 10px;
  border-radius: 5px;
}

#footer {
  background-color: #242427;
  padding-bottom: 80px;
}
#footer .footer-content .container {
  padding-bottom: 40px;
}
#footer .footer_logo {
  opacity: 0.65;
}

#footer .footer-txt {
  display: flex;
  flex-direction: column;
}
#footer .footer-txt span,
#footer .footer-txt a,
#footer .footer-txt a:visited {
  color: #8a8a8a;
}
#footer .footer-txt a:hover {
  color: #8281ff;
}
#footer .footer-txt a {
  text-decoration: underline;
}
#footer .footer-bottom {
  border-top: 1px solid #8a8a8a;
  text-align: center;
  padding-top: 20px;
}
#footer .footer-bottom span {
  color: #8a8a8a;
}

@media (max-width: 991.98px) {
  #header.header-alternative .header-inner .header-extras,
  #header.header-alternative #header-wrap .header-extras {
    padding: 20px 0;
    left: 0px;
  }
  #header.header-alternative .header-inner #logo a > img,
  #header.header-alternative #header-wrap #logo a > img {
    height: 44px;
  }
  #mainMenu.menu-center nav {
    display: none;
  }
  .main-visual {
    padding-top: 140px;
    height: 800px;
  }
  .main-visual .main-vis-txt h5 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main-visual .main-vis-txt h3 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .main-visual .main-vis-txt h1 {
    font-size: 42px;
  }
  .main-works .main-works-bx .main-works-item a .work-txt {
    border-radius: 10px;
    padding: 20px;
  }
  .main-visual .main-vis-txt h5::before,
  .main-visual .main-vis-txt h5::after {
    width: 18px;
    height: 32px;
    background-size: contain;
  }
  .main-works {
    margin-top: -180px;
    margin-bottom: 80px;
  }
  .main-works .main-works-bx div:nth-child(2) {
    margin-top: 0px;
  }
  .main-works .main-works-bx div:nth-child(3) {
    margin-top: 0px;
  }
  .row {
    --bs-gutter-x: 1rem;
  }
  .main-works .main-works-bx .main-works-item a {
    margin-bottom: 12px;
  }
  .main-works .main-works-bx .main-works-item.main-works-item-type02 a {
    padding-top: 100%;
  }
  .main-works .main-works-bx .main-works-item.main-works-item-type03 a {
    padding-top: 100%;
  }
  .about-cont ul li .about-item .about-item-txt h3 {
    font-size: 1.5rem;
  }
  .partners-swiper .swiper-button-next,
  .partners-swiper .swiper-button-prev {
    background-color: #fff;
    width: 20px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .button.btn.btn-md,
  .btn:not(.close):not(.mfp-close).btn-md,
  a.btn:not([href]):not([tabindex]).btn-md {
    font-size: 16px;
    padding: 16px;
  }
  .section_tit h2 {
    font-size: 40px;
  }
  .section_tit p {
    font-size: 1rem;
    text-align: center;
  }
  .about-cont .about-item {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 50px;
  }
  .about-cont .about-item .about-item-tit {
    width: 100%;
    padding: 20px;
    flex-direction: row;
  }
  .about-cont .about-item .about-item-tit h2 {
    font-size: 1.75rem;
    margin-right: 20px;
  }
  .about-cont .about-item .about-item-tit h3 {
    font-size: 1.5rem;
  }
  .about-item-cont {
    padding: 20px;
    width: 100%;
  }
  .jpn-body .about-item-cont ul li::before {
    top: 15px;
  }

  .about-item-cont ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .joinus-section {
    padding: 80px 20px;
  }
  #mainMenu.menu-center nav {
    padding-top: 40px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #header[data-transparent="true"]:not(.sticky-active)
    .header-inner
    #logo
    a
    > img {
    height: 40px;
  }
  .glo-dropdown > a {
    padding: 3px 5px;
  }
  .header-extras > ul > li .p-dropdown a > span {
    font-size: 10px;
    padding: 0 5px;
  }
  section {
    padding: 40px 0;
  }
  .main-card.card .card-header h2 {
    font-size: 2rem;
  }
  .main-card.card.about .card-header {
    background-size: contain;
  }
  .main-card.card.joinus .card-header {
    background-size: contain;
  }
  .joinus-cont p {
    font-size: 1rem;
    word-break: keep-all;
  }
  .jpn-body .joinus-cont p {
    font-size: 1rem;
    word-break: break-all;
  }
  .joinus-cont button {
    margin: 0 auto;
  }
  .about-cont ul li .about-item .about-item-txt {
    padding: 20px;
  }
  .joinus-cont > * {
    flex-wrap: wrap;
  }
  .main-card.card .card-header .card-tit {
    padding-left: 100px;
  }
  .main-card.card .card-header {
    padding: 20px 0;
  }
  .about-cont ul li .about-item .about-item-img {
    min-height: 240px;
  }
}

/*works*/
.works-section {
  background: none;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}
.works-swiper-bx {
  width: 100%;
  display: block;
  position: relative;
}
.works-swiper-bx .swiper-button-next::after,
.works-swiper-bx .swiper-button-prev::after {
  font-size: 28px;
  color: #fff;
}
.works-swiper-bx .swiper-button-next {
  right: 40px;
}
.works-swiper-bx .swiper-button-prev {
  left: 40px;
}
.works-detail-bx img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(63, 78, 92, 0.15);
}
.works-detail-list {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.works-detail-list > li > span > b {
  display: block;
}
.works-detail-txt {
  padding: 30px 10px;
}
.works-detail-txt h2 {
  font-size: 2rem;
  font-weight: 800;
}
.works-detail-txt p {
  color: 000;
  font-size: 16px;
}
.works-detail-list li {
  padding: 0px 10px;
}
.works-detail-list li span {
  line-height: 1em;
  font-size: 16px;
}
.works-detail-list li:first-child {
  padding-left: 0;
}
.works-detail-list li + li {
  border-left: 1px solid #000;
}
.works-swiper {
  width: 100%;
  margin-top: -120px;
  position: relative;
}

.works-swiper .swiper-slide {
  padding: 200px 0;
  height: 100vh;
  min-height: 1080px;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.works-swiper .swiper-slide .works-detail-bx {
  width: 100%;
}

.works-swiper .swiper-slide .works-txt {
  h3 {
    font-size: 40px;
    font-weight: 700;
  }
  h5 {
    font-weight: 700;
  }
  p {
    font-family: "GmarketSans";
    margin-top: 30px;
    word-break: keep-all;
    margin-bottom: 40px;
  }
}
.works-swiper .swiper-slide[data-bg-dark="true"] .works-txt {
  h3,
  h5,
  p {
    color: #fff;
  }
  .works-detail-list li + li {
    border-left: 1px solid #ffffff;
  }
  color: #fff;
}
.mo-works-swiper-bx {
  display: none;
}

nav:has(.breadcrumb) {
  position: absolute;
  z-index: 5;
  margin-top: 20px;
}
nav:has(.breadcrumb) ol {
  list-style: none;
  display: flex;
  padding-left: 0;
}
nav:has(.breadcrumb) ol li {
  color: #d9d9d9;
  font-family: "GmarketSans", sans-serif;
  font-size: 1rem;
}
ol.breadcrumb li a {
  text-decoration: none;
  color: #d9d9d9;
  font-size: 1rem;
  text-transform: uppercase;
}
ol.breadcrumb li:last-child {
  font-weight: 700;
}
ol.breadcrumb li + li::before {
  content: ">";
  font-weight: 400;
  padding: 0 10px;
}

nav.wh_breadcrumb ol li {
  color: #fff;
}
nav.wh_breadcrumb ol.breadcrumb li a {
  color: #fff;
}

.thumanail-swiper {
  margin-top: -120px;
}
.thumanail-swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.thumanail-swiper .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  position: relative;
  opacity: 0.5;
  width: 100%;
}

.thumanail-swiper .swiper-wrapper .swiper-slide span {
  display: none;
  width: 100%;
  padding: 5px 10px;
  background-color: #160a51;
  color: #fff;
  border-radius: 0 0 10px 10px;
  border: 2px solid #160a51;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.thumanail-swiper .swiper-wrapper .swiper-slide::before {
  width: 100%;
  height: 100%;
  background-color: rgba(246, 246, 246, 1);
  content: "";
  display: block;
  position: absolute;
  border-radius: 10px;
  z-index: 0;
}
.thumanail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  margin-top: -30px;
}
.thumanail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img,
.thumanail-swiper .swiper-wrapper .swiper-slide:hover img {
  opacity: 1;
}
.thumanail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #160a51;
  border-radius: 10px 10px 0 0;
}

.thumanail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active span {
  display: block;
  position: relative;
  z-index: 10;
}
.works-detail-list li span {
  word-break: keep-all;
}
@media (max-width: 991.98px) {
  .thumanail-swiper {
    margin-top: 20px;
  }
  .works-detail-list li span b {
    display: block;
    width: 100%;
  }
}

/*company*/
.sub_tit {
  width: 100%;
  text-align: center;
}
.sub_tit h1 {
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  font-size: 4rem;
  color: #fff;
}
.sub-body .sub_tit h1 {

}
.jpn-body .sub_tit h1 {
  font-family: "M PLUS 2", "GmarketSans", sans-serif;
  font-weight: 800;
}
.sub_tit h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
h2.sm_tit {
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  font-size: 2rem;
}
.jpn-body h2.sm_tit {
  font-family: "M PLUS 2", "GmarketSans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}
.company h2.sm_tit {
  margin-left: 40px;
}
.sub-cont .sub-header {
  height: 280px;
  background-color: #aaa1cf;
  padding-top: 60px;
  background-size: cover;
  background-position: center;
}

.sub-cont .sub-header .sub-tit {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
}
.sub-cont .sub-body {
  margin-top: 96px;
}
.vision{
   .vision-cont{
     display: flex;
     gap: 20px;
   }
}

.company-cont {
  margin-top: 40px;
}
.company-cont .company-item {
  border-radius: 10px;
  display: block;
  background-color: #29292E;
}
.company-cont .company-item {
  display: flex;
  align-items: stretch;
}
.company-cont .company-item .company-item-tit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  max-width: 380px;
}
.company-cont .company-item .company-item-tit h2 {
  font-size: 3rem;
  opacity: 0.5;
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.company-cont .company-item .company-item-tit h3 {
  font-size: 1.5rem;
  font-family: "KartriderExtraBold", "GmarketSans", sans-serif;
  color: #fff;
}
.jpn-body .company-cont .company-item .company-item-tit h2 {
  font-family: "M PLUS 2", "GmarketSans", sans-serif;
  font-weight: 800;
}
.jpn-body.company-cont .company-item .company-item-tit h3 {
  font-family: "M PLUS 2", "GmarketSans", sans-serif;
  font-weight: 800;
}
.company-cont .company-item:first-child .company-item-tit {
  background-color: #ed8e00;
}
.company-cont .company-item:nth-child(2) .company-item-tit {
  background-color: #EC6608;
}
.company-cont .company-item:nth-child(3) .company-item-tit {
  background-color: #b45511;
}

.company-item-cont {
  padding: 27px 30px;
}
.company-item-cont p {
  font-size: 1.25rem;
  margin: 0;
}
.company-item-cont ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #4c4b88;
}
.company-item-cont ul li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 13px;
  line-height: 2.5rem;
}
.company-cont .company-item + .company-item {
  margin-top: 20px;
}

.comp-card-tit {
  position: relative;
  padding-left: 10px;
}
.comp-card-tit h5 {
  font-size: 1.5rem;
  color: #1e1e1e;
  font-weight: 800;
  position: relative;
}
.comp-card-tit::before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #1e1e1e;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.align-items-stretch .card {
  height: 100%;
}

.comp_info {
  background-color: #fff;
  padding: 40px 60px;
  height: 100%;
}
.comp-outline ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.comp-outline ul li {
  display: flex;
  margin-bottom: 10px;
}
.comp-outline ul li:last-child {
  margin-bottom: 0;
}
.comp-outline ul li span,
.comp-outline ul li p {
  margin-bottom: 0;
  font-family: "GmarketSans", sans-serif;
}
.comp-outline ul li p {
  font-size: 1.25rem;
}
.comp-outline ul li span {
  color: #8a8a8a;
  font-weight: 600;
}

.comp-outline ul li span {
  width: 76px;
  display: block;
}

.tit-4 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .swiper-container {
    display: none;
  }
  .main-visual-mo {
    display: block;
    padding-top: 100%;
    background-color: #9897c2;
    background-size: cover;
    background-position: center;
  }
  #header[data-transparent="true"]:not(.sticky-active)
    .header-inner
    #logo
    a
    > img {
    height: 44px;
  }
  #header[data-transparent="true"]:not(.sticky-active) #mainMenu-trigger .lines,
  #header[data-transparent="true"]:not(.sticky-active)
    #mainMenu-trigger
    .lines:before,
  #header[data-transparent="true"]:not(.sticky-active)
    #mainMenu-trigger
    .lines:after {
    background-color: #ffffff;
  }
  #header[data-transparent="true"]:not(.sticky-active)
    .header-inner
    .glo-dropdown
    > a {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  #header.header-alternative .header-inner #logo,
  #header.header-alternative #header-wrap #logo {
    height: 60px;
  }

  .main-works {
    margin-top: -20px;
  }
  .sub-cont .sub-header .sub-tit {
    font-size: 2rem;
  }
  .endolphin_cha {
    min-height: 320px;
    background-position: top;
    background-size: 100%;
  }
  .management-bx h2 {
    font-size: 1.5rem;
  }
  .comp-card.card .card-body {
    padding-bottom: 0;
  }
  .management-cont .discript {
    margin-left: 0px;
    width: 100%;
  }
  .management-list .management-cont {
    flex-wrap: wrap;
    justify-content: center;
  }
  .management-list .management-cont .keyword {
    width: 100%;
    height: 40px;
  }
  .management-list .management-cont .keyword h3 {
    font-size: 1.25rem;
  }
  .comp-outline ul li {
    flex-wrap: wrap;
  }
  .comp-outline ul li span {
    width: 100%;
  }
}

/*CONTACT*/
.contact-list {
  margin-top: 60px;
}
.contact-list ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.contact-list ul li {
  width: 30%;
  display: block;
}
.contact-list ul li .contact-item {
  display: flex;
  align-items: center;
}
.contact-list ul li .contact-item .contact-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-list ul li .contact-item .contact-txt {
  margin-left: 20px;
}
.contact-list ul li .contact-item .contact-txt h5 {
  font-weight: 700;
  font-size: 1.25rem;
}
.contact-list ul li .contact-item .contact-txt span {
  font-size: 1.25rem;
  font-weight: 300;
}

.contact-list ul li .contact-item.contact-tel .contact-icon {
  background-image: url("../assets/images/common/icon_tel.png");
}
.contact-list ul li .contact-item.contact-map .contact-icon {
  background-image: url("../assets/images/common/icon_map.png");
}
.contact-list ul li .contact-item.contact-mail .contact-icon {
  background-image: url("../assets/images/common/icon_mail.png");
}
.os_form .form-label {
  font-size: 1rem;
  font-weight: 700;
  color: #8a8a8a;
  padding-left: 10px;
}
.os_form .essential {
  color: #ed6c00;
  font-weight: 300;
}
.os_form > .row + .row {
  margin-top: 10px;
}
.os_form .form-control {
  padding: 0.75rem 1rem;
  border-radius: 10px;
}
.essential-all {
  margin: 10px;
  display: block;
}
/*개인정보처리방침*/

.policy-detail {
  width: 100%;
  background-color: #fafaff;
  border-radius: 20px;
  padding: 30px 10px;
}
.policy-detail > ol {
  list-style-position: inside;
}
.policy-detail > ol .policy-1depth > span,
.policy-detail > ol .policy-1depth::marker {
  font-size: 1.25rem;
  font-weight: 700;
}
.policy-detail > ol .policy-1depth {
  margin-bottom: 20px;
}

ul.policy-2depth {
  list-style-type: disc;
}
ul.policy-2depth > li::marker {
  color: #8281ff;
}

ol[data-list-style-type="bracket"] > li:nth-child(1)::marker {
  content: "1) ";
}
ol[data-list-style-type="bracket"] > li:nth-child(2)::marker {
  content: "2) ";
}
ol[data-list-style-type="bracket"] > li:nth-child(3)::marker {
  content: "3) ";
}
ol[data-list-style-type="bracket"] > li:nth-child(4)::marker {
  content: "4) ";
}
ol[data-list-style-type="bracket"] > li:nth-child(5)::marker {
  content: "5) ";
}
ol[data-list-style-type="bracket"] > li:nth-child(6)::marker {
  content: "6) ";
}
ol[data-list-style-type="bracket"] > li:nth-child(7)::marker {
  content: "7) ";
}

ol.policy-4depth {
  list-style-type: lower-alpha;
}

ol.policy-3depth > li > h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

/*반응형*/

@media (max-width: 991.98px) {
  .card .card-body {
    padding: 20px;
  }
  .sub_tit h1 {
    font-size: 2.5rem;
  }
  .company h2.sm_tit {
    margin-left: 20px;
  }
  .company-cont .company-item {
    flex-direction: column;
    border-radius: 10px;
  }
  .company-cont .company-item .company-item-tit {
    padding: 12px 0;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .company-cont .company-item .company-item-tit h3 {
    font-size: 1.25rem;
  }
  .company-item-cont {
    padding: 20px;
  }
  .company-item-cont p {
    font-size: 1rem;
  }
  .works-swiper .swiper-slide {
    align-items: flex-end;
    padding-bottom: 0;
  }
  .works-swiper .swiper-slide .works-detail-bx {
    padding: 100px 20px 40px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 20%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
  .works-swiper .swiper-slide[data-bg-dark="false"] .works-detail-bx {
    padding: 100px 20px 40px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 20%,
      rgba(255, 255, 255, 0.8) 100%
    );
  }
  nav:has(.breadcrumb) ol li {
    font-size: 0.75rem;
  }

  ol.breadcrumb li a {
    font-size: 0.75rem;
  }
  .lines {
    top: 0;
  }
  .sub-cont .gx-0 {
    --bs-gutter-x: 0;
  }
  #footer .footer-content .container {
    padding: 0 20px 40px;
  }
  #footer .footer-bottom span {
    font-size: 12px;
  }
  .contact-list ul {
    flex-direction: column;
  }
  .contact-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-list ul li .contact-item .contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-size: 30px;
  }
  .contact-list ul li .contact-item .contact-txt span {
    font-size: 1rem;
  }
  .contact-list ul li .contact-item .contact-txt h5 {
    font-size: 1rem;
  }
  .sub_tit h5 {
    font-size: 1rem;
  }
  button.btn:not(.btn-creative):not(.btn-slide).btn-lg,
  .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg,
  a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-lg {
    font-size: 16px;
    height: auto;
    line-height: 36px;
    padding: 10px 24px;
    white-space: nowrap;
  }
  .main-works-btn-bx {
    margin-top: 20px;
  }
  .about-section {
    padding: 20px 0 80px;
  }
}

@media (max-width: 767.98px) {
  .works-swiper-bx {
    display: none;
  }
  .mo-works-swiper-bx {
    display: block;
  }
  .mo-works-swiper .swiper-slide {
    padding-top: 224%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 860px;
  }
  .mo-works-swiper .swiper-slide .works-detail-bx {
    position: absolute;
    top: 180px;
  }
  .mo-works-swiper .swiper-slide .btn-bx {
    position: absolute;
    bottom: 20px;
    display: block;
    margin: 0 60px;
    width: calc(100% - 120px);
  }
  .mo-works-swiper .swiper-slide .works-txt p {
    font-size: 12px;
  }
  .mo-works-swiper .swiper-slide .works-txt h3 {
    font-weight: 700;
  }
  .mo-works-swiper .swiper-slide .works-txt h5 {
    margin-bottom: 0;
  }
  .mo-works-swiper .swiper-slide .works-txt .works-detail-list li,
  .mo-works-swiper .swiper-slide .works-txt .works-detail-list li span {
    font-size: 12px;
  }
  .mo-works-swiper .swiper-slide[data-bg-dark="true"] .works-txt {
    h3,
    h5,
    p {
      color: #fff;
    }
    .works-detail-list li + li {
      border-left: 1px solid #ffffff;
    }
    color: #fff;
  }
  .mo-works-swiper-bx .swiper-button-next,
  .mo-works-swiper-bx .swiper-button-prev {
    top: auto;
    bottom: 30px;
    color: #fff;
  }
  .mo-works-swiper-bx .swiper-button-next:after,
  .mo-works-swiper-bx .swiper-button-prev:after {
    font-size: 30px;
  }
}
.text-left{
  text-align: left !important;
}
.solutions {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: space-between;
  .solution_item{
    align-items: center;
    gap: 10px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    .solution_icon{
      width: 100px;
      height: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #884d1d;
      border-radius: 50px;
      background-color: #313334;
      padding: 20px;
      > img{
        width: 100%;
      }
    }

    .solution_txt{
      & h4{
        font-weight: 800;
        color: #ed6c00;
      }
      & p {
        font-size: 1rem;
        color: #8a8a8a;
      } 
    }
  }
}

section.team{
  background-image: url(../assets/images/main/team_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  padding-bottom: 200px;
}

.vision-cont{
  display: flex;
  margin-top: 40px;
  gap: 20px;
  .vision-item{
    width: 100%;
    .vision-item-img{
      border-bottom: 1px solid #363636;
      padding: 0 30px;
      > img{
        width: 100%;
      }
    }
    .vision-item-tit{
      width: 100%;
      padding: 10px;
      text-align: center;
    }
  }
}

@media (max-width: 991.98px) {
  .solutions {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    justify-content: flex-start;
    .solution_item{
      width: calc(50% - 20px);
      align-items: center;
      gap: 10px;
      display: inline-flex;
      flex-direction: column;
      text-align: center;
      .solution_icon{
        width: 80px;
        height: 80px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #884d1d;
        border-radius: 50px;
        background-color: #313334;
        padding: 20px;
        > img{
          width: 100%;
        }
      }
  
      .solution_txt{
        & h4{
          font-weight: 800;
          color: #ed6c00;
        }
        & p {
          font-size: 1rem;
          color: #8a8a8a;
        } 
      }
    }
  }
  section.team{
    background-size: auto 300px;
    padding-bottom: 200px;
  }
  .vision-cont{
    flex-direction: column;
    .vision-item{
      .vision_txt{
        padding: 20px;
        background-color: #242427;
        border-radius: 10px;
        text-align: center;
      }
    .vision-item-img{
      border-bottom: 0;
      padding: 0 30px;
      text-align: center;
      > img{
        width: 100%;
        max-width: 240px;
      }
    }
    }
  }
}
@media (max-width: 767.98px) {
  section.team{
    background-size: auto 200px;
    padding-bottom: 200px;
  }
}

.history{
  padding-top: 40px;
  .history-cont > ul{
    list-style: none;
    padding-left: 0x;
    display: flex;
    gap: auto;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
  .history-cont > ul > li{
    padding: 16px;
    padding-top: 20px;
    word-break: keep-all;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    > h5{
      color: #EC6608;
      font-size: 1.25rem;
      font-weight: 800;
    }
    > h3{
      color: #fff;
      font-weight: 800;
      padding: 0 20px;
    }
  }
  .history-cont > ul > li::before{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 5px);
    top: 0px;
    background-color: #EC6608;
    content: '';
    display: block;
  }
  .history-cont > ul > li:last-child::before{
    box-shadow: 0px -1px 16px 2px rgba(233, 132, 0.5);
  }
  .history-cont > ul > li::after{
    width: 100%;
    left: 0%;
    height: 1px;
    content: '';
    background-color: #EC6608;
    position: absolute;
    top: 5px;
  }
  .history-cont > ul > li:first-child::after{
    width: 50%;
    left: 50%;
  }
  .history-cont > ul > li:last-child::after{
    width: 50%;
    left: 0;
  }
  .his_detail_ul{
    padding: 16px;
    background-color: #29292E;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    list-style: none;
    > li{
      padding-left: 6px;

    }
    > li::before{
      content: '-';
      display: inline-block;
      color: #e96a00;
      padding-right: 10px;
    }
  }
}

@media (max-width: 991.98px) {
  .history{
    padding-top: 40px;
    .history-cont > ul{
      gap: 40px;
      flex-direction: column;
    }
    .history-cont > ul > li{
      padding-top: 0;
      padding-left: 20px;
      word-break: keep-all;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      > h5{
      }
      > h3{
      }
    }
    .history-cont > ul > li::before{
      left: 0;
      top: 13px;
    }
    .history-cont > ul > li::after{
      width: 1px;
      left: 5px;
      height: calc(100% + 40px);
      content: '';
      background-color: #EC6608;
      position: absolute;
      top: 18px;
    }
    .history-cont > ul > li:first-child::after{
      width: 1px;
      left: 5px;
    }
    .history-cont > ul > li:last-child::after{
      left: 5px;
      width: 1px;
      display: none;
    }
    
  }
}
.tab-content{
  padding-bottom: 40px;
}
.op_nav-tabs{
  border-radius: 20px;
  background-color: #242427;
  display: inline-flex;
  .nav-link:hover{
    border-radius: 20px;
  }
  margin-top: 40px;
  border-bottom: 0;
  > .nav-item > .active{
    background-color: #EC6608;
    color: #fff;
    border: 0;
    border-radius: 20px;
  }
  .nav-link{
    color: #8a8a8a;
  }
}