.font24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}

.font30 {
  --fontsize: 3.0rem;
  font-size: var(--fontsize);
}

.font34 {
  --fontsize: 3.4rem;
  font-size: var(--fontsize);
}

.font40 {
  --fontsize: 4.0rem;
  font-size: var(--fontsize);
}

.font45 {
  --fontsize: 4.5rem;
  font-size: var(--fontsize);
}

.font50 {
  --fontsize: 5.0rem;
  font-size: var(--fontsize);
}

.font55 {
  --fontsize: 5.5rem;
  font-size: var(--fontsize);
}

.font60 {
  --fontsize: 6.0rem;
  font-size: var(--fontsize);
}

.font70 {
  --fontsize: 7.0rem;
  font-size: var(--fontsize);
}

.font80 {
  --fontsize: 8.0rem;
  font-size: var(--fontsize);
}

.font90 {
  --fontsize: 9.0rem;
  font-size: var(--fontsize);
}

.font100 {
  --fontsize: 10.0rem;
  font-size: var(--fontsize);
}

.font110 {
  --fontsize: 11.0rem;
  font-size: var(--fontsize);
}

@media (max-width: 1800px) {
	main .solutions .buttonBox {
		width: 100%;
	}
}

@media (max-width: 1640px) {
  .font110,
  .font100,
  .font90,
  .font80 {
    font-size: calc(var(--fontsize) * 0.86);
  }
  .font70,
  .font60 {
    font-size: calc(var(--fontsize) * 0.90);
  }
  .font55,
  .font50,
  .font45 {
    font-size: calc(var(--fontsize) * 0.92);
  }
  .w1600,
  .w1500,
  .w1400 {
    padding: 0 20px;
  }
  /* main .visual .title {
    height: auto;
    padding: 0;
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  } */
/*  main .visual .right {*/
/*    top: auto;*/
/*    bottom: 24px;*/
/*  }*/
  main .reference ul {
	gap: 40px;
  }
  .lnbBox ul li {
    padding: 0 20px;
  }
  .lnbBox ul li a {
    font-size: 1.8rem;
  }
  .ceo .flexBox {
    gap: 0 40px;
  }
  .ceo .flexBox .textBox {
    margin: 0;
  }
  .ceo .flexBox .textBox p br {
    display: none;
  }
  .ceo .flexBox .imgBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    right: auto;
  }
  .history .number .top span {
    font-size: 11rem;
  }
  .detailPageTop .menuBox .drop2 ul {
    right: 0;
  }
  .detailPageTop .detailTop {
    gap: 0 40px;
  }
  .detailPageTop .detailTop p br {
    display: none;
  }
  #sv.sv02-core .menuBox {
    padding: 130px 0 0;
  }
  footer .infoBox {
    gap: 0 100px;
  }
}

