@charset "utf-8";
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ctWrap {
  max-width: 100%;
}
#page_title {
  display: none;
}
#container {
  padding: 0 !important;
  overflow: hidden;
}

/*회사소개*/
#project__parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 580px;
  clip-path: inset(15%);
}
#project__parallax img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sub_wrap {
  max-width: 1588px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}
.about_in {
  padding-top: 90px;
}
.blue_top {
  font-size: 25px;
  color: #3255e2;
  font-weight: bold;
}
.large_title {
  font-size: 40px;
  margin: 30px auto 15px;
  font-weight: bold;
}
.top_text {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}
.about_in.about02 {
  padding-top: 0;
  width: 100%;
  overflow: hidden;
}
.imginner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 0;
}
.imginner p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}
.imginner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.4;
}
.about_in.about03 {
  padding-top: 170px;
  padding-bottom: 180px;
}
.sky_top {
  font-size: 24px;
  color: #0d67de;
  padding-bottom: 10px;
  font-weight: 600;
}
.sub_middle_title {
  font-size: 30px;
  font-weight: bold;
}
.about03 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}
.about03 ul li {
  -webkit-box-shadow: 10px 15px 35px 0px rgba(22, 39, 96, 0.08);
  -moz-box-shadow: 10px 15px 35px 0px rgba(22, 39, 96, 0.08);
  box-shadow: 10px 15px 35px 0px rgba(22, 39, 96, 0.08);
  padding: 35px 20px;
  border-radius: 35px;
  flex: 1;
}
.about03 ul li img {
  height: 75px;
}
.about03 ul li:nth-child(1) img,
.about03 ul li:nth-child(2) img,
.about03 ul li:nth-child(4) img {
  padding: 5px;
}
.about03 ul li p {
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0;
}
.about03 ul li span {
  display: block;
  font-size: 16.5px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
.about_in.about04 {
  background: linear-gradient(#12335e, #03152a);
  padding-bottom: 140px;
  padding-top: 130px;
}
.about04 .sub_middle_title {
  color: #fff;
  position: relative;
}
.about04 .sub_middle_title:before {
  height: 1px;
  width: 25%;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
.about04 .sub_middle_title:after {
  height: 1px;
  width: 25%;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
.devel_ul {
  text-align: center;
  margin-top: 75px;
}
.devel_ul li {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.2);
  height: 0;
  position: relative;
  padding-bottom: 23%;
  border-radius: 50%;
  backdrop-filter: blur(12px);
  z-index: 5;
  overflow: hidden;
}
.devel_ul li:nth-child(2) {
  z-index: 4;
}
.devel_ul li:nth-child(3) {
  z-index: 3;
}
.devel_ul li:nth-child(4) {
  z-index: 2;
}
.devel_ul li:nth-child(5) {
  z-index: 1;
}
.devel_ul li:not(:first-child) {
  margin-left: -4.5%;
}
.devel_ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, #4198b6, #4380cf);
  z-index: 6;
  opacity: 0;
  transition: opacity 0.25s linear;
  inset: 0;
}
.devel_ul li.selec:before {
  opacity: 0.8;
  backdrop-filter: blur(12px);
}
.devel_ul li h4 {
  color: #fff;
  position: relative;
  z-index: 7;
  font-size: 22px;
  font-weight: bold;
  opacity: 0.5;
  transition: opacity 0.25s linear;
  margin: 90px auto 17px;
}
.devel_ul li p {
  color: #fff;
  position: relative;
  z-index: 7;
  font-size: 17px;
  font-weight: 400;
  opacity: 0.4;
  transition: opacity 0.25s linear;
  line-height: 1.6;
}
.devel_ul li.selec h4 {
  opacity: 1;
}
.devel_ul li.selec p {
  opacity: 0.9;
}
.roll_en {
  font-size: 80px;
  font-weight: 600;
  color: #e6e6e6;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 95px;
}
.roll_en div {
  display: block;
  position: absolute;
  overflow: hidden;
  animation: marquee 8s linear infinite;
  white-space: nowrap;
}
.about_in.about05 {
  padding-top: 140px;
  padding-bottom: 80px;
}
.cu_text {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.about_contact {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  align-items: end;
  width: 100%;
  overflow: hidden;
}
.c_left {
  text-align: left;
  font-size: 90px;
  letter-spacing: 1px;
}
.c_left img {
  height: 100px;
  margin-right: 15px;
}
.line-text {
  display: flex;
  align-items: center;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  color: #fff;
  margin-top: 8px;
}
.c_right {
  text-align: right;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 5px;
}
.c_right a {
  margin-top: 40px;
  display: inline-block;
  height: 70px;
  padding: 0 55px;
  background: #012ddc;
  color: #fff;
  line-height: 70px;
}
.c_right a img {
  margin-left: 70px;
  height: 16px;
}
.about_in.about_org {
  padding-top: 160px;
  padding-bottom: 55px;
}
.org_wrap {
  margin: 72px auto 0;
  text-align: center;
}
.org_wrap .org_top {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f0f3ff;
  color: #fff;
  margin: 0 auto;
  padding: 15px;
}
.org_wrap .org_top h4 {
  font-size: 27px;
  font-weight: 600;
  background: #012ddc;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 150px;
  text-align: center;
}
.org_wrap .line_org {
  position: relative;
  margin-bottom: 70px;
}
.org_wrap .line_org:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 0.5px;
  background: #cecece;
  content: "";
}
.org_wrap .org_middle {
  border: 1px solid #c1c6da;
  border-radius: 25px;
  display: inline-block;
  padding: 15px 17px;
  font-size: 0;
}
.org_wrap .org_middle p {
  width: 186px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 20px;
  background: #7384c8;
  color: #fff;
  border-radius: 16px;
  font-weight: 500;
}
.org_wrap .org_middle p:first-child {
  margin-right: 50px;
}
.org_wrap .org_bottom {
  border: 1px solid #c1c6da;
  padding: 17px;
  border-radius: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.14%;
}
.org_wrap .org_bottom li {
  width: 11.5%;
  flex-basis: 11.5%;
}
.org_wrap .org_bottom li p {
  border: 1px solid #5c6792;
  height: 64px;
  border-radius: 15px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  color: #4b567e;
}
.org_wrap .org_bottom li span {
  line-height: 1.5;
  font-size: 16px;
  color: #6e758e;
  display: block;
  margin: 13px auto 15px;
}

/*인증 및 증명서*/
.document_top {
  text-align: left;
  margin-top: 90px;
  padding-bottom: 75px;
}
.document_top .large_title {
  margin: 20px auto 8px;
}
.document_wrap {
  padding-bottom: 40px;
}
.document_wrap ul {
  display: flex;
  gap: 1.714%;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.document_wrap ul li {
  flex-basis: 11%;
  width: 11%;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 25px;
}
.document_wrap ul li img {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
.document_wrap ul li h5 {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/*news story*/
.board_wrap {
  max-width: 1588px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
}
.board_top .large_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.board_top .large_title small {
  height: 2px;
  width: 33%;
  flex-basis: 33%;
  background: #707070;
}
.board_top .large_title small.story_line {
  width: 23%;
  flex-basis: 23%;
}
.board_top .large_title .title_right {
  font-size: 28px;
  font-weight: 600;
}
.board_view_top .blue_top {
  text-align: center;
  font-size: 30px;
  position: relative;
}
.board_view_top .blue_top:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 136%;
  height: 25px;
  background: #012ddc;
  width: 2px;
}
.list_go {
  display: block;
  text-align: center;
}
.list_go a.btn {
  font-size: 16px;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 8px 20px;
  font-weight: 500;
}
.board_view {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
.sub_wrap.document_top.board_view_top {
  padding-bottom: 50px;
}
.board_icon {
  text-align: center;
  font-size: 25px;
}
.board_view header {
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}

/*자료실*/
.document_top.library_top {
  padding-bottom: 40px;
}
.sub_wrap.library_wrap {
  padding-bottom: 40px;
}

/*문의하기*/
.sub_wrap.inq_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
}
.inq_wrap > div {
  width: 46%;
  text-align: left;
}
.inq_wrap > div.inq_right {
  text-align: right;
}
.inq_left {
  position: relative;
}
.inq_left:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/inq_back.png) no-repeat center;
  width: 500px;
  height: 490px;
  background-size: cover;
  top: -20%;
  left: -30%;
  z-index: -1;
}
.inq_left h3 {
  font-size: 35px;
  padding-bottom: 60px;
}
.inq_info {
  margin-bottom: 35px;
}
.inq_info span {
  font-size: 18px;
  color: #555;
  font-weight: 400;
}
.inq_info p {
  color: #0060de;
  font-size: 22px;
  padding-top: 10px;
  font-weight: 600;
}
.inq_map p {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

/*서비스소개*/
.service_top {
  padding-bottom: 40px;
}
.service_top_box {
  width: 100%;
  height: 350px;
  background: url(../img/ser01.jpg) no-repeat center center;
  background-size: cover;
}
.service_top_box .sub_wrap {
  padding-top: 70px;
  text-align: left;
  color: #fff;
}
.service_top_box h3 {
  font-size: 33px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.service_top_box p {
  font-size: 25px;
  line-height: 1.6;
  font-weight: 300;
}
.service_box {
  text-align: left;
  margin: 150px auto 0;
}
.service_box.ai_sv {
  margin: 100px auto 0;
}
.service_box h4 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.service_box .ai_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.service_box .ai_list .left_bg {
  width: 500px;
  height: auto;
  background: url(../img/ser_ai.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  align-content: center;
}
.service_box .ai_list .left_bg p {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 8px;
}
.service_box .ai_list .left_bg h5 {
  font-weight: bold;
  font-size: 26px;
}
.service_box .ai_list ul {
  width: calc(100% - 540px);
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.service_box .ai_list ul li {
  width: calc(50% - 12.5px);
  background: #f2f4f7;
  border-radius: 25px;
  height: 273px;
  padding: 41px 45px;
  position: relative;
  margin-bottom: 20px;
}
.service_box .ai_list ul li:nth-of-type(3),
.service_box .ai_list ul li:nth-of-type(4) {
  margin-bottom: 0;
}
.service_box .ai_list ul li span {
  position: absolute;
  top: -15px;
  background: #051141;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  line-height: 38px;
  height: 38px;
  color: #fff;
  padding: 0 25px;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.service_box .ai_list ul li .ai_list_title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.5;
  word-break: auto-phrase;
}
.service_box .ai_list ul li .ai_list_cont {
  font-size: 18px;
  line-height: 1.6;
  word-break: auto-phrase;
}
.service_project h4 {
  text-align: left;
}
.service_project ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: space-between;
}
.service_project ul li {
  width: calc(25% - 10px);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.service_project ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_project ul li p {
  position: absolute;
  bottom: 23px;
  left: 22px;
  right: 22px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.service_contact {
  height: 512px;
  text-align: center;
  background: url(../img/ai_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  align-content: center;
  margin-top: 30px;
}
.service_contact h4 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.4;
}
.service_contact a {
  background: #012ddc;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 58px;
  height: 58px;
  border-radius: 30px;
  display: inline-block;
  padding: 0 40px;
  align-content: center;
}
.service_contact a img {
  height: 14px;
  width: auto;
  margin-left: 15px;
  vertical-align: 0;
}

/*Service - Unity · XR/시뮬레이션*/
.service_top_box.unity_top {
  background: url(../img/ser02.jpg) no-repeat center center;
  background-size: cover;
}
.service_top_box.unity_top .sub_wrap {
  padding-top: 50px;
}
.unity_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.unity_list li {
  width: calc(50% - 10px);
  margin-bottom: 45px;
}
.unity_list li p {
  text-align: center;
  border: 1px solid #ccc;
  padding: 18px 10px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.unity_list li div {
  background: #f2f4f7;
  padding: 35px 20px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.service_box .unity_pf li {
  margin-bottom: 20px;
}
.service_contact.service02_bottom {
  background: url(../img/unity_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

/*서비스 - 모바일 · 크로스플랫폼 앱*/
.service_top_box.app_top {
  background: url(../img/ser03.jpg) no-repeat center center;
  background-size: cover;
}
.app_serviceBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app_serviceBox li {
  width: calc(33.33% - 15px);
  background: #f4f5f5;
  margin-bottom: 30px;
  padding: 40px 45px 50px;
  border-radius: 15px;
  height: 190px;
}
.app_serviceBox li p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.app_serviceBox li span {
  display: block;
  font-size: 18px;
  line-height: 1.6;
}
.app_serviceBox li.app-first {
  background: #051141;
  color: #fff;
}
.app_serviceBox li.app-first h5 {
  font-size: 29px;
  margin-bottom: 8px;
  font-weight: 600;
}
.app_serviceBox li.app-first p {
  font-weight: 500;
  font-size: 19px;
}
.service_contact.service03_bottom {
  background: url(../img/app_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

/*서비스 - 커머스 · 구독/예약*/
.service_top_box.shop_top {
  background: url(../img/ser04.jpg) no-repeat center right 20%;
  background-size: cover;
}
.shop_servicebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_servicebox .left_text {
  width: 35%;
  border-radius: 20px;
  background: url(../img/ser_app_left.jpg) no-repeat center center;
  background-size: cover;
  align-content: center;
  text-align: center;
  color: #fff;
}
.shop_servicebox .left_text p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.shop_servicebox .left_text span {
  font-size: 19px;
  line-height: 1.4;
}
.shop_servicebox ul {
  width: calc(65% - 25px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_servicebox ul li {
  width: calc(50% - 10px);
  background: #f2f4f7;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 30px 33px;
}
.shop_servicebox ul li p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
.shop_servicebox ul li span {
  font-size: 17px;
  line-height: 1.5;
}
.shop_servicebox ul li:nth-of-type(3),
.shop_servicebox ul li:nth-of-type(4) {
  margin-bottom: 0;
}
.service_contact.service04_bottom {
  background: url(../img/shop_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

/*서비스 - 플랫폼 · B2B 포털*/
.service_top_box.b2b_top {
  background: url(../img/ser05.jpg) no-repeat center center;
  background-size: cover;
}
.b2b_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b2b_box li {
  width: calc(50% - 12px);
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 30px;
}
.b2b_box li p {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}
.b2b_box li span {
  font-size: 17px;
  line-height: 1.5;
}
.service_contact.service05_bottom {
  background: url(../img/b2b_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

/*서비스 - 브랜드 웹사이트 · 랜딩*/
.service_top_box.web_top {
  background: url(../img/ser06.jpg) no-repeat center center;
  background-size: cover;
}
.website_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.website_box li {
  width: calc(25% - 15px);
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 35px 38px;
}
.website_box li p {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
.website_box li span {
  font-size: 17px;
  line-height: 1.5;
}
.service_contact.service06_bottom {
  background: url(../img/web_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

/*서비스 - 현장 시스템 · 키오스크/IoT*/
.service_top_box.iot_top {
  background: url(../img/ser07.jpg) no-repeat center center;
  background-size: cover;
}
.iot_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iot_box li {
  width: calc(50% - 10px);
  background: #f4f8fb;
  padding: 40px 42px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.iot_box li p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.5;
}
.iot_box li span {
  font-size: 18px;
  line-height: 1.5;
}
.service_contact.service07_bottom {
  background: url(../img/iot_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

/*제품소개*/
#gradient_top {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #eff3f9 50%,
    #eff4fa 85%,
    #ffffff 100%
  );
  padding-bottom: 30px;
}
.hero {
  padding: 90px 30px 80px;
  text-align: center;
  max-width: 1588px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
}
.hero-sub {
  font-size: 26px;
  color: #333;
  margin: 0 0 80px;
  font-weight: 500;
}
.hero-product {
  margin: 50px 0;
}
.hero-product img {
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  display: block;
  height: auto;
}
.hero-desc {
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.6;
  color: #222;
  font-weight: 500;
}
.pd_section {
  padding-top: 90px;
  margin: 0 auto 120px;
}
.pd_section .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
  line-height: 1.3;
}
.pd_section .section-title span {
  display: block;
  font-size: 21px;
  color: #2563eb;
  margin-bottom: 10px;
  font-weight: 600;
}
.pd_section.bg-light {
  background: #f5f8fc;
}
.pd_section.bg-gradient {
  background: linear-gradient(180deg, #d3deee 0%, #c9e3f7 30%, #fff 100%);
  padding-top: 120px;
}
.feature-list {
  display: flex;
  gap: 30px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-list li {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  width: calc(33.333% - 20px);
  margin-top: 15px;
}
.feature-list img {
  width: auto;
  height: 64px;
  margin-bottom: 25px;
}
.feature-list strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.feature-list span {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  display: block;
}
.pd_section .card-grid {
  margin-top: 100px;
  font-size: 0;
  padding-bottom: 40px;
}
.pd_section .card {
  background: #e1eeff;
  border-radius: 25px;
  padding: 42px 43px;
  height: 410px;
  text-align: left;
  position: relative;
  width: calc(33.333% - 26.666px);
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  margin-top: -40px;
}
.pd_section .card:nth-of-type(2),
.pd_section .card:nth-of-type(5) {
  margin-top: 50px;
}
.pd_section .card:nth-of-type(3),
.pd_section .card:nth-of-type(6) {
  margin-right: 0;
}
.pd_section .card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
.pd_section .card p {
  font-size: 17px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 5px;
}
.pd_section .card img {
  position: absolute;
  bottom: 32px;
  right: 30px;
  width: 100px;
  height: auto;
}
.pd_section .card.blue {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.pd_section .card.blue h3 {
  color: #fff;
}
.pd_section .card.blue p {
  color: rgba(255, 255, 255, 0.9);
}
.pd_section .usecase-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
  max-width: 1588px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.pd_section .usecase {
  text-align: center;
  width: calc(33.333% - 20px);
  margin-bottom: 60px;
}
.pd_section .usecase img {
  width: 80%;
  margin-bottom: 33px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(28, 29, 102, 0.1);
  object-fit: cover;
}
.pd_section .usecase p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.pd_section .usecase span {
  font-size: 17px;
  line-height: 1.5;
  color: #222;
  display: block;
}
.pd_section .client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  list-style: none;
}
.pd_section .client-grid li {
  text-align: center;
  position: relative;
}
.pd_section .client-grid img {
  width: 100%;
  border-radius: 0;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.pd_section .client-grid .client_text {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 20px 10px;
}
.pd_section .client-grid .client_text p {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.pd_section .client-grid .client_text span {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
.key_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  list-style: none;
}
.key_list li {
  background: #fff;
  padding: 50px 30px 30px;
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  text-align: center;
  position: relative;
}
.key_list .key_num {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #222;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.key_list p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}
.key_list span {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  display: block;
}
.pd_section table.compare {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border-radius: 10px;
  border-top: 2px solid #aaa;
}
.pd_section table.compare th {
  color: #000;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #aaa;
}
.pd_section table.compare th:nth-of-type(2),
.pd_section table.compare td:nth-of-type(2) {
  background: #f7faff;
}
.pd_section table.compare td {
  padding: 18px 20px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #d1d7da;
}

.security-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.security-box > div {
  background: #fff;
  padding: 0 40px;
  height: 200px;
  border-radius: 20px;
  padding-left: 190px;
  text-align: left;
  position: relative;
  background: #f6f7f9;
  align-content: center;
}
.security-box > div .security_img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
}
.security-box > div .security_img img {
  height: 54px;
  width: auto;
}
.security-box > div:first-child .security_img img {
  height: 50px;
}
.security-box p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.security-box span {
  display: block;
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}
.perfor-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.perfor-box > div {
  background: #fff;
  padding: 55px 30px;
  border-radius: 150px;
  border: 2px solid #7885bd;
  max-width: 650px;
  width: calc(50% - 20px);
}
.perfor-box > div:last-child {
  border: 2px solid #85d0e6;
}
.perfor-box strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1e3591;
}
.perfor-box > div:last-child strong {
  color: #32ade2;
}
.perfor-box span {
  font-size: 16.5px;
  line-height: 1.6;
  display: block;
  color: #333;
  margin-bottom: 5px;
}
.pd_section table.spec {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #555;
}
.pd_section table.spec th {
  background: #f9fafb;
  color: #747474;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 40px;
}
.pd_section table.spec td {
  padding: 20px 40px;
  text-align: left;
  font-size: 17px;
  border-bottom: 1px solid #e5e7eb;
  color: #000;
}
.bottom_highlight {
  padding: 100px 30px;
  height: 300px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url(../img/high_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 180px;
}
.bottom_highlight h3 {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.cta_bottom {
  padding: 140px 30px 170px;
  background: #fff;
  text-align: center;
}
.cta_bottom h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
.cta_bottom button {
  padding: 18px 32px;
  border-radius: 12px;
  border: none;
  background: #012ddc;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.cta_bottom button span {
  display: inline-block;
  padding-right: 3px;
}
.cta_bottom button img {
  width: 14px;
  height: auto;
  margin-top: 1px;
  margin-left: 15px;
}

/*반응형*/
@media screen and (max-width: 1600px) {
  .service_project ul {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1588px) {
  .devel_ul li h4 {
    margin: 24% auto 15px;
  }
  .about03 ul li span br {
    display: none;
  }
  .document_wrap ul li h5 {
    font-size: 17px;
  }
  .board_top .large_title small.story_line {
    width: calc(100% - 1100px);
    flex-basis: calc(100% - 1100px);
  }
  .service_box h4 {
    font-size: 28px;
  }
  .service_top_box {
    height: 320px;
  }
  .service_top_box h3 {
    font-size: 32px;
  }
  .service_top_box p {
    font-size: 23px;
  }
  .service_box .ai_list .left_bg {
    width: 450px;
  }
  .service_box .ai_list ul {
    width: calc(100% - 480px);
  }
  .service_box .ai_list ul li {
    padding: 40px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 21px;
    margin-bottom: 11px;
  }
  .service_box .ai_list ul li .ai_list_cont {
    font-size: 17px;
  }
  .service_box.ai_sv {
    margin: 90px auto 0;
  }
  .service_contact h4 {
    font-size: 32px;
  }
  .service_contact a {
    line-height: 56px;
    height: 56px;
  }
  .service_project ul li {
    width: calc(50% - 10px);
    height: 500px;
    margin-bottom: 30px;
  }
  .service_box .ai_list .left_bg p {
    font-size: 19px;
  }
  .service_box .ai_list .left_bg h5 {
    font-size: 24px;
  }
  .service_contact {
    height: 490px;
  }
  .service_top_box.unity_top .sub_wrap {
    padding-top: 36px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-sub {
    font-size: 22px;
  }
  .hero-desc {
    font-size: 22px;
  }
  .pd_section .section-title {
    font-size: 32px;
  }
  .pd_section .section-title span {
    font-size: 19px;
  }
  .feature-list {
    gap: 25px;
  }
  .feature-list li {
    margin-top: 10px;
    width: calc(33.333% - 16.66px);
  }
  .feature-list strong {
    font-size: 19px;
  }
  .pd_section .card {
    margin-right: 30px;
  }
  .pd_section .card:nth-of-type(2),
  .pd_section .card:nth-of-type(5) {
    margin-top: 40px;
  }
  .pd_section .card h3 {
    font-size: 20px;
  }
  .pd_section .client-grid .client_text {
    top: 63%;
  }
  .pd_section .client-grid .client_text p {
    font-size: 18px;
  }
  .pd_section .client-grid .client_text span {
    font-size: 15px;
  }
  .key_list p {
    font-size: 19px;
  }
  .key_list span {
    font-size: 16px;
  }
  .pd_section table.compare th,
  .pd_section table.compare td {
    font-size: 17px;
  }
  .bottom_highlight h3 {
    font-size: 23px;
  }
  .cta_bottom h2 {
    font-size: 30px;
  }
  .perfor-box strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 1370px) {
  .sub_wrap {
    padding: 0 20px;
  }
  .about_in {
    padding-top: 70px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero-desc {
    font-size: 20px;
  }
  .pd_section {
    padding-top: 80px;
    margin: 0 auto 80px;
  }
  .pd_section.bg-gradient {
    padding-top: 100px;
  }
  .pd_section .section-title {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .pd_section .section-title span {
    font-size: 17px;
  }
  .feature-list {
    gap: 20px;
  }
  .feature-list li {
    padding: 35px 25px;
    width: calc(33.333% - 13.33px);
  }
  .feature-list img {
    height: 58px;
  }
  .feature-list strong {
    font-size: 18px;
  }
  .feature-list span {
    font-size: 15.5px;
  }
  .pd_section .card {
    padding: 35px 40px;
    margin-right: 20px;
    height: 400px;
    width: calc(33.333% - 13.33px);
  }
  .pd_section .card img {
    width: 90px;
  }
  .pd_section .card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pd_section .card p {
    font-size: 16px;
  }
  .pd_section .usecase p {
    font-size: 19px;
  }
  .pd_section .usecase span {
    font-size: 16px;
  }
  .pd_section .client-grid .client_text {
    top: 60%;
  }
  .pd_section .client-grid .client_text p {
    font-size: 17px;
  }
  .pd_section .client-grid .client_text span {
    font-size: 14px;
    line-height: 1.5;
  }
  .key_list {
    gap: 25px;
  }
  .key_list .key_num {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .key_list p {
    font-size: 18px;
  }
  .key_list span {
    font-size: 15.5px;
  }
  .key_list li {
    padding: 45px 25px 25px;
  }
  .pd_section table.compare th,
  .pd_section table.compare td {
    font-size: 16px;
  }
  .security-box,
  .perfor-box {
    gap: 25px;
  }
  .security-box p {
    font-size: 18px;
  }
  .security-box span {
    font-size: 15.5px;
  }
  .security-box > div {
    padding: 0 30px;
    padding-left: 180px;
  }
  .security-box > div .security_img {
    width: 110px;
    height: 110px;
    line-height: 110px;
    left: 30px;
  }
  .perfor-box > div {
    padding: 45px 20px;
  }
  .perfor-box strong {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .perfor-box span {
    font-size: 15.5px;
    line-height: 1.5;
  }
  .pd_section table.spec td {
    font-size: 16px;
  }
  .bottom_highlight {
    padding: 80px 20px;
    align-content: center;
  }
  .bottom_highlight h3 {
    font-size: 21px;
  }
  .cta_bottom {
    padding: 100px 20px 120px;
  }
  .cta_bottom h2 {
    font-size: 27px;
  }
  .cta_bottom button {
    font-size: 18px;
  }
  .devel_ul li h4 {
    margin: 22% auto 10px;
    font-size: 20px;
  }
  .devel_ul li p {
    font-size: 16px;
  }
  .blue_top {
    font-size: 21px;
  }
  .large_title {
    font-size: 35px;
    margin: 20px auto 10px;
  }
  .top_text {
    font-size: 22px;
  }
  .imginner p {
    font-size: 22px;
  }
  .imginner h3 {
    font-size: 26px;
  }
  #project__parallax {
    height: 540px;
  }
  .sky_top {
    font-size: 21px;
  }
  .sub_middle_title {
    font-size: 27px;
  }
  .about_in.about03 {
    padding-top: 140px;
    padding-bottom: 150px;
  }
  .about03 ul li img {
    height: 70px;
  }
  .about03 ul li p {
    font-size: 19px;
    margin: 20px 0;
  }
  .about03 ul li span {
    font-size: 15.5px;
  }
  .about_in.about05 {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .cu_text {
    font-size: 27px;
  }
  .c_left {
    font-size: 82px;
  }
  .c_left img {
    height: 86px;
  }
  .c_right {
    font-size: 21px;
  }
  .about04 .sub_middle_title:before {
    width: 20%;
  }
  .about04 .sub_middle_title:after {
    width: 20%;
  }
  .document_top {
    margin-top: 60px;
  }
  .sub_wrap.document_top {
    padding-bottom: 40px;
  }
  .board_wrap {
    padding: 0 20px;
  }
  .board_view_top .blue_top {
    font-size: 27px;
  }
  .board_top .large_title small.story_line {
    width: calc(100% - 1020px);
    flex-basis: calc(100% - 1020px);
  }
  .about_in.about_org {
    padding-top: 120px;
  }
  .org_wrap {
    margin: 65px auto 0;
  }
  .org_wrap .org_top {
    width: 160px;
    height: 160px;
    padding: 12px;
  }
  .org_wrap .org_top h4 {
    font-size: 23px;
    width: 136px;
    height: 136px;
    line-height: 136px;
  }
  .org_wrap .line_org {
    margin-bottom: 60px;
  }
  .org_wrap .line_org:after {
    bottom: -43px;
    height: 26px;
  }
  .org_wrap .org_middle {
    padding: 14px;
    border-radius: 22px;
  }
  .org_wrap .org_middle p {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    width: 176px;
    border-radius: 13px;
  }
  .org_wrap .org_middle p:first-child {
    margin-right: 56px;
  }
  .org_wrap .org_bottom {
    border-radius: 22px;
  }
  .org_wrap .org_bottom li p {
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    border-radius: 12px;
  }
  .org_wrap .org_bottom li span {
    font-size: 15px;
  }
  .service_top_box h3 {
    font-size: 28px;
  }
  .service_top_box p {
    font-size: 22px;
  }
  .service_box h4 {
    font-size: 26px;
  }
  .service_box .ai_list {
    padding-top: 15px;
  }
  .service_box .ai_list .left_bg {
    width: 400px;
  }
  .service_box .ai_list ul {
    width: calc(100% - 430px);
  }
  .service_box .ai_list ul li {
    height: 256px;
  }
  .service_box .ai_list ul li span {
    font-size: 16px;
    padding: 0 17px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 19px;
  }
  .service_box .ai_list ul li .ai_list_cont {
    font-size: 16px;
  }
  .service_contact {
    height: 470px;
  }
  .service_contact h4 {
    font-size: 29px;
  }
  .service_contact a {
    height: 52px;
    line-height: 52px;
    font-size: 19px;
  }
  .service_contact a img {
    height: 13px;
  }
  .service_project ul {
    padding: 0 20px;
  }
  .app_serviceBox li {
    padding: 32px 40px 40px;
  }
  .app_serviceBox li p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .app_serviceBox li span {
    font-size: 17px;
  }
  .app_serviceBox li.app-first h5 {
    font-size: 27px;
  }
  .website_box li {
    width: calc(25% - 10px);
    padding: 25px 30px;
  }
  .website_box li p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .website_box li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1230px) {
  .large_title {
    font-size: 30px;
  }
  .top_text {
    font-size: 20px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero-sub {
    font-size: 21px;
  }
  .hero-product img {
    max-width: 400px;
  }
  .pd_section {
    padding-top: 70px;
    margin: 0 auto 70px;
  }
  .pd_section .section-title {
    font-size: 28px;
  }
  .pd_section .section-title span {
    font-size: 19px;
  }
  .pd_section .card {
    padding: 32px 35px;
  }
  .pd_section .card h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .pd_section .card p {
    font-size: 15px;
  }
  .pd_section .card img {
    width: 84px;
  }
  .pd_section .usecase {
    margin-bottom: 45px;
  }
  .pd_section .usecase img {
    margin-bottom: 25px;
  }
  .pd_section .usecase p {
    font-size: 18px;
  }
  .pd_section .usecase span {
    line-height: 1.6;
  }
  .pd_section .client-grid .client_text {
    top: 55%;
  }
  .pd_section .client-grid .client_text p {
    font-size: 16.5px;
  }
  .key_list {
    gap: 20px;
  }
  .key_list .key_num {
    top: -15px;
  }
  .key_list li {
    padding: 40px 20px 20px;
  }
  .key_list p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .key_list span {
    font-size: 15px;
  }
  .security-box > div {
    padding-left: 165px;
  }
  .security-box p {
    font-size: 17px;
  }
  .security-box span {
    font-size: 15px;
  }
  .security-box > div .security_img img {
    height: 48px;
  }
  .security-box > div:first-child .security_img img {
    height: 46px;
  }
  .pd_section table.spec th {
    font-size: 16px;
  }
  .pd_section .client-grid {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  .pd_section .client-grid li {
    width: calc(33.33% - 13.33px);
    border-radius: 20px;
    overflow: hidden;
  }
  .pd_section .client-grid .client_text {
    top: 70%;
  }
  .bottom_highlight {
    margin-top: 150px;
    padding: 0 20px;
    height: 260px;
  }
  .cta_bottom h2 {
    font-size: 25px;
  }
  .imginner p {
    font-size: 20px;
  }
  .imginner h3 {
    font-size: 24px;
  }
  .about_in.about03 {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .about03 ul {
    gap: 20px;
  }
  .about03 ul li img {
    height: 64px;
  }
  .about03 ul li p {
    font-size: 18px;
  }
  .about_in.about04 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .devel_ul {
    margin-top: 65px;
  }
  .devel_ul li h4 {
    font-size: 18px;
    margin: 20% auto 10px;
  }
  .devel_ul li p {
    font-size: 15px;
  }
  .roll_en {
    font-size: 70px;
  }
  .about_in.about05 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .cu_text {
    font-size: 25px;
  }
  .c_left {
    font-size: 70px;
  }
  .c_left img {
    height: 74px;
  }
  .c_right {
    font-size: 20px;
  }
  .c_right a {
    height: 64px;
    line-height: 64px;
    padding: 0 45px;
    margin-top: 30px;
  }
  .c_right a img {
    margin-left: 60px;
  }
  #project__parallax {
    clip-path: inset(8%);
    height: 450px;
  }
  .document_wrap ul li {
    margin-bottom: 25px;
  }
  .document_wrap ul li h5 {
    margin-top: 15px;
  }
  .board_top .large_title small {
    width: 28%;
    flex-basis: 28%;
  }
  .board_top .large_title .title_right {
    font-size: 22px;
  }
  .board_top .large_title small.story_line {
    width: calc(100% - 840px);
    flex-basis: calc(100% - 840px);
  }
  .document_top.library_top {
    padding-bottom: 25px;
  }
  .sub_wrap.inq_wrap {
    padding-top: 60px;
  }
  .inq_left:before {
    top: -10%;
  }
  .inq_left h3 {
    font-size: 30px;
    padding-bottom: 40px;
  }
  .inq_info span {
    font-size: 17px;
  }
  .inq_info p {
    font-size: 20px;
  }
  .inq_map p {
    font-size: 19px;
  }
  .about_in.about_org {
    padding-top: 100px;
  }
  .org_wrap .org_middle p {
    width: 240px;
  }
  .org_wrap .org_bottom {
    gap: 2%;
    padding: 17px 17px 0;
  }
  .org_wrap .org_bottom li {
    width: 23.5%;
    flex-basis: 23.5%;
  }
  .org_wrap .org_bottom li span {
    margin: 10px auto 17px;
  }
  .sub_wrap.service_top {
    padding-bottom: 30px;
  }
  .service_top_box {
    height: 270px;
  }
  .service_top_box .sub_wrap {
    padding-top: 50px;
  }
  .service_top_box h3 {
    font-size: 26px;
  }
  .service_top_box p {
    font-size: 21px;
  }
  .service_box h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service_box .ai_list {
    padding-top: 15px;
  }
  .service_box .ai_list .left_bg {
    width: 350px;
    border-radius: 20px;
  }
  .service_box .ai_list ul {
    width: calc(100% - 370px);
    gap: 20px;
  }
  .service_box .ai_list ul li {
    width: calc(50% - 10px);
  }
  .service_box .ai_list .left_bg p {
    font-size: 18px;
  }
  .service_box .ai_list .left_bg h5 {
    font-size: 22px;
  }
  .service_box .ai_list ul li {
    padding: 35px;
    height: 245px;
    margin-bottom: 15px;
  }
  .service_box .ai_list ul li span {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .service_box .ai_list ul li .ai_list_cont {
    font-size: 15.5px;
  }
  .service_project ul li {
    height: 430px;
  }
  .service_project ul li p {
    font-size: 18px;
  }
  .service_box {
    margin: 120px auto 0;
  }
  .service_contact {
    height: 420px;
  }
  .service_contact h4 {
    font-size: 27px;
  }
  .service_contact a {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
  }
  .service_contact a img {
    margin-left: 12px;
  }
  .unity_list li div {
    height: 126px;
    padding: 15px;
    align-content: center;
  }
  .unity_list li:nth-of-type(2) div br {
    display: none;
  }
  .shop_servicebox ul li {
    padding: 25px 30px;
  }
  .shop_servicebox ul li p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .shop_servicebox ul li span {
    font-size: 16px;
  }
  .shop_servicebox .left_text p {
    font-size: 22px;
  }
  .shop_servicebox .left_text span {
    font-size: 18px;
  }
  .website_box li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .iot_box li {
    padding: 32px 35px;
  }
  .iot_box li p {
    font-size: 19px;
  }
  .iot_box li span {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 1100px) {
  .top_text {
    font-size: 19px;
  }
  .imginner p {
    padding: 0 120px;
  }
  .hero {
    padding: 70px 20px 60px;
  }
  .hero h1 {
    font-size: 33px;
  }
  .hero-sub {
    font-size: 20px;
  }
  .hero-product img {
    max-width: 350px;
  }
  .hero-desc {
    font-size: 19px;
  }
  .pd_section {
    padding-top: 60px;
    margin: 0 auto 60px;
  }
  .pd_section .section-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .pd_section .section-title span {
    font-size: 18px;
  }
  .feature-list img {
    height: 50px;
  }
  .feature-list strong {
    font-size: 17px;
  }
  .feature-list span {
    font-size: 15px;
  }
  .pd_section .card-grid {
    margin-top: 80px;
  }
  .pd_section .card {
    padding: 30px 31px;
    border-radius: 20px;
    height: 360px;
  }
  .pd_section .card img {
    width: 80px;
    bottom: 30px;
    right: 27px;
  }
  .pd_section .usecase p {
    font-size: 17px;
  }
  .pd_section .usecase span {
    font-size: 15.5px;
  }
  .security-box,
  .perfor-box {
    gap: 20px;
  }
  .pd_section .client-grid img {
    aspect-ratio: 1;
  }
  .pd_section .client-grid .client_text {
    top: 60%;
  }
  .security-box p {
    margin-bottom: 8px;
  }
  .perfor-box > div {
    padding: 40px 15px;
  }
  .perfor-box strong {
    font-size: 17px;
  }
  .key_list .key_num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
  .key_list p {
    margin-bottom: 8px;
    font-size: 16.5px;
  }
  .security-box > div {
    height: 180px;
    padding: 0 25px;
    padding-left: 150px;
  }
  .security-box > div .security_img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    left: 25px;
  }
  .security-box > div .security_img img {
    height: 45px;
  }
  .security-box > div:first-child .security_img img {
    height: 41px;
  }
  .perfor-box > div {
    padding: 35px 15px;
  }
  .perfor-box span {
    margin-bottom: 3px;
  }
  .perfor-box strong {
    margin-bottom: 10px;
  }
  .pd_section table.spec th,
  .pd_section table.spec td {
    font-size: 15.5px;
  }
  .bottom_highlight {
    height: 240px;
    margin-top: 130px;
  }
  .bottom_highlight h3 {
    font-size: 20px;
  }
  .cta_bottom h2 {
    font-size: 23px;
  }
  .cta_bottom button {
    font-size: 17px;
    padding: 16px 26px;
  }
  .cta_bottom button img {
    width: 13px;
  }
  .imginner p br {
    display: none;
  }
  .imginner h3 {
    font-size: 23px;
    line-height: 1.5;
    padding: 0 28px;
  }
  .about03 ul li img {
    height: 60px;
  }
  .sub_middle_title {
    font-size: 25px;
  }
  .devel_ul li h4 {
    margin: 18% auto 7px;
  }
  .devel_ul li p {
    font-size: 14px;
  }
  .roll_en {
    font-size: 65px;
  }
  .c_left {
    font-size: 58px;
  }
  .c_left img {
    height: 64px;
  }
  .document_wrap ul li {
    margin-bottom: 10px;
  }
  .org_wrap {
    margin: 50px auto 0;
  }
  .org_wrap .org_top {
    width: 140px;
    height: 140px;
  }
  .org_wrap .org_top h4 {
    width: 116px;
    height: 116px;
    line-height: 116px;
    font-size: 21px;
  }
  .org_wrap .org_middle p {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
  .org_wrap .org_middle p:first-child {
    margin-right: 50px;
  }
  .org_wrap .org_bottom li p {
    height: 54px;
    line-height: 54px;
  }
  .org_wrap .org_bottom li span {
    font-size: 14.5px;
  }
  .service_box .ai_list {
    padding-top: 0;
  }
  .service_box .ai_list .left_bg {
    width: 100%;
    height: 210px;
    border-radius: 15px;
  }
  .service_box h4 {
    margin-bottom: 23px;
  }
  .service_box .ai_list ul {
    width: 100%;
    margin-top: 40px;
  }
  .service_box .ai_list ul li {
    height: 200px;
    padding: 35px 30px;
    border-radius: 17px;
  }
  .service_box {
    margin: 100px auto 0;
  }
  .service_project ul li {
    height: 0;
    position: relative;
    padding-bottom: 48%;
  }
  .service_project ul li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .service_project ul li p {
    font-size: 17px;
  }
  .service_contact {
    height: 380px;
    margin-top: 0;
    padding-bottom: 30px;
  }
  .service_contact h4 {
    font-size: 26px;
  }
  .service_contact a {
    font-size: 17.5px;
    height: 48px;
    line-height: 48px;
  }
  .service_top_box.unity_top {
    height: 280px;
  }
  .service_top_box.unity_top h3 br {
    display: none;
  }
  .service_top_box p br {
    display: none;
  }
  .service_top_box.unity_top .sub_wrap {
    padding-top: 30px;
  }
  .unity_list li {
    margin-bottom: 35px;
    width: calc(50% - 7.5px);
  }
  .unity_list li p {
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 12px;
  }
  .unity_list li div {
    line-height: 1.5;
    font-size: 16px;
  }
  .app_serviceBox li {
    padding: 30px 35px 35px;
    height: 180px;
  }
  .app_serviceBox li p {
    font-size: 19px;
  }
  .app_serviceBox li.app-first h5 {
    font-size: 24px;
  }
  .app_serviceBox li.app-first p {
    font-size: 18px;
  }
  .app_serviceBox li span {
    font-size: 16px;
  }
  .app_serviceBox li span br {
    display: none;
  }
  .shop_servicebox ul li span br {
    display: none;
  }
  .b2b_box li {
    width: calc(50% - 10px);
    padding: 30px 32px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 999px) {
  .about_in {
    padding-top: 40px;
  }
  .sky_top {
    font-size: 19px;
  }
  .hero {
    padding: 50px 20px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero-sub {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .hero-product img {
    max-width: 300px;
  }
  .hero-desc {
    font-size: 18px;
  }
  .pd_section .section-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .pd_section .section-title span {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .feature-list li {
    padding: 30px 20px;
  }
  .feature-list span br {
    display: none;
  }
  .feature-list img {
    height: 46px;
  }
  .pd_section .card-grid {
    margin-top: 60px;
  }
  .pd_section .card {
    width: calc(50% - 10px);
    margin-top: -20px;
  }
  .pd_section .card:nth-of-type(2),
  .pd_section .card:nth-of-type(5) {
    margin-top: -20px;
  }
  .pd_section .card:nth-of-type(3),
  .pd_section .card:nth-of-type(6) {
    margin-right: 20px;
  }
  .pd_section .card:nth-of-type(2),
  .pd_section .card:nth-of-type(4),
  .pd_section .card:nth-of-type(6) {
    margin-right: 0;
    margin-top: 30px;
  }
  .pd_section .card.blue {
    background: #e1eeff;
    border: 0;
  }
  .pd_section .card.blue h3 {
    color: #000;
  }
  .pd_section .card.blue p {
    color: #222;
  }
  .pd_section .card:nth-of-type(1),
  .pd_section .card:nth-of-type(4),
  .pd_section .card:nth-of-type(5) {
    background: #2563eb;
  }
  .pd_section .card:nth-of-type(1) h3,
  .pd_section .card:nth-of-type(4) h3,
  .pd_section .card:nth-of-type(5) h3 {
    color: #fff;
  }
  .pd_section .card:nth-of-type(1) p,
  .pd_section .card:nth-of-type(4) p,
  .pd_section .card:nth-of-type(5) p {
    color: rgba(255, 255, 255, 0.9);
  }
  .pd_section .card h3 {
    font-size: 18px;
  }
  .pd_section .card p {
    font-size: 16px;
  }
  .pd_section .client-grid .client_text p {
    font-size: 16px;
  }
  .pd_section .client-grid .client_text span {
    font-size: 14px;
  }
  .pd_section .usecase-grid {
    gap: 20px;
  }
  .pd_section .usecase {
    width: calc(33.33% - 13.33px);
    padding: 0 10px;
  }
  .pd_section .usecase span br {
    display: none;
  }
  .pd_section .usecase img {
    margin-bottom: 20px;
    width: 90%;
  }
  .pd_section .usecase p {
    margin-bottom: 6px;
  }
  .pd_section .usecase span {
    line-height: 1.5;
    font-size: 15px;
  }
  .key_list li {
    padding: 35px 20px 20px;
  }
  .pd_section .client-grid img {
    aspect-ratio: 1/1.3;
  }
  .pd_section .client-grid .client_text {
    top: 62%;
  }
  .security-box > div {
    padding: 0 20px;
    padding-left: 130px;
    height: 186px;
  }
  .security-box p {
    font-size: 16.5px;
    margin-bottom: 5px;
  }
  .security-box span {
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .security-box > div .security_img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    left: 20px;
  }
  .bottom_highlight {
    height: 220px;
    margin-top: 110px;
  }
  .bottom_highlight h3 {
    font-size: 18px;
  }
  .bottom_highlight h3 br {
    display: none;
  }
  .cta_bottom {
    padding: 90px 20px 110px;
  }
  .cta_bottom h2 {
    font-size: 21px;
  }
  .cta_bottom button {
    padding: 14px 24px;
  }
  .sub_middle_title {
    font-size: 25px;
  }
  .document_top .large_title {
    margin: 12px auto 5px;
  }
  .large_title {
    font-size: 28px;
  }
  .top_text {
    padding: 0 90px;
  }
  .top_text br {
    display: none;
  }
  .imginner p {
    font-size: 18px;
  }
  .imginner h3 {
    font-size: 21px;
  }
  .about_in.about03 {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  .about03 ul {
    margin-top: 35px;
    gap: 3.5%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about03 ul li {
    width: 31%;
    flex-basis: 31%;
    flex: none;
    margin-bottom: 40px;
  }
  .about03 ul li span {
    font-size: 16.5px;
  }
  .about_in.about04 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .devel_ul {
    margin-top: 45px;
  }
  .devel_ul li {
    width: 35%;
    padding-bottom: 35%;
  }
  .devel_ul li h4 {
    margin: 25% auto 7px;
  }
  .devel_ul li:nth-child(4) {
    margin-left: 0;
  }
  .devel_ul li:nth-child(4),
  .devel_ul li:nth-child(5) {
    margin-top: -50px;
  }
  .about_contact {
    display: block;
  }
  .c_left {
    font-size: 68px;
  }
  .c_left img {
    height: 70px;
  }
  .c_right {
    margin-top: 40px;
    font-size: 22px;
  }
  .about_in.about05 {
    padding-top: 95px;
    padding-bottom: 10px;
  }
  .about04 .sub_middle_title:before,
  .about04 .sub_middle_title:after {
    display: none;
  }
  .document_top {
    margin-top: 45px;
  }
  .document_top .top_text {
    padding: 0;
  }
  .document_wrap ul {
    gap: 2%;
  }
  .document_wrap ul li {
    width: 15%;
    flex-basis: 15%;
  }
  .document_wrap ul li h5 {
    font-size: 14px;
  }
  .board_top .large_title {
    display: block;
  }
  .board_top .large_title span {
    display: block;
    padding-bottom: 7px;
    line-height: normal;
  }
  .board_top .large_title .title_right {
    font-size: 20px;
  }
  .board_top .large_title small {
    display: none;
  }
  .board_wrap #bo_btn_top {
    margin-top: 7px;
  }
  .sub_wrap.document_top.board_top {
    padding-bottom: 20px;
  }
  .document_top.library_top {
    padding-bottom: 15px;
  }
  .sub_wrap.inq_wrap {
    display: block;
  }
  .inq_wrap > div {
    width: 100%;
  }
  .inq_map {
    margin-bottom: 30px;
  }
  .inq_map iframe {
    height: 200px;
  }
  .sub_wrap.inq_wrap {
    padding-top: 40px;
  }
  .inq_info {
    margin-bottom: 20px;
  }
  .about_in.about_org {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .org_wrap .line_org {
    margin-bottom: 50px;
  }
  .org_wrap .line_org:after {
    height: 22px;
    bottom: -35px;
  }
  .org_wrap .org_middle p {
    width: 196px;
  }
  .service_top_box {
    height: 240px;
  }
  .service_top_box .sub_wrap {
    padding-top: 40px;
  }
  .service_top_box h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .service_top_box p {
    font-size: 19px;
  }
  .service_box.ai_sv {
    margin: 80px auto 0;
  }
  .service_box h4 {
    font-size: 22px;
  }
  .service_box .ai_list .left_bg {
    height: 180px;
  }
  .service_box .ai_list ul li {
    height: 220px;
  }
  .service_project ul li {
    border-radius: 20px;
  }
  .unity_list {
    display: block;
  }
  .unity_list li {
    width: 100%;
  }
  .unity_list li:nth-of-type(2) div br {
    display: block;
  }
  .app_serviceBox li.app-first h5 {
    font-size: 22px;
  }
  .app_serviceBox li.app-first p {
    font-size: 17px;
  }
  .app_serviceBox li {
    width: calc(50% - 10px);
    height: 155px;
    padding: 25px 30px 0;
    margin-bottom: 25px;
  }
  .app_serviceBox li p {
    margin-bottom: 7px;
  }
  .shop_servicebox {
    display: block;
  }
  .shop_servicebox .left_text {
    width: 100%;
    padding: 40px 0;
    border-radius: 15px;
  }
  .shop_servicebox ul {
    width: 100%;
    margin-top: 20px;
  }
  .shop_servicebox ul li {
    padding: 22px 25px;
  }
  .shop_servicebox ul li p {
    margin-bottom: 6px;
  }
  .shop_servicebox .left_text p {
    font-size: 21px;
  }
  .b2b_box li {
    padding: 25px 30px;
  }
  .b2b_box li p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .b2b_box li span {
    font-size: 16px;
  }
  .website_box li {
    padding: 22px 25px;
    width: calc(50% - 8px);
  }
  .website_box li p {
    font-size: 17px;
  }
  .website_box li span {
    font-size: 15.5px;
  }
  .iot_box li {
    padding: 27px 30px;
  }
  .iot_box li p {
    font-size: 18px;
  }
  .iot_box li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .feature-list img {
    height: 42px;
  }
  .feature-list li {
    width: calc(50% - 10px);
  }
  .pd_section .card img {
    width: 76px;
  }
  .pd_section .usecase {
    width: calc(50% - 10px);
    padding: 0 20px;
  }
  .pd_section .usecase p {
    margin-bottom: 10px;
  }
  .pd_section .usecase span {
    font-size: 16px;
  }
  .pd_section .usecase-grid br {
    display: none;
  }
  .pd_section .client-grid li {
    width: calc(50% - 10px);
  }
  .pd_section .client-grid img {
    aspect-ratio: 1 / 1.1;
  }
  .pd_section .client-grid .client_text {
    top: 70%;
  }
  .pd_section .client-grid .client_text p {
    font-size: 17px;
  }
  .pd_section .client-grid .client_text span {
    font-size: 15px;
  }
  .key_list {
    display: block;
  }
  .key_list li {
    margin-bottom: 30px;
  }
  .key_list p {
    font-size: 17px;
  }
  .key_list span {
    font-size: 15.5px;
  }
  .security-box,
  .perfor-box {
    display: block;
  }
  .security-box > div {
    text-align: center;
    padding-left: 0;
    padding: 25px 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .security-box > div .security_img {
    position: initial;
    transform: none;
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .security-box > div .security_img img {
    height: 42px;
  }
  .security-box > div:first-child .security_img img {
    height: 38px;
  }
  .security-box p {
    margin-bottom: 8px;
  }
  .perfor-box > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .large_title {
    font-size: 25px;
  }
  .top_text {
    padding: 0 35px;
    font-size: 17.5px;
  }
  .hero {
    padding: 70px 20px 40px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero-sub {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .hero-product img {
    width: 250px;
  }
  .hero-desc {
    font-size: 17px;
    margin-top: 12px;
  }
  .hero-desc br {
    display: none;
  }
  .pd_section {
    padding-top: 50px;
    margin: 0 auto 50px;
  }
  .pd_section .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .pd_section .section-title span {
    font-size: 15px;
  }
  .pd_section .card {
    padding: 27px 30px;
    height: 370px;
  }
  .pd_section .card h3 {
    font-size: 17px;
  }
  .pd_section .card p {
    font-size: 15.5px;
  }
  .pd_section .card img {
    width: 70px;
    bottom: 28px;
    right: 22px;
  }
  .pd_section.bg-gradient {
    padding-top: 70px;
  }
  .pd_section .usecase-grid {
    margin-top: 0;
  }
  .pd_section .client-grid .client_text {
    top: auto;
    bottom: 10px;
  }
  .pd_section table.compare th,
  .pd_section table.compare td {
    font-size: 15.5px;
    padding: 18px 10px;
  }
  .pd_section table.spec th,
  .pd_section table.spec td {
    font-size: 15.5px;
    padding: 18px 20px;
  }
  .bottom_highlight h3 {
    font-size: 17px;
  }
  .cta_bottom h2 {
    font-size: 19px;
  }
  .cta_bottom button {
    font-size: 16px;
  }

  #project__parallax {
    height: 350px;
  }
  .imginner p {
    padding: 0 70px;
    font-size: 17px;
  }
  .imginner h3 {
    max-width: 560px;
    margin: 20px auto 0;
    font-size: 20px;
  }
  .about03 ul li span {
    font-size: 15.5px;
  }
  .devel_ul li h4 {
    margin: 19% auto 6px;
  }
  .about_in.about03 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .about_in.about04 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .roll_en {
    font-size: 58px;
  }
  .about_in.about05 {
    padding-top: 85px;
    padding-bottom: 20px;
  }
  .cu_text {
    font-size: 23px;
  }
  .c_left {
    font-size: 60px;
  }
  .c_left img {
    height: 60px;
    margin-right: 10px;
  }
  .c_right {
    font-size: 20px;
  }
  .document_wrap ul {
    padding-bottom: 0;
    gap: 4%;
  }
  .document_wrap ul li {
    width: 48%;
    flex-basis: 48%;
    margin-bottom: 25px;
  }
  .document_wrap ul li h5 {
    font-size: 16px;
  }
  .board_top .large_title span {
    padding-bottom: 5px;
  }
  .board_top .large_title .title_right {
    font-size: 18px;
  }
  .board_view_top .blue_top {
    font-size: 25px;
  }
  .sub_wrap.document_top.board_view_top {
    padding-bottom: 10px;
  }
  .board_view_top .blue_top:after {
    display: none;
  }
  .inq_left h3 {
    font-size: 25px;
  }
  .inq_info span {
    font-size: 16px;
  }
  .inq_info p {
    font-size: 18px;
  }
  .inq_map p {
    font-size: 17px;
  }
  .sub_wrap.inq_wrap {
    padding-bottom: 0;
  }
  .about_in.about_org {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .org_wrap .org_middle p {
    width: 170px;
  }
  .service_top_box {
    height: 220px;
  }
  .service_top_box h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service_top_box p {
    font-size: 18px;
  }
  .service_top_box .sub_wrap {
    padding-top: 35px;
  }
  .service_box.ai_sv {
    margin: 75px auto 0;
  }
  .service_box .ai_list .left_bg {
    height: 170px;
  }
  .service_box .ai_list .left_bg p {
    font-size: 17px;
  }
  .service_box .ai_list .left_bg h5 {
    font-size: 21px;
  }
  .service_box .ai_list ul {
    margin-top: 35px;
  }
  .service_box .ai_list ul li span {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 17px;
  }
  .service_box .ai_list ul li .ai_list_cont {
    font-size: 15px;
    line-height: 1.5;
  }
  .service_project ul li {
    border-radius: 15px;
    margin-bottom: 25px;
  }
  .service_project ul li p {
    font-size: 15.5px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    height: 46px;
    line-height: 46px;
  }
  .service_contact h4 {
    font-size: 24px;
  }
  .service_contact a {
    font-size: 17px;
    height: 46px;
    line-height: 46px;
  }
  .service_contact a img {
    height: 12px;
  }
  .app_serviceBox li {
    padding: 20px 25px 0;
    width: calc(50% - 8px);
    margin-bottom: 22px;
  }
  .app_serviceBox li.app-first h5 {
    font-size: 21px;
  }
  .app_serviceBox li p {
    font-size: 18px;
  }
  .shop_servicebox .left_text p {
    font-size: 20px;
  }
  .shop_servicebox .left_text span {
    font-size: 17px;
  }
  .shop_servicebox ul li p {
    font-size: 17px;
  }
  .shop_servicebox ul li span {
    font-size: 15.5px;
  }
  .b2b_box li {
    padding: 22px 25px;
    width: calc(50% - 8px);
    margin-bottom: 22px;
  }
  .b2b_box li p {
    font-size: 17.5px;
  }
  .b2b_box li span {
    font-size: 15.5px;
  }
  .iot_box li {
    padding: 23px 26px;
  }
  .iot_box li p {
    font-size: 17px;
  }
  .iot_box li span {
    font-size: 15.5px;
  }
  .service_top_box.iot_top {
    height: 240px;
  }
}

@media screen and (max-width: 680px) {
  .devel_ul li {
    width: 34%;
    padding-bottom: 34%;
  }
  .devel_ul li:nth-child(4),
  .devel_ul li:nth-child(5) {
    margin-top: -38px;
  }
  .devel_ul li h4 {
    font-size: 17px;
    margin: 17% auto 6px;
  }
  .roll_en {
    font-size: 50px;
  }
  .c_left {
    font-size: 55px;
  }
  .c_left img {
    height: 55px;
  }
  .c_right {
    font-size: 18px;
  }
  .about_in {
    padding-top: 25px;
  }
  .sub_wrap.document_top {
    padding-bottom: 25px;
  }
  .document_top {
    margin-top: 20px;
  }
  .document_wrap ul:last-child li {
    margin-bottom: 0;
  }
  .sub_wrap.document_top.board_top {
    padding-bottom: 10px;
  }
  .sub_wrap.document_top.library_top {
    padding-bottom: 15px;
  }
  .sub_wrap.library_wrap {
    padding-bottom: 0;
  }
  .org_wrap .org_middle {
    padding: 10px 12px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 4%;
  }
  .org_wrap .org_middle p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    width: 48%;
  }
  .org_wrap .org_middle p:first-child {
    margin-right: 0;
  }
  .org_wrap .org_bottom {
    padding: 14px 14px 0;
  }
  .org_wrap .org_bottom li p {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }
  .org_wrap .org_bottom li span {
    font-size: 14px;
    margin: 9px auto 17px;
  }
  .service_top_box h3 {
    font-size: 21px;
  }
  .service_box.ai_sv {
    margin: 70px auto 0;
  }
  .service_box h4 {
    font-size: 21px;
  }
  .service_box .ai_list .left_bg {
    height: 160px;
  }
  .service_box .ai_list .left_bg h5 {
    font-size: 20px;
  }
  .service_box .ai_list ul {
    display: block;
  }
  .service_box .ai_list ul li {
    padding: 32px 25px;
    width: 100%;
    margin-bottom: 35px;
    height: auto;
  }
  .service_box .ai_list ul li span {
    width: 80%;
    text-align: center;
  }
  .service_box .ai_list ul li:nth-of-type(3) {
    margin-bottom: 35px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 16.5px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .service_box {
    margin: 90px auto 0;
  }
  .service_project ul li p {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 13px 13px;
    border: 1px solid #ddd;
    line-height: 44px;
  }
  .service_contact h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .service_contact a {
    height: 43px;
    line-height: 43px;
  }
  .service_contact a span {
    display: none;
  }
  .unity_list li p {
    padding: 12px 10px;
    font-size: 16px;
    word-break: break-word;
  }
  .unity_list li div {
    height: auto;
    padding: 20px 15px;
    font-size: 15px;
  }
  .unity_list li:nth-of-type(2) div br {
    display: none;
  }
  .unity_list li {
    margin-bottom: 25px;
  }
  .app_serviceBox li {
    padding: 17px 22px 0;
  }
  .app_serviceBox li.app-first p {
    font-size: 16px;
  }
  .app_serviceBox li p {
    font-size: 17px;
  }
  .app_serviceBox li.app-first h5 {
    font-size: 20px;
  }
  .app_serviceBox li span {
    font-size: 15.5px;
  }
  .service_top_box.app_top {
    height: 250px;
  }
  .shop_servicebox ul {
    margin-top: 15px;
  }
  .shop_servicebox ul li {
    padding: 20px 22px;
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
  .shop_servicebox ul li p {
    font-size: 16.5px;
  }
  .shop_servicebox ul li span {
    font-size: 15px;
  }
  .b2b_box {
    display: block;
  }
  .b2b_box li {
    width: 100%;
    margin-bottom: 18px;
  }
  .website_box li {
    margin-bottom: 17px;
  }
  .website_box li span br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .blue_top {
    font-size: 19px;
  }
  .large_title {
    font-size: 23px;
    line-height: 1.5;
  }
  .hero h1 {
    font-size: 23px;
  }
  .hero-product img {
    width: 200px;
  }
  .hero-desc {
    font-size: 16px;
  }
  .hero {
    padding: 40px 20px 30px;
  }
  #gradient_top {
    padding-bottom: 0;
  }
  .pd_section .section-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .pd_section .section-title span {
    font-size: 15px;
  }
  .feature-list li {
    padding: 25px 18px;
    margin-top: 5px;
  }
  .feature-list strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .feature-list img {
    height: 40px;
  }
  .feature-list span {
    font-size: 14.5px;
  }
  .pd_section .card-grid {
    margin-top: 0;
  }
  .pd_section .card {
    padding: 25px 22px;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    background: #e1eeff !important;
  }
  .pd_section .card:nth-of-type(odd) {
    background: #2563eb !important;
  }
  .pd_section .card h3 {
    font-size: 16px;
    color: #000 !important;
  }
  .pd_section .card p {
    font-size: 14px;
    color: #222 !important;
    margin-bottom: 3px;
  }
  .pd_section .card:nth-of-type(odd) h3 {
    color: #fff !important;
  }
  .pd_section .card:nth-of-type(odd) p {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .pd_section .usecase {
    margin-bottom: 30px;
  }
  .pd_section .usecase p {
    font-size: 16.5px;
  }
  .pd_section .usecase span {
    font-size: 15px;
  }
  .key_list .key_num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .key_list p {
    font-size: 16.5px;
  }
  .key_list span {
    font-size: 14px;
  }
  .pd_section .client-grid .client_text span {
    font-size: 14.5px;
  }
  .pd_section table.compare th,
  .pd_section table.compare td {
    font-size: 14.5px;
  }
  .security-box > div .security_img {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .security-box > div .security_img img {
    height: 38px;
  }
  .security-box > div:first-child .security_img img {
    height: 32px;
  }
  .perfor-box span {
    font-size: 15px;
  }
  .pd_section table.spec th,
  .pd_section table.spec td {
    font-size: 15px;
  }
  .bottom_highlight {
    margin-top: 90px;
  }
  .bottom_highlight h3 {
    font-size: 16.5px;
  }
  .cta_bottom {
    padding: 80px 20px 90px;
  }
  .cta_bottom h2 {
    font-size: 18px;
  }
  .cta_bottom button {
    font-size: 15px;
    padding: 12px 22px;
  }
  .top_text {
    font-size: 17px;
  }
  .imginner p {
    font-size: 16px;
  }
  .imginner h3 {
    font-size: 19px;
  }
  .about03 ul {
    display: block;
  }
  .about03 ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .about03 ul li p {
    font-weight: 600;
    margin: 20px 0 10px;
  }
  .about03 ul li span {
    max-width: 350px;
    font-size: 16.5px;
    line-height: 1.5;
    margin: 0 auto;
  }
  .sky_top {
    font-size: 18px;
  }
  .sub_middle_title {
    font-size: 21px;
  }
  .devel_ul li {
    width: 70%;
    padding-bottom: 70%;
    display: block;
    margin: 0 auto;
  }
  .devel_ul li:not(:first-child) {
    margin-left: auto;
    margin-top: -40px;
  }
  .devel_ul li h4 {
    font-size: 20px;
    margin: 31% auto 15px;
  }
  .devel_ul li:not(:first-child) h4 {
    margin: 26% auto 15px;
  }
  .devel_ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
  .cu_text {
    font-size: 21px;
  }
  .roll_en {
    font-size: 50px;
  }
  .c_left {
    font-size: 52px;
  }
  .c_left img {
    height: 52px;
  }
  .c_right {
    font-size: 18px;
  }
  .c_right a {
    margin-top: 20px;
  }
  .board_top .large_title .title_right {
    font-size: 16.5px;
  }
  #bo_btn_top #bo_list_total {
    font-size: 1.1em;
  }
  .board_view_top .blue_top {
    font-size: 23px;
  }
  .board_view header {
    margin-bottom: 25px;
  }
  .document_top .large_title {
    margin: 10px auto 3px;
  }
  .service_top_box {
    height: 200px;
  }
  .service_top_box.b2b_top {
    height: 220px;
  }
  .service_top_box.web_top {
    height: 220px;
  }
  .service_top_box .sub_wrap {
    padding-top: 30px;
  }
  .service_top_box h3 {
    font-size: 19px;
  }
  .service_top_box p {
    font-size: 17px;
  }
  .service_box h4 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .service_box .ai_list .left_bg p {
    font-size: 16px;
  }
  .service_box .ai_list .left_bg h5 {
    font-size: 18px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 16px;
  }
  .service_project ul {
    display: block;
  }
  .service_project ul li {
    width: 100%;
    padding-bottom: 90%;
  }
  .service_project ul li p {
    font-size: 16.5px;
    height: 48px;
    line-height: 46px;
  }
  .service_contact {
    height: 320px;
  }
  .service_contact h4 {
    font-size: 21px;
  }
  .service_contact a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 20px;
  }
  .service_contact a img {
    height: 11px;
  }
  .shop_servicebox ul {
    display: block;
  }
  .shop_servicebox ul li {
    width: 100%;
  }
  .shop_servicebox ul li:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .shop_servicebox ul li p {
    margin-bottom: 3px;
  }
  .shop_servicebox .left_text p {
    font-size: 18px;
  }
  .shop_servicebox .left_text span {
    font-size: 16px;
  }
  .shop_servicebox .left_text {
    border-radius: 10px;
  }
  .shop_servicebox ul li {
    border-radius: 10px;
  }
  .website_box {
    display: block;
  }
  .website_box li {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 22px;
  }
  .service_top_box.iot_top {
    height: 230px;
  }
  .iot_box li p {
    font-size: 16.5px;
  }
  .iot_box li span {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .c_left {
    font-size: 50px;
  }
  .c_left .line-text img:last-child {
    display: none;
  }
  .c_right a {
    height: 58px;
    line-height: 58px;
    padding: 0 35px;
  }
  .about_in.about05 {
    padding-top: 65px;
  }
  .large_title {
    font-size: 21px;
  }
  .top_text {
    font-size: 16px;
    padding: 0;
  }
  .imginner p {
    padding: 0 35px;
  }
  .sky_top {
    font-size: 17px;
  }
  .sub_middle_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .cu_text {
    font-size: 20px;
    line-height: 1.5;
  }
  .board_view_top .blue_top {
    font-size: 21px;
  }
  .inq_left:before {
    width: 100%;
    background-size: 100% auto;
  }
  .about_in.about_org {
    padding-top: 55px;
  }
  .org_wrap {
    margin: 35px auto 0;
  }
  .org_wrap .org_bottom {
    gap: 3.5%;
    justify-content: center;
  }
  .org_wrap .org_bottom li {
    width: 31%;
    flex-basis: 31%;
  }
  .b2b_box li p {
    font-size: 16.5px;
  }
  .b2b_box li span {
    font-size: 15px;
  }
  .b2b_box li {
    padding: 20px 22px;
    margin-bottom: 15px;
  }
  .website_box li p {
    font-size: 16.5px;
  }
  .website_box li span {
    font-size: 15px;
  }
  .iot_box {
    display: block;
  }
  .iot_box li {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 22px;
    border-radius: 8px;
  }
  .iot_box li p {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 480px) {
  .devel_ul li h4 {
    margin: 27% auto 10px;
    font-size: 18px;
  }
  .devel_ul li p {
    font-size: 15px;
  }
  .devel_ul li:not(:first-child) h4 {
    margin: 22% auto 10px;
  }
  .c_left {
    font-size: 40px;
  }
  .c_left img {
    height: 42px;
  }
  .likeTbl > ul > li.likeTblTd .td_subject a {
    font-size: 16px;
  }
  .sub_wrap.inq_wrap {
    padding-top: 20px;
  }
  .inq_left h3 {
    font-size: 22px;
  }
  #bo_w.inq_wrap .write_div_privacy {
    display: block;
  }
  #bo_w.inq_wrap .write_div_privacy p label {
    display: block;
    padding-left: 0;
    margin-top: 8px;
  }
  .about_in.about_org {
    padding-top: 50px;
  }
  .org_wrap .org_middle p {
    height: 52px;
    line-height: 52px;
  }
  .org_wrap .org_bottom {
    gap: 4%;
    padding: 12px 11px 0;
  }
  .org_wrap .org_bottom li {
    width: 48%;
    flex-basis: 48%;
  }
  .org_wrap .org_bottom li p {
    height: 46px;
    line-height: 46px;
  }
  .service_box.ai_sv {
    margin: 55px auto 0;
  }
  .service_top_box {
    height: 180px;
    margin-top: -5px;
  }
  .service_top_box.shop_top {
    height: 220px;
  }
  .service_top_box .sub_wrap {
    padding-top: 25px;
  }
  .service_top_box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .service_box .ai_list .left_bg {
    height: 140px;
    border-radius: 13px;
  }
  .service_box .ai_list ul li {
    border-radius: 13px;
    padding: 32px 22px 20px;
  }
  .service_box .ai_list ul li span {
    width: 87%;
  }
  .service_box h4 {
    font-size: 19px;
  }
  .service_top_box.unity_top {
    height: 330px;
  }
  .app_serviceBox {
    display: block;
  }
  .app_serviceBox li {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    padding: 20px 22px;
    border-radius: 12px;
  }
  .app_serviceBox li.app-first h5 {
    font-size: 19px;
  }
  .pd_section {
    padding-top: 35px;
    margin: 0 auto 35px;
  }
  .hero h1 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .hero-sub {
    font-size: 17px;
  }
  .hero-product img {
    width: 180px;
  }
  .feature-list {
    display: block;
  }
  .feature-list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .feature-list img {
    margin-bottom: 20px;
  }
  .feature-list strong {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .feature-list span {
    font-size: 15px;
  }
  .pd_section .card-grid {
    padding-bottom: 20px;
  }
  .pd_section .card img {
    display: none;
  }
  .pd_section .usecase p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .pd_section .usecase img {
    margin-bottom: 15px;
    width: 100%;
  }
  .pd_section .usecase span {
    line-height: 1.4;
  }
  .perfor-box > div {
    padding: 30px 15px;
  }
  .pd_section table.spec th,
  .pd_section table.spec td {
    padding: 15px;
  }
  .cta_bottom {
    padding: 70px 20px 80px;
  }
  .cta_bottom h2 {
    margin-bottom: 15px;
  }
  .pd_section .client-grid .client_text {
    bottom: 0;
    padding: 12px 10px;
  }
  .pd_section .client-grid .client_text p {
    font-size: 15.5px;
    margin-bottom: 5px;
  }
  .pd_section .client-grid .client_text span {
    font-size: 14px;
    color: #fff;
  }
  .pd_section .client-grid li {
    border-radius: 15px;
  }
  .key_list {
    margin-top: 40px;
  }
  .key_list p {
    font-size: 16px;
  }
  .perfor-box span {
    font-size: 14.5px;
  }
  .perfor-box > div {
    border-radius: 30px;
  }
  .perfor-box strong {
    font-size: 16.5px;
  }
  .pd_section table.spec th:first-of-type,
  .pd_section table.spec td:first-of-type {
    width: 35%;
  }
  .pd_section table.spec th:last-of-type,
  .pd_section table.spec td:last-of-type {
    width: 65%;
    line-height: 1.4;
  }
}

@media screen and (max-width: 410px) {
  .about_in {
    padding-top: 20px;
  }
  #project__parallax {
    height: 450px;
  }
  .devel_ul li {
    width: 80%;
    padding-bottom: 80%;
  }
  .devel_ul li p {
    line-height: 1.7;
  }
  .devel_ul li:not(:first-child) {
    margin-top: -30px;
  }
  .roll_en {
    font-size: 45px;
  }
  .c_left {
    font-size: 35px;
  }
  .c_left img {
    height: 38px;
  }
  .cu_text {
    font-size: 19px;
  }
  .c_right {
    font-size: 17px;
  }
  .about_in.about05 {
    padding-top: 55px;
  }
  .document_wrap ul li {
    padding: 15px;
  }
  .document_wrap ul li h5 {
    font-size: 15.5px;
    margin-top: 10px;
  }
  .sub_wrap.document_top {
    margin-top: 0;
  }
  .service_top_box h3 {
    font-size: 17.5px;
  }
  .service_box .ai_list .left_bg p {
    margin-bottom: 5px;
  }
  .service_box .ai_list .left_bg h5 {
    font-size: 16.5px;
  }
  .service_box .ai_list ul li span {
    font-size: 14px;
  }
  .service_project ul li p {
    font-size: 16px;
  }
  .service_contact h4 {
    font-size: 20px;
  }
  .service_box {
    margin: 65px auto 0;
  }
  .hero {
    padding: 20px;
  }
  .bottom_highlight h3 {
    font-size: 16px;
    line-height: 1.7;
  }
  .pd_section .client-grid {
    display: block;
  }
  .pd_section .client-grid li {
    width: 100%;
    margin-bottom: 15px;
  }
  .pd_section .client-grid img {
    aspect-ratio: 1.8 / 1;
  }
  .pd_section .client-grid .client_text {
    padding: 18px 10px;
  }
  .cta_bottom h2 {
    font-size: 17px;
  }
  .cta_bottom button {
    padding: 12px 20px;
    border-radius: 10px;
  }
  .cta_bottom button img {
    width: 12px;
    margin-top: 0;
    margin-left: 10px;
  }
  .pd_section .usecase {
    padding: 0 10px;
  }
}

@media screen and (max-width: 360px) {
  .large_title {
    font-size: 20px;
  }
  .imginner h3 {
    font-size: 18px;
  }
  .sub_middle_title {
    font-size: 19px;
  }
  .about03 ul li {
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .about03 ul li p {
    font-size: 17px;
  }
  .about03 ul li span {
    font-size: 15.5px;
  }
  .about_in.about03 {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .about_in.about04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .devel_ul {
    margin-top: 30px;
  }
  .devel_ul li {
    width: 95%;
    padding-bottom: 95%;
  }
  .devel_ul li h4 {
    font-size: 17px;
    margin: 26% auto 7px;
  }
  .devel_ul li:not(:first-child) h4 {
    margin: 21% auto 7px;
  }
  .devel_ul li p {
    line-height: 1.6;
  }
  .roll_en {
    font-size: 40px;
  }
  .c_left {
    font-size: 32px;
  }
  .c_left .line-text {
    font-size: 37px;
    margin-top: 0;
  }
  .c_left img {
    display: none;
  }
  .c_right {
    font-size: 16px;
    margin-top: 30px;
  }
  .about_in.about05 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .c_right a {
    margin-top: 13px;
    height: 52px;
    line-height: 52px;
  }
  .about_in.about_org {
    padding-top: 20px;
  }
  .about_contact {
    margin-top: 15px;
  }
  .service_box .ai_list ul li span {
    display: none;
  }
  .service_box .ai_list ul {
    margin-top: 15px;
  }
  .service_box .ai_list ul li {
    margin-bottom: 15px;
    padding: 20px 22px;
  }
  .service_box .ai_list ul li:nth-of-type(3) {
    margin-bottom: 15px;
  }
  .service_top_box p {
    font-size: 15.5px;
  }
  .service_top_box p br {
    display: none;
  }
  .service_box h4 {
    font-size: 18px;
  }
  .service_box .ai_list .left_bg p {
    font-size: 15px;
  }
  .service_box .ai_list ul li .ai_list_title {
    font-size: 15px;
  }
  .service_box .ai_list ul li .ai_list_cont {
    font-size: 14px;
  }
  .service_project ul li p {
    font-size: 15px;
  }
  .service_contact {
    height: 280px;
  }
  .service_contact h4 {
    font-size: 19px;
  }
  .hero h1 {
    margin-bottom: 7px;
  }
  .hero-product img {
    width: 170px;
  }
  .hero-desc {
    font-size: 15.5px;
    line-height: 1.6;
  }
  .hero-sub {
    font-size: 16px;
  }
  .pd_section .section-title span {
    font-size: 14px;
  }
  .pd_section .section-title {
    font-size: 20px;
  }
  .feature-list img {
    height: 36px;
    margin-bottom: 15px;
  }
  .feature-list span {
    font-size: 14.5px;
  }
  .pd_section .card {
    padding: 22px 20px;
    border-radius: 15px;
  }
  .pd_section .card h3 {
    margin-bottom: 8px;
  }
  .pd_section .usecase {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .pd_section .usecase p {
    font-size: 15px;
  }
  .pd_section .usecase span {
    font-size: 14px;
  }
  .security-box p {
    font-size: 16px;
  }
  .security-box span {
    font-size: 14.5px;
  }
  .perfor-box strong {
    font-size: 16px;
  }
  .pd_section table.spec th,
  .pd_section table.spec td {
    font-size: 14.5px;
  }
  .bottom_highlight {
    height: 210px;
  }
  .bottom_highlight h3 {
    font-size: 15.5px;
  }
  .cta_bottom button {
    padding: 12px 30px;
  }
  .cta_bottom button img {
    margin-left: 20px;
  }
  .cta_bottom button span {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .about_in {
    padding-top: 0;
  }
  .blue_top {
    font-size: 16px;
  }
  .large_title {
    font-size: 19px;
  }
  .top_text {
    font-size: 15px;
  }
  .imginner p {
    font-size: 15px;
  }
  .imginner h3 {
    font-size: 17px;
  }
  .sub_middle_title {
    font-size: 18px;
  }
  .about03 ul li p {
    font-size: 16.5px;
  }
  .about03 ul li img {
    height: 56px;
  }
  .about03 ul li span {
    font-size: 15px;
  }
  .devel_ul li h4 {
    font-size: 16px;
  }
  .roll_en {
    font-size: 37px;
  }
  .cu_text {
    font-size: 18px;
  }
  .c_left {
    font-size: 28px;
  }
  .c_left .line-text {
    font-size: 34px;
    margin-top: 0;
  }
  .c_right {
    font-size: 15px;
  }
  .c_right a {
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
  }
  .document_wrap ul li {
    padding: 0;
    background: #fff;
    border-radius: 0;
  }
  .document_wrap ul li img {
    border-radius: 0;
    border: 1px solid #eee;
  }
  .document_wrap ul li h5 {
    font-size: 15px;
  }
  .hero h1 {
    font-size: 20px;
  }
  .hero-sub {
    font-size: 15px;
  }
  .hero-desc {
    font-size: 15px;
  }
  .feature-list img {
    height: 32px;
  }
  .pd_section .usecase-grid {
    display: block;
  }
  .pd_section .usecase {
    width: 100%;
    margin-bottom: 30px;
  }
  .pd_section .usecase img {
    width: 80%;
  }
}
