/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

/*main-header*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Grandiflora+One&family=Noto+Sans+JP:wght@100..900&family=Playwrite+CU:wght@100..400&family=Square+Peg&display=swap');

@font-face {
  font-family: "Noto Sans KR";

  font-style: normal;

  font-weight: 300;

  src: url(/fonts/NotoSansKr/NotoSansKR-Light.woff2) format("woff2"), url(/fonts/NotoSansKr/NotoSansKR-Light.woff) format("woff"), url(/fonts/NotoSansKr/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR regular";

  font-style: normal;

  font-weight: 400;

  src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format("woff2"), url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format("woff"), url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR bold";

  font-style: normal;

  font-weight: 700;

  src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format("woff2"), url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format("woff"), url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format("opentype");
}

body {
  font-family: "Noto Sans KR";
  background-color: #f6f6f6;
}
body.jpn-body,
body.jpn-body p {
  font-family: "Noto Sans JP", "Arial"," Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", "sans-serif" 
}
#header.header-alternative {
  padding: 0;
}
#mainMenu nav > ul > li > a {
  font-family: "Pretendard Variable", Meiryo, sans-serif;
}
body.jpn-body #mainMenu nav > ul > li > a{
  font-family: "Noto Sans JP", "Arial"," Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", "メイリオ", "Meiryo", "sans-serif" 
}
#mainMenu nav > ul > li:hover > a {
  color: #8281ff;
}
#mainMenu.menu-lowercase nav > ul > li > a {
  font-size: 16px;
}
#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;
}
.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;
}
@media (min-width: 992px) {
  #header.header-alternative .header-inner #logo,
  #header.header-alternative #header-wrap #logo {
    height: 80px;
    display: flex;
    align-items: center;
  }
}

.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 {
  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");
}
.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: 30px 0;
}
#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-visual {
  background-color: #9897c2;
  width: 100%;
  display: block;
  position: relative;
  margin-top: -80px;
  padding-top: 200px;
  min-height: 600px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.main-visual-mo {
  display: none;
}

.main-visual .main-vis-txt {
  text-align: center;
  color: #fff;
}

.main-visual .main-vis-txt h2,
.main-visual .main-vis-txt p {
  color: #fff;
}

/*main 작품 미리보기*/
.main-works {
  background: none;
  margin-top: -220px;
}
.main-works .main-works-bx .main-works-item a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  display: block;
  margin-bottom: 36px;
  position: relative;
  box-shadow: 0px 2px 20px rgba(63, 78, 92, 0.15);
}

.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 .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 {
}
.main-works .main-works-bx .main-works-item a:hover .work-txt {
  display: flex;
}
.main-works .main-works-bx .main-works-item.main-works-item-type01 a {
  padding-top: 100%;
}
.main-works .main-works-bx .main-works-item.main-works-item-type02 a {
  padding-top: 156.11%;
}
.main-works .main-works-bx .main-works-item.main-works-item-type03 a {
  padding-top: 69.585%;
}

.card {
  border-radius: 30px;
  box-shadow: 0px 2px 20px rgba(63, 78, 92, 0.15);
}
.main-card.card.about .card-header {
  background-image: url("../assets/images/about-icon.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.main-card.card.joinus .card-header {
  background-image: url("../assets/images/joiin-us-icon.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.main-card.card .card-header {
  border-bottom: 0;
  padding: 30px 0;
}
.main-card.card .card-header .card-tit {
  padding-left: 140px;
}
.main-card.card .card-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
}
.card .card-body {
  padding: 40px;
}
.about-cont ul {
  padding-left: 0;
}
.about-cont ul li {
  display: block;
  position: relative;
}
.about-cont ul li .about-item {
  display: flex;
  align-items: center;
}
.about-cont ul li + li {
  margin-top: 36px;
}
.about-cont ul li .about-item .about-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: block;
  min-height: 330px;
}
.about-cont ul li .about-item .about-item-txt {
  padding: 20px 20px 20px 40px;
}
.about-cont ul li:first-child .about-item .about-item-img {
  background-image: url("../assets/images/about_01.png");
}
.about-cont ul li:nth-child(2) .about-item .about-item-img {
  background-image: url("../assets/images/about_02.png");
}