@media (max-width: 1400px) {
  .font110,
  .font100,
  .font90,
  .font80 {
    font-size: calc(var(--fontsize) * 0.76);
  }
  .font70,
  .font60 {
    font-size: calc(var(--fontsize) * 0.80);
  }
  .font55,
  .font50,
  .font45 {
    font-size: calc(var(--fontsize) * 0.82);
  }
  header .depth1 > li {
	padding: 0 40px;
  }
/*  main .solutions .pointText {*/
/*    width: 140px;*/
/*    height: 140px;*/
/*    right: 20px;*/
/*  }*/
/*  main .solutions .pointText img {*/
/*    width: calc(100% - 20px);*/
/*    height: calc(100% - 20px);*/
/*  }*/
  main .communication .item {
    padding: 40px;
  }
  main .communication .item b {
    width: 120px;
  }
  main .reference ul {
    gap: 40px 10px;
  }
  .group .introduction ul li {
	gap: 0 40px;
  }
  .history .listBox {
    width: 60%;
  }
  .press .itemBox .item {
    padding: 40px;
  }
  .press .itemBox .item:hover {
    border-bottom-right-radius: 100px;
  }
  .press .itemBox .circle {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .education .apply {
    gap: 0 40px;
  }
  .solutions .info .text {
    gap: 0 20px;
  }
  .solutions .listBox .text.left {
    padding: 0 40px 0 0;
  }
  .solutions .listBox .text.right {
    padding: 0 0 0 40px;
  }
  .solutions .listBox .text dl dd p br {
    display: none;
  }
  .business.listPage .listBox {
    gap: 30px;
  }
  .business.listPage .listBox .item:hover {
    border-bottom-right-radius: 100px;
  }
  .business.listPage .listBox .arrow {
    width: 65px;
    height: 65px;
  }
  .business.listPage .listBox dl dd br {
    display: none;
  }
  .subFlex > *:first-child {
    max-width: 320px;
  }
  .subColumn,
  .subColumn.gap140 {
    gap: 100px 0;
  }
  .detailPageTop .detailTop .imgBox,
  .detailPageTop .detailTop .img {
    width: 50%;
  }
  .detailPageTop .detailTop .imgBox .img {
    width: 100%;
  }
  .detailPageTop .detailTop .text {
    width: calc(50% - 40px);
  }
  .detailPageTop .detailTop .download {
    gap: 0 20px;
  }
  .featuresBox .item {
    padding: 30px 20px;
  }
  .featuresBox .top .icon {
    height: 70px;
  }
  .featuresBox.gap1 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .featuresBox.gap1 .top .icon {
    height: 60px;
  }
  .featuresBox.gap1 .item {
    padding: 30px 20px;
  }
  .featuresListBox p em {
    margin: 0 0 0 20px;
  }
  .meta.detailPage .featuresBox .item {
    padding: 30px 20px;
  }
  .smart .las .benefits p {
    font-size: 1.8rem;
    margin: 30px 0 0;
  }
  .smart .las .benefits p br {
    display: none;
  }
  .smart .lam .temperature .itemBox .item {
    gap: 0 10px;
  }
  .smart .lam .stage dl {
    padding: 0 0 0 40px;
  }
  .smart .lam .stage dl dd br {
    display: none;
  }
  .smart .mas .robot dl dd br {
    display: none;
  }
  .control.detailPage .featuresBox .item {
    padding: 30px 20px;
  }
  .control.detailPage .manual .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .control .cluster .software span {
    font-size: 1.9rem;
  }
  .control .cluster .software .pBox {
    padding: 20px;
  }
  .control .cluster .software p {
    font-size: 1.7rem;
  }
  .it .soosan .features .item {
    padding: 40px 20px;
  }
  .it .alcatel .core .productsDetailBox .information li,
  .it .alcatel .wlan .productsDetailBox .information li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .it .alcatel .core .productsDetailBox .information li > p,
  .it .alcatel .wlan .productsDetailBox .information li > p {
    width: calc(100% - 24px);
  }
  .it .alcatel .core .productsDetailBox .information .pBox,
  .it .alcatel .wlan .productsDetailBox .information .pBox {
    width: 100%;
    margin: 10px 0 0 22px;
  }
  .productsPopup .inner {
    padding: 40px 30px;
  }
  .huaweiPopup .itemBox {
    padding: 0;
  }
  .support .subFlex > *:first-child {
    max-width: 420px;
    padding: 0 40px 0 0;
  }
  .productsPopup .popupTableBox table tbody * {
    padding: 15px;
  }
  .recruit .job .item a em {
    width: 120px;
  }
  footer .bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 1200px) {
  html,
  body {
    font-size: 56.25%;
  }
  .font40,
  .font34,
  .font30 {
    font-size: calc(var(--fontsize) * 0.86);
  }
  header nav .depth1,
  header nav .depth1 li {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header nav {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 100px 40px;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header nav .depth1 {
    gap: 40px 0;
  }
  header nav .depth1 > li {
    padding: 0;
  }
  header nav .depth1 > li > a {
    color: #111111;
    font-size: 3.2rem;
  }
  header nav .depth1 > li > a::after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header nav .depth1 > li:hover > a::after {
    width: 100%;
  }
  header nav .depth2 {
    display: block;
    padding: 25px 10px 0;
    position: relative;
    display: none;
  }
  header nav .depth2 li a {
    display: block;
    font-size: 2.6rem;
    padding: 12px 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0s;
    transition: 0s;
  }
  header nav.on {
    right: 0;
  }
  header .auth {
    margin: 0 0 0 auto;
  }
  header .langBox {
    margin: 0 40px;
  }
  header .menuButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menuButton i {
    color: #ffffff;
    font-size: 2.4rem;
  }
  header.colorOn .menuButton i, header.menuOn .menuButton i {
    color: #111111;
  }
  header.menuOn .headerBox > *:not(nav):not(.menuButton) {
    display: none;
  }
  header.menuOn .depth2Bg {
    height: 0;
  }
  header.menuOn .depth1 > li {
    padding: 0;
  }
  header.menuOn .menuButton {
    margin: 0 0 0 auto;
  }
  main > .swiper,
  main > .swiper > .swiper-wrapper {
    height: auto;
  }
  main > .swiper {
    overflow: inherit;
  }
  main > .swiper > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .innerBox {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  main .visual .swiper-pagination {
    gap: 0 10px;
  }
/*  main .visual .right {*/
/*    bottom: -40px;*/
/*  }*/
/*  main .visual .line {*/
/*    bottom: -10px;*/
/*  }*/
  main .about .aboutScroll,
  main .about .mask {
    display: none;
  }
  main .about .aboutBox,
  main .about .contents {
    padding: 100px 0;
  }
  main .about .contents {
    gap: 80px 0;
    background-image: url("/img/main/aboutBg.jpg");
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main .solutions .enTitle {
    position: relative;
	top: auto;
  }
  main .solutions .titleBox,
  main .solutions .innerBox {
	padding: 100px 0;
  }
  main .solutions .solutionsSlideBox {
    padding: 0;
	margin: 40px 0 0;
  }
  main .solutions .titleBox {
    height: auto;
	position: relative;
  }
  main .solutions .swiper-slide-active .img {
	opacity: 1;
	transform: translateX(16%);
  }
  main .solutions .buttonBox button {
	width: 80px;
	height: 80px;
  }
/*  main .overview .titleBox {*/
/*    padding: 100px 0;*/
/*  }*/
/*  main .overview .enTitle {*/
/*    margin: 0 0 30px;*/
/*  }*/
/*  main .solutions .imgBox {*/
/*    gap: 0 14%;*/
/*  }*/
/*  main .basicScroll {*/
/*    gap: 80px 0;*/
/*    padding: 100px 0;*/
/*  }*/
  main .communication .flexBox,
  main .reference .flexBox {
	padding: 100px 0;
  }
  main .communication .enTitle,
  main .reference .enTitle {
    margin: 0 0 40px;
  }
  main .communication .titleBox ul {
    gap: 0 20px;
  }
  main .communication .item p {
    margin: 0 0 20px;
  }
  main .reference ul {
		grid-template-columns: repeat(3, 1fr);
    margin: 100px 0 0;
  }
  main .board {
    height: auto;
  }
  main .board a {
    padding: 100px 0;
  }
  main .board h3 {
    margin: 30px 0 0;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main .board .careers h3,
  main .board .ir h3 {
    left: auto;
    right: auto;
  }
  .lnbBox {
    display: none;
  }
  .paddingBox {
    padding: 100px 0;
  }
  .paddingBox.paddingBottomX {
    padding: 100px 0 0;
  }
  .marginTop100 {
    margin-top: 80px;
  }
  .ceo .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px 0;
  }
  .ceo .flexBox .textBox p br {
    display: block;
  }
  .ceo .flexBox .pBox {
    gap: 20px 0;
    margin: 30px 0 50px;
  }
  .group .flexBox {
    flex-direction: column;
	gap: 60px 0;
	align-items: center;
  }
  .group .flexBox .imgBox {
    grid-template-columns: repeat(2, minmax(auto, auto));
  }
  .group .flexBox .textBox {
    max-width: 650px;
    padding: 0;
  }
  .group .flexBox .textBox h3 {
    margin: 0 0 30px;
  }
  .group .flexBox .textBox br {
    display: none;
  }
  .group .introduction ul {
    gap: 60px 0;
  }
  .group .introduction ul li {
	flex-direction: column;
	gap: 20px 0;
	text-align: center;
  }
  .group .introduction .text {
	padding: 0;
  }
  .group .introduction .logo {
    margin: 0;
  }
  .group .introduction p {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 30px;
  }
  .group .introduction a {
	justify-content: center;
  }
  .history .flexBox {
    gap: 80px 0;
  }
  .history .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
    margin: 70px 0 0;
  }
  .history .number,
  .history .listBox {
    width: 100%;
  }
  .history .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .history .number .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    text-align: left;
  }
  .history ul {
    margin: 0;
  }
  .history .listBox {
    gap: 40px 0;
  }
  .location .itemBox {
    gap: 60px 0;
  }
  .location .mapBox {
    height: 420px;
  }
  .location .textBox {
    padding: 0 0 0 40px;
  }
  .press .itemBox {
    gap: 20px;
  }
  .education .apply {
    padding: 20px;
  }
  .education .apply .icon {
    width: 160px;
    height: 160px;
    padding: 30px;
  }
  .education .apply dl dt {
    margin: 0 0 15px;
  }
  .education .apply dl dd {
    font-size: 1.7rem;
  }
  .education .apply .arrow {
    width: 60px;
    height: 60px;
  }
  .education .schedule td {
    height: 150px;
  }
  .education .schedule a {
    font-size: 1.6rem;
  }
  .solutions .info .text {
    gap: 0 5px;
    padding: 0;
  }
  .solutions .info .icon {
    height: 50px;
  }
  .solutions .info dl {
    margin: 30px 0 0;
  }
  .solutions .listBox {
    gap: 70px 0;
  }
  .solutions .listBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .solutions .listBox .item > div {
    width: 100%;
  }
  .solutions .listBox h4,
  .solutions .listBox dl dt {
    margin: 0 0 25px;
  }
  .solutions .listBox .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solutions .listBox .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .solutions .listBox .text.left, .solutions .listBox .text.right {
    padding: 0 40px;
  }
  .solutions .listBox dl dd {
    gap: 10px 0;
  }
  .solutions .listBox .moreButton {
    margin: 30px 0 0;
  }
  .business.listPage .listTitle h3 br {
    display: none;
  }
  .business.listPage .listBox {
    gap: 20px;
  }
  .business.listPage .listBox dl {
    padding: 30px 10px;
  }
  .business.listPage .listBox .item {
    height: 420px;
  }
  .detailPageTop .detailTop .imgBox ul {
    flex-direction: column;
    gap: 10px 0;
  }
  .subFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .subFlex > *:first-child {
    max-width: 100%;
  }
  .subFlex > *:first-child h3 br {
    display: none;
  }
  .featuresListBox ul li {
    height: 90px;
  }
  .featuresListBox .icon {
    width: 140px;
  }
  .smart .las .benefits ol li {
    padding: 30px 20px;
  }
  .control.detailPage .manual .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .control .cluster .featuresBox.gap15 .item {
    height: 300px;
  }
  .control .cluster .featuresBox.gap15 .icon {
    right: 20px;
    bottom: 30px;
  }
  .it .youtube ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .radwarePopup .talent .imgBox {
    padding: 18.95% 40px 0;
  }
	.financial col {
		width: 34%;
	}
  .recruit .step .inner {
    gap: 20px 0;
  }
  .recruit .step .icon {
    height: 50px;
  }
  .recruit .job .item {
    padding: 30px 20px;
  }
  .recruit .job .item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit .job .item a em,
  .recruit .job .item a dl {
    width: 100%;
  }
  .recruit .job .item a em {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 10px;
  }
  .recruit .job .date {
    margin: auto 40px auto auto;
  }
  .recruit .job .state {
    width: 90px;
    height: 90px;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 60px 0;
  }
  footer .linkBox,
  footer .infoBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .infoBox {
    gap: 0;
  }
  footer .infoBox .item {
    padding: 0 0 0 10px;
  }
  footer .infoBox .item::before {
    left: 0;
  }
  footer .link {
    margin: 0;
  }
}

@media (max-width: 960px) {
  .font110,
  .font100,
  .font90,
  .font80 {
    font-size: calc(var(--fontsize) * 0.62);
  }
  .font70,
  .font60 {
    font-size: calc(var(--fontsize) * 0.66);
  }
  .font55,
  .font50,
  .font45 {
    font-size: calc(var(--fontsize) * 0.68);
  }
  .font40 {
    font-size: calc(var(--fontsize) * 0.72);
  }
  .font34,
  .font30 {
    font-size: calc(var(--fontsize) * 0.78);
  }
  main .about .aboutBox p br {
	display: none;
  }
/*  main .overview .swiper-pagination {*/
/*    margin: 25px 0;*/
/*  }*/
/*  main .overview .swiper-pagination span {*/
/*    font-size: 3.6rem;*/
/*  }*/
  main .solutions .item {
    justify-content: center;
  }
  main .solutions .swiper-slide-active .img {
    transform: translateX(0);
  }
  main .solutions .text {
    left: 20%;
  }
  main .solutions .swiper-pagination {
    top: 54%;
    left: 21%;
  }
/*  main .solutions .text {*/
/*    left: 38%;*/
/*    padding: 0 20px;*/
/*  }*/
/*  main .solutions .text .h2Box {*/
/*    margin: 0 0 10px;*/
/*  }*/
/*  main .solutions .text h2 {*/
/*    margin: -5px 0;*/
/*  }*/
/*  main .solutions .text p br {*/
/*    display: none;*/
/*  }*/
  main .communication .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px 0;
  }
  main .communication .titleBox ul {
    margin: 0 0 0 auto;
  }
  main .communication .itemBox {
    margin: 15px 0 0;
  }
  main .communication .item {
    padding: 30px 20px;
  }
  main .communication .item b {
    width: 85px;
  }
  .ceo .flexBox .textBox p br {
    display: none;
  }
  .ceo .future .logo {
    width: 120px;
    height: 31px;
  }
  .ceo .future .center::before {
    left: 0;
  }
  .ceo .future .center::after {
    right: 0;
  }
  .ceo .future .center .inner {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .group .itemBox .item {
    height: auto;
	gap: 40px 0;
	padding: 40px 0;
  }
  .history .number .top span {
    font-size: 7rem;
  }
  .location .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .location .mapBox,
  .location .textBox {
    width: 100%;
  }
  .location .textBox {
    padding: 0 40px;
  }
  .location h4 {
    margin: 20px 0 30px;
  }
  .press .itemBox .item {
    padding: 30px 20px;
  }
  .press .itemBox dl {
    margin: 20px 0 0;
  }
  .press .itemBox dl dt {
    margin: 0 0 15px;
  }
  .education .apply {
    gap: 0 20px;
  }
  .education .apply .icon {
    width: 120px;
    height: 120px;
  }
  .education .apply a {
    gap: 0 10px;
  }
  .education .apply p {
    font-size: 1.7rem;
  }
  .education .apply .arrow {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .education .schedule th:not(:last-child),
  .education .schedule td:not(:last-child) {
    border-right: none;
  }
  .education .schedule tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education .schedule th {
    display: none;
  }
  .education .schedule td {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
  .education .schedule td span {
    display: block;
    width: 26px;
  }
  .education .schedule div {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .solutions .info .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solutions .info .text span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .solutions .info .itemBox {
    gap: 0 10px;
  }
  .solutions .info .item {
    width: calc((100% - 20px) / 3);
    padding: calc((50% - 10px) / 3) 0;
  }
  .gridBox.grid4 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .dropMenu > div.drop1 {
    margin: 0 !important;
  }
  .business.listPage .listBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .business.listPage .listBox dl {
    gap: 15px 0;
  }
  .business.detailPage:not(.core) .tableBox {
    overflow-x: scroll;
  }
  .business.detailPage:not(.core) table {
    width: 920px;
  }
  .detailPageTop .menuBox .dropMenu {
    gap: 0 40px;
  }
  .detailPageTop .detailTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .detailPageTop .detailTop .imgBox,
  .detailPageTop .detailTop .img,
  .detailPageTop .detailTop .text {
    width: 100%;
    max-width: 670px;
  }
  .featuresBox.gap1,
  .featuresBox.gap15 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .featuresListBox ul li {
    gap: 0;
  }
  .productsBox.height300 .item {
    height: 240px;
  }
  .productsBox.height350 .item {
    height: 280px;
  }
  .smart .las .features ul li p {
    font-size: 1.8rem;
  }
  .smart .lam .design .itemBox {
    padding: 30px 30px 100px;
  }
  .smart .lam .temperature .itemBox .text {
    height: 60px;
    font-size: 1.8rem;
  }
  .smart .mas .imgBox {
    gap: 20px;
  }
  .smart .mas .robot dl {
    padding: 20px;
    left: 0;
    bottom: 0;
  }
  .control.detailPage .manual .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .control .cluster .software span {
    width: 160px;
  }
  .it .radware .featuresBox .item.bottom {
    padding: 40px 20px;
  }
  .it .radware .featuresBox .item.bottom .itemBox {
    gap: 0 40px;
  }
  .it .radware .productsBox .item {
    padding: 40px 20px;
  }
  .it .huawei .productsBox.height400 .item {
    padding: 40px 20px;
  }
  .it .alcatel .lineup .topText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .it .alcatel .lineup .topText h5 {
    width: 100%;
  }
  .it .alcatel .productsBox.height300 .item {
    padding: 40px 20px;
  }
  .it .alcatel .core .productsDetailBox .inner,
  .it .alcatel .wlan .productsDetailBox .inner {
    padding: 30px 20px;
  }
  .it .soosan .features {
    gap: 10px;
  }
  .it .soosan .features h5 {
    margin: 10px 0 30px;
  }
  .it .soosan .skill .list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding: 30px 20px;
  }
  .it .soosan .skill .list dl dt {
    max-width: 100%;
  }
  .core .tableBox table th,
  .core .tableBox table td {
    height: 60px;
	font-size: 1.7rem;
  }
  .core .featuresListBox ul {
	grid-template-columns: repeat(1, 1fr);
	gap: 10px 0;
	padding: 30px 20px 30px 0;
  }
  .core .dms .featuresListBox ul li,
  .core .mes .featuresListBox ul li {
    height: auto;
  }
  .core .featuresListBox ul li br {
    display: none;
  }
  .productsPopup .popupTableBox table {
    width: auto;
  }
  .huaweiPopup {
    max-width: calc(100% - 40px);
  }
	.financial .boardBox {
		overflow-x: scroll;
	}
	.financial table {
		width: 920px;
	}
  .talent .imgBox .icon {
    width: 120px;
    height: 120px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    padding: 30px;
  }
  .talent dl {
    padding: 40px 40px 60px;
  }
}

@media (max-width: 768px) {
  .font110 {
    font-size: calc(var(--fontsize) * 0.48);
  }
  .font100,
  .font90,
  .font80 {
    font-size: calc(var(--fontsize) * 0.54);
  }
  .font70,
  .font60 {
    font-size: calc(var(--fontsize) * 0.58);
  }
  .font55,
  .font50,
  .font45 {
    font-size: calc(var(--fontsize) * 0.60);
  }
  header {
    height: 70px;
  }
  header .logo {
    width: 120px;
    height: 31px;
  }
  header nav {
    padding: 70px 40px;
  }
  header .langBox {
    margin: 0 20px;
  }
  main .visual .swiper-pagination {
    height: 42px;
  }
  main .visual .swiper-pagination li {
    width: 42px;
  }
  main .visual .swiper-pagination circle {
    cx: 21;
    cy: 21;
    r: 20;
  }
  main .visual h2 {
    margin: -5px 0;
  }
  main .visual .optionBox {
    gap: 0 30px;
  }
  main .visual .pBox p {
    font-size: 2.3rem;
  }
  main .about .aboutBox .h2Box {
    margin: 50px 0 30px;
  }
  main .about .aboutBox p {
    font-size: 1.7rem;
  }
  main .about .contents {
    gap: 60px 0;
  }
  main .about .contents .itemBox {
    padding: 0 20px;
  }
  main .about .contents dl dt {
    margin: 20px 0;
  }
  main .about .contents dl dd {
    font-size: 1.6rem;
  }
  main .overview .titleBox {
    padding: 80px 20px 80px 0;
  }
  main .overview .swiper-pagination {
    margin: 20px 0;
  }
  main .overview .swiper-pagination span {
    font-size: 2.8rem;
  }
/*  main .solutions .enTitle {*/
/*    top: 60px;*/
/*    left: 60px;*/
/*  }*/
/*  main .solutions .imgBox {*/
/*    gap: 0 10%;*/
/*  }*/
/*  main .solutions .pointText {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*  }*/
  main .communication .titleBox a {
    font-size: 2.2rem;
  }
  main .reference .br768 {
    display: block;
  }
  main .board a {
    padding: 60px 0;
  }
  .paddingBox {
    padding: 70px 0;
  }
  .paddingBox.paddingBottomX {
    padding: 70px 0 0;
  }
  .marginTop60,
  .marginTop80,
  .marginTop100 {
    margin-top: 50px;
  }
  .tabTitle {
    height: 55px;
  }
  .tabTitle a,
  .tabTitle button {
    font-size: 1.8rem;
  }
  .group .itemBox {
    gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  .group .itemBox .item {
    width: calc(50% - 15px);
  }
  .history .imgBox {
    padding: 20% 0;
  }
  .history .listBox em {
    width: 32px;
  }
  .history .listBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .history .listBox dl dt {
    width: 100%;
  }
  .press .itemBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .education .apply {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .education .apply a {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .solutions .info .itemBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
  }
  .solutions .info .item {
    width: calc(50% - 10px);
    padding: calc(25% - 5px) 0;
  }
  .business.listPage .listBox .item {
    height: 380px;
  }
  .business.detailPage .leftTitle h3 em {
    font-size: 1.9rem;
    margin: 15px 0 0;
  }
  .subColumn,
  .subColumn.gap70,
  .subColumn.gap140 {
    gap: 60px 0;
  }
  .circleNumber h5 {
    gap: 0 10px;
  }
  .circleNumber h5 em {
    width: 26px;
    height: 26px;
    font-size: 1.7rem;
  }
  .detailPageTop {
    padding: 140px 0 80px;
  }
  #sv.sv02-core .menuBox {
    padding: 140px 0 0;
  }
  .detailPageTop .menuBox {
    padding: 0;
    margin: 0 0 40px;
  }
  .detailPageTop .menuBox .dropMenu {
    gap: 0 20px;
  }
  .gridBox.grid3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .featuresBox {
    gap: 10px;
  }
  .featuresBox .item .top .icon {
    height: 50px;
  }
  .featuresBox .pBox * {
    font-size: 1.6rem;
  }
  .featuresListBox ul li {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px 0;
    padding: 20px;
  }
  .featuresListBox ul li p br {
    display: none;
  }
  .featuresListBox .icon {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .featuresListBox p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 0;
  }
  .featuresListBox p em {
    width: 100%;
    margin: 0;
  }
  .core .mes .featuresListBox ul li {
	gap: 15px 0;
    padding: 20px;
  }
  .productsBox {
    gap: 20px;
  }
  .productsDetailBox .productsDetailTab {
    height: 50px;
  }
  .productsDetailBox .productsDetailTab button {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .productsDetailBox .productsDetailTab li.on button {
    font-size: 1.8rem;
  }
  .meta.detailPage .featuresBox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .smart .las .features .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smart .las .features .item {
    width: 100%;
  }
  .smart .las .features .item1 {
    margin: 0;
  }
  .smart .las .features ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (90px)[4];
        grid-template-rows: repeat(4, 90px);
  }
  .smart .las .benefits ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .smart .las .benefits ol li {
    width: calc(50% - 10px);
  }
  .smart .lam .temperature .itemBox .item {
    gap: 0 5px;
  }
  .smart .lam .temperature .itemBox .text {
    width: auto;
    padding: 0 12px;
  }
  .smart .lam .temperature .itemBox .arrow {
    display: none;
  }
  .smart .mas .imgBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .smart .mas .robot dl dt {
    font-size: 2.4rem;
  }
  .control.detailPage .manual .item {
    gap: 30px 0;
  }
  .control.detailPage .manual .item .pBox {
    margin: 0 0 0 10px;
  }
  .control .cluster .software ul li {
    flex-direction: column;
  }
  .control .cluster .software span {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 20px;
  }
  .control .cluster .software span br {
    display: none;
  }
  .it .radware .virtualization .iconBox {
    margin: 40px 0 0;
    position: relative;
    top: auto;
    right: auto;
  }
  .it .alcatel .metro .imgBox {
    padding: 40px 20px;
  }
  .it .alcatel .metro .info > ul > li,
  .it .alcatel .metro .info span {
    padding: 20px;
  }
  .it .alcatel .metro .os .img {
    height: 200px;
  }
  .it .alcatel .core .productsDetailBox .img {
    margin: 0 0 40px;
  }
  .it .alcatel .wlan .productsBox .item {
    width: calc(50% - 10px);
  }
  .it .alcatel .wlan .productsDetailBox .img {
    margin: 40px 0;
  }
  .support h4 {
    margin: 30px 0 10px;
  }
  .productsPopup .information li,
  .productsDetailBox .information li {
    padding: 20px;
  }
  .productsPopup {
    width: calc(100% - 40px);
  }
  .productsPopup .inner {
    padding: 30px 20px;
  }
  .radwarePopup * {
    white-space: normal;
  }
  .radwarePopup ul,
  .radwarePopup .popupTableBox {
    margin: 20px 0 0;
  }
  .huaweiPopup {
    max-width: inherit;
  }
  .talent .imgBox {
    padding: 18.95% 20px 0;
  }
  .talent .gridBox .item {
    gap: 20px 0;
    padding: 30px 0;
  }
  .talent .gridBox .icon {
    width: 120px;
    height: 120px;
  }
  .recruit .step .itemBox {
    max-width: 400px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
  }
  .recruit .step .arrow {
    display: none;
  }
  .recruit .step .item {
    width: calc(50% - 10px);
    padding: calc(25% - 5px) 0;
  }
  footer .footerBox {
    padding: 60px 0;
  }
  footer .call {
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .call p {
    font-size: 2.0rem;
  }
  footer .call p em {
    font-size: 2.6rem;
  }
  footer .topButton {
    top: 40px;
    right: 20px;
  }
  footer .bottom {
    margin: 40px 0 0;
  }
  footer .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  footer .infoBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .infoBox dl {
    width: 54%;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .cursor {
    display: none;
  }
  .font110 {
    font-size: calc(var(--fontsize) * 0.42);
  }
  .font100,
  .font90,
  .font80 {
    font-size: calc(var(--fontsize) * 0.46);
  }
  .font70,
  .font60 {
    font-size: calc(var(--fontsize) * 0.50);
  }
  .font55,
  .font50 {
    font-size: calc(var(--fontsize) * 0.52);
  }
  .font45 {
    font-size: calc(var(--fontsize) * 0.54);
  }
  .font40 {
    font-size: calc(var(--fontsize) * 0.56);
  }
  .font34 {
    font-size: calc(var(--fontsize) * 0.60);
  }
  .font30 {
    font-size: calc(var(--fontsize) * 0.76);
  }
  .font24 {
    font-size: calc(var(--fontsize) * 0.80);
  }
  header .auth ul {
    gap: 0 10px;
  }
  header .langBox {
    width: 35px;
    margin: 0 10px;
  }
  header .langBox button {
    height: 35px;
    font-size: 12px;
  }
  main .about .aboutBox,
  main .about .contents,
  main .solutions .titleBox,
  main .solutions .innerBox,
  main .communication .flexBox,
  main .reference .flexBox {
    padding: 60px 0;
  }
  main .visual .flexBox {
	padding: 0 0 200px;
  }
  main .visual .title {
    gap: 20px 0;
  }
  main .visual .pBox p {
    font-size: 1.9rem;
  }
  main .visual .right p {
    font-size: 1.7rem;
  }
  main .about .aboutBox h2 {
    font-size: 2.8rem;
  }
  main .about .contents .itemBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
  }
  main .solutions .buttonBox button {
    width: 44px;
	height: 44px;
  }
  main .solutions .text h2 {
    margin: -5px 0;
  }
  main .solutions .text p {
    margin: 15px 0 0;
  }
  main .solutions .text p br {
	display: none;
  }
  main .solutions .swiper-pagination {
    top: 48%;
  }
/*  main .overview .swiper-pagination span {*/
/*    font-size: 2.3rem;*/
/*  }*/
/*  main .overview .swiper-pagination-bullet:not(:last-child) span::after {*/
/*    margin: 0 5px;*/
/*  }*/
  main .communication .item {
    padding: 20px 10px;
  }
  main .communication .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .communication .item p {
    margin: 0 0 10px;
  }
  main .reference ul {
    gap: 20px;
		/* grid-template-columns: repeat(2, 1fr); */
    margin: 60px 0 0;
		display: flex;
		flex-wrap: wrap;
  }
  main .reference ul li {
		width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .board h3 {
    margin: 20px 0 0;
  }
  .dot.big {
    gap: 0 5px;
  }
  .ceo .future .logo {
    width: 100px;
    height: 26px;
  }
  .ceo .future .center {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 -10px;
  }
  .ceo .future .center::before, .ceo .future .center::after {
    width: 16px;
    height: 16px;
  }
  .ceo .future .center .inner {
    border: 10px solid rgba(92, 133, 195, 0.1);
  }
  .ceo .future .item:not(.center) {
    width: calc(30% + 10px);
    padding: calc(15% + 5px) 0;
  }
  .ceo .future .item:not(.center) .inner {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .ceo .future h5 {
    font-size: 1.7rem;
  }
  .history .number .top span {
    font-size: 4.2rem;
  }
  .history ul {
    gap: 0 20px;
  }
  .history .textBox {
    margin: 50px 0 0;
  }
  .history .listBox {
    gap: 30px 0;
  }
  .history .listBox h6 {
    font-size: 2.0rem;
  }
  .history .listBox p {
    font-size: 1.6rem;
  }
  .location .item {
    gap: 20px 0;
  }
  .location .mapBox {
    height: 340px;
  }
  .location .textBox {
    padding: 0;
  }
  .location ul li {
    gap: 0 20px;
  }
  .location dl dd p {
    font-size: 1.6rem;
  }
  .press .itemBox {
    gap: 10px;
  }
  .press .itemBox .item {
    padding: 10px;
  }
  .press .itemBox .item:hover {
    border-bottom-right-radius: 50px;
  }
  .press .itemBox .circle {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .press .itemBox .circle img {
    max-width: calc(100% - 20px);
  }
  .press .itemBox dl dt {
    font-size: 1.9rem;
  }
  .press .itemBox dl dd {
    font-size: 1.5rem;
  }
  .education .apply {
    border-radius: 30px;
  }
  .education .apply .icon {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
  .education .apply dl {
    width: 100%;
    margin: 30px 0 20px;
  }
  .education .month {
    margin: 0 0 10px;
  }
  .education .month button {
    gap: 0 5px;
  }
  .education .month .icon {
    width: 30px;
    height: 30px;
  }
  .education .schedule td {
    gap: 0 20px;
  }
  .solutions .info .itemBox {
    gap: 20px;
  }
  .solutions .info .item {
    width: 260px;
    height: 260px;
    padding: 00;
  }
  .solutions .listBox .text.left, .solutions .listBox .text.right {
    padding: 0;
  }
  .business.listPage .listTitle h3 {
    margin: 40px 0 20px;
  }
  .business.listPage .listBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .business.listPage .listBox .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    height: auto;
  }
  .marginTop60, .marginTop80, .marginTop100 {
    margin-top: 40px;
  }
  .detailPageTop .detailTop .download {
    gap: 0 30px;
  }
  .featuresBox {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .featuresBox .item .top {
    margin: 0 0 10px;
  }
  .featuresBox h5 br {
    display: none;
  }
  .featuresBox.gap1,
  .featuresBox.gap15 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .gridBox.grid4,
  .gridBox.grid3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .productsBox,
  .gridBox.grid3 {
    gap: 5px;
  }
  .circleNumber h5 {
    margin: 0 0 15px;
  }
  .productsDetailBox .productsDetailTab {
    gap: 0;
  }
  .business.detailPage table th {
    height: 30px;
  }
  .business.detailPage table td {
    padding: 15px 10px;
  }
  .detailPageTop .menuBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px 0;
  }
  .detailPageTop .menuBox .dropMenu {
    margin: 0 0 0 auto;
  }
  .detailPageTop .detailTop h2,
  .detailPageTop .detailTop h5 {
    margin: 0 0 20px;
  }
  .detailPageTop .detailTop h5 {
    font-size: 2.0rem;
  }
  .detailPageTop .detailTop p {
    font-size: 1.6rem;
  }
  .meta.detailPage .featuresBox {
    gap: 10px;
  }
  .meta.detailPage .featuresBox .item {
    padding: 20px 10px;
  }
  .meta.detailPage .featuresBox .pBox * {
    font-size: 1.6rem;
  }
  .smart .las .features .item p {
    font-size: 2.0rem;
  }
  .smart .las .benefits ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .smart .lam .design .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  .smart .lam .design .itemBox .text {
    margin: 20px auto 0;
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .smart .lam .design .itemBox i {
    font-size: 2.4rem;
    margin: 20px 0;
  }
  .smart .lam .temperature .itemBox .item {
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .smart .lam .temperature .itemBox .text {
    height: 50px;
    font-size: 1.6rem;
  }
  .smart .lam .stage .itemBox,
  .smart .lam .laser .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .smart .lam .stage .itemBox > *,
  .smart .lam .laser .itemBox > * {
    width: 100%;
  }
  .smart .lam .stage .itemBox .img,
  .smart .lam .laser .itemBox .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .smart .lam .stage .itemBox .text,
  .smart .lam .laser .itemBox .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .smart .lam .stage .itemBox dl dt,
  .smart .lam .laser .itemBox dl dt {
    margin: 0 0 20px;
  }
  .smart .lam .stage .itemBox dl dd,
  .smart .lam .laser .itemBox dl dd {
    font-size: 1.7rem;
  }
  .smart .lam .stage dl {
    padding: 0;
  }
  .smart .mas h5 {
    margin: 10px 0 0;
  }
  .smart .mas hr {
    margin: 0;
  }
  .smart .mas .pBox {
    margin: 30px 0 0;
  }
  .smart .mas .fulfillment .iconBox {
    gap: 0 10px;
    margin: 30px 0 0;
  }
  .smart .mas .fulfillment .iconBox .border {
    width: 80px;
    height: 80px;
  }
  .smart .mas .robot dl dt {
    font-size: 2.0rem;
    margin: 0 0 10px;
  }
  .smart .mas .robot dl dd {
    font-size: 1.6rem;
  }
  .control .cluster .featuresBox.gap15 .item {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .control .cluster .featuresBox.gap15 .icon {
    margin: 30px 0 0 auto;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .it .youtube ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .it .youtube ul li {
    height: 50px;
  }
  .it .radware .featuresBox .item.bottom {
    grid-area: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    padding: 30px 20px;
  }
  .it .radware .featuresBox .item.bottom h5 br {
    display: none;
  }
  .it .efficient .lineup .title {
    gap: 0 10px;
    margin: 0 0 20px;
  }
  .it .alcatel .lineup .topText ol li {
    gap: 0 10px;
  }
  .it .alcatel .lineup .topText p {
    font-size: 1.7rem;
  }
  .it .alcatel .tabTitle button {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  .it .alcatel .core .productsDetailBox .information li > p,
  .it .alcatel .wlan .productsDetailBox .information li > p {
    width: calc(100% - 12px);
  }
  .it .alcatel .core .productsDetailBox .information .pBox,
  .it .alcatel .wlan .productsDetailBox .information .pBox {
    margin: 10px 0 0 11px;
  }
  .it .alcatel .metro .info > ul > li,
  .it .alcatel .metro .info span {
    padding: 20px 10px;
  }
  .it .alcatel .metro .info > ul > li ul {
    gap: 10px 0;
    padding: 20px 0 0 12px;
  }
  .it .alcatel .metro .info > ul > li ul li {
    gap: 0 5px;
  }
  .it .alcatel .metro .os {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .it .alcatel .metro .os .img {
    height: auto;
    padding: 50px 20px 30px;
  }
  .it .alcatel .wlan .productsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .it .alcatel .wlan .productsBox .item {
    width: 100%;
  }
  .it .soosan .features {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .it .soosan .skill .list dl {
    gap: 10px 0;
    padding: 20px 10px;
  }
  .it .soosan .skill .list dl dt {
    gap: 0 10px;
  }
  .it .soosan .skill .list .icon {
    width: 40px;
  }
  .core .tableBox table th,
  .core .tableBox table td {
    font-size: 1.6rem;
  }
  .support table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
    padding: 20px 10px;
  }
  .support table colgroup,
  .support table thead {
    display: none;
  }
  .support table td {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    border-bottom: none;
  }
  .support table td.subject {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .support table td.after::after {
    content: "|";
    color: #999999;
    font-size: 1.4rem;
    margin: 0 10px;
  }
  .talent .imgBox {
    padding: 18.95% 0 0;
  }
  .talent .imgBox em {
    font-size: 3.1rem;
  }
  .talent .imgBox .icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .talent dl {
    padding: 30px 0 50px;
  }
  .talent dl dt {
    margin: 0 0 15px;
  }
  .talent dl dd {
    font-size: 1.6rem;
  }
  .talent .gridBox p {
    font-size: 1.9rem;
  }
  .recruit .job .item {
    padding: 20px 0;
  }
  .recruit .job dl {
    margin: 0 0 20px;
  }
  .recruit .job dl dt {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .recruit .job .date {
    font-size: 1.5rem;
    margin: auto 20px auto auto;
  }
  .recruit .job .state {
    height: auto;
    border-radius: 10px;
    font-size: 1.8rem;
    padding: 10px 0;
  }
  .recruit .job .more {
    width: 200px;
    height: 60px;
  }
  footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
  footer .call {
    margin: 0 0 0 auto;
  }
  footer .bottom {
    gap: 40px 0;
  }
  footer .infoBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 0;
  }
  footer .infoBox dl {
    width: 100%;
  }
  footer .infoBox dl dd br {
    display: none;
  }
  footer .infoBox ul {
    gap: 8px 0;
  }
  footer .link {
    gap: 15px 0;
  }
  footer .family {
    width: 160px;
    height: 45px;
  }
  footer .family button {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
