@charset "utf-8";

html.hidden, body.hidden { overflow: hidden; }
body { position: relative; }
.inner { max-width: 1600px; width: 100%; margin: 0 auto; }
.inner2 { max-width: 1400px; width: 100%; margin: 0 auto; }
.inner3 { width: 100%; margin: 0 auto; }
.mainBg { background: #2d98e3; }
.mainColor { color: #2d98e3; }
/* .basicBtn {
  color: #fff;
  background: #2d98e3;
  font-size: 20px;
  width: 204px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
} */
.ellipsis { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.5em; max-height: 3em; overflow: hidden; }
header { position: absolute; z-index: 10; left: 50%; top: 30px; transform: translateX(-50%); width: 100%; height: 0; }
header.home { position: fixed; left: 0; top: 0; padding: 30px 5%; transform: translateX(0); z-index: 10; }
header h1 { padding: 30px 0 30px 60px; background-color: #fff; border-radius: 0 0 30px 0; /* transition: background 0.3s ease-in-out 0s; */
  width: 335px; position: relative; }
header h1::before, header h1::after, .subLnb .lnb::before, .subLnb .lnb::after { content: ""; display: block; position: absolute; width: 30px; height: 30px; background: url("../images/common/img_round.svg") no-repeat 50% 0; background-size: 100%; transition: opacity 0.3s ease-in-out 0s; }
header h1::before { top: 0px; right: -29px; }
header h1::after { left: 29px; bottom: -30px; }
header.home h1::before, header.home h1::after { display: none; }
header.home h1 { padding: 0; background: transparent; }
header > .inner, header > .inner3 { display: flex; align-items: center; justify-content: space-between; }
header > .inner3 { padding-right: 170px; }
.gnbBox nav { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1; padding-top: 40px; }
header.open, header.scroll.open { background: #fff; height: 400px; transition: all 0.3s; }
nav .gnb { display: flex; }
nav .gnb li { position: relative; }
nav .gnb > li > a { display: block; font-size: 18px; font-weight: 500; color: #fff; width: 170px; text-align: center; }
nav .gnb .subMenu { display: none; }
header.open nav .gnb .subMenu { display: block; }
nav .gnb .subMenu ul { width: 100%; padding: 30px 0; }
nav .gnb .subMenu ul li a { display: block; text-align: center; color: #666; font-size: 18px; font-weight: 500; }
nav .gnb .subMenu ul li a:hover, nav .gnb .subMenu ul li.active a { color: #2d98e3; }
nav .gnb .subMenu ul li ~ li { padding-top: 22px; }
header .rightMenu { display: flex; gap: 30px; align-items: center; }
header .rightMenu > a { display: flex; align-items: center; justify-content: center; gap: 25px; color: #fff; width: 170px; height: 45px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.7); font-size: 16px; font-weight: 600; }
header .lang { position: relative; }
header .lang button { background: transparent; border: 0; }
header .lang div { position: absolute; top: 100%; left: 50%; transform: translate(-50%); width: 80px; padding-top: 20px; display: none; }
header .lang div ul { text-align: center; background: #2d98e3; padding: 15px 0; width: 100%; border-radius: 10px; }
header .lang div ul li ~ li { padding-top: 15px; }
header .lang div ul a { color: #fff; }
header .lang div ul a:hover { text-decoration: underline; text-underline-position: under; }
header.home.scroll nav .gnb > li a { color: #fff; }
header.home.open nav .gnb > li a { color: #111; }
header.home.open .rightMenu > a { color: #111; border: 1px solid rgba(0, 0, 0, 0.7); }
header.home.open .lang button img { filter: invert(100%); }
header.scroll nav .gnb > li > a, header.open nav .gnb > li > a { color: #000; }
header.scroll .rightMenu > a, header.open .rightMenu > a { color: #fff; border: 1px solid rgba(255, 255, 255, 0.7); }
header.scroll .lang button img, header.open .lang button img { /* filter: invert(100%); */
}
.mobClose i { color: #000!important; }
/* main */
div.main > div { height: 1080px; padding: 0 5%; }
.main .con01 { position: relative; /* background: url("../images/main/con01_bg.png") no-repeat center 0; */
  background-size: cover; background-attachment: fixed; position: relative; height: 100vh; padding: 0; overflow: hidden; }
.main .con01 .bg-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-height: 100%; width: 100%; height: auto; object-fit: cover; z-index: 0; /* 가장 뒤로 보내기 */
  filter: brightness(0.9) contrast(1.1);; }
.main .con01 .conTop { position: absolute; top: 53.5%; left: 50%; transform: translate(-50%, calc(-50% - 100px)); margin-bottom: 100px; width: 100%; text-align: center; color: #fff; font-weight: 700; font-size: 60px; }
.main .con01 .conTop span { font-weight: 600; }
.main .con01 .conBot { position: absolute; bottom: 0; left: 0; width: 100%; }
.main .con01 .conBot ul { display: flex; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background-color: rgba(0, 0, 0, 3%); }
.main .con01 .conBot ul li { position: relative; flex: 1 1; text-align: center; padding: 48px 24px 40px 24px; transition: all 0.2s; }
.main .con01 .conBot ul li:after { content: ''; display: block; position: absolute; top: 48px; left: 0; width: 2px; height: calc(100% - 96px); background-color: rgba(255,255,255,5%); }
.main .con01 .conBot ul li:last-child { border-right: 0; }
.main .con01 .conBot ul li:hover { /* background: url("../images/main/hover_bg.png") no-repeat center; */
  background-image: linear-gradient(to bottom right, #19419e, #2d98e3); transition: all 0.2s; }
.main .con01 .conBot ul li:hover { transition: 0.3s all ease-in-out; }
.main .con01 dt { font-weight: 600; color: #fff; font-size: 28px; line-height: 1.2; letter-spacing: -0.2px; }
.main .con01 dd:first-of-type { font-size: 19px; line-height: 27px; color: rgba(255, 255, 255, 0.7); padding: 24px 0; text-align: center; font-weight: 200; }
.main .con01 dd:last-of-type { font-size: 17px; font-weight: 400; letter-spacing: -0.02em; color: rgba(255, 255, 255, 0.7); display: flex; align-items: center; justify-content: center; gap: 12px; }
.main .con01 .conBot ul li:hover dd:first-of-type { color: #fff; }
.main .con01 .conBot ul li dd:last-of-type { font-family: 'poppins'; }
.main .titleBox .title h2 { font-size: 20px; font-weight: 500; }
.main .titleBox .title h3 { font-size: 60px; line-height: 72px; font-weight: 600; }
.main .titleBox .title .desc { font-weight: 400; font-size: 20px; }
.main .con02 { background: #111f2f; display: flex; align-items: center; justify-content: center; text-align: center; }
.main .con02 h3 { color: #fff; padding: 35px 0 135px; }
.main .con02 .content { color: #fff; display: flex; justify-content: center; gap: 100px; }
.counter { font-weight: 600; }
.main .con02 li:first-child { font-weight: 600; font-size: 130px; letter-spacing: -0.05em; line-height: 1; min-width: 440px; }
.main .con02 li:nth-child(2) { font-size: 30px; font-weight: 600; padding: 40px 0 15px; }
.main .con02 li:last-child { font-size: 18px; }
.main .con03 { background: url("../images/main/con03_bg.png") no-repeat center; background-attachment: fixed; background-size: cover; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; }
.main .con03 .titleBox .title h3 { padding: 30px 0 35px; }
.main .con03 .content { display: flex; justify-content: space-between; margin-top: 130px; }
.main .con03 .content li .imgBox { height: 110px; margin-bottom: 30px; }
.main .con03 .content li div:last-child { font-size: 20px; font-weight: 600; }
.main .con04 { display: flex; align-items: center; justify-content: center; color: #000; }
.main .con04 .titleBox { text-align: center; }
.main .con04 .titleBox .title h3 { font-weight: 700; padding: 30px 0 40px; }
.main .con04 .titleBox .title .desc { font-size: 20px; }
.main .formBox { display: flex; padding: 80px 100px; background: #f5f5f5; margin-top: 60px; }
.main .formBox > div { flex: 1 1; }
.main .formBox > div.conLeft { padding-right: 80px; }
.main .formBox label { font-size: 18px; font-weight: 600; }
.main .formBox .inputBox { padding-top: 5px; border-bottom: 1px solid #e2e2e2; margin-bottom: 20px; }
.main .formBox input { height: 35px; }
.main .formBox input, .main .formBox textarea { border: 0; background: transparent; font-size: 18px; width: 100%; resize: none; }
.main .formBox textarea { height: 193px; }
.main .formBox input:focus, .main .formBox textarea:focus { outline: 0; }
.main .formBox div.info label { margin-top: 90px; display: flex; align-items: center; position: relative; }
.main .formBox div.info label input { opacity: 0; position: absolute; width: 26px; height: 25px; left: 0; cursor: pointer; }
.main .formBox div.info label span { width: 26px; height: 25px; background: url("../images/common/check_off.png") no-repeat; background-size: 100% 100%; margin-right: 16px; }
.main .formBox div.info label input:checked + span { background: url("../images/common/check_on.png") no-repeat; background-size: 100% 100%; }
.main .formBox button { margin-top: 60px; width: 205px; height: 70px; background: #000; border-radius: 5px; color: #fff; font-size: 20px; letter-spacing: -0.025em; font-weight: 500; border: 0; }
footer { background: #000; padding: 70px 5% 60px; }
footer .footerTop { display: flex; gap: 100px; align-items: center; position: relative; }
footer .inner * { color: #999; }
footer .footerTop ul span { color: #fff; margin-right: 10px; }
footer .footerTop ul li { display: flex; gap: 40px; }
footer .inner > div ul li ~ li { margin-top: 15px; }
footer .copyRight { margin-top: 40px; padding-top: 40px; border-top: 1px solid rgba(238, 238, 238, 0.1); }
/* subPage */
.subPage { padding: 30px 30px 0; }
.subLnb { position: relative; }
.subLnb .swiper { border-radius: 30px; overflow: hidden; }
.subLnb .swiper-pagination { left: auto !important; right: 72px; bottom: 20px !important; width: 40px !important; display: flex; flex-direction: column; gap: 7px; justify-content: center; align-items: center; border: 1px solid #fff; border-radius: 20px; padding: 15px 0; }
.subLnb .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .subLnb .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; background: #8091a2; opacity: 1; }
.subLnb .swiper-pagination-bullet-active { background: #fff !important; }
.subLnb .swiper-slide img { width: 100%; height: 615px; object-fit: cover; }
.mouse { position: absolute; right: 72px; bottom: 20px; width: 40px; height: 70px; border: 1px solid #fff; border-radius: 20px; box-sizing: border-box; }
.mouse .wheel { width: 5px; height: 5px; background: #fff; border-radius: 50%; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); animation: wheelMove 1.2s ease-in-out infinite; }
@keyframes wheelMove {
  0% { transform: translate(-50%, 0); opacity: 1; }
  70% { transform: translate(-50%, 30px); opacity: 0; }
  100% { transform: translate(-50%, 30px); opacity: 0; }
}
.subLnb .lnbBg img { width: 100%; height: 615px; object-fit: cover; border-radius: 30px; }
.subLnb .subTitle { position: absolute; top: 50%; left: 70px; transform: translateY(-50%); z-index: 8; }
.subLnb .subTitle p { font-weight: 500; font-size: 24px; color: rgba(255, 255, 255, 0.5); padding-bottom: 25px; }
.subLnb .subTitle h2 { font-weight: 600; font-size: 60px; color: #fff; }
.subLnb .lnb { position: absolute; left: 0; bottom: 0; z-index: 8; display: flex; align-items: center; background: #fff; border-radius: 0 30px 0 0; max-width: 650px; width: 100%; padding: 30px 0 25px 95px; }
.subLnb .lnb::before { bottom: 0px; right: -30px; rotate: 270deg; }
.subLnb .lnb::after { left: 0px; top: -30px; rotate: 270deg; }
.subLnb .lnb .homeBtn { margin-right: 40px; }
.subLnb .lnb div { position: relative; }
.subLnb .lnb div:not(.homeBtn) { min-width: 225px; }
.subLnb .lnb div:not(.homeBtn) button { width: 100%; text-align: left; background: url("../images/common/arrow.png") no-repeat 90% center; border: 0; padding: 0 30px 0 15px; height: 40px; font-family: 'pretendard'; font-size: 18px; color: #000; font-weight: 500; }
.subLnb .lnb div ul { position: absolute; z-index: 1; top: 100%; left: 0px; width: 100%; z-index: 1; padding: 0; margin-top: 0px; border-radius: 10px; display: none; background-color: #fff; padding: 10px 0; }
.subLnb .lnb div ul li a { display: block; padding: 5px 15px; font-size: 18px; color: #666; width: 100%; }
.subLnb .lnb div:not(.homeBtn):hover ul { display: block; }
.subLnb .lnb div ul li a:hover { color: #2d98e3; }
.subPage .content { padding: 160px 0 200px; }
.subPage .conTop { text-align: center; color: #000; }
.subPage .conTop h3 { font-size: 48px; line-height: 60px; font-weight: 600; padding-bottom: 70px; }
.greeting .conTop .desc { font-size: 20px; line-height: 1.8; padding-bottom: 110px; }
.greeting .conBot { margin-top: 160px; }
.greeting .conBot > div ~ div { margin-top: 180px; }
.greeting .conBot > div { display: flex; }
.greeting .conBot > div > div { flex: 1 1; }
.greeting .conBot > div:first-child div.conRight { padding-left: 95px; padding-top: 70px; }
.greeting .conBot > div:last-child div.conLeft { padding-left: 50px; padding-top: 100px; }
.greeting .conBot > div:last-child div.conRight { padding-left: 70px; }
.greeting .conten dl { color: #000; }
.greeting .content dt { font-weight: 600; font-size: 48px; padding-bottom: 55px; }
.greeting .content dd { font-size: 20px; }
.greeting .content dd ~ dd { padding-top: 50px; }
.interactive_img { max-width: 100%; width: 50%; opacity: 0; transition: width 1.2s ease, opacity 1.2s ease; }
.interactive_img.active { width: 100%; opacity: 1; }
.interactive_img02 { max-width: 100%; width: 50%; opacity: 0; transition: width 1.2s ease, opacity 1.2s ease; }
.interactive_img02.active { width: 100%; opacity: 1; }
.changeFont { color: #111; transition: color 0.8s ease; opacity: 1 !important; }
.changeFont.active { color: #fff; }
/* history */

.history .sinceBox { display: flex; gap: 95px; align-items: center; }
.history .sinceBox ul { width: calc(100% - 936px); text-align: left; }
.history .sinceBox ul li:first-child { font-weight: 500; font-size: 24px; }
.history .sinceBox ul li:nth-child(2) { font-weight: 700; font-size: 48px; color: #111; padding: 30px 0; }
.history .sinceBox ul li:last-child { font-size: 20px; color: rgba(17, 17, 17, 0.75); line-height: 1.6; }
.history .ad { margin-top: 110px; position: relative; }
.history .ad ul { position: absolute; top: 50%; transform: translateY(calc(-50% - 80px)); width: 100%; }
.history .ad ul li:first-child { font-weight: 500; font-size: 24px; }
.history .ad ul li:last-child { font-size: 48px; font-weight: 600; color: #fff; padding-top: 30px; }
.line-guide { position: absolute; top: 0; left: 50%; transform: translateX(calc(-50% + 80px)); width: 2px; height: 100%; z-index: -1; }
.history_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #eee; }
.history_path { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #2d98e3; transform-origin: top; transform: scaleY(0); }
.his_dot_wrap { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background: #2d98e3; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; will-change: transform; }
.history .conBot { margin-top: 105px; position: relative; }
.storyBox ~ .storyBox { padding-top: 105px; }
.storyBox:last-of-type { padding-bottom: 80px; }
.storyBox { display: flex; position: relative; }
.storyBox .storyTitle h3 { font-weight: 600; font-size: 48px; letter-spacing: -0.02em; color: #111; }
.storyBox .storyTitle h3 span { font-weight: 700; margin-right: 15px; }
.storyBox .storyTitle p { color: #111; font-size: 28px; letter-spacing: -0.02em; font-weight: 500; padding: 30px 0 90px; word-break: keep-all; }
.storyBox .imgBox { position: relative; height: 390px; overflow: hidden; border-radius: 30px; }
.storyBox .imgBox li { position: absolute; inset: 0; clip-path: ellipse(50% 0% at 50% 100%); transform: scale(1.1); transition: clip-path 0.8s ease, transform 0.8s ease; z-index: 1; }
.storyBox .imgBox li.on { clip-path: ellipse(300% 300% at 50% 100%); transform: scale(1); z-index: 2; }
.storyBox .imgBox li img { width: 100%; height: 100%; object-fit: cover; }
.storyBox .conLeft { position: sticky; top: 200px; left: 0; width: 50%; height: fit-content; }
.storyBox .conRight { width: calc(100% - 897px); padding-left: 115px; padding-top: 245px; }
.storyBox .conRight dl ~ dl { padding-top: 75px; }
.storyBox .conRight dl dt { font-weight: 700; font-size: 28px; color: #111; letter-spacing: -0.012em; padding-bottom: 35px; }
.storyBox .conRight dl dd { font-weight: 500; display: flex; /* align-items: center; */
  gap: 13px; font-size: 20px; letter-spacing: -0.02em; }
.storyBox .conRight dl dd::before { content: ""; display: block; width: 3px; height: 3px; border-radius: 50%; background: #111; transform: translateY(10px); }
.storyBox .conRight dl.on dd { color: #2d98e3; font-weight: 700; transition: 0.3s all ease-in-out; }
.storyBox .conRight dl.on dd::before { background: #19419e; }
/* certifications */
.certifications.subPage .conTop h3 { padding-bottom: 130px; }
.certifications .content { text-align: center; }
.certifications .conBot ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px 35px; }
.certifications .conBot ul li .imgBox { border: 1px solid #eee; border-radius: 25px; padding: 30px 40px; height: 420px; }
.certifications .conBot ul li .imgBox img { height: 100%; width: 100%; object-fit: contain; display: block; }
.certifications .conBot ul li p { margin-top: 20px; font-size: 24px; color: #000; letter-spacing: -0.02em; }
.directions.subPage .conTop h3 { padding-bottom: 120px; }
.directions .conBot .info { display: flex; margin-bottom: 35px; }
.directions .conBot .info > * { flex: 1 1; }
.directions .conBot .info > div { text-align: right; }
.directions .conBot .info ul { margin-top: 30px; }
.directions .conBot .info li { display: flex; align-items: center; line-height: 1.45; }
.directions .conBot .info li ~ li { margin-top: 20px; }
/* .directions .conBot .conBb .info li {
  align-items: flex-start;
} */
.directions .conBot .info li div:first-child { width: 170px; display: flex; align-items: center; gap: 15px; font-family: "Poppins", sans-serif; font-style: normal; font-weight: 600; color: #111; font-size: 18px; }
.directions .conBot .info li div:first-child span { background: #f5f5f7; display: inline-flex; width: 35px; height: 35px; border-radius: 50%; align-items: center; justify-content: center; }
.directions .conBot .info li div:last-child { width: calc(100% - 170px); font-size: 18px; color: #666; letter-spacing: -0.02em; font-weight: 500; }
.directions .conBot .conBb { margin-top: 100px; border-top: 1px solid #eee; padding-top: 100px; }
.directions .map { border: 1px solid #eee; border-radius: 20px; overflow: hidden; position: relative; height: 420px; }
.directions .map > iframe { position: absolute; width: 100%; height: 100%; }





/* product */
.product.subPage .content { padding-bottom: 40px; }
.product.subPage .conTop h3 { padding-bottom: 65px; }
.product .categoryWrap { text-align: center; }
.product .category { display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-radius: 35px; background: #f8f8f9; margin-bottom: 60px; }
.product .category li a { font-size: 20px; font-family: 'poppins'; display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; border-radius: 25px; font-weight: 500; color: rgba(0, 0, 0, 0.5); letter-spacing: -0.02em; padding: 0 45px; }
.product .category li.on a { color: #fff; background: #2a95e7; }
.product.view .category li.on a { background: #19419e; }
.product.hvac .category li.on a { background: #2a95e7; }
.detailCategory, .viewTitle, .viewInfo { max-width: 1430px; width: 100%; margin: 0 auto; }
.detailCategory .categoryBox ~ .categoryBox { margin-top: 60px; padding-top: 60px; border-top: 1px solid #eee; }
.categoryBox h4 { border: 1px solid #2a95e7; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; height: 36px; border-radius: 20px; color: #2a95e7; font-weight: 500; font-size: 18px; letter-spacing: -0.02em; margin-bottom: 20px; }
.productList { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 35px; text-align: center; }
.productList .productCard { background: #f8f8f9; border: 1px solid #f5f5f5; border-radius: 15px; height: 375px; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px 20px 20px 20px; }
.productInfo .cate { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: #111; padding: 40px 0 0; }
.productInfo .name { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 24px; letter-spacing: -0.02em; color: #111; padding: 8px 0 20px; }
.productInfo .img img { width: 100%; max-width: 200px; height: auto; object-fit: contain; }
.productInfo .viewBtn a { display: none; align-items: center; justify-content: center; width: 100%; height: 50px; font-family: "Poppins", sans-serif; font-weight: 500; color: rgba(17, 17, 17, 0.7); letter-spacing: -0.02em; background: #fff; border-radius: 5px; }
.productList .productCard:hover { background: url("../images/sub/product/product_hover.png") no-repeat center; background-size: 100% 100%; transition: 0.3s all ease-in-out; }
.productList .productCard:hover .productInfo .name { color: #fff; }
.productList .productCard:hover .productInfo .cate { color: #fff; }
.productList .productCard:hover .productInfo .viewBtn a { color: #111; }
.product .contactAd { text-align: center; background: url("../images/sub/product/product_bg.png") no-repeat center; background-size: cover; border-radius: 30px; padding: 100px 0 105px; margin-top: 200px; }
.product .contactAd li:first-child { font-size: 20px; color: rgba(255, 255, 255, 0.5); }
.product .contactAd li:nth-child(2) { font-size: 40px; color: #fff; letter-spacing: -0.02em; font-weight: 600; padding: 20px 0 35px; }
.product .contactAd li:last-child a { display: flex; align-items: center; justify-content: center; border-radius: 100px; width: 255px; height: 70px; color: #fff; font-weight: 500; font-size: 20px; margin: 0 auto; }
.item_fea_list { text-align: left; padding: 20px 0; }
.item_fea_list_in { position: relative; margin-left: 16px; font-size: 18px; line-height: 1.6; }
.item_fea_list_in::before { position: absolute; left: -18px; top: 13px; content: ''; width: 10px; height: 2px; background: #949494; border-radius: 10px; display: inline-block; }
/* view */

.viewTitle { background: #19419e; border-radius: 20px; padding: 82px 92px 82px 60px; display: grid; align-items: center; justify-content: space-between; color: #fff; letter-spacing: -0.02em; gap: 20px; grid-template-columns: 1fr 3fr; }
.product.hvac .viewTitle { background: #2a95e7; }
.viewTitle dl dt { font-size: 28px; font-weight: 600; }
.viewTitle dl dd { font-weight: 300; font-size: 20px; padding-top: 10px; }
.viewTitle dl dd.empty { display: none; }
.viewTitle p { font-weight: 500; font-size: 20px; line-height: 1.5; }
.viewInfo { margin: 48px auto; width: 100%; max-width: 1430px; position: relative; background: url("../images/sub/sub_02_01_01/sub_02_01_01_txt.png") no-repeat center; background-size: 90%; }
.product.chassis .viewInfo { background: url("../images/sub/sub_02_01_02/sub_02_01_02_txt.png") no-repeat center; background-size: contain; background-size: 90%; }
.product.engine .viewInfo { background: url("../images/sub/sub_02_01_03/sub_02_01_03_txt.png") no-repeat center; background-size: contain; background-size: 90%; }
.viewInfo .infoTxt, .viewInfo .infoTxt2, .viewInfo .infoTxt3 { position: absolute; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 40px 35px; border-radius: 15px; display: block; max-width: 420px; width: max-content; background-color: rgba(255, 255, 255, 80%); opacity: 0; transform: translateY(10px) scale(0.98); visibility: hidden; transition: all 0.35s ease; }
.viewInfo .infoTxt { right: 0; bottom: 100%; margin-bottom: 10px; }
.viewInfo .infoTxt2 { left: 100%; bottom: -500%; margin-left: 10px; }
.viewInfo .infoTxt3 { left: 100%; bottom: 0; margin-left: 10px; }
.viewInfo .infoTxt h6, .viewInfo .infoTxt2 h6, .viewInfo .infoTxt3 h6 { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 24px; letter-spacing: -0.02em; color: #111; }
.viewInfo .infoTxt h6::before, .viewInfo .infoTxt2 h6::before, .viewInfo .infoTxt3 h6::before { content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background: #2a95e7; }
.viewInfo .infoTxt p, .viewInfo .infoTxt2 p, .viewInfo .infoTxt3 p { margin-top: 20px; font-weight: 400; font-size: 20px; color: #111; line-height: 1.5; letter-spacing: -0.02em; text-align: left; }
.viewInfo .imgWrap { text-align: center; border: 2px solid #f8f8f9; border-radius: 20px; padding: 48px 0; }
.viewInfo .imgBox { display: inline-block; position: relative; }
.viewInfo ul li { position: absolute; display: inline-flex; gap: 10px; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #2a95e7; cursor: pointer;}
.viewInfo ul li.on { width: max-content; padding-right: 10px; padding-left: 25px; border-radius: 20px; }
.viewInfo ul li.on .infoTxt, .viewInfo ul li.on .infoTxt2, .viewInfo ul li.on .infoTxt3 { opacity: 10; transform: translateY(0) scale(1); visibility: visible; z-index: 10;  }
.viewInfo ul li.item01 { top: 25.5%; right: 80.5%; }
.viewInfo ul li.item02 { top: 280px; right: 557px; }
.viewInfo ul li.item03 { top: 335px; right: 584px; }
.viewInfo ul li.item04 { top: 380px; right: 640px; }
.viewInfo ul li.item05 { top: 410px; right: 560px; }
.viewInfo ul li.item06 { top: 433px; right: 490px; }
.viewInfo ul li.item07 { top: 400px; right: 425px; }
.hvac_parts01 { top: 70%; right: 66.6%; }
.hvac_parts02 { top: 16%; right: 42%; }
.hvac_parts03 { top: 16%; right: 57%; }
.hvac_parts04 { top: 17%; left: 81%; }
.hvac_parts05 { top: 79%; right: 48%; }
.hvac_parts06 { top: 42%; right: 48%; }
.hvac_parts07 { top: 20%; right: 24.6%; }
.engine_parts01 { top: 34%; right: 78%;}
.engine_parts02 { top: 63%; right: 8%;}
.engine_parts03 { top: 43%; right: 48%;}
.engine_parts04 { top: 24%; right: 23%;}
.havc_img { max-width: 75%; }
.product.chassis .viewInfo ul li.item01 { top: 45.5%; right: 82.5%; }
.product.chassis .viewInfo ul li.item02 { top: 43%; right: 55%; }
.product.chassis .viewInfo ul li.item03 { top: 78%; right: 55%; z-index: 2; }
.product.chassis .viewInfo ul li.item01.on .infoTxt { bottom: 100%; }
.viewInfo ul li span { color: #fff; font-weight: 500; font-size: 18px; letter-spacing: -0.02em; display: none; }
.viewInfo ul li.on span { display: block; }
.productList .productCard.on { background: url("../images/sub/product/product_hover.png") no-repeat center; background-size: 100% 100%; transition: 0.3s all ease-in-out; }
.productList .productCard.on .productInfo .name { color: #fff; }
.productList .productCard.on .productInfo .cate { color: #fff; }
.productList .productCard.on .productInfo .viewBtn a { color: #2a95e7; font-weight: 600; }
.viewInfo ul li.hvac_parts04.on{padding-right:25px;padding-left:11px;}

/* fixBtn */



.fixBtn { position: fixed; box-shadow: none; cursor: pointer; z-index: 9; }
.topBtn { position: absolute; right: 0; top: 0; background: #000; width: 76px; height: 76px; border-radius: 50%; border: 2px solid rgba(221, 221, 221, 0.15); color: #999; font-weight: 500; font-size: 18px; letter-spacing: -0.025em; opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out; cursor: pointer; }
.topBtn.on { opacity: 1; visibility: visible; }
.chatBtn { right: 50px; bottom: 60px; width: 60px; height: 60px; border-radius: 20px; border: 0; }
.chatBtn .alram { position: absolute; background: #e04c55; border: 2px solid #fff; width: 14px; height: 14px; border-radius: 50%; right: 0; top: 0; }
.chatBtn .close { display: none; }
.chatBtn.active { background: #fff; }
.chatBtn.active .close { display: inline-block; }
.chatBtn.active .alram, .chatBtn.active .open { display: none; }
.chatBox { position: fixed; right: 50px; bottom: 150px; background: #f8f8f9; width: 403px; height: 565px; z-index: 999; border-radius: 20px; padding: 30px 15px 15px; overflow: hidden; display: none; flex-direction: column; }
/* 열렸을 때만 flex */
.chatBox.show { display: flex; }
.chatBox .chatTop { display: flex; gap: 12px; align-items: center; margin-bottom: 23px; flex: 0 0 auto; }
.chatBox .chatTop div { font-weight: 700; font-size: 24px; letter-spacing: -0.012em; color: #111; }
.chatBox .chatTop div.time { font-size: 15px; font-weight: 500; color: rgba(17, 17, 17, 0.75); letter-spacing: 0; margin-top: 10px; }
.chatBox .chatTop div.time img { margin-right: 4px; }
/* 여기부터 flex 스크롤 구조 핵심 */
.chatBot { flex: 1; min-height: 0; display: flex; flex-direction: column; overflow: hidden; }
.chatBox .chatBot > div { border: 2px solid rgba(238, 238, 238, 0.75); background: #fdfdfd; border-radius: 10px; overflow: hidden; padding: 11px 12px; }
.chatBox .chatBot > div ~ div { margin-top: 4px; }
.chatBox .chatBot > div:not(.realChat) { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.chatBox .chatBot > div:not(.realChat) a { font-size: 15px; color: #111; font-weight: 500; }
.chatBox .chatBot .realChat { flex: 1; min-height: 0; display: flex; flex-direction: column; overflow: hidden; padding: 19px 16px; }
.chatBox .chatBot .realChat .todayTime { text-align: center; font-size: 12px; font-weight: 500; color: rgba(17, 17, 17, 0.5); margin-bottom: 35px; }
.chatBox .realChat .mainForm { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.chatWrap { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; /* 🔥 스크롤바 숨김 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
/* 🔥 Chrome / Safari */
.chatWrap::-webkit-scrollbar { display: none; }
/* 나머지 UI */
.chatBox .profile { display: flex; gap: 5px; align-items: center; margin-bottom: 10px; }
.chatBox .profile .left { width: 36px; height: 36px; border-radius: 50%; position: relative; }
.chatBox .profile .left span { position: absolute; background: #82ff74; border: 2px solid #fff; width: 10px; height: 10px; border-radius: 50%; right: 0; bottom: 0; }
.chatBox .profile .right div { font-weight: 600; font-size: 14px; color: #111; }
.chatBox div.time { font-size: 12px !important; font-weight: 500 !important; color: rgba(17, 17, 17, 0.5) !important; }
.chatBox .profile .right div.time { margin-top: 3px; }
.chatBox .defaultChat .greetings { font-weight: 600; color: #111; font-size: 14px; line-height: 1.42; padding: 14px; border: 2px solid rgba(238, 238, 238, 0.75); border-radius: 0 10px 10px 10px; margin-bottom: 10px; }
.chatBox .defaultChat > ul { display: flex; gap: 5px; align-items: center; margin-bottom: 10px; }
.chatBox .defaultChat > ul li a { width: 85px; height: 33px; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; border-radius: 15px; color: #111; border: 1px solid rgba(238, 238, 238, 0.75); background: #f7f7f7; padding: 8px; white-space: nowrap; width: 100%; }
.chatBox .responseChat { flex-direction: column; align-items: flex-end; }
.chatBox .responseChat.show { display: flex; }
.chatBox .responseChat div:not(.time) { font-weight: 600; font-size: 14px; color: #111; padding: 12px 20px; border-radius: 10px 0 10px 10px; background: #d1eaff; margin-top: 4px; }
.chatBox .answerChat { margin-top: 10px; }
.chatBox .answerChat.show { display: block; }
.chatBox .answerChat * { color: #111; font-size: 14px; font-weight: 500; }
.chatBox .answerChat p { margin: 10px 0; }
.chatBox .answerChat ul li label { display: flex; align-items: center; gap: 3px; }
.chatBox .answerChat ul li ~ li { margin-top: 10px; }
.chatBox .answerChat ul li label::before { content: ""; display: block; width: 3px; height: 3px; background: #111; }
.chatBox .answerChat .inputBox { margin-top: 5px; width: 100%; }
.chatBox .answerChat .inputBox input { height: 35px; width: 100%; border: 1px solid transparent; background: #f1f1f1; border-radius: 8px; }
.chatBox .answerChat .inputBox textarea { height: 100px; width: 100%; border: 1px solid transparent; background: #f1f1f1; border-radius: 8px; }
.chatBox .answerChat button { display: block; margin: 15px auto 0; width: 85px; height: 35px; border: 0; color: #fff; border-radius: 5px; }
.chatMobClose { display: none; }
body.chat-open { overflow: hidden; }
.chatWrap { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; /* 중요 */
}
/* 서서히 등장하는 animate */
[data-aos="custom-blur-scale"] { opacity: 0; filter: blur(10px); transform: scale(0.6); transition-property: filter, opacity, transform !important; }
[data-aos="custom-blur-scale"].aos-animate { opacity: 1; filter: blur(0px); transform: scale(1); }
/* =========================
   챗봇 모션 (핵심)
========================= */
.chatBox { transform: translateY(40px) scale(0.95); opacity: 0; pointer-events: none; transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease; }
/* 열렸을 때 */
.chatBox.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
/* =========================
   버튼 모션
========================= */
.chatBtn { transition: all 0.25s ease; }
.chatBtn.active { transform: rotate(90deg) scale(0.95); }
/* =========================
   내부 요소 순차 등장 (고급)
========================= */
.chatTop, .chatBot > div { opacity: 0; transform: translateY(10px); }
/* 열렸을 때 순차 등장 */
.chatBox.show .chatTop { animation: fadeUp 0.4s ease forwards; }
.chatBox.show .chatBot > div:nth-child(1) { animation: fadeUp 0.4s 0.05s ease forwards; }
.chatBox.show .chatBot > div:nth-child(2) { animation: fadeUp 0.4s 0.1s ease forwards; }
.chatBox.show .chatBot > div:nth-child(3) { animation: fadeUp 0.4s 0.15s ease forwards; }
/* 애니메이션 키프레임 */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.answerChat .type-product, .answerChat .type-etc { display: none; }
.answerChat[data-type="product"] .type-product { display: block; }
.answerChat[data-type="etc"] .type-etc { display: block; }
/* 스마트팜 */
.smartfarm .content { padding: 150px 0 50px; }
.sf_section { padding-top: 50px; max-width: 1400px; margin: 0 auto; }
.sf_hero { text-align: center; margin-bottom: 48px; }
.sf_hero h3 { font-size: 48px; font-weight: 700; line-height: 1.4; color: #111; word-break: keep-all; }
.sf_tab_wrap { display: flex; justify-content: center; margin-bottom: 48px; }
.sf_tab { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; background: #f4f4f4; border-radius: 50px; padding: 6px; }
.sf_tab li button { border: none; background: transparent; padding: 10px 24px; border-radius: 50px; font-size: 16px; color: #555; cursor: pointer; transition: all 0.25s; font-weight: 500; white-space: nowrap; }
.sf_tab li.active button { background: #2d6a3f; color: #fff; font-weight: 600; }
.sf_tab li:not(.active) button:hover { background: #e0e0e0; color: #222; }
.sf_label { display: inline-block; border: 1.5px solid #2d6a3f; color: #2d6a3f; font-size: 18px; font-weight: 600; padding: 4px 18px; border-radius: 50px; margin-bottom: 24px; }
.sf_cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sf_card { border-radius: 16px; overflow: hidden; background: #fff; transition: box-shadow 0.25s; }
.sf_card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.10); }
.sf_card_img { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #f9f9f9; display: flex; align-items: center; justify-content: center; }
.sf_card_img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.sf_card:hover .sf_card_img img { transform: scale(1.04); }
.sf_card_info { background: #f1f1f1; padding: 32px; display: flex; flex-direction: column; align-items: center; gap: 20px; border-top: 1.5px solid #e8e8e8; }
.sf_card_info p { font-size: 18px; font-weight: 600; color: #111; text-align: center; margin: 0; }
.sf_card_info a { display: block; width: 100%; text-align: center; background: #fff; border-radius: 8px; padding: 10px 0; font-size: 18px; color: #444; text-decoration: none; transition: all 0.2s; font-weight: 500; }
.sf_card_info a:hover { border-color: #2d6a3f; color: #2d6a3f; }
.sf_card:hover .sf_card_info { background: #2d6a3f; border-top-color: #2d6a3f; }
.sf_card:hover .sf_card_info p { color: #fff; }
.sf_card:hover .sf_card_info a { background: #fff; border-color: #fff; color: #2d6a3f; font-weight: 700; }
.smartfarm .contactAd { text-align: center; background: url("../images/sub/sub_01_07/smartfarm_bg.png") no-repeat center; background-size: cover; border-radius: 30px; padding: 100px 0 105px; margin-top: 200px; }
.smartfarm .contactAd li:first-child { font-size: 20px; color: rgba(255, 255, 255, 0.5); }
.smartfarm .contactAd li:nth-child(2) { font-size: 40px; line-height:1.4; color: #fff; letter-spacing: -0.02em; font-weight: 600; padding: 20px 0 35px; }
.smartfarm .contactAd li:nth-child(3) { display: flex; gap: 24px; align-items: center; justify-content: center; }
.smartfarm .contactAd li a { color: #000 ; font-weight: 500; background: #fff; font-size: 20px; padding: 16px 32px ; border: 1px solid #fff; border-radius: 50px; }
.smartfarm .contactAd li span { color: #000 ; font-weight: 500; background: #fff; font-size: 20px; padding: 16px 32px ; border: 1px solid #fff; border-radius: 50px; }
.smartfarm .contactAd li a i{margin-left:10px;}
.smartfarm .poppinsFont { font-weight: 500; font-size: 24px; color: #2d6a3f; }
/* ─── 1024px ─── */
@media (max-width:1024px) {
  .smartfarm .content { padding: 100px 0 40px; }
  .sf_hero h3 { font-size: 36px; }
  .sf_label { font-size: 15px; }
  .sf_cards { gap: 18px; }
  .sf_card_info { padding: 24px; gap: 14px; }
  .sf_card_info p { font-size: 16px; }
  .sf_card_info a { font-size: 15px; }
  .smartfarm .contactAd { padding: 80px 40px; margin-top: 140px; border-radius: 24px; }
  .smartfarm .contactAd li:first-child { font-size: 17px; }
  .smartfarm .contactAd li:nth-child(2) { font-size: 32px; padding: 16px 0 28px; }
  .smartfarm .contactAd li:last-child a { width: 220px; height: 60px; font-size: 17px; }
  .smartfarm .poppinsFont { font-size: 20px; }
}
/* ─── 768px ─── */
@media (max-width:768px) {
  .smartfarm .content { padding: 70px 0 30px; }
  .sf_hero { margin-bottom: 32px; }
  .sf_hero h3 { font-size: 28px; }
  .sf_tab { flex-wrap: wrap; border-radius: 16px; justify-content: center; }
  .sf_tab li button { padding: 8px 16px; font-size: 14px; }
  .sf_tab_wrap { margin-bottom: 32px; }
  .sf_label { font-size: 13px; padding: 4px 14px; margin-bottom: 18px; }
  .sf_cards { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .sf_card_info { padding: 18px; gap: 10px; }
  .sf_card_info p { font-size: 14px; }
  .sf_card_info a { font-size: 13px; padding: 8px 0; }
  .smartfarm .contactAd { padding: 60px 30px; margin-top: 100px; border-radius: 20px; }
  .smartfarm .contactAd li:first-child { font-size: 15px; }
  .smartfarm .contactAd li:nth-child(2) { font-size: 26px; padding: 14px 0 24px; word-break: keep-all; }
  .smartfarm .contactAd li:last-child a { width: 200px; height: 54px; font-size: 15px; }
  .smartfarm .poppinsFont { font-size: 17px; }
}
/* ─── 480px ─── */
@media (max-width:480px) {
  .smartfarm .content { padding: 50px 0 20px; }
  .sf_hero h3 { font-size: 22px; }
  .sf_tab li button { padding: 7px 12px; font-size: 12px; }
  .sf_cards { grid-template-columns: 1fr; gap: 12px; }
  .sf_card { border-radius: 12px; }
  .sf_card_info { padding: 16px; gap: 8px; }
  .sf_card_info p { font-size: 14px; }
  .sf_card_info a { font-size: 13px; }
  .smartfarm .contactAd { padding: 50px 20px; margin-top: 70px; border-radius: 16px; }
  .smartfarm .contactAd li:first-child { font-size: 13px; }
  .smartfarm .contactAd li:nth-child(2) { font-size: 20px; padding: 12px 0 20px; }
  .smartfarm .contactAd li:last-child a { width: 180px; height: 48px; font-size: 14px; }
  .smartfarm .poppinsFont { font-size: 15px; }
}
/* 인도지사 */


.India .content { width: 100%; }
.India .content * { letter-spacing: -0.02em; }
.India.subPage .conTop h3 { font-size: 52px; font-weight: 700; padding-bottom: 80px; }
.India .conTop .desc { font-size: 18px; line-height: 1.9; color: #555; padding-bottom: 100px; }
.india_section { width: 100%; padding: 120px 5%; background: #fff; }
.india_inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 100px; }
.india_left { flex: 1; }
.india_left img { width: 100%; display: block; }
.india_right { flex: 1; }
.india_title { font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.india_title.sml_txt{ font-size: 35px;}
.india_list { display: flex; flex-direction: column; gap: 30px; }
.india_item { padding-left: 20px; position: relative; }
.india_item::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: #2D98E3; border-radius: 50%; }
.india_head { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.india_desc { font-size: 16px; color: #666; line-height: 1.7; }
.india_conbot { display: flex; align-items: center; gap: 80px; }
.India .conBot { margin-top: 140px; }
.India .conBot > div { display: flex; align-items: center; }
.India .conBot .info { flex: 1; }
.India .conBot .info ul { display: flex; flex-direction: column; gap: 25px; }
.India .conBot .info li { display: flex; align-items: center; }
.India .conBot .info li div:first-child { width: 160px; display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 17px; }
.India .conBot .info li div:first-child span { width: 36px; height: 36px; border-radius: 50%; background: #f5f5f7; display: flex; align-items: center; justify-content: center; }
.India .conBot .info li div:last-child { width: calc(100% - 160px); font-size: 17px; color: #666; }
.India .contactAd { text-align: center; background: url("../images/sub/sub_01_06/india_app.png") no-repeat center / cover; border-radius: 30px; padding: 100px 0; margin-top: 180px; }
.India .contactAd li:first-child { font-size: 18px; color: rgba(255,255,255,0.6); }
.India .contactAd li:nth-child(2) { font-size: 36px; font-weight: 600; color: #fff; padding: 20px 0 30px; }
.India .contactAd li:last-child a { display: inline-flex; align-items: center; justify-content: center; width: 240px; height: 65px; border-radius: 50px; background: #fff; font-size: 18px; font-weight: 500; }

.smart .india_inner{flex-wrap:wrap;}
.smart .india_right p{width:80%;margin-top:50px;font-size:20px;}
.smartfarm_wrap{width:100%}
.smartfarm_wrap .img_box{border-radius:25px;overflow:hidden;}
.farm_box{margin-bottom:100px;}
.farm_box:last-child{margin-bottom:0;}
.img_flex_wrap{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:50px;}
.img_flex_wrap .img_box{flex:1;}
.img_flex_wrap .img_box.wide{flex:2.05;}
.img_flex_wrap .img_box img{width: 100%; height: 100%; object-fit: cover; display: block;}
.smartfarm_wrap .india_title {margin-bottom:40px;}


@media (max-width:1400px) {
    .smart .india_title{font-size:30px;}
    .smart .india_right p{margin-top:0;width:100%;font-size:18px}
}


@media (max-width:1024px) {

  .india_inner { flex-direction: column; gap: 60px; }
  .india_title { font-size: 34px; }
  .India.subPage .conTop h3 { font-size: 40px; }
  .India .conTop .desc { font-size: 16px; }
  .India .conBot { margin-top: 100px; }
  .india_conbot { flex-direction: column; gap: 50px; }

  .india_left{width:100%;}
}
@media (max-width:768px) {

  .india_section { padding: 80px 5%; }
  .india_title { font-size: 28px; }
  .india_head { font-size: 16px; }
  .india_desc { font-size: 14px; }
  .India.subPage .conTop h3 { font-size: 32px; padding-bottom: 50px; }
  .India .conTop .desc { font-size: 14px; padding-bottom: 60px; }
  .India .conBot .info li { flex-direction: column; align-items: flex-start; gap: 6px; }
  .India .conBot .info li div:first-child, .India .conBot .info li div:last-child { width: 100%; }
  .smartfarm .contactAd li:last-child a{width:100%;}
  .smartfarm .contactAd li:last-child span{width:100%;}
}

@media (max-width:600px) {
    .smartfarm .contactAd li:nth-child(3){flex-wrap:wrap;gap:10px;}
}

@media (max-width:480px) {

  .india_title { font-size: 24px; }
  .India .contactAd { padding: 60px 20px; border-radius: 20px; }
  .India .contactAd li:nth-child(2) { font-size: 24px; }
  .smart .india_inner{gap:30px;}
}