@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
@import url("../../../nariya/css/g5.css");

/********************************************************
■ Theme Common
********************************************************/
:root {
  --max-wd-size: 1280px;
  --mobile-pd-size: 0 2.4rem;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  padding-top: 104px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.en {
  font-family: "Roboto", sans-serif;
}

::selection {
  color: #fff;
  background-color: #8649ffd8;
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
  background: #fff;
}
@media all and (max-width: 991px) {
  .responsive .wrapper {
    overflow-x: hidden;
  }
}
.nt-container,
.nt-container-wide {
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .responsive .boxed-a.wrapper .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .responsive .boxed-b.wrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
  .responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.no-responsive .boxed-b.wrapper {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media all and (max-width: 1200px) {
  .no-responsive .wrapper.wided .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
  .no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 100000;
}
#nt_loader .loader {
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  position: absolute;
  z-index: 10001;
}

/********************************************************
■ LNB
********************************************************/
#nt_lnb ul {
  list-style: none;
  margin: 0;
}
#nt_lnb ul > li {
  float: left;
  padding: 0 13px;
}
#nt_lnb ul > li::after {
  font-family: dotum;
  font-weight: normal;
  float: right;
  color: #ccc;
  content: "|";
  margin-right: -15px;
}
#nt_lnb ul > li:first-child {
  padding-left: 0;
}
#nt_lnb ul > li:last-child {
  padding-right: 0;
}
#nt_lnb ul > li:last-child::after {
  content: "";
  margin-right: 0;
}
#nt_lnb ul > li > a {
  float: left;
  white-space: nowrap;
}
#nt_lnb .dropdown-toggle::after {
  color: #ccc;
}

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc {
  background: #1100ffa3;
}
#header_pc .nt-container {
  color: #fff;
}
#header_pc .header-logo img {
  max-width: 100%;
}
#header_pc .header-search {
  width: 100%;
  max-width: 400px;
}
#header_pc .header-search form {
  padding: 0;
  border-width: 2px;
  border-style: solid;
}
#header_pc .header-search input {
  font-size: 16px !important;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#header_pc .header-search .form-control:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#header_pc .header-search .btn {
  border: 0;
  background: none !important;
  outline: none;
}

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo {
  box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
  position: relative;
  z-index: 20;
  /* box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
  -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); */
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#nt_menu .main-header {
  height: 80px;
  align-items: center;
}
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
  position: relative;
}
#nt_menu .sub-slide {
  display: none;
  visibility: visible;
}
#nt_menu .sub-icon::after {
  font-family: "FontAwesome";
  float: right;
  position: relative;
  content: "\f105";
}
#nt_menu .me-icon {
  width: 4rem;
  text-align: center;
}
#nt_menu .home-logo {
  height: 40px;
}
#nt_menu .home-logo.black-filter {
  transition: 0.5s;
}
#nt_menu .me-a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 600;
  color: #06121e;
  transition: 0.5s;
  font-size: 18px;
}
#nt_menu .me-a.active {
  color: #000;
}
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
  color: #777777;
}
#nt_menu .sub-2div {
  left: 100%;
  top: 0;
  position: absolute;
  z-index: 22;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#nt_menu .menu-height-size {
  padding: 21.5px 0;
}
#nt_menu .sub-2dul {
}
#nt_menu .sub-2dli {
}
#nt_menu .sub-2da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
  color: #000;
  background: #fafafa;
  border-color: #eee;
  font-weight: bold;
}
#nt_menu .sub-2line {
  display: block;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
}
.nt-menu .sub-1div {
  position: absolute;
  left: 0;
  z-index: 21;
  width: auto;
  text-align: left;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nt-menu .sub-1div::before {
  left: 50%;
  margin-left: -8px;
}
.nt-menu .sub-1da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}
.nt-menu .sub-1line {
  position: relative;
  display: block;
}
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da {
  color: #fff;
  background: #000;
  border-color: #eee;
  font-weight: bold;
  transition: 0.5s;
}
.nt-menu .sub-1line {
  color: #000;
  font-weight: bold;
  background: #fafafa;
}
.nt-menu .me-sh {
  padding: 0.59rem 1rem;
} /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.3);
}
#nt_sticky_wrap.me-sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}
#nt_sticky_wrap.sticky-sol {
  background-color: #000;
}
#nt_sticky_wrap.active {
  transition: 0.5s;
  backdrop-filter: blur(10px);
}
@media all and (min-width: 992px) {
  .wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav {
    margin: 0 auto !important;
  }
  .wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav {
    margin: 0 0 0 auto !important;
  }
  .wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav {
    margin: 0 auto 0 0 !important;
  }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
  position: relative;
  overflow: hidden;
  color: #333;
  /* background: #fafafa; */
  border-bottom: 1px solid #dee2e6;
  padding-top: 4rem;
  margin-bottom: 4rem;
}
#nt_title .nt-container {
  position: relative;
  z-index: 2;
  /* height: 90px; */
}
#nt_title .page-title {
  font-size: 86px;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: 800;
}
#nt_title .locat-text {
  height: 100%;
}
#nt_title .breadcrumb a {
  color: #333;
}
#nt_title .breadcrumb-item + .breadcrumb-item::before {
  font-family: dotum;
  font-weight: normal;
  color: #aaa;
  content: ">";
}
@media all and (max-width: 991px) {
  .responsive #nt_title .page-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 767px) {
  .responsive #nt_title .page-title {
    font-size: 22px;
  }
  .responsive #nt_title .nt-container {
    height: 60px;
  }
}
@media all and (max-width: 575px) {
  .responsive #nt_title .page-title {
    font-size: 30px;
  }
  .responsive #nt_title .nt-container {
    height: auto;
  }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container {
  position: relative;
  overflow: visible !important;
}
#nt_wing img {
  max-width: 100%;
}
#nt_wing .wing-left,
#nt_wing .wing-right {
  position: absolute;
  width: 160px;
}
#nt_wing .wing-left {
  left: -180px;
}
#nt_wing .wing-right {
  right: -180px;
}
.boxed-b #nt_wing .wing-left {
  left: -200px;
}
.boxed-b #nt_wing .wing-right {
  right: -200px;
}