.about-cont ul li .about-item .about-item-txt h5 {
  color: #1e1e1e;
  font-weight: 800;
  font-size: 1.5rem;
  opacity: 0.65;
}
.about-cont ul li .about-item .about-item-txt h3 {
  font-size: 2rem;
  color: #1e1e1e;
  font-weight: 800;
}

.joinus-cont p {
  font-size: 1.5rem;
}

.partners-swiper .swiper-slide img {
  width: 100%;
  border-radius: 30px;
}
.partners-swiper .swiper-button-next,
.partners-swiper .swiper-button-prev {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
}
.partners-swiper .swiper-button-next::after,
.partners-swiper .swiper-button-prev::after {
  font-size: 1rem;
  color: #ddd;
}
#footer {
  border-top: 1px solid #8a8a8a;
  padding-bottom: 80px;
}

#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;
}

@media (max-width: 991.98px) {
  #header.header-alternative .header-inner .header-extras,
  #header.header-alternative #header-wrap .header-extras {
    padding: 20px 0;
  }
  #header.header-alternative .header-inner #logo a > img,
  #header.header-alternative #header-wrap #logo a > img {
    height: 60px;
  }
  .main-visual {
    padding-top: 140px;
    min-height: 450px;
    background-size: cover;
  }
  .main-works .main-works-bx .main-works-item a {
    border-radius: 10px;
  }
  .main-works .main-works-bx .main-works-item a .work-txt {
    border-radius: 10px;
    padding: 20px;
    display: none;
  }
  .main-works .main-works-bx .main-works-item a:hover .work-txt {
  display: none;
}
  .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);
  }
}
@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;
}
.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: #8a8a8a;
}
.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 {
  height: 80%;
  width: 100%;
}

.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-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: -140px;
}
.sub-cont.login .sub-body {
  margin-top: -100px;
}
.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 p.big_p {
  font-size: 1.25rem;
}
.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%;
}

.management-bx h2 {
  font-size: 2rem;
}

.management-bx h2 span {
  font-weight: 800;
}

.management-list {
  list-style: none;
  padding-left: 0;
}

.management-list .management-cont {
  display: flex;
  align-items: center;
}

.management-list .management-cont .keyword {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  text-align: center;
  display: flex;
  align-items: center;
}
.management-list .management-cont .keyword h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
.management-cont .discript {
  margin-left: 20px;
  width: calc(100% - 150px);
}
.management-cont .discript p {
  margin-bottom: 0;
}
.management-list li {
  margin-bottom: 10px;
}
.management-list li:first-child .management-cont .keyword {
  background-color: #160a51;
}
.management-list li:nth-child(2) .management-cont .keyword {
  background-color: #f5a21d;
}
.management-list li:nth-child(3) .management-cont .keyword {
  background-color: #9897c2;
}

.endolphin_cha {
  background-image: url("../assets/images/endophin_cha.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}

.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;
}
.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) {
  .main-visual {
    display: none;
  }
  .main-visual-mo {
    display: block;
    padding-top: 60%;
    background-color: #9897c2;
    background-size: cover;
    background-position: center;
  }
  #header[data-transparent="true"]:not(.sticky-active) .header-inner #logo a .logo-default {
    display: block;
  }
  .dark #header .header-inner #logo a .logo-dark,
  .dark #header #header-wrap #logo a .logo-dark,
  #header.dark .header-inner #logo a .logo-dark,
  #header.dark #header-wrap #logo a .logo-dark,
  #header[data-transparent="true"]:not(.sticky-active) .header-inner #logo a .logo-dark {
    display: none;
  }
  #header[data-transparent="true"]:not(.sticky-active) .header-inner #logo a > img {
    height: 60px;
    padding: 10 0;
  }
  #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: #170b52;
  }
  #header[data-transparent="true"]:not(.sticky-active) .header-inner .glo-dropdown > a {
    border: 1px solid #170b52;
    color: #170b52;
  }
  .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%;
  }
}

/*recruit*/

.endol-table.table {
  border-top: 1px solid #291e5f;
}

