/*font*/
@font-face {
  font-family: 'SUIT';
  font-weight: 900;
  font-display: swap;
  src: local('SUIT Heavy'), url('../fonts/SUIT-Heavy.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 800;
  font-display: swap;
  src: local('SUIT ExtraBold'), url('../fonts/SUIT-ExtraBold.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 700;
  font-display: swap;
  src: local('SUIT Bold'), url('../fonts/SUIT-Bold.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 600;
  font-display: swap;
  src: local('SUIT SemiBold'), url('../fonts/SUIT-SemiBold.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 500;
  font-display: swap;
  src: local('SUIT Medium'), url('../fonts/SUIT-Medium.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 400;
  font-display: swap;
  src: local('SUIT Regular'), url('../fonts/SUIT-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 300;
  font-display: swap;
  src: local('SUIT Light'), url('../fonts/SUIT-Light.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 200;
  font-display: swap;
  src: local('SUIT ExtraLight'), url('../fonts/SUIT-ExtraLight.ttf') format('ttf');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 100;
  font-display: swap;
  src: local('SUIT Thin'), url('../fonts/SUIT-Thin.ttf') format('ttf');
}

/*기본 css*/
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
html {
  height: 100%;
}
body {
  height: auto;
}
body, div, p, iframe, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, ol, ul, li, span, strong, b, i,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
address, cite, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
}
ul, li, ol {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}

a:hover, button {
  cursor: pointer;
}
body, div, p, iframe, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, ol, ul, li, span, strong, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
address, cite, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, button {
  font-family: "SUIT", sans-serif;
  font-weight: 500;
  color:#333;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.56;
}
/*스크롤바 css*/
.scrollbar {
  width: 250px;
  height: 250px;
  overflow-y: scroll; /*  */
}

/* 스크롤바의 폭 너비 */
body::-webkit-scrollbar,
.modal-body::-webkit-scrollbar{
  width: 10px;
}

body::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb{
  background: #696969; /* 스크롤바 색상 */
  border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

body::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar{
  background: #fafafa;  /*스크롤바 뒷 배경 색상*/
}
/*모달*/
.modal {
  --bs-modal-width:1020px !important;
  --bs-modal-inner-border-radius:20px !important;
  border-radius: 20px !important;
  --bs-modal-border-radius:20px !important;
}
.modal-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.modal .btn-close {
  --bs-btn-close-bg:url('../img/icons/icon_close.png') !important;
  background:url('../img/icons/icon_close.png') !important;
  --bs-btn-close-opacity:1 !important;
}
.modal-header {
  --bs-modal-header-padding :29px 40px !important;
  border-bottom : none !important;
}
.header_border {
  margin: 0 40px;
  border: 1px solid #4c4c4c;
}
.modal-body {
  padding: 32px 30px 32px 40px !important;
}
.modal .img_wrap{
  text-align: center;
  margin-bottom: 32px;
}
.modal .list_wrap {
  display: flex;
  gap: 20px;
}
.modal .list_title_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal .title {
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 1.5;
}
.modal .content_wrap {
  padding: 16px;
  border: solid 1px #e5e5e5;
  width: 90%;
  margin-top: 16px;
}
.modal .content_item {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #767778;
  line-height: 1.38;
  margin-left: 8px;
  margin-bottom: 8px;
}
.modal .list_item_wrap {
  margin-bottom: 24px;
}
.modal .bottom_img {
  margin-top: 10px;
  text-align: center;
}
.modal .modal-body {
  max-height: 700px;
  overflow-y: scroll;
  margin-right: 10px;
  margin-bottom: 10px;
}
.modal .modal_body_content .left_wrap,
.modal .modal_body_content .right_wrap{
  width: 50%;
}
#sol_modal_02 .left_wrap{
  width: 100%;
}
.modal .content_wrap_small {
  width: 350px !important;
}
#sol_modal_03 .right_wrap {
  position: relative;
}
#sol_modal_03 .bottom_img{
  position: absolute;
  bottom: 0;
  margin-bottom: 24px;
}
#sol_modal_03 .img_wrap{
  margin-top: 20px;
}
#sol_modal_03 .list_wrap {
  margin-bottom: 32px;
}
.menuHeader {
  width: 1920px;
  height: 100px;
  padding: 20px 0 0;
  opacity: 1;
  background-color: #fff;
}


.menuHeader .Icon_CI {
  width: 115px;
  height: 60px;
  margin: 0 144px 19px 360px;
  object-fit: contain;
}

.menuHeader .About {
  display: inline-block;
  width: 56px;
  height: 23px;
  margin: 18px 108px 38px 144px;
  font-family: SUIT;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.menuHeader .Business {
  display: inline-block;
  width: 76px;
  height: 23px;
  margin: 18px 108px 38px;
  font-family: SUIT;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.menuHeader .Projects {
  display: inline-block;
  width: 69px;
  height: 23px;
  margin: 18px 108px 38px;
  font-family: SUIT;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.menuHeader .Solution {
  display: inline-block;
  width: 72px;
  height: 23px;
  margin: 18px 108px 38px;
  font-family: SUIT;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.menuHeader .Career {
  display: inline-block;
  width: 58px;
  height: 23px;
  margin: 18px 108px 38px;
  font-family: SUIT;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.menuHeader .Contact {
  display: inline-block;
  width: 70px;
  height: 23px;
  margin: 18px 360px 38px 108px;
  font-family: SUIT;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
/*header*/
.header_wrap {
  height: 100px;
  align-items: center;
  border-bottom: 1px solid #f4f3f8;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  justify-content: center;
}
.header_wrap .logo_wrap {
  margin-right: 36px;
}
.header_wrap .menu_items {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}
.header_wrap .container {
  height: 100%;
}
.header_wrap .row {
  height: 100%;
  align-items: center;
}
.main_bg .container{
  margin-right: 0 !important;
}
.anchor{
  display: block;
  height: 100px; /*고정메뉴 높이*/
  margin-top: -100px; /*고정메뉴 높이*/
  visibility: hidden;
}
/*main_section*/
.main_section {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main_bg{
  height: 100%;
  padding: 83px 0 98px;
  text-align: right;
  overflow: hidden;
}
.main_bg.main_bg_01 img{
  width: 100%;
}
.main_bg.main_bg_02 img{
  position: relative;
  right: 5%;
}
.main_bg.main_bg_03 img {
  position: relative;
  right: -10px;
}
.main_bg_01 img{
  position: relative;
  right: -96px
}

.main_section .pagination_wrap {
  position: relative;
  background: #000;
  width: 90px !important;
  height: 32px !important;
  border-radius: 16px;
  display: flex;
}
.main_section .start_btn,
.main_section .pause_btn{
  cursor: pointer;
}
.main_section .pagination_wrap .stop_btn{
  top: 12px;
  right: 14px;
}
.main_section .pagination_wrap .stop_btn::before{
  top: 0;
  content: '';
  position: absolute;
  width: 2px;
  height: 6.3px;
  margin: 0.7px 0 1px 0;
  background-color: red;
}
.main_section .pagination_wrap .stop_btn::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 6.3px;
  background-color: red;
}
.main_section .swiper-pagination {
 position: relative !important;
  top: 0 !important;
  bottom: initial !important;
  height: 100%;
  width: 80% !important;
}
.main_section .swiper-container { width: 100%; height: 100%; }
.main_section .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}
.main_section .swiper-pagination-bullet-active {
  width: 20px !important;
  height: 8px !important;
  transition: width .5s !important;
  border-radius: 5px !important;
  background: #fff !important;
  border: 1px solid transparent !important;
}
.main_section .title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.32;
  opacity: 0;
}
.main_section .sub_title {
  font-size: 14px;
  font-weight: normal;
  color: #262626;
  line-height: 1.71;
  margin-bottom:32px;
}
.main_section .title_wrap {
  position: absolute;
  text-align: left;
  top: 149px;
  left: 12%;
  z-index: 9;
}
.main_section .title.active {
  position: relative;
  animation: slider 1s;
  opacity: 1;
}
.main_section .container {
  padding: 0;
}

@keyframes slider {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* about_section */
.about_section {
 background:#000;
  width: 100%;
  padding: 80px 0;
  display: flex;
  gap: 103px;
  justify-content: center;
  align-items: center;
}
.about_section .title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 60px;
  margin-right: 26px;
}
.about_section .sub_title {
  font-weight: normal;
  color: #fff;
}
.about_section .contents {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.about_section .row{
  gap: 103px;
}
/* Business section */
.biz_section {
  padding: 120px 0 121px;
  text-align: center;
}
.biz_section .title {
  font-size: 47px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
  margin-bottom: 16px;
}
.biz_section .sub_title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 100px;
}
.biz_section .row {
  gap: 43px;
  justify-content: center;
}
.biz_section .circle_big {
  position: relative;
  width:268px;
  height: 267px;
  border: 1px solid #cb2626;
  padding: 44px;
  border-radius: 50%;
}
.biz_section .circle_pet_bg {
  position: absolute;
  width:21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}
.biz_section .circle_pet {
  width:100%;
  height: 100%;
  background: #cb2626;
  border-radius: 50%;
}
.biz_section .circle_small{
  width:179px;
  height: 179px;
  padding: 22px 18px 29px;
  background-color: #fdd;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.biz_section .content_text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.33;
}
.biz_section .circle_pet_bg.circle_pet_01 {
  top: 62px;
  left: 3px;
}
.biz_section .circle_pet_bg.circle_pet_02 {
  bottom: 15px;
  right: 40px;
}
.biz_section .circle_pet_bg.circle_pet_03 {
  top: 44px;
  right: 17px;
}
.biz_section .circle_pet_bg.circle_pet_04 {
  bottom: 57px;
  left: 7px;
}
/* Projects section */
.pro_section {
  background-color: #fafafa;
  padding: 120px 0 130px;
  text-align: center;
}
.pro_section .title {
  font-size: 47px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
  margin-bottom: 16px;
}
.pro_section .sub_title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 100px;
}
.pro_section .content_wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.pro_section .quad_top {
  width: 580px;
  height: 348px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: solid 1px #000;
  background-color: #fff;
}
.pro_section .quad_bottom {
  width: 580px;
  height: 222px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 40px 32px 52px 32px;
  background-color: #000;
  position: static;
}
.pro_section .content_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.pro_section .content_box {
  margin-top: 32px;
}

.pro_section .text {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.43;
  margin-left: 10px;
  position: relative;
  margin-bottom: 8px;
}

.pro_section .text::before {
  content:'.';
  position: absolute;
  left: -10px;
}
.pro_section .text_wrap {
  text-align: left;
}
.pro_section .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pro_section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto !important;
}

.pro_section .swiper {
  width: 100%;
  margin: 20px auto;
}

.pro_section .append-buttons {
  text-align: center;
  margin-top: 20px;
}

.pro_section .append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.pro_section .pro-swiper-button-next {
  background: url('../img/icons/icon_next.png');
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 999;
  top: 45%;
  right: 14%;
}
.pro_section .pro-swiper-button-prev {
  background: url('../img/icons/icon_prev.png');
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 999;
  top: 45%;
  left: 15%;
}
/* Solutions section */
.sol_section {
  padding: 120px 0 130px;
  text-align: center;
}
.sol_section .row{
  margin: 10px;
}
.sol_section .col{
  padding: 10px;
}
.sol_section .title {
  font-size: 47px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
  margin-bottom: 16px;
}
.sol_section .sub_title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 70px;
}
.solution_card_wrap {
  justify-content: center;
}
.sol_section .content_wrap {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.sol_section .quad {
  margin: auto;
}
.sol_section .quad_title {
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.sol_section .quad_bg {
  width: 100%;
  height: 100%;
}
.sol_section .quad_detail_btn {
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 24px 6px 0 0;
  border-radius: 8px;
  background-color: #cb2626;
  float: left;
  border: none;
}
.sol_section .quad_estimate_btn {
  display: flex;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 24px 0 0 0;
  border-radius: 8px;
  background-color: #696969;
  justify-content: center;
  align-items: center;
}
/* Career section */
.career_section {
  background-color: #fafafa;
  padding: 120px 0 130px;
  text-align: center;
}
.career_section .title {
  font-size: 47px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
  margin-bottom: 16px;
}
.career_section .sub_title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 100px;
}
.career_section .content_circle {
  background-image: url('../img/images/career_img.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1200px;
  height: 389px;
  margin: auto;
}

.career_section .container {
  height: 100%;
  width: 100%;
  padding: 0 ;
}
.career_section .row {
  height: 100%;
  align-items: center;
}
.career_section .icon_wrap {
  margin-bottom: 20px;
}
.career_section .content_title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-bottom: 16px;
}
.career_section .content_text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.career_section .sub_title2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 46.8px;
  margin-bottom: 100px;
}
.career_section .content_wrap {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  width: 1199.7px;
  margin: auto;
}
.career_section .quad {
  width: 234px;
  height: 104px;
  margin: auto;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Contact section */
.contact_section {
  padding: 120px 0 130px;
  text-align: center;
}
.contact_section .title {
  font-size: 47px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
  margin-bottom: 80px;
}
.contact_section .container{
  max-width: 1095px !important;
  height: auto;
}
.contact_section .content_wrap {
  margin: auto;
  justify-content: center;
}
.contact_section .content_text {
  display: flex;
  max-width: 500px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.contact_section .content_addr {
  width: 313px;
  height: 44px;
  margin-top: 7px;
  font-size: 14px;
  text-align: left;
}
.contact_section .download_btn {
  width: 178px;
  height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 37px 18px 0 0;
  border-radius: 8px;
  background-color: #cb2626;
  float: left;
  border: none;
}
.contact_section .request_btn {
  width: 178px;
  height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 37px 0 0 6px;
  padding: 11px 42px;
  border-radius: 8px;
  background-color: #696969;
  float: left;
}
.contact_section .content_mail {
  width: 271px;
  height: 44px;
  font-size: 14px;
  text-align: left;
}
.contact_section .content_map {
  max-width: 595px;
  width: 100%;
  height: auto;
}
.contact_section .content_map img{
  width: 100%;
}

.bottom_wrap {
  width: 100%;
  height: 85px;
  background-color: #464646;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_wrap .copyright {
  height: 18px;
  line-height: 1.5;
  text-align: left;
  color: #e5e5e5;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1580px !important;
}
@media (max-width: 1920px) {

}
@media (max-width: 1700px) {
  .main_section .title_wrap {
    left: 5%
  }
}
@media (max-width: 1600px) {
  .main_section .container {
    width: 1000px;
  }
  .main_bg_01 img{
    right: -125px;
  }
}
@media (max-width: 1500px) {
  .main_section .container {
    width: 900px;
  }
  .main_bg_01 img{
    right: -80px;
  }
  .main_bg.main_bg_02 img {
    width: 75%;
  }

}
@media (max-width: 1440px) {
  .main_bg.main_bg_01 img {
    width:100%;
  }
  .main_bg.main_bg_02 img {
    width: 70%;
  }
  .main_bg.main_bg_03 img {
    width: 80%;
  }
}
@media screen  and (width: 1280px){


}
@media (max-width: 1280px) {
  /*1280px 이하 안보이게(임시)*/
  .career_section {
    display: none;
  }
  .career_col {
    display: none;
  }

  .main_bg.main_bg_01 img {
    width:85%;
  }
  .main_bg.main_bg_02 img {
    width: 50%;
  }
  .main_bg.main_bg_03 img {
    width: 60%;
  }
  .title_wrap {
    width: 37%;
  }
}

@media (max-width: 960px) {


}
/* 딱 960일 때*/
@media screen  and (width: 960px){


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


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

}