/********************************************************
■ Footer 
********************************************************/
#nt_footer {
  background-color: #06121e;
  background-size: 100%;
  background-position: center;
  color: #f2f2f2;
  font-size: 11px;
  margin-top: 160px;
}
#nt_footer .nt-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nt_footer .nt-links ul > li {
  float: left;
  padding: 0 13px;
}
#nt_footer ul > li:first-child {
  padding-left: 0;
}
#nt_footer ul > li:last-child {
  padding-right: 0;
}
#nt_footer .nt-links ul > li::after {
  font-family: dotum;
  font-weight: normal;
  float: right;
  color: #6f6f6f;
  content: "|";
  margin-right: -15px;
}
#nt_footer .nt-links ul > li:last-child::after {
  content: "";
}
#nt_footer .nt-links ul > li > a {
  color: #f2f2f2;
  white-space: nowrap;
}
#nt_footer .footer-right-text {
  font-size: 24px;
}
@media all and (max-width: 991px) {
  .responsive #nt_footer .nt-links ul > li {
    float: none;
    display: inline-block;
  }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
hr.hr::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1px;
  background-color: #ddd;
}
hr.hr {
  display: block;
  position: relative;
  height: 3px;
  border: none;
  line-height: 1px;
  padding: 0;
  margin: 0;
}
hr.hr::after {
  width: 4rem;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1px;
}
hr.hr-m::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1px;
  background-color: #ddd;
}
hr.hr-m {
  display: block;
  position: relative;
  height: 3px;
  border: none;
  line-height: 1px;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 575px) {
  .responsive h3.h3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive hr.hr::after {
    left: 1rem;
  }
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
  font-size: 1rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.15rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
  cursor: pointer;
  padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  margin-top: 2px;
}