.endol-table th {
  background-color: #fafaff;
  color: #8a8a8a;
  font-weight: 600;
  text-align: center;
}
.tit-3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.form-label {
  color: #8a8a8a;
  font-weight: 700;
}
.form-label span.essential {
  color: #8281ff;
}

.form-check-input:checked {
  background-color: #8281ff;
  border-color: #8281ff;
}

/*개인정보처리방침*/

.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;
}

/* btn */
.btn-seconde {
  background-color: #291e5f !important;
  border-color: #291e5f !important;
  &:hover {
    background-color: #514976 !important;
    border-color: #514976 !important;
  }
}

.no-before::before {
  display: none;
}

/* ai */
.ai-top-img {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/ai/ai_img.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: calc(100% + 46px);
}

.ai-order-made {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 4px 25px 0px rgba(130, 129, 255, 0.35);
  color: #8281ff;

  height: calc(100% + 3rem);
}
.ai-merit {
  position: relative;

  & ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;

    & > li {
      position: relative;
      height: 0;
      margin: 10px;
      list-style: none;
      width: calc(20% - 20px);
      padding-bottom: calc(20% - 20px);
      background-color: #ffffff;
      border-radius: 50%;

      & span {
        color: #160a51;
        font-size: 16px;
        line-height: 120%;
        font-weight: 700;
        display: flex;
        width: calc(100% - 10px);
        max-width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;

        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }
  &::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
    height: calc(100% + 170px);
    background-color: #291e5f;
  }
}
.ai-step {
  position: relative;
  &::before {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
    height: 100%;
    background-color: #ffffff;
  }

  ol {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0 2rem;

    & > li {
      list-style: none;
      position: relative;
      padding: 0 1.5rem;
      padding-top: 60px;
      margin-bottom: 44px;
      display: flex;

      dl {
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        border-radius: 20px;
        border: 2px solid #8281ff;
        background: #ffffff;
        min-height: 190px;
        flex: 1 1 0;
        margin: 0;
        gap: 1rem;
        padding: 0 1.25rem;

        & > dt {
          color: #160a51;
          text-align: center;
          font-size: 24px;
          padding-top: 50px;

          & > small {
            display: block;
            font-size: 1.25rem;
          }
        }

        & > dd {
          font-size: 1rem;
          color: #1e1e1e;
          padding-bottom: 42px;
        }

        &::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -1.7rem;
          content: "";
          height: 0;
          width: 0;
          border-bottom: 8px solid transparent;
          border-top: 8px solid transparent;
          border-left: 10px solid #8281ff;
        }
      }
      &:first-child dl::after {
        display: none;
      }

      & dl::before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 96px;
        height: 96px;
        background-color: #8281ff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        color: #ffffff;
        border-radius: 50%;
        border: #ffffff 8px solid;
      }

      &:nth-child(1) dl::before {
        content: "1";
      }
      &:nth-child(2) dl::before {
        content: "2";
      }
      &:nth-child(3) dl::before {
        content: "3";
      }
      &:nth-child(4) dl::before {
        content: "4";
      }
      &:nth-child(5) dl::before {
        content: "5";
      }
      &:nth-child(6) dl::before {
        content: "6";
      }
      &:nth-child(7) dl::before {
        content: "7";
      }
      &:nth-child(8) dl::before {
        content: "8";
      }
      &:nth-child(9) dl::before {
        content: "9";
      }
      /* :not(:last-child) */
    }
  }
}
.ai-contact {
  position: relative;
  &::before {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
    height: 100%;
    background: linear-gradient(#ffffff 50%, transparent 50%);
  }
}

.btn-white {
  text-align: center;
  font-size: 1.5rem !important;
  background: rgba(255, 255, 255, 0.65) !important;
  color: #aaa1cf !important;
  border: 0 !important;
  height: auto !important;

  &:hover {
    opacity: 0.9;
  }

  &.active {
    color: #8281ff !important;
    background: #fff !important;
  }
}

/*반응형*/
@media (min-width: 768px) {
  .ai-step ol > li {
    &:not(:first-child):not(:last-child) {
      &::before {
        left: 0;
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: calc(50% + 1.5rem);
        top: calc((100% - 60px) / 2 + 60px);
        border: dashed 2px #8281ff;
      }
      &::after {
        left: calc(50% - 1rem);
        transform: translateX(-50%);
        content: "";
        position: absolute;
        z-index: -1;
        width: calc(100% * 3 - 2rem);
        height: calc(50% + 1.5rem - 0px);
        top: calc(((100% - 60px) / 2 - 2px) + 60px);
        background-color: #ffffff;
      }
    }

    &:nth-child(3n):not(:last-child) {
      &::before {
        left: auto;
        right: -2rem;
        content: "";
        position: absolute;
        z-index: -2;
        width: calc(100% + 2rem);
        height: calc(50% + 1.5rem);
        bottom: auto;
        top: calc((100% - 60px) / 2 + 60px);
        border-radius: 0 3rem 3rem 0;
        border: dashed 2px #8281ff;
      }
      &::after {
        left: auto;
        right: calc(-2rem + 2px);
        content: "";
        position: absolute;
        z-index: -2;
        width: calc(100% + 2rem - 2px);
        height: calc(50% + 1.5rem - 4px);
        bottom: auto;
        top: calc(((100% - 60px) / 2 + 2px) + 60px);
        border-radius: 0 3rem 3rem 0;
        background-color: #ffffff;
        transform: none;
      }
    }

    &:nth-child(3n + 1):not(:first-child) {
      &::before {
        right: auto;
        left: -2rem;
        content: "";
        position: absolute;
        z-index: -1;
        width: calc(100% + 2rem);
        height: calc(50% + 1.5rem);
        bottom: calc((100% - 60px) / 2 - 2px);
        top: auto;
        border-radius: 3rem 0 0 3rem;
        border: dashed 2px #8281ff;
      }
      &::after {
        right: auto;
        left: calc(-2rem + 2px);
        content: "";
        position: absolute;
        z-index: -1;
        width: calc(100% + 2rem - 2px);
        height: calc(50% + 1.5rem - 4px);
        top: auto;
        bottom: calc(((100% - 60px) / 2));
        border-radius: 3rem 0 0 3rem;
        background-color: #ffffff;
        transform: none;
      }
    }
    &:nth-last-child(2) {
      &::before {
        display: none;
      }
    }
  }
}
@media (max-width: 768px) {
  .ai-top-img {
    position: initial;
    background-position: center;
    height: 0;
    padding-bottom: 100%;
  }

  .ai-order-made {
    position: initial;
    height: auto;
    transform: none;
  }

  .ai-merit ul > li {
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
  }

  .ai-step ol > li dl::after {
    position: absolute;
    top: calc(-60px - 1rem);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 10px solid #8281ff;
  }
}

@media (max-width: 991.98px) {
  .card .card-body {
    padding: 20px;
  }

  .card.rounded-pill {
    border-radius: 20px !important;
    & > .card-body {
      padding-bottom: 20px;
    }
  }
}

/*로그인*/

.login-card .btn:not(.close):not(.mfp-close).btn-primary {
  background-color: #f5a21d;
  border: #f5a21d;
}

/*일본어-개인정보처리방침*/

.sub-cont.policy .sub-body {
  margin-top: -80px;
}

/*
body.jpn-body button.btn,body.jpn-body .btn:not(.close):not(.mfp-close),body.jpn-body a.btn:not([href]):not([tabindex]), body.jpn-body .management-list .management-cont .keyword h3,body.jpn-body .management-bx h2 span,body.jpn-body .tit-4, body.jpn-body h4, body.jpn-body .main-works .main-works-bx .main-works-item a .work-txt h5{  
    font-weight: normal;
  }*/


/*25-02-27 추가*/

.card-body img{
  max-width: 100%;
}
.mo_only{
  display: none;
}
@media (max-width: 991.98px) {
  .mo_only{
    display: inline-block;
  }
.comp-card-tit{
  > h4{
    font-size: 2rem;
  }
}
.card-body h2{
  font-size: 2.5rem !important;
}
.jpn-body .ai-merit ul li:nth-child(5) > span{
  font-size: 14px;
  letter-spacing: -0.1rem;
}
.ai-merit {
  & ul {
      & > li {
          & span {
            max-width: 80%;
          }
        }
  }
}
}