/* Button */
.btn-lg {
  padding: 10px 16px;
  border-radius: 3px;
  line-height: 1.33;
  font-size: 18px;
}
.btn-lg i {
  top: 3px;
  font-size: 24px;
  position: relative;
}

/* Form */
.col-form-label {
  font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
  color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
  border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
  border-radius: 0 !important;
}
/********************************************************
■ 커스텀-전체
********************************************************/
/* 마우스 커서 */
.mouse__wrap {
  cursor: none;
}
.mouse__coursor {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1100ff42;
  user-select: none;
  pointer-events: none;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.mouse__coursor.on {
  background-color: #1100ffa3;
  width: 50px;
  height: 50px;
}
.mouse__coursor.on1 {
  background-color: #1100ffa3;
  width: 60px;
  height: 60px;
}
.mouse__coursor.on2 {
  background-color: #1100ffa3;
  width: 70px;
  height: 70px;
}
.mouse__coursor.on3 {
  background-color: #1100ffa3;
  width: 90px;
  height: 90px;
}
.mouse__coursor.on4 {
  background-color: #1100ffa3;
  width: 0;
  height: 0;
}
/* a hover시 줌 */
a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); /* 크롬, 사파리 */
  -moz-transform: scale(1.1); /* 파이어폭스 */
  -ms-transform: scale(1.1); /* IE */
  -o-transform: scale(1.1); /* 오페라 */
  transition: all 0.5s;
}
/* footer a hover시 줌 */
#nt_footer .nt-links .float-md-left a:hover {
  font-size: 14px;
  transition: all 0.5s;
}
.btn-a1-0 {
  border: 2px solid #000;
  border-radius: 2rem;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 50px;
  text-align: center;
}
/********************************************************
■ 커스텀-메인
********************************************************/
/* 배너BG */
.main-banner-bg {
  height: calc(100vh - 104px);
  background: url("https://a1group.co.kr/theme/BS4-Basic/img/a1-main-back.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-banner-bg .main-text-wrap {
  color: #fff;
  text-align: center;
}
.mobile-banner-bg {
  display: none;
  width: 100%;
}
.main-text-wrap {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
.main-text-wrap h1 {
  font-weight: 300;
  font-size: 58px;
}
.main-text-wrap h1 span {
  font-weight: 600;
}
.main-text-wrap h3 {
  line-height: 130%;
}
.main-text-wrap h3 span {
  font-weight: 700;
  background-color: #fff200;
  padding: 2px 4px;
  color: #000;
  text-shadow: none;
}
.main-text-wrap h1 span b {
  color: #00fbff;
}
.main-text-wrap .main-banner-link {
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 16px;
  transition: 0.5s;
}
.main-text-wrap .main-banner-link:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  padding: 16px 20px;
}
.mobile-logo {
  position: absolute;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.binp-4 {
  padding: 4px;
}
.binp-8 {
  padding: 8px;
}
.binp-12 {
  padding: 12px;
}
.binp-16 {
  padding: 16px;
}
.binp-20 {
  padding: 20px;
}
.binp-24 {
  padding: 24px;
}
.binp-28 {
  padding: 28px;
}
.binp-32 {
  padding: 32px;
}
.binp-36 {
  padding: 36px;
}
.binp-40 {
  padding: 40px;
}
.binp-44 {
  padding: 44px;
}
.binp-48 {
  padding: 48px;
}
.binp-52 {
  padding: 52px;
}
.binp-56 {
  padding: 56px;
}
.binp-60 {
  padding: 60px;
}
.binp-64 {
  padding: 64px;
}
.binp-68 {
  padding: 68px;
}
.binp-72 {
  padding: 72px;
}
.binp-76 {
  padding: 76px;
}
.binp-80 {
  padding: 80px;
}
.binp-100 {
  padding: 100px;
}
.binp-140 {
  padding: 140px;
}
.binp-180 {
  padding: 180px;
}
/* 섹션 */
.section-01 {
  height: 1200px;
  background: url("https://a1group.co.kr/theme/BS4-Basic/img/portback.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-01 .sos-wrap {
  display: flex;
  max-width: var(--max-wd-size);
  width: 100%;
  justify-content: space-between;
}
.section-01 .sos-wrap h1 {
  font-weight: 700;
  font-size: 60px;
}
.section-01 .sos-wrap p {
  font-weight: 500;
  font-size: 18px;
}
.section-01 .sos-wrap a {
  font-weight: 500;
  font-size: 15px;
}
.section-01 .sos-wrap .sos-left {
  text-align: left;
}
.section-01 .sos-wrap .sos-left a {
  display: inline-block;
  border: 1px solid #5500ff;
  color: #5500ff;
  border-radius: 0.6rem;
  padding: 6px 12px;
  margin-right: 10px;
  transition: all 0.5s;
}
.section-01 .sos-wrap .sos-left a:hover {
  border: 1px solid #5500ff;
  background-color: #5500ff;
  color: #fff;
}
.section-01 .sos-wrap .sos-left a:last-child {
  margin-right: 0;
}
.section-02 {
  height: 2600px;
  background: url("https://a1group.co.kr/theme/BS4-Basic/img/soldesignplan-section02-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-02 h1 {
  font-size: 50px;
  font-weight: 600;
}
.section-02 h1.f40 {
  font-size: 40px;
  font-weight: 600;
}
.section-02 h2 {
  font-size: 30px;
  font-style: italic;
}
.section-02 p {
  font-size: 20px;
}
.section-02 .sservice-wrap {
  display: flex;
  max-width: var(--max-wd-size);
  width: 100%;
  justify-content: space-between;
}
.section-02 .sservice-wrap .sservice-text-wrap {
  text-align: left;
}
.section-02 .sservice-wrap .sservice-text-wrap h1 {
  background-color: #f2f2f2;
  color: #000;
  display: inline-block;
  padding: 4px 8px;
  font-weight: 700;
}
.section-02 .sservice-wrap .sservice-text-wrap .sservice-text-desc {
  font-size: 18px;
}
.section-03 {
  height: 1000px;
  background-color: #5500ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
.section-03 h1 {
  font-size: 50px;
  font-weight: 600;
}
.partner-title-text {
  width: 100px;
  border: 1px solid #5500ff;
  color: #5500ff;
  border-radius: 3rem;
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
  margin: 12px auto;
}
.section-04 {
  background: url("https://a1group.co.kr/theme/BS4-Basic/img/soldesignplan-section04-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 120px;
}
.section-04 h1 {
  font-size: 50px;
  font-weight: 600;
}
.section-04 .mopiwrap {
  max-width: var(--max-wd-size);
  width: 100%;
  padding: 48px 36px;
  background: rgba(255, 255, 255, 0.47);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.2px);
  -webkit-backdrop-filter: blur(5.2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-04 .mopiwrap h1 {
  background-color: #5500ff;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 4px 8px;
}
/* 섹션 */
.section-10 {
  display: flex;
  height: 900px;
  justify-content: center;
  text-align: left;
}
.section-10 .sec-wrap {
  width: 100%;
  max-width: var(--max-wd-size);
  display: flex;
  flex-direction: column;
}
.section-10 .sec-wrap h1 {
  font-size: 86px;
  font-weight: 700;
}
.section-11 {
  display: flex;
  justify-content: center;
  text-align: left;
}
.section-11 .sec-wrap {
  width: 100%;
  max-width: var(--max-wd-size);
  display: flex;
  flex-direction: column;
}
.section-11 .sec-wrap h1 {
  font-size: 86px;
  font-weight: 700;
}
.main-news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.main-news-sub {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 60px;
  column-gap: 50px;
}
.main-news-sub h2 {
  font-size: 26px;
  padding: 2rem 0;
  font-weight: 700;
}
.main-news-sub h3 {
  font-size: 15px;
}
.main-news-sub img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.section-12 {
  display: flex;
  justify-content: center;
  text-align: left;
}
.section-12 .sec-wrap {
  width: 100%;
  max-width: var(--max-wd-size);
  display: flex;
  flex-direction: column;
}
.section-12 .sec-wrap h1 {
  font-size: 86px;
  font-weight: 700;
}
.section-12 .main-news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section-12 .main-partners-logo-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px;
}
.section-12 .main-partners-logo-wrap img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.section-12 .main-partners-logo-wrap img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/* 이미지 아이콘 크기 */
.d3-c {
  height: 300px;
  margin-bottom: 48px;
}
/* 슬라이더 */
#review-slider .item {
  background-color: #fff;
  color: #5500ff;
  padding: 24px 16px;
}
#review-slider .item p {
  font-weight: 500;
  color: #3f315f;
}
#review-slider .item .review-comp-name {
  font-weight: 600;
  padding-bottom: 8px;
  color: #5500ff;
}
/* faq아코디언 */
.mopiwrap .accordion-container {
  width: 100%;
}

.mopiwrap details {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ffffff60;
  transition: all 0.3s ease-in-out;
}
.mopiwrap details:hover {
  opacity: 1;
}

.mopiwrap summary {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.mopiwrap summary:hover {
  text-decoration: underline;
}
.mopiwrap summary:hover .title {
  opacity: 1;
}
.mopiwrap summary:hover .accordion-icon {
  opacity: 1;
}

.mopiwrap .accordion-title {
  color: #151518;
  width: 90%;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-align: left;
  font-size: 20px;
}

.mopiwrap .accordion-icon {
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  transition: all 150ms ease-out;
}
.mopiwrap .accordion-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease-in-out;
}

.mopiwrap .accordion-content {
  color: #3c3e47;
  padding: 0.2rem 0rem 1rem 0rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  text-align: left;
}

/** Remove Marker */
.mopiwrap summary::-webkit-details-marker {
  display: none;
}

/** Rotate Icon */
.mopiwrap details[open] .accordion-icon svg {
  transform: rotate(180deg);
}

/* 애니메이션 */
.zoomtext {
  animation-duration: 2s;
  animation-name: zoomtext;
}
@keyframes zoomtext {
  from {
    scale: 0.2;
  }

  to {
    scale: 1;
  }
}

/* 로딩애니메이션 */
.loadback {
  z-index: 999999;
  background: #06121e;
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: loading-disappear-anim 1.4s ease forwards;
  animation-delay: 1.4s;
}
.load-logo {
  width: 60px;
  animation: zoom-logo-anim 1.4s ease forwards;
}

@keyframes loading-disappear-anim {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  99% {
    transform: translateY(-110vh);
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    transform: translateY(-120vh);
  }
}

@keyframes zoom-logo-anim {
  0% {
    opacity: 0;
    scale: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

/* Turn cross-document view-transitions on */
/* Note that this at-rule is all that is needed to create the default cross-fade animation  */

@view-transition {
  navigation: auto;
}

/* Customize the default animation behavior */

::view-transition-group(root) {
  animation-duration: 0.5s;
}

/* Create a custom animation */

@keyframes move-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }

  to {
    transform: translateY(-100%);
    opacity: 0.5;
  }
}

@keyframes move-in {
  from {
    transform: translateY(100%);
    opacity: 0.5;
  }

  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* Apply the custom animation to the old and new page states */

::view-transition-old(root) {
  animation: 0.7s ease-in both move-out;
}

::view-transition-new(root) {
  animation: 0.7s ease-in both move-in;
}

/* 가로스크롤 슬라이드 */
#inc03 {
  position: relative;
  height: 100vh;
  font-size: 16px;
  color: #777;
  line-height: 1.8;
  letter-spacing: -0.3px;
  background-color: #06121e;
}
#inc03 .tit_area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto 100px;
  padding-top: 12vh;
}
#inc03 .tit_area .tit {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
}
#inc03 .tit_area .txt {
  font-size: 18px;
  color: #777;
  white-space: pre-line;
}
#inc03 .img_slide_wrap {
  padding-bottom: 30px;
}
#inc03 ul {
  display: flex;
  flex-wrap: nowrap;
  padding-left: calc((100% - 1600px) / 2);
}
#inc03 ul li {
  transition: all 0.3s;
}
#inc03 ul li + li {
  margin-left: 175px;
}
#inc03 ul li a {
  width: 750px;
  height: 52vh;
}
#inc03 ul li:hover {
  transform: translate(-10px, -10px);
}
#inc03 ul li a {
  display: block;
  position: relative;
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
#inc03 ul li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(1, 1, 1);
  background: linear-gradient(0deg, rgba(1, 1, 1, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  transition: all 0.25s;
}
#inc03 ul li a:hover {
  box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.2);
}
#inc03 ul li .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 0 60px 55px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#inc03 ul li .txt p {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}
#inc03 ul li .txt div {
  white-space: pre-line;
}
#inc03 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 페이지 - 대표자소개 */
.ceo_section {
}
.ceo_section .ceo_wrap {
  display: flex;
  width: 100%;
}
.ceo_section .ceo_img_wrap {
  width: 50%;
  align-items: center;
  display: flex;
}
.ceo_section .ceo_img_wrap img {
  width: 100%;
}
.ceo_section .ceo_text {
  width: 50%;
  padding: 3rem 5rem;
  margin-left: 16px;
}
.ceo_section .ceo_text h3 {
  font-size: 16px;
  padding-bottom: 0.2rem;
  font-weight: 600;
}
.ceo_section .ceo_text h1 {
  font-size: 48px;
  padding-bottom: 2rem;
  font-weight: 800;
}
.ceo_section .ceo_text p {
  font-size: 16px;
}
.ceo_section .ceo_wrap2 {
  display: flex;
  justify-content: space-between;
}
.youyoutube {
  width: 50%;
}
.ceo_section .ceo_wrap2 .youtube-wrap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  width: 100%;
}
.ceo_section .ceo_wrap2 .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ceo_section .ceo_text_wrap2 {
  flex: 1;
  border-radius: 10px;
  padding: 3rem 5rem;
}
.ceo_section .ceo_text_wrap2 ul {
  list-style: circle;
}
#ceo-slider .item {
  background-color: #fff;
  color: #5500ff;
  /* padding: 24px 16px; */
}
#ceo-slider .item p {
  font-weight: 500;
  color: #3f315f;
}
#ceo-slider .item .ceo-comp-name {
  font-weight: 600;
  padding-bottom: 8px;
  color: #5500ff;
}

/* 페이지 - 인재채용 */
.rec-wrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3.7rem;
  margin-bottom: 16rem;
}
.rec-wrp img {
  width: 24%;
}
.rec-wrp img:nth-child(even) {
  position: relative;
  top: 130px;
}
.recruit_section {
}
.recruit_section .recruit_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recruit_section .recruit_wrap h1 {
  font-weight: 500;
  font-size: 46px;
  text-align: center;
}
/* .recruit_section .recruit_wrap h1 {
  font-weight: 800;
  font-size: 56px;
}
.recruit_process {
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
  margin-bottom: 160px;
}
.recruit_process img:nth-child(even) {
  position: relative;
  top: 160px;
}
.recruit_ul {
  padding: 0 5rem;
  list-style: square;
  display: flex;
  gap: 200px;
}
.recruit_ul li {
  padding-left: 20px;
} */
.recruit_ul li::marker {
  content: "◼︎"; /* 마커 내용 */
  color: #000; /* 마커 색상 */
  font-size: 2rem; /* 마커 크기 */
  line-height: 2rem;
}
/* .recruit_ul li p {
  padding-top: 20px;
} */

/* 페이지 - 영업지원 */
.support_section {
}
.support_section .support_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.support_section .support_wrap h1 {
  font-weight: 800;
  font-size: 56px;
}
.support-q-menu-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.support-q-menu-wrap a {
  padding: 2rem;
  border: 2px solid #000;
  border-radius: 2rem;
}
.support-q-menu-wrap a h2 {
  font-weight: 700;
}
.support-q-menu-wrap a p {
  line-height: 1.2;
  padding-top: 1rem;
}

/* 게시판 페이지네이션 스타일 */
.page-item.disabled .page-link {
  background-color: unset;
  border-color: unset;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b6b6b6;
  background-color: unset;
  border: none;
}
.page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: unset;
  border-color: unset;
  font-weight: 700;
}

/* 404 페이지 */
.text-404 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  text-align: center;
  line-height: 1.4;
}
.text-404 h1 {
  font-size: 68px;
  font-weight: 700;
  padding-bottom: 2rem;
}
.text-404 a {
  border: 2px solid #000;
  border-radius: 2rem;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 8px 14px;
  font-weight: 600;
}
.text-404 a:hover {
  background-color: #000;
  color: #fff;
}
.text-404 a:nth-of-type(1) {
  margin-right: 12px;
}
.text-404 p {
  padding-bottom: 3rem;
}
.news-404 {
  padding: 40px;
  width: 100%;
  line-height: 1.2;
}

/* 모바일 */

@media all and (max-width: 575px) {
  body {
    padding-top: 48px;
  }
  .main-banner-bg {
    display: none;
  }
  .mobile-banner-bg {
    display: block;
  }
  .section-10 .sec-wrap h1 {
    font-size: 36px;
    font-weight: 700;
  }
  .main-text-wrap h1 {
    font-size: 32px;
  }
  .main-text-wrap h3 {
    font-size: 17px;
  }
  .main-news-sub {
    grid-template-columns: 1fr;
  }
  .main-news-sub li a {
    display: flex;
  }
  .main-news-sub img {
    width: 150px;
  }
  .tt-wrap {
    padding-left: 24px;
  }
  .mobile-body {
    padding: 0 32px;
  }
  .binp-100 {
    padding: 40px 0;
  }
  .binp-40 {
    padding: 18px 0;
  }
  .section-10 {
    height: unset;
    padding-bottom: 6rem;
  }
  .section-11 .sec-wrap h1,
  .section-12 .sec-wrap h1 {
    font-size: 36px;
  }
  .section-12 .main-partners-logo-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .btn-a1-0 {
    font-size: 12px;
    width: 130px;
    height: 34px;
  }
  #inc03 .tit_area .txt {
    font-size: 13px;
  }
  .section-01 .sos-wrap {
    flex-direction: column-reverse;
    padding: var(--mobile-pd-size);
  }
  .section-01 .sos-wrap h1 {
    font-size: 46px;
  }
  .section-01 .sos-wrap p {
    font-size: 16px;
  }
  .section-01 .sos-wrap .sos-right {
    text-align: right;
  }
  .section-01 .sos-wrap .sos-right img {
    width: 40%;
  }
  .section-01 .sos-wrap .sos-left a {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .section-02 h1 {
    font-size: 36px;
  }
  .section-02 h2 {
    font-size: 20px;
  }
  .section-02 h3 {
    font-size: 14px;
  }
  .section-02 .sservice-wrap:not(:last-child) {
    flex-direction: column-reverse;
    padding: var(--mobile-pd-size);
  }
  .section-02 .sservice-wrap:last-child {
    flex-direction: column;
    padding: var(--mobile-pd-size);
  }
  .section-02 .sservice-wrap .sservice-text-wrap {
    text-align: center;
  }
  .d3-c {
    height: 180px;
    margin-bottom: 48px;
  }
  .section-03 h1 {
    font-size: 32px;
    font-weight: 600;
  }
  .section-04 {
    padding: var(--mobile-pd-size);
    padding-bottom: 52px;
  }
  .section-04 h1 {
    font-size: 30px;
  }
  .section-04 p {
    font-size: 13px;
  }
  .section-04 .mopiwrap {
    padding: 40px 20px;
  }
  .mopiwrap .accordion-title {
    font-size: 13px;
  }
  .mopiwrap .accordion-content {
    font-size: 11px;
  }
  .section-04 .binp-52 {
    padding: 26px;
  }
  .mouse__coursor {
    display: none;
  }
  #nt_footer .nt-container ul {
    text-align: center;
  }
  .ceo_wrap {
    flex-direction: column;
  }
  .ceo_section .ceo_img_wrap {
    width: 100%;
  }
  .ceo_section .ceo_text {
    width: 100%;
    padding: 2rem 2rem;
    margin-left: 0;
  }
  .ceo_wrap2 {
    flex-direction: column;
  }
  .youyoutube {
    width: 100%;
  }
  .ceo_section .ceo_text_wrap2 {
    padding: 3rem 3rem;
  }
  #nt_title {
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
  .a1-bsn {
    padding: 50px 30px !important;
  }
  .bsn-title2 {
    font-size: 15px !important;
  }
  .a1-bsn .bsn-sub span {
    font-size: 14px !important;
  }
  .profile-section .top-profile {
    flex-direction: column;
  }
  .profile-section .top-profile .pf-image {
    width: 100%;
  }
  .pf-image a img {
    width: 100%;
  }
  .my-3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .profile-section .top-profile {
    gap: 0 !important;
  }
  .profile-section .top-profile .pf-text {
    padding: 5rem 3rem !important;
  }
  .profile-section .binp-28 {
    padding: 0;
  }
  .profile-section h1 {
    font-size: 20px !important;
  }
  .profile-blog-column .pf-blog-wrap li {
    font-size: 13px !important;
  }
  .profile-history .pf-image {
    display: none;
  }
  .profile-history .pf-text {
    padding: 0 3rem !important;
  }
  .profile-history {
    padding: 2rem 0;
  }
  .profile-history .pf-text ul {
    font-size: 14px !important;
  }
  .profile-contact {
    padding: 0 !important;
  }
  .profile-contact .pf-contact {
    padding: 3rem 3rem !important;
  }
  .profile-contact input[type="checkbox"] + label {
    padding-left: 1em !important;
    margin-bottom: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
  }
  .profile-quick-wrap {
    padding: 3rem !important;
  }
  .profile-quick-wrap .profile-q-wrap {
    grid-template-columns: 1fr 1fr !important;
  }
  .profile-quick-wrap .profile-q-wrap a {
    padding: 1.2rem !important;
  }
  #nt_footer {
    margin-top: 30px;
  }
  .border-top {
    border: none !important;
  }
  .binp-44 {
    padding: 20px 0;
  }
  .binp-28 {
    padding: 12px 0;
  }
  .binp-76 {
    padding: 30px 0;
  } /* 페이지 - 인재채용 */
  .rec-wrp {
    margin-bottom: 6rem;
  }
  .rec-wrp img {
    width: 24%;
  }
  .rec-wrp img:nth-child(even) {
    position: relative;
    top: 30px;
  }
  .recruit_section {
  }
  .recruit_section .recruit_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .recruit_section .recruit_wrap h1 {
    font-weight: 500;
    font-size: 46px;
    text-align: center;
  }
  .card-title {
    font-size: 1.6rem !important;
    word-break: keep-all;
    line-height: 1.4;
    padding-bottom: 1.2rem;
  }
  #bo_v_con {
    padding: 0 12px;
  }
  .support_section {
    padding: 0 18px;
  }
  .support-q-menu-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .support-q-menu-wrap a h2 {
    font-size: 20px;
  }
}
