@charset "utf-8";

.subtitleTop {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.subtitleTop .innerP100 {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 120px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.subtitleTop .top-box .location dl {
  display: flex;
  align-items: center;
  gap: 5px 23px;
}

.subtitleTop .top-box .location dt {
  width: 24px;
  height: 24px;
  background: url(/img/svg/location_h.svg) center center no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}

.subtitleTop .top-box .location dd {
  display: flex;
  align-items: center;
  gap: 5px 23px;
}

.subtitleTop .top-box .location dd span {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.subtitleTop .top-box .location dd strong {
  color: #fff;
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.subtitleTop .top-box .location dd span,
.subtitleTop .top-box .location dd strong {
  position: relative;
}

.subtitleTop .top-box .location dd span:before,
.subtitleTop .top-box .location dd strong:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}

.subtitleTop h2.tit,
.subtitleTop h2.tit-d {
  margin-top: 40px;
  color: #fff;
  font-size: var(--font100);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.09em;
}

.subtitleTop h2.tit span,
.subtitleTop h2.tit-d span {
  font-weight: 600;
}

.subTop {
  transform: scale(1.1);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111;
}

.subTop_Bg1 {
  background-image: url(/img/sub/visualsub_bg1.webp);
}

.subTop_Bg2 {
  background-image: url(/img/sub/visualsub_bg2.webp);
}

.subTop_Bg3 {
  background-image: url(/img/sub/visualsub_bg3.webp);
}

.subTop_Bg4 {
  background-image: url(/img/sub/visualsub_bg4.webp);
}

.subTop_Bg5 {
  background-image: url(/img/sub/visualsub_bg5.jpg);
}

.subTop_Bg6 {
  background-image: url(/img/sub/visualsub_bg6.webp);
}

.subTop_Bg7 {
  background-image: url(/img/sub/visualsub_bg7.jpg);
}

.subTop_Bg10 {
  background-image: url(/img/sub/visualsub_bg10.webp);
}

.subTop_Bg11 {
  background-image: url(/img/sub/visualsub_bg11.webp);
}

@media screen and (max-width: 1440px) {
  .subtitleTop {
    height: 650px;
  }

  .subtitleTop .innerP100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .subtitleTop {
    height: 580px;
  }
}

@media screen and (max-width: 1024px) {
  .subtitleTop {
    height: 480px;
  }

  .subtitleTop .innerP100 {
    padding-bottom: 80px;
  }

  .subtitleTop h2.tit,
  .subtitleTop h2.tit-d {
    margin-top: 20px;
  }

  .subtitleTop .depthMenu {
    bottom: 20px;
  }

  .subtitleTop .depthMenu ul li a {
    height: 40px;
  }
}

@media screen and (max-width: 760px) {
  .subtitleTop .depthMenu ul {
    flex-wrap: wrap;
  }

  .subtitleTop .depthMenu ul.m2 li,
  .subtitleTop .depthMenu ul.m3 li,
  .subtitleTop .depthMenu ul.m4 li,
  .subtitleTop .depthMenu ul.m5 li,
  .subtitleTop .depthMenu ul.m6 li,
  .subtitleTop .depthMenu ul.m7 li {
    width: calc((100% - 5px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .subtitleTop {
    height: 300px;
  }

  .subtitleTop .innerP100 {
    padding-bottom: 20px;
    justify-content: center;
  }

  .subtitleTop .top-box {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
  }

  .subtitleTop .top-box .location dl {
    justify-content: center;
  }

  .subtitleTop h2.tit,
  .subtitleTop h2.tit-d {
    margin-top: 10px;
    text-align: center;
  }

  .subtitleTop .depthMenu {
    bottom: 10px;
  }

  .subtitleTop .depthMenu ul li a {
    height: 35px;
  }
}

/* animation */
.subTop {
  animation: subTbg 1s 0.2s;
  animation-fill-mode: both;
}

.subtitleTop h2.tit {
  overflow: hidden;
}

.subtitleTop h2.tit span {
  display: block;
  opacity: 0;
}

.subtitleTop h2.tit span {
  animation: ani_3 0.6s 0.2s;
  animation-fill-mode: both;
}

@keyframes subTbg {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.subtitleTop .depthMenu .submenu-box ul {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.subtitleTop .depthMenu .submenu-box ul li a {
  min-width: 140px;
  height: 60px;
  padding: 0 60px;
  color: #fff;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  border: 2px solid #fff;
}

.subtitleTop .depthMenu .submenu-box ul li.on a {
  border-color: var(--mainColor);
  background: var(--mainColor);
}

@media screen and (max-width: 1280px) {
  .subtitleTop .depthMenu .submenu-box ul li a {
    min-width: 120px;
    height: 50px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .subtitleTop .depthMenu .submenu-box ul {
    gap: 5px;
  }

  .subtitleTop .depthMenu .submenu-box ul li a {
    min-width: 100px;
    height: 45px;
    padding: 0 40px;
    border-width: 1px;
  }
}

@media screen and (max-width: 640px) {
  .subtitleTop .depthMenu .submenu-box ul li a {
    min-width: 70px;
    height: 35px;
    padding: 0 30px;
  }
}

/* animation */
.subtitleTop .depthMenu .submenu-box ul {
  opacity: 0;
}

.subtitleTop .depthMenu .submenu-box ul {
  animation: bgs3 0.6s 0.3s;
  animation-fill-mode: both;
}

#subContents>article {
  padding: 160px 0 200px;
  min-height: 300px;
}

#subContents>article.subContT {
  padding-top: 0;
}

#subContents>article.subContB {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #subContents>article {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 640px) {
  #subContents>article {
    padding: 40px 0 100px;
  }
}

.sub_bg {
  background: #f8f8f8;
}

.box-txt {
  overflow: hidden;
  padding-bottom: 1px;
}

.box-txt>dl {
  display: flex;
  flex-wrap: wrap;
}

.box-txt>dl>dt {
  width: 410px;
  padding-top: 5px;
}

.box-txt>dl>dt h3,
.box-txt>dl>dt h4 {
  position: relative;
  color: #111;
  font-size: var(--font28);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.box-txt>dl>dt h3:before,
.box-txt>dl>dt h4:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 40px;
  height: 3px;
  background: var(--mainColor);
}

.box-txt>dl>dt h3.line,
.box-txt>dl>dt h4.line {
  padding-top: 20px;
  font-size: var(--font20);
}

.box-txt>dl>dt h3.line:before,
.box-txt>dl>dt h4.line:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 1px;
  background: #000;
}

.box-txt>dl>dd {
  width: calc(100% - 410px);
}

.box-txt>dl.full>dt,
.box-txt>dl.full>dd {
  width: 100%;
}

.box-txt>dl.full>dd {
  margin-top: 80px;
}

.box-txt>dl>dd>.txt-1 {
  color: #111;
  font-size: var(--font48);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.045em;
}

.box-txt>dl>dd>.txt-1 strong {
  font-weight: 600;
}

.box-txt>dl>dd>.txt-2 {
  margin-top: 40px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
}

.box-txt>dl>dd>.txt-2.txt-2-1 {
  margin: 0 0 20px;
}

.box-txt>dl>dd>.txt-2.t0 {
  margin-top: 0;
}

.box-txt>dl>dd>.txt-2 strong {
  font-weight: 600;
}

.box-txt>dl>dd>.txt-2 p:not(:last-child) {
  margin-bottom: 20px;
}

.box-txt>dl>dd>.txt-2 p {
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 1440px) {
  .box-txt>dl>dt {
    width: 360px;
  }

  .box-txt>dl>dt h3.line:before,
  .box-txt>dl>dt h4.line:before {
    width: 280px;
  }

  .box-txt>dl>dd {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 1280px) {
  .box-txt>dl>dt {
    width: 300px;
  }

  .box-txt>dl>dt h3.line:before,
  .box-txt>dl>dt h4.line:before {
    width: 200px;
  }

  .box-txt>dl>dd {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 1024px) {
  .box-txt>dl>dt {
    width: 260px;
  }

  .box-txt>dl>dt h3.line,
  .box-txt>dl>dt h4.line {
    padding-top: 15px;
  }

  .box-txt>dl>dt h3.line:before,
  .box-txt>dl>dt h4.line:before {
    width: 180px;
  }

  .box-txt>dl>dt h3:before,
  .box-txt>dl>dt h4:before {
    bottom: -10px;
    width: 25px;
    height: 2px;
  }

  .box-txt>dl>dd {
    width: calc(100% - 260px);
  }

  .box-txt>dl>dd>.txt-2 {
    margin-top: 20px;
  }

  .box-txt>dl>dd>.txt-2.txt-2-1 {
    margin: 0 0 10px;
  }

  .box-txt>dl>dd>.txt-2 p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 960px) {
  .box-txt>dl>dt {
    width: 100%;
  }

  .box-txt>dl>dt h3.line:before,
  .box-txt>dl>dt h4.line:before {
    width: 100%;
  }

  .box-txt>dl>dd {
    width: 100%;
    margin-top: 40px;
  }

  .box-txt>dl.full>dd {
    margin-top: 40px;
  }

  .box-txt>dl>dd>.txt-1 br {
    display: none;
  }

  .box-txt>dl>dd>.txt-1 span.m_br {
    display: block;
  }

  .box-txt>dl>dd>.txt-2 br {
    display: none;
  }

  .box-txt>dl>dd>.txt-2 span.m_br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .box-txt>dl>dt h3.line,
  .box-txt>dl>dt h4.line {
    padding-top: 10px;
  }

  .box-txt>dl>dt h3:before,
  .box-txt>dl>dt h4:before {
    bottom: -3px;
    width: 20px;
    height: 2px;
  }

  .box-txt>dl>dd,
  .box-txt>dl.full>dd {
    margin-top: 20px;
  }

  .box-txt>dl>dd>.txt-2 {
    margin-top: 10px;
  }

  .box-txt>dl>dd>.txt-2.txt-2-1 {
    margin: 0 0 5px;
  }
}

/* animation 
.box-txt > dl > dt { overflow:hidden }
.box-txt > dl > dt h4 { opacity:0; }
.box-txt.subOn > dl > dt h4 { animation:ani_2 0.8s 0.3s; animation-fill-mode:both; }
.box-txt > dl > dd { opacity:0; }
.box-txt.subOn > dl > dd { animation:ani_2 0.8s 0.5s; animation-fill-mode:both; }
.box-txt.subOn > dl.full > dd { animation:ani_4 0.8s 0.5s; animation-fill-mode:both; }
.box-txt.noAni > dl > dd { animation:none; opacity:1; }
.box-txt.subOn.noAni > dl > dd { animation:none; }
@media screen and (max-width:960px){
	.box-txt.subOn > dl > dt h4 { animation:ani_3 0.8s 0.3s; animation-fill-mode:both; }
	.box-txt.subOn > dl > dd { animation:ani_4 0.8s 0.5s; animation-fill-mode:both; }
}
*/

/* company */
.overview-box .vision-box {
  position: relative;
  overflow: hidden;
}

.overview-box .vision-box:before {
  content: '';
  display: block;
  position: absolute;
  left: 42%;
  top: 50%;
  width: calc(100% - 42%);
  height: 1px;
  background: #eee;
}

.overview-box .vision-box .circle-box {
  display: flex;
  margin: 0 60px;
}

.overview-box .vision-box .circle-box .circle {
  position: relative;
  width: calc(calc(100% + 200px) / 5);
  flex-shrink: 0;
  margin: 0 -20px;
}

.overview-box .vision-box .circle-box .circle:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.overview-box .vision-box .circle-box .circle .cbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  border-radius: 350px;
}

.overview-box .vision-box .circle-box .circle.c1 .cbox {
  background: rgba(124, 240, 221, 0.3);
  z-index: 2;
}

.overview-box .vision-box .circle-box .circle.c2 .cbox {
  background: rgba(179, 134, 255, 0.3);
  z-index: 3;
}

.overview-box .vision-box .circle-box .circle.c2 .cbox:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #e9dbff;
  border-radius: 0 350px 350px 0;
}

.overview-box .vision-box .circle-box .circle.c3 .cbox {
  border: 1px solid #eee;
}

.overview-box .vision-box .circle-box .circle.c5 .cbox {
  background: var(--mainColor);
  z-index: 5;
}

.overview-box .vision-box .circle-box .circle .txt-1 {
  position: relative;
  z-index: 2;
  color: var(--mainColor1);
  font-size: var(--font46);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.overview-box .vision-box .circle-box .circle .txt-2 {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.overview-box .vision-box .circle-box .circle.c2 .txt-1 {
  color: var(--mainColor);
}

.overview-box .vision-box .circle-box .circle.c5 .txt-1,
.overview-box .vision-box .circle-box .circle.c5 .txt-2 {
  color: #fff;
}

.overview-box .vision-box .circle-box .circle.c1:after {
  content: '';
  display: block;
  position: absolute;
  left: -500%;
  top: 50%;
  width: 500%;
  height: 1px;
  background: #eee;
}

.overview-box .cont1 {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ddd;
  background: url(/img/sub/company/vision_bg.png) center center repeat;
}

.overview-box .cont1 .txt-1 {
  color: #111;
  font-size: var(--font60);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.overview-box .cont1 .txt-2 {
  margin-top: 25px;
  color: var(--mainColor);
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.overview-box .cont2 .top {
  position: relative;
}

.overview-box .cont2 .top h4 {
  color: #111;
  font-size: var(--font48);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05em;
}

.overview-box .cont2 .top .txt-1 {
  margin-top: 40px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.overview-box .cont2 .top .txt-2 {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.overview-box .cont2 .top .txt-2 strong {
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

.overview-box .cont2 .listbox {
  border-top: 2px solid #111;
}

.overview-box .cont2 .listbox li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
}

.overview-box .cont2 .listbox li figure {
  width: 200px;
  flex-shrink: 0;
}

.overview-box .cont2 .listbox li .txtbox dt {
  color: #111;
  font-size: var(--font40);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.overview-box .cont2 .listbox li .txtbox dt span {
  display: block;
  margin-top: 15px;
  color: var(--mainColor);
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.overview-box .cont2 .listbox li .txtbox dd {
  margin-top: 25px;
  color: #777;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.overview-box .cont3 .listbox>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.overview-box .cont3 .listbox>ul>li {
  width: calc((100% - 30px) / 4);
  background: #f8f8f8;
  padding: 30px 10px;
  text-align: center;
}

.overview-box .cont3 .listbox>ul>li dl {
  margin-top: 40px;
}

.overview-box .cont3 .listbox>ul>li dt {
  color: #333;
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.5;
}

.overview-box .cont3 .listbox>ul>li dd {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.overview-box .cont3 .listbox>ul>li dd ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.overview-box .cont3 .listbox>ul>li dd li {
  position: relative;
  padding-left: 19px;
  color: #555;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.6;
}

.overview-box .cont3 .listbox>ul>li dd li:before {
  content: '';
  display: block;
  background: #555;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}

.overview-box .media {
  position: relative;
}

.overview-box .media .mov {
  position: relative;
  width: 100%;
}

.overview-box .media .mov:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.overview-box .media .mov iframe,
.overview-box .media .mov video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.overview-box .media .mov img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 2;
}

.overview-box .media .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}

.overview-box .media .playButton.on {
  background: url(/img/sub/company/play_btn.png) center center no-repeat;
}

@media screen and (max-width: 1440px) {
  .overview-box .vision-box .circle-box {
    margin: 0 20px;
  }

  .overview-box .vision-box .circle-box .circle .cbox {
    gap: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .overview-box .vision-box .circle-box .circle .cbox {
    gap: 15px;
  }

  .overview-box .cont1 {
    height: 250px;
  }

  .overview-box .cont1 .txt-2 {
    margin-top: 20px;
  }

  .overview-box .cont2 .top .txt-1 {
    margin-top: 30px;
  }

  .overview-box .cont2 .listbox li {
    padding: 50px 0;
  }

  .overview-box .cont2 .listbox li figure {
    width: 180px;
  }

  .overview-box .cont2 .listbox li .txtbox dd {
    margin-top: 20px;
  }

  .overview-box .cont3 .listbox>ul>li {
    width: calc((100% - 10px) / 2);
  }

  .overview-box .cont3 .listbox>ul>li dl {
    margin-top: 30px;
  }

  .overview-box .cont3 .listbox>ul>li dd {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .overview-box .vision-box .circle-box .circle {
    width: calc(calc(100% + 100px) / 5);
    margin: 0 -10px;
  }

  .overview-box .vision-box .circle-box .circle .cbox {
    gap: 10px;
  }

  .overview-box .cont1 {
    height: 200px;
  }

  .overview-box .cont1 .txt-2 {
    margin-top: 15px;
  }

  .overview-box .cont2 .top .txt-1 {
    margin-top: 20px;
  }

  .overview-box .cont2 .top .txt-2 strong {
    margin-top: 0;
  }

  .overview-box .cont2 .listbox li {
    padding: 30px 0;
  }

  .overview-box .cont2 .listbox li figure {
    width: 140px;
  }

  .overview-box .cont2 .listbox li figure img {
    width: 80px;
  }

  .overview-box .cont2 .listbox li .txtbox dt span {
    margin-top: 10px;
  }

  .overview-box .cont2 .listbox li .txtbox dd {
    margin-top: 15px;
  }

  .overview-box .cont3 .listbox>ul {
    gap: 5px;
  }

  .overview-box .cont3 .listbox>ul>li {
    width: calc((100% - 5px) / 2);
    padding: 20px 10px;
  }

  .overview-box .cont3 .listbox>ul>li dl {
    margin-top: 20px;
  }

  .overview-box .cont3 .listbox>ul>li dd {
    margin-top: 8px;
  }

  .overview-box .cont3 .listbox>ul>li dd ul {
    gap: 5px;
  }

  .overview-box .cont3 .listbox>ul>li figure img {
    width: 80px;
  }

  .overview-box .cont3 .listbox>ul>li dd li {
    padding-left: 14px;
  }

  .overview-box .cont3 .listbox>ul>li dd li:before {
    width: 2px;
    height: 2px;
    top: 10px;
  }

  .overview-box .media .playButton.on {
    background-size: 70px auto;
  }
}

@media screen and (max-width: 860px) {
  .overview-box .cont2 .top .txt-1 br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .overview-box .vision-box:before {
    left: 50%;
    width: 1px;
    height: 100%;
    top: 30%;
  }

  .overview-box .vision-box .circle-box {
    flex-direction: column;
    padding: 20px 0;
  }

  .overview-box .vision-box .circle-box .circle {
    width: 200px;
    margin: -20px auto;
  }

  .overview-box .vision-box .circle-box .circle .cbox {
    gap: 5px;
  }

  .overview-box .vision-box .circle-box .circle.c1:after {
    display: none;
  }

  .overview-box .vision-box .circle-box .circle.c2 .cbox:after {
    left: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 350px 350px;
  }

  .overview-box .cont1 {
    height: 140px;
  }

  .overview-box .cont1 .txt-2 {
    margin-top: 10px;
  }

  .overview-box .cont2 .listbox li {
    padding: 20px 0;
  }

  .overview-box .cont2 .listbox li figure {
    width: 80px;
  }

  .overview-box .cont2 .listbox li figure img {
    width: 60px;
  }

  .overview-box .cont2 .listbox li .txtbox dt span {
    margin-top: 5px;
  }

  .overview-box .cont2 .listbox li .txtbox dd {
    margin-top: 10px;
  }

  .overview-box .cont3 .listbox>ul>li dl {
    margin-top: 10px;
  }

  .overview-box .cont3 .listbox>ul>li dd {
    margin-top: 5px;
  }

  .overview-box .cont3 .listbox>ul>li figure img {
    width: 60px;
  }

  .overview-box .cont3 .listbox>ul>li dd li {
    padding-left: 10px;
  }

  .overview-box .media .playButton.on {
    background-size: 40px auto;
  }
}

/* animation 
.overview-box .cont2 .listbox li { opacity:0; }
.overview-box .cont2 .listbox.subOn li { animation:ani_2 0.8s 0.3s; animation-fill-mode:both; }
@media screen and (max-width:960px){
	.overview-box .cont2 .listbox.subOn li { animation:ani_4 0.8s 0.3s; animation-fill-mode:both; }
}
*/

.company-box .history-box .history-list {
  position: relative;
  display: flex;
}

.company-box .history-box .history-list .nav {
  width: 41%;
  padding-right: 15%;
}

.company-box .history-box .history-list .nav .box {
  position: sticky;
  top: 10%;
}

.company-box .history-box .history-list .nav .year {
  color: #000;
  font-size: var(--font120);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.055em;
}

.company-box .history-box .history-list .nav .txt {
  margin-top: 20px;
  color: var(--mainColor);
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.company-box .history-box .history-list .listbox {
  width: calc(100% - 41%);
}

.company-box .history-box .history-list .listbox .list:first-child dl:first-child {
  border-top: 1px solid #ddd;
}

.company-box .history-box .history-list .listbox .list dl {
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
  display: flex;
}

.company-box .history-box .history-list .listbox .list dt {
  flex-shrink: 0;
  width: 120px;
  color: #000;
  font-size: var(--font22);
  font-weight: 600;
  line-height: 1.4;
}

.company-box .history-box .history-list .listbox .list dd li:not(:last-child) {
  margin-bottom: 20px;
}

.company-box .history-box .history-list .listbox .list dd li {
  position: relative;
  padding-left: 24px;
  color: #333;
  font-size: var(--font22);
  font-weight: 300;
  line-height: 1.4;
}

.company-box .history-box .history-list .listbox .list dd li strong,
.company-box .history-box .history-list .listbox .list dd li b {
  font-weight: 600;
}

.company-box .history-box .history-list .listbox .list dd li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .company-box .history-box .history-list .nav {
    width: 35%;
    padding-right: 5%;
  }

  .company-box .history-box .history-list .nav .txt {
    margin-top: 10px;
  }

  .company-box .history-box .history-list .listbox {
    width: calc(100% - 35%);
  }

  .company-box .history-box .history-list .listbox .list dl {
    padding: 25px 0;
  }

  .company-box .history-box .history-list .listbox .list dt {
    width: 100px;
  }

  .company-box .history-box .history-list .listbox .list dd li {
    padding-left: 18px;
  }

  .company-box .history-box .history-list .listbox .list dd li:not(:last-child) {
    margin-bottom: 10px;
  }

  .company-box .history-box .history-list .listbox .list dd li:before {
    top: 10px;
    width: 3px;
    height: 3px;
  }
}

@media screen and (max-width: 860px) {
  .company-box .history-box .history-list {
    flex-wrap: wrap;
  }

  .company-box .history-box .history-list .nav {
    width: 100%;
    padding-right: 0;
  }

  .company-box .history-box .history-list .listbox {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .company-box .history-box .history-list .nav .txt {
    margin-top: 5px;
  }

  .company-box .history-box .history-list .listbox {
    margin-top: 15px;
  }

  .company-box .history-box .history-list .listbox .list dl {
    padding: 15px 0;
  }

  .company-box .history-box .history-list .listbox .list dt {
    width: 60px;
  }

  .company-box .history-box .history-list .listbox .list dd li {
    padding-left: 13px;
  }

  .company-box .history-box .history-list .listbox .list dd li:before {
    top: 9px;
  }
}

/* animation
.company-box .history-box .history-list .nav .txt { opacity:0; }
.company-box .history-box .history-list .nav.subOn .txt { animation:ani_2 0.8s 0.5s; animation-fill-mode:both; }
.company-box .history-box .history-list .nav .year { opacity:0; }
.company-box .history-box .history-list .nav .year.on  { animation:ani_2 0.8s 0.1s; animation-fill-mode:both; }
.company-box .history-box .history-list .listbox .list dl { opacity:0; }
.company-box .history-box .history-list .listbox .list dl.effect { animation:ani_2 0.8s 0.1s; animation-fill-mode:both; }
 */

.leadership-box .management-box .listbox {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.leadership-box .management-box .listbox .box {
  width: calc((100% - 50px) / 2);
  padding: 50px 35px 0 50px;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
}

.leadership-box .management-box .listbox .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
}

.leadership-box .management-box .listbox .info dt {
  color: #111;
  font-size: var(--font32);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.leadership-box .management-box .listbox .info dd {
  margin-top: 10px;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
}

.leadership-box .management-box .listbox .info .list {
  margin-top: 30px;
}

.leadership-box .management-box .listbox .info .list li:not(:last-child) {
  margin-bottom: 10px;
}

.leadership-box .management-box .listbox .info .list li {
  display: flex;
  color: #555;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
}

.leadership-box .management-box .listbox .info .list li span {
  width: 12px;
  flex-shrink: 0;
}

.leadership-box .management-box .listbox picture {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.leadership-box .management-box .listbox picture img {
  max-width: 100%;
}

@media screen and (max-width: 1640px) {
  .leadership-box .management-box .listbox {
    gap: 40px;
  }

  .leadership-box .management-box .listbox .box {
    width: calc((100% - 40px) / 2);
    padding: 40px 30px 0 40px;
  }

  .leadership-box .management-box .listbox .info {
    padding-bottom: 40px;
    width: calc(100% - 40%);
  }

  .leadership-box .management-box .listbox picture {
    width: 40%;
  }
}

@media screen and (max-width: 1440px) {
  .leadership-box .management-box .listbox {
    gap: 30px;
  }

  .leadership-box .management-box .listbox .box {
    width: calc((100% - 30px) / 2);
    padding: 30px 25px 0 30px;
  }

  .leadership-box .management-box .listbox .info {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .leadership-box .management-box .listbox {
    gap: 20px;
  }

  .leadership-box .management-box .listbox .box {
    width: calc((100% - 30px) / 2);
    padding: 20px 20px 0 20px;
  }

  .leadership-box .management-box .listbox .info {
    padding-bottom: 20px;
  }

  .leadership-box .management-box .listbox picture {
    padding-top: 10px;
  }

  .leadership-box .management-box .listbox .info .list li:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 860px) {
  .leadership-box .management-box .listbox {
    gap: 10px;
  }

  .leadership-box .management-box .listbox .box {
    width: 100%;
  }

  .leadership-box .management-box .listbox picture {
    padding-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .leadership-box .management-box .listbox .box {
    padding: 15px 5px 0 15px;
  }

  .leadership-box .management-box .listbox .info {
    padding-bottom: 15px;
    width: calc(100% - 45%);
  }

  .leadership-box .management-box .listbox .info .list {
    margin-top: 15px;
  }

  .leadership-box .management-box .listbox picture {
    width: 45%;
  }
}

/* animation 
.leadership-box .management-box .listbox .box { opacity:0; }
.leadership-box .management-box .listbox.subOn .box { animation:bgs3 0.8s 0.5s; animation-fill-mode:both; }
*/

.leadership-box .governance-box .listbox {
  margin-top: 40px;
  padding-bottom: 100px;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.leadership-box .governance-box .listbox .box {
  width: calc((100% - 100px) / 3);
}

.leadership-box .governance-box .listbox .box picture {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 440 / 286;
  display: block;
}

.leadership-box .governance-box .listbox .box picture img {
  background: #f8f8f8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.leadership-box .governance-box .listbox .box .txt {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
}

.leadership-box .governance-box .listbox .box .txt strong {
  color: #111;
  font-size: var(--font32);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.leadership-box .governance-box .listbox .box .list {
  padding-top: 30px;
}

.leadership-box .governance-box .listbox .box .list dl:not(:last-child) {
  margin-bottom: 10px;
}

.leadership-box .governance-box .listbox .box .list dl {
  display: flex;
}

.leadership-box .governance-box .listbox .box .list dt {
  width: 140px;
  flex-shrink: 0;
  color: #222;
  font-size: var(--font18);
  font-weight: 600;
  line-height: 1.3;
}

.leadership-box .governance-box .listbox .box .list dd li:not(:last-child) {
  margin-bottom: 10px;
}

.leadership-box .governance-box .listbox .box .list dd li {
  display: flex;
  color: #555;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
  gap: 5px;
}

.leadership-box .governance-box .bg {
  padding-top: 100px;
  background: #f8f8f8;
}

.leadership-box .governance-box .bg .listbox .box picture img {
  background: #fff;
}

.leadership-box .governance-box .cont1 {
  margin-top: 80px;
}

.leadership-box .governance-box .cont1>dl {
  display: flex;
}

.leadership-box .governance-box .cont1>dl:not(:last-child) {
  margin-bottom: 200px;
}

.leadership-box .governance-box .cont1>dl>dt {
  width: 410px;
  color: #111;
  font-size: var(--font30);
  font-weight: 500;
  line-height: 1.3;
}

.leadership-box .governance-box .cont1>dl>dd {
  width: calc(100% - 410px);
}

.leadership-box .governance-box .cont1>dl>dd .txt-list {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  padding: 60px;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dl:not(:last-child) {
  margin-bottom: 30px;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dt {
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dd {
  margin-top: 15px;
  color: #333;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dd ul {
  margin-top: 15px;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dd li:not(:last-child) {
  margin-bottom: 10px;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dd li {
  position: relative;
  padding-left: 24px;
  color: #111;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
}

.leadership-box .governance-box .cont1>dl>dd .txt-list dd li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 4px;
}

.leadership-box .governance-box .cont1>dl>dd .btn {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}

.leadership-box .governance-box .cont1>dl>dd .btn a {
  transition: all 0.6s;
  position: relative;
  width: calc((100% - 30px) / 2);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  border: 1px solid #333;
  overflow: hidden;
}

.leadership-box .governance-box .cont1>dl>dd .btn a span {
  transition: all 0.4s;
  position: relative;
  color: #333;
  font-size: var(--font20);
  font-weight: 700;
  line-height: 1.5;
}

.leadership-box .governance-box .cont1>dl>dd .btn a img {
  transition: all 0.4s;
}

.leadership-box .governance-box .cont1>dl>dd .btn a:hover {
  border-color: #fff;
}

.leadership-box .governance-box .cont1>dl>dd .btn a:hover span {
  color: #fff;
}

.leadership-box .governance-box .cont1>dl>dd .btn a:before {
  transition: all 0.6s;
  content: '';
  display: block;
  opacity: 0.4;
  background: var(--mainColor);
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.leadership-box .governance-box .cont1>dl>dd .btn a:hover:before {
  transition: all 0.8s;
  width: 700px;
  height: 700px;
  opacity: 1;
}

.leadership-box .governance-box .cont1>dl>dd .btn a:hover img {
  filter: brightness(0) invert(1);
}

.leadership-box .governance-box .cont1>dl>dd .btn a.btn_bg:before {
  background: var(--mainColor1);
}

@media screen and (max-width: 1440px) {
  .leadership-box .governance-box .listbox {
    gap: 30px;
  }

  .leadership-box .governance-box .listbox .box {
    width: calc((100% - 60px) / 3);
  }

  .leadership-box .governance-box .cont1>dl>dt {
    width: 350px;
  }

  .leadership-box .governance-box .cont1>dl>dd {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 1280px) {
  .leadership-box .governance-box .listbox {
    gap: 20px;
  }

  .leadership-box .governance-box .listbox .box {
    width: calc((100% - 40px) / 3);
  }

  .leadership-box .governance-box .listbox .box .list dt {
    width: 110px;
  }

  .leadership-box .governance-box .cont1>dl>dt {
    width: 280px;
  }

  .leadership-box .governance-box .cont1>dl>dd {
    width: calc(100% - 280px);
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list {
    padding: 40px;
  }

  .leadership-box .governance-box .cont1>dl>dd .btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .leadership-box .governance-box .listbox {
    margin-top: 20px;
    padding-bottom: 50px;
    gap: 10px;
  }

  .leadership-box .governance-box .listbox .box {
    width: calc((100% - 20px) / 3);
  }

  .leadership-box .governance-box .listbox .box .txt {
    padding: 15px 0;
    gap: 15px;
  }

  .leadership-box .governance-box .listbox .box .list {
    padding-top: 15px;
  }

  .leadership-box .governance-box .listbox .box .list dl:not(:last-child) {
    margin-bottom: 5px;
  }

  .leadership-box .governance-box .listbox .box .list dt {
    width: 100px;
  }

  .leadership-box .governance-box .listbox .box .list dd li:not(:last-child) {
    margin-bottom: 5px;
  }

  .leadership-box .governance-box .bg {
    padding-top: 50px;
  }

  .leadership-box .governance-box .cont1 {
    margin-top: 40px;
  }

  .leadership-box .governance-box .cont1>dl:not(:last-child) {
    margin-bottom: 100px;
  }

  .leadership-box .governance-box .cont1>dl>dt {
    width: 240px;
  }

  .leadership-box .governance-box .cont1>dl>dd {
    width: calc(100% - 240px);
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list dd {
    margin-top: 8px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list dd ul {
    margin-top: 8px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list dl:not(:last-child) {
    margin-bottom: 15px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list dd li:not(:last-child) {
    margin-bottom: 5px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list dd li {
    padding-left: 18px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list dd li:before {
    top: 8px;
    width: 2px;
    height: 2px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list {
    padding: 30px;
  }

  .leadership-box .governance-box .cont1>dl>dd .btn {
    margin-top: 30px;
    gap: 15px;
  }

  .leadership-box .governance-box .cont1>dl>dd .btn a {
    width: calc((100% - 15px) / 2);
    height: 60px;
    gap: 4px;
  }
}

@media screen and (max-width: 960px) {
  .leadership-box .governance-box .listbox {
    gap: 50px 10px;
  }

  .leadership-box .governance-box .listbox .box {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 860px) {
  .leadership-box .governance-box .cont1>dl {
    flex-wrap: wrap;
  }

  .leadership-box .governance-box .cont1>dl>dt {
    width: 100%;
  }

  .leadership-box .governance-box .cont1>dl>dd {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .leadership-box .governance-box .listbox {
    margin-top: 10px;
    padding-bottom: 25px;
    gap: 40px 10px;
  }

  .leadership-box .governance-box .listbox .box {
    width: 100%;
  }

  .leadership-box .governance-box .bg {
    padding-top: 25px;
  }

  .leadership-box .governance-box .cont1 {
    margin-top: 20px;
  }

  .leadership-box .governance-box .cont1>dl:not(:last-child) {
    margin-bottom: 50px;
  }

  .leadership-box .governance-box .cont1>dl>dd .txt-list {
    padding: 20px;
  }

  .leadership-box .governance-box .cont1>dl>dd .btn {
    margin-top: 15px;
    gap: 6px;
  }

  .leadership-box .governance-box .cont1>dl>dd .btn a {
    width: calc((100% - 6px) / 2);
    height: 50px;
  }
}

/* animation 
.leadership-box .governance-box .listbox .box { opacity:0; }
.leadership-box .governance-box .listbox.subOn .box { animation:ani_3 0.8s 0.5s; animation-fill-mode:both; }
.leadership-box .governance-box .cont1 > dl > dt,
.leadership-box .governance-box .cont1 > dl > dd { opacity:0; }
.leadership-box .governance-box .cont1 > dl.subOn > dt { animation:ani_2 0.8s 0.3s; animation-fill-mode:both; }
.leadership-box .governance-box .cont1 > dl.subOn > dd { animation:ani_2 0.8s 0.5s; animation-fill-mode:both; }
@media screen and (max-width:860px){
	.leadership-box .governance-box .cont1 > dl.subOn > dt { animation:ani_4 0.8s 0.3s; animation-fill-mode:both; }
	.leadership-box .governance-box .cont1 > dl.subOn > dd { animation:ani_4 0.8s 0.5s; animation-fill-mode:both; }
}
*/

.rnd-box .box-txt>dl>dd>.txt-1 {
  font-family: var(--mainFont);
}

.rnd-box .cont1 {
  margin-top: 80px;
}

.rnd-box .cont1 .list {
  border-top: 2px solid #000;
}

.rnd-box .cont1 .list .box {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 0 100px;
}

.rnd-box .cont1 .list .box .icon {
  flex-shrink: 0;
}

.rnd-box .cont1 .list .box .icon img {
  max-width: 100%;
}

.rnd-box .cont1 .list .box .txt {
  color: #111;
  font-size: var(--font30);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.rnd-box .cont2 {
  margin-top: 100px;
}

.rnd-box .cont2 .listbox .list-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.rnd-box .cont2 .listbox .list-1 .box {
  width: calc((100% - 90px) / 4);
  background: #f8f8f8;
}

.rnd-box .cont2 .listbox .list-1 .box dt {
  height: 80px;
  text-align: center;
  background: var(--mainColor);
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.rnd-box .cont2 .listbox .list-1 .box dt strong {
  color: #fff;
  font-size: var(--font22);
  font-weight: 600;
}

.rnd-box .cont2 .listbox .list-1 .box dd {
  padding: 30px 20px;
}

.rnd-box .cont2 .listbox .list-1 .box dd li:not(:last-child) {
  margin-bottom: 10px;
}

.rnd-box .cont2 .listbox .list-1 .box dd li {
  position: relative;
  padding-left: 16px;
  color: #555;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
}

.rnd-box .cont2 .listbox .list-1 .box dd li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #555;
  border-radius: 4px;
}

.rnd-box .cont2 .listbox .list-2 {
  position: relative;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.rnd-box .cont2 .listbox .list-2:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(calc(-50% + 0.5px));
  width: calc((100% - (100% - 150px) / 6));
  height: 1px;
  background: #ddd;
}

.rnd-box .cont2 .listbox .list-2 .circle {
  position: relative;
  width: calc((100% - 150px) / 6);
}

.rnd-box .cont2 .listbox .list-2 .circle:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.rnd-box .cont2 .listbox .list-2 .circle:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -40px;
  width: 1px;
  height: 40px;
  background: #ddd;
}

.rnd-box .cont2 .listbox .list-2 .circle .cbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.4;
  border: 1px dashed #ddd;
  border-radius: 500px;
}

.rnd-box .cont2 .listbox .list-2 .circle .cbox:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(calc(-50% + 0.5px));
  width: 25px;
  height: 25px;
  background: var(--mainColor);
  opacity: 0.1;
  border-radius: 25px;
  z-index: 2;
}

.rnd-box .cont2 .listbox .list-2 .circle .cbox:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(calc(-50% + 0.5px));
  width: 7px;
  height: 7px;
  background: var(--mainColor);
  border-radius: 25px;
  z-index: 3;
}

.rnd-box .cont3 {
  margin-top: 120px;
  border-top: 2px solid #000;
}

.rnd-box .cont3 dl {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.rnd-box .cont3 dl dt {
  color: #111;
  font-size: var(--font30);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.rnd-box .cont3 dl dd {
  margin-top: 27px;
}

.rnd-box .cont3 dl dd .txt {
  color: #777;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.rnd-box .cont3 dl dd .sbox {
  margin-top: 40px;
  border: 1px solid #eee;
  background: #fff;
  padding: 40px;
}

.rnd-box .cont3 dl dd .sbox h4 {
  color: #333;
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.3;
}

.rnd-box .cont3 dl dd .sbox ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.rnd-box .cont3 dl dd .sbox ul li {
  position: relative;
  padding-left: 34px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.rnd-box .cont3 dl dd .sbox ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.rnd-box .cont3 dl dd .sbox ul.w3 li {
  width: calc(100% / 3);
}

.rnd-box .cont3 dl dd .sbox ul.w2 li:first-child {
  width: calc(100% / 3);
}

@media screen and (max-width: 1440px) {
  .rnd-box .cont1 .list .box {
    padding: 50px 0;
    gap: 0 80px;
  }

  .rnd-box .cont2 .listbox .list-1 {
    gap: 20px;
  }

  .rnd-box .cont2 .listbox .list-1 .box {
    width: calc((100% - 60px) / 4);
  }

  .rnd-box .cont2 .listbox .list-2 {
    gap: 20px;
  }

  .rnd-box .cont2 .listbox .list-2:before {
    width: calc((100% - (100% - 100px) / 6));
  }

  .rnd-box .cont2 .listbox .list-2 .circle {
    width: calc((100% - 100px) / 6);
  }
}

@media screen and (max-width: 1280px) {
  .rnd-box .cont1 {
    margin-top: 60px;
  }

  .rnd-box .cont1 .list .box {
    padding: 40px 0;
    gap: 0 60px;
  }

  .rnd-box .cont2 {
    margin-top: 70px;
  }

  .rnd-box .cont2 .listbox .list-1 {
    gap: 10px;
  }

  .rnd-box .cont2 .listbox .list-1 .box {
    width: calc((100% - 30px) / 4);
  }

  .rnd-box .cont2 .listbox .list-1 .box dd {
    padding: 20px;
  }

  .rnd-box .cont2 .listbox .list-2 {
    gap: 10px;
  }

  .rnd-box .cont2 .listbox .list-2:before {
    width: calc((100% - (100% - 50px) / 6));
  }

  .rnd-box .cont2 .listbox .list-2 .circle {
    width: calc((100% - 50px) / 6);
  }

  .rnd-box .cont3 {
    margin-top: 80px;
  }

  .rnd-box .cont3 dl {
    padding: 40px 0;
  }

  .rnd-box .cont3 dl dd .sbox {
    margin-top: 30px;
    padding: 30px;
  }

  .rnd-box .cont3 dl dd .sbox ul.w3 li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 1024px) {
  .rnd-box .cont1 {
    margin-top: 40px;
  }

  .rnd-box .cont1 .list .box {
    padding: 30px 0;
    gap: 0 50px;
  }

  .rnd-box .cont1 .list .box .icon img {
    width: 80px;
  }

  .rnd-box .cont2 {
    margin-top: 50px;
  }

  .rnd-box .cont2 .listbox .list-1 .box dt {
    height: 70px;
  }

  .rnd-box .cont2 .listbox .list-1 .box dd li:not(:last-child) {
    margin-bottom: 5px;
  }

  .rnd-box .cont2 .listbox .list-1 .box dd li {
    padding-left: 14px;
  }

  .rnd-box .cont2 .listbox .list-1 .box dd li:before {
    top: 8px;
    width: 2px;
    height: 2px;
  }

  .rnd-box .cont2 .listbox .list-1 .box dd li br {
    display: none;
  }

  .rnd-box .cont3 {
    margin-top: 60px;
  }

  .rnd-box .cont3 dl {
    padding: 30px 0;
  }

  .rnd-box .cont3 dl dd {
    margin-top: 15px;
  }

  .rnd-box .cont3 dl dd .sbox {
    margin-top: 20px;
    padding: 20px;
  }

  .rnd-box .cont3 dl dd .sbox ul {
    margin-top: 12px;
  }

  .rnd-box .cont3 dl dd .sbox ul li {
    padding-left: 22px;
  }

  .rnd-box .cont3 dl dd .sbox ul li:before {
    top: 10px;
    width: 2px;
    height: 2px;
  }

  .rnd-box .cont3 dl dd .sbox ul.w2 li:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .rnd-box .cont2 .listbox .list-2 .circle {
    width: calc((100% - 20px) / 3);
  }

  .rnd-box .cont2 .listbox .list-2:before,
  .rnd-box .cont2 .listbox .list-2 .circle:after,
  .rnd-box .cont2 .listbox .list-2 .circle .cbox:before,
  .rnd-box .cont2 .listbox .list-2 .circle .cbox:after {
    display: none;
  }

  .rnd-box .cont2 .listbox .list-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .rnd-box .cont1 {
    margin-top: 20px;
  }

  .rnd-box .cont1 .list .box {
    padding: 20px 0;
    gap: 0 20px;
  }

  .rnd-box .cont1 .list .box .icon img {
    width: 60px;
  }

  .rnd-box .cont2 {
    margin-top: 25px;
  }

  .rnd-box .cont2 .listbox .list-1 {
    gap: 5px;
  }

  .rnd-box .cont2 .listbox .list-1 .box {
    width: calc((100% - 5px) / 2);
  }

  .rnd-box .cont2 .listbox .list-1 .box dt {
    height: 60px;
    gap: 2px;
  }

  .rnd-box .cont2 .listbox .list-2 {
    margin-top: 20px;
  }

  .rnd-box .cont3 {
    margin-top: 30px;
  }

  .rnd-box .cont3 dl {
    padding: 15px 0;
  }

  .rnd-box .cont3 dl dd .sbox {
    margin-top: 10px;
    padding: 15px;
  }

  .rnd-box .cont3 dl dd .sbox ul {
    margin-top: 8px;
    gap: 5px 0;
  }

  .rnd-box .cont3 dl dd .sbox ul.w3 li {
    width: 100%;
  }
}

.certification .listbox {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 50px;
}

.certification .listbox .box {
  width: calc((100% - 200px) / 5);
}

.certification .listbox .box .imgbox {
  position: relative;
  border: 1px solid #eee;
}

.certification .listbox .box .imgbox:before {
  content: '';
  display: block;
  padding-bottom: 143%;
}

.certification .listbox .box .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.certification .listbox .box .imgbox .stit {
  position: absolute;
  right: 12px;
  top: 10px;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: var(--font15);
  font-weight: 600;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
}

.certification .listbox .box h4 {
  margin-top: 25px;
  color: #111;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .certification .listbox {
    gap: 80px 30px;
  }

  .certification .listbox .box {
    width: calc((100% - 120px) / 5);
  }
}

@media screen and (max-width: 1280px) {
  .certification .listbox {
    gap: 60px 20px;
  }

  .certification .listbox .box {
    width: calc((100% - 80px) / 5);
  }

  .certification .listbox .box .imgbox .stit {
    right: 10px;
    top: 8px;
    height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .certification .listbox {
    gap: 40px 10px;
  }

  .certification .listbox .box {
    width: calc((100% - 40px) / 4);
  }

  .certification .listbox .box .imgbox .stit {
    height: 26px;
  }

  .certification .listbox .box h4 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 860px) {
  .certification .listbox .box {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .certification .listbox {
    gap: 20px 5px;
  }

  .certification .listbox .box {
    width: calc((100% - 5px) / 2);
  }

  .certification .listbox .box h4 {
    margin-top: 8px;
  }
}

.affiliate-box .cont1 {
  text-align: center;
  background: url(/img/sub/company/affiliate_bg.webp) no-repeat center center;
  padding: 0 20px;
}

.affiliate-box .cont1 .over {
  cursor: pointer;
  transition: all 0.2s;
}

.affiliate-box .cont1 .over1.on,
.affiliate-box .cont1 .over2.on,
.affiliate-box .cont1 .over3.on {
  opacity: 0.3;
}

.affiliate-box .cont1 .logo-box.on {
  opacity: 0;
  transition: all 0.3s;
}

.affiliate-box .cont1 .logo-box {
  opacity: 1;
}

.affiliate-box .cont1 .logo-box.ov {
  opacity: 1;
}

.affiliate-box .cont2 .txt-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.affiliate-box .cont2 .txt-1 h4 {
  color: #111;
  font-size: var(--font48);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.045em;
}

.affiliate-box .cont2 .txt-1 span {
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.affiliate-box .cont2 .listbox:nth-child(2) {
  border-top: 2px solid #000;
}

.affiliate-box .cont2 .listbox {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.affiliate-box .cont2 .listbox h4 {
  width: 160px;
  flex-shrink: 0;
  color: #111;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
}

.affiliate-box .cont2 .listbox .cbox {
  width: calc(100% - 160px);
}

.affiliate-box .cont2 .listbox .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.affiliate-box .cont2 .listbox .list li {
  position: relative;
  padding-left: 19px;
  width: calc((100% - 30px) / 3);
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.affiliate-box .cont2 .listbox .list li strong {
  font-weight: 500;
}

.affiliate-box .cont2 .listbox .list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #333;
}

.affiliate-box .cont2 .listbox .list li .nop {
  display: block;
  margin-top: 5px;
  margin-left: -19px;
}

.affiliate-box .cont2 .listbox .list-1 {
  margin-top: 30px;
}

.affiliate-box .cont2 .listbox .list-1 li {
  width: 100%;
}

.affiliate-box .cont2 .listbox .imglist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.affiliate-box .cont2 .listbox .imglist li {
  width: calc((100% - 90px) / 4);
}

.affiliate-box .cont2 .listbox .imglist li img {
  width: 100%;
}

.affiliate-box .cont2 .listbox .line_box {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #ddd;
}

.affiliate-box .cont2 .listbox .line_box .list-1 {
  margin-top: 0;
}

@media screen and (max-width: 1440px) {
  .affiliate-box .cont2 .listbox h4 {
    width: 140px;
  }

  .affiliate-box .cont2 .listbox .cbox {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 1280px) {
  .affiliate-box .cont1 svg {
    width: 100%;
    max-width: 750px;
    height: auto;
  }

  .affiliate-box .cont2 .listbox {
    padding: 25px 0;
  }

  .affiliate-box .cont2 .listbox h4 {
    width: 120px;
  }

  .affiliate-box .cont2 .listbox .cbox {
    width: calc(100% - 120px);
  }

  .affiliate-box .cont2 .listbox .list-1 {
    margin-top: 25px;
  }

  .affiliate-box .cont2 .listbox .imglist ul {
    gap: 25px;
  }

  .affiliate-box .cont2 .listbox .imglist li {
    width: calc((100% - 50px) / 3);
  }

  .affiliate-box .cont2 .listbox .line_box {
    margin-top: 25px;
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .affiliate-box .cont1 .circle {
    margin: 0 auto;
    text-align: center;
  }

  .affiliate-box .cont1 svg {
    max-width: 680px;
  }

  .affiliate-box .cont2 .txt-1 {
    margin-bottom: 40px;
  }

  .affiliate-box .cont2 .listbox {
    padding: 20px 0;
  }

  .affiliate-box .cont2 .listbox .list ul {
    gap: 10px;
  }

  .affiliate-box .cont2 .listbox .list li {
    padding-left: 16px;
    width: calc((100% - 10px) / 2);
  }

  .affiliate-box .cont2 .listbox .list li:before {
    top: 9px;
    width: 3px;
    height: 3px;
  }

  .affiliate-box .cont2 .listbox .list li .nop {
    margin-left: -16px;
  }

  .affiliate-box .cont2 .listbox .list-1 {
    margin-top: 20px;
  }

  .affiliate-box .cont2 .listbox .imglist ul {
    gap: 20px;
  }

  .affiliate-box .cont2 .listbox .imglist li {
    width: calc((100% - 40px) / 3);
  }

  .affiliate-box .cont2 .listbox .line_box {
    margin-top: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .affiliate-box .cont2 .txt-1 {
    margin-bottom: 20px;
  }

  .affiliate-box .cont2 .listbox {
    flex-wrap: wrap;
  }

  .affiliate-box .cont2 .listbox h4 {
    width: 100%;
  }

  .affiliate-box .cont2 .listbox .cbox {
    width: 100%;
    margin-top: 20px;
  }

  .affiliate-box .cont2 .listbox .list ul {
    gap: 10px;
  }

  .affiliate-box .cont2 .listbox .list li {
    padding-left: 11px;
  }

  .affiliate-box .cont2 .listbox .list li:before {
    top: 8px;
  }

  .affiliate-box .cont2 .listbox .list li .nop {
    margin-left: -11px;
  }

  .affiliate-box .cont2 .listbox .list-1 {
    margin-top: 20px;
  }

  .affiliate-box .cont2 .listbox .imglist ul {
    gap: 5px;
  }

  .affiliate-box .cont2 .listbox .imglist li {
    width: calc((100% - 5px) / 2);
  }
}

/* animation 
.affiliate-box .cont1 { opacity:0; }
.affiliate-box .cont1.subOn { animation:bgs3 0.8s 0.3s; animation-fill-mode:both; }
*/

.network-box .top dt {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #111;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.network-box .top dd {
  margin-top: 40px;
}

.network-box .top dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
}

.network-box .top dd ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #111;
  font-size: var(--font24);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.network-box .top .mapbox {
  margin-top: 40px;
}

.network-box .top .mapbox>div {
  width: 100%;
  border: none !important;
}

.network-box .top .mapbox>div>div,
.network-box .top .mapbox>div>div>div {
  border: none !important;
}

.network-box .top .mapbox.google-map {
  position: relative;
  overflow: hidden;
}

.network-box .top .mapbox.google-map:after {
  content: '';
  display: block;
  padding-bottom: 520px;
}

.network-box .top .mapbox.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  top: -140px;
  width: 100%;
  height: calc(100% + 280px);
}

.network-box .listbox {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.network-box .listbox .box {
  width: calc((100% - 60px) / 4);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
  background: #fff;
}

.network-box .listbox .box dt {
  display: flex;
  align-items: center;
  color: #111;
  font-size: var(--font26);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.network-box .listbox .box dd {
  margin-top: 70px;
}

.network-box .listbox .box dd li {
  display: flex;
  align-items: flex-start;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.network-box .listbox .box dd li:not(:last-child) {
  margin-bottom: 15px;
}

.network-box .listbox .box .icon {
  display: flex;
  flex-shrink: 0;
  width: 40px;
  margin-top: 5px;
}

.network-box .listbox .box .btn a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: 1px solid #333;
}

.network-box .listbox .box .btn a span {
  color: #333;
  font-size: var(--font18);
  font-weight: 700;
  line-height: 1.3;
}

.network-box .listbox.listbox_b {
  padding: 0;
}

.network-box .listbox.listbox_b .box {
  width: calc((100% - 20px) / 2);
  background: #f8f8f8;
  gap: 25px;
}

.network-box .listbox.listbox_b .box dd {
  margin-top: 25px;
}

@media screen and (max-width: 1280px) {

  .network-box .top .mapbox>div,
  .network-box .top .mapbox>div>div {
    height: 400px !important;
  }

  .network-box .top .mapbox.google-map:after {
    padding-bottom: 400px;
  }

  .network-box .listbox .box {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .network-box .top dt {
    gap: 20px;
  }

  .network-box .top dt img {
    width: 28px;
  }

  .network-box .top dd {
    margin-top: 20px;
  }

  .network-box .top dd ul {
    gap: 10px 50px;
  }

  .network-box .top dd ul li {
    gap: 20px;
  }

  .network-box .top dd ul li img {
    width: 18px;
  }

  .network-box .top .mapbox {
    margin-top: 20px;
  }

  .network-box .listbox {
    padding: 50px 0;
    gap: 10px;
  }

  .network-box .listbox .box {
    width: calc((100% - 20px) / 3);
    padding: 20px;
    gap: 35px;
  }

  .network-box .listbox .box dd {
    margin-top: 35px;
  }

  .network-box .listbox .box dd li:not(:last-child) {
    margin-bottom: 8px;
  }

  .network-box .listbox .box .btn a {
    height: 55px;
  }

  .network-box .listbox.listbox_b .box {
    gap: 15px;
  }

  .network-box .listbox.listbox_b .box dd {
    margin-top: 15px;
  }
}

@media screen and (max-width: 760px) {
  .network-box .listbox.listbox_b .box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .network-box .top dt {
    gap: 15px;
  }

  .network-box .top dt img {
    width: 24px;
  }

  .network-box .top dd {
    margin-top: 10px;
  }

  .network-box .top dd ul {
    gap: 8px 30px;
  }

  .network-box .top dd ul li {
    gap: 15px;
  }

  .network-box .top dd ul li img {
    width: 16px;
  }

  .network-box .top .mapbox {
    margin-top: 10px;
  }

  .network-box .top .mapbox>div,
  .network-box .top .mapbox>div>div {
    height: 280px !important;
  }

  .network-box .top .mapbox.google-map:after {
    padding-bottom: 280px;
  }

  .network-box .listbox {
    padding: 25px;
    gap: 5px;
  }

  .network-box .listbox .box {
    width: calc((100% - 5px) / 2);
    gap: 30px;
  }

  .network-box .listbox .box dd {
    margin-top: 30px;
  }

  .network-box .listbox .box .btn a {
    gap: 8px;
    height: 45px;
  }
}

/* animation 
.network-box .top .mapbox { opacity:0;  }
.network-box .top .mapbox.subOn { animation:ani_4 0.8s 0.3s; animation-fill-mode:both; }
.network-box .listbox .box { opacity:0;  }
.network-box .listbox.subOn .box { animation:bgs3 0.8s 0.3s; animation-fill-mode:both; }
*/

.tabmenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tabmenu ul li {
  width: calc((100% - (20px * (var(--tab-count) - 1))) / var(--tab-count));
}

.tabmenu ul li a {
  transition: all 0.4s;
  color: #999;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 70px;
  border: 1px solid #bbb;
}

.tabmenu ul li.on a {
  color: #fff;
  border-color: var(--mainColor);
  background: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .tabmenu ul {
    gap: 10px;
  }

  .tabmenu ul li {
    width: calc((100% - (10px * (var(--tab-count) - 1))) / var(--tab-count));
  }

  .tabmenu ul li a {
    height: 55px;
  }
}

@media screen and (max-width: 640px) {
  .tabmenu ul {
    gap: 5px;
  }

  .tabmenu ul li {
    width: calc((100% - (5px * (var(--tab-count) - 1))) / var(--tab-count));
  }

  .tabmenu ul li a {
    height: 45px;
  }
}

/* products */
.products-box .btn_link {
  margin-top: 60px;
}

.products-box .btn_link.list {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.products-box .btn_link.gap10 {
  display: flex;
  gap: 10px;
}

.products-box .btn_link a {
  transition: all 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 240px;
  height: 60px;
  border: 1px solid #333;
  overflow: hidden;
}

.products-box .btn_link a span {
  position: relative;
  z-index: 5;
  color: #333;
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.4s;
}

.products-box .btn_link a img {
  transition: all 0.4s;
  vertical-align: middle;
}

.products-box .btn_link a:hover {
  border-color: var(--mainColor);
}

.products-box .btn_link a:hover span {
  color: #fff;
}

.products-box .btn_link a:before {
  transition: all 0.6s;
  content: '';
  display: block;
  opacity: 0.4;
  background: var(--mainColor);
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products-box .btn_link a:hover:before {
  transition: all 0.8s;
  width: 500px;
  height: 500px;
  opacity: 1;
}

.products-box .btn_link a:hover img {
  filter: brightness(0) invert(1);
}

.products-box .topimgbox {
  margin-top: 80px;
  position: relative;
}

.products-box .topimgbox:before {
  content: '';
  display: block;
  padding-bottom: 24%;
}

.products-box .topimgbox img {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  -o-object-fit: cover;
}

.products-box .topimgbox.small-img {
  border: 1px solid #ddd;
}

.products-box .topimgbox.small-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.products-box .topimgbox h3,
.products-box .topimgbox h4 {
  position: absolute;
  right: 35px;
  bottom: 40px;
  z-index: 4;
  color: #fff;
  font-size: var(--font80);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.045em;
  text-align: right;
}

.products-box .topimgbox h3.st,
.products-box .topimgbox h4.st {
  font-size: var(--font60);
}

.products-box .topimgbox.small-img h3,
.products-box .topimgbox.small-img h4 {
  color: rgba(0, 0, 0, 0.05);
}

.products-box h3.stit {
  color: #111;
  font-size: var(--font52);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.products-box .cont1 h5 {
  margin-top: 10px;
  color: #999;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
}

.products-box .cont1 .toptxt {
  margin-top: 30px;
}

.products-box .cont1 .toptxt p:not(:last-child) {
  margin-bottom: 20px;
}

.products-box .cont1 .toptxt p {
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
}

.products-box .cont1 .imgbox {
  border: 1px solid #000;
  text-align: center;
  padding: 45px 10px;
}

.products-box .cont1 .imgbox img {
  max-width: 100%;
}

@media screen and (max-width: 1720px) {

  .products-box .box-txt>dl>dd>.txt-2 br,
  .products-box .cont1 .toptxt p br {
    display: none;
  }

  .products-box .box-txt>dl>dd>.txt-2 span.m_br,
  .products-box .cont1 .toptxt p span.m_br {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .products-box .topimgbox h3,
  .products-box .topimgbox h4 {
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .products-box .topimgbox {
    margin-top: 40px;
  }

  .products-box .topimgbox:before {
    padding-bottom: 35%;
  }

  .products-box .topimgbox h3,
  .products-box .topimgbox h4 {
    right: 15px;
    bottom: 20px;
  }

  .products-box .btn_link {
    margin-top: 30px;
  }

  .products-box .btn_link.list {
    margin-top: 50px;
  }

  .products-box .btn_link.gap10 {
    gap: 5px;
  }

  .products-box .btn_link a {
    width: 200px;
    height: 55px;
    gap: 5px;
  }

  .products-box .btn_link a img {
    height: 16px;
  }

  .products-box .cont1 h5 {
    margin-top: 5px;
  }

  .products-box .cont1 .toptxt {
    margin-top: 15px;
  }

  .products-box .cont1 .toptxt p:not(:last-child) {
    margin-bottom: 10px;
  }

  .products-box .cont1 .imgbox {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 640px) {
  .products-box .btn_link {
    margin-top: 15px;
  }

  .products-box .btn_link.list {
    margin-top: 25px;
  }

  .products-box .btn_link a {
    width: 160px;
    height: 45px;
  }

  .products-box .btn_link a img {
    height: 15px;
  }

  .products-box .topimgbox {
    margin-top: 20px;
  }

  .products-box .topimgbox:before {
    padding-bottom: 40%;
  }

  .products-box .topimgbox h3,
  .products-box .topimgbox h4 {
    right: 10px;
    bottom: 10px;
    font-size: var(--font60);
  }

  .products-box .topimgbox h3.st,
  .products-box .topimgbox h4.st {
    font-size: var(--font48);
  }

  .products-box .cont1 .toptxt {
    margin-top: 8px;
  }

  .products-box .cont2 .txt1 {
    margin-top: 8px;
  }
}

/* animation 
.products-box .topimgbox:after { content:''; display:block; background:#fff; position:absolute; right:0; top:0; width:100%; height:100%; transition:all 1.0s 0.7s; }
.products-box .topimgbox.subOn:after { width:0; }
.products-box .topimgbox.small-img:after { display:none; width:0; height:0;}
.products-box .topimgbox h4 { opacity:0; }
.products-box .topimgbox.subOn h4 { animation:bgs3 0.8s 1.4s; animation-fill-mode:both; }
*/

.products-list ul {
  display: flex;
  gap: 100px 50px;
  flex-wrap: wrap;
}

.products-list ul li {
  width: calc((100% - 100px) / 3);
}

.products-list ul li .imgbox {
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}

.products-list ul li .imgbox:before {
  content: '';
  display: block;
  padding-bottom: 68%;
}

.products-list ul li .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.products-list ul li .txtbox {
  margin-top: 30px;
}

.products-list ul li .txtbox h4 {
  color: #111;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.products-list ul li .txtbox .txt {
  margin-top: 10px;
  color: #555;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 1440px) {
  .products-list ul {
    gap: 80px 40px;
  }

  .products-list ul li {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 1280px) {
  .products-list ul {
    gap: 70px 30px;
  }

  .products-list ul li {
    width: calc((100% - 60px) / 3);
  }

  .products-list ul li .txtbox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .products-list ul {
    gap: 50px 20px;
  }

  .products-list ul li {
    width: calc((100% - 40px) / 3);
  }

  .products-list ul li .txtbox {
    margin-top: 15px;
  }

  .products-list ul li .txtbox .txt {
    margin-top: 5px;
  }
}

@media screen and (max-width: 860px) {
  .products-list ul {
    gap: 40px 10px;
  }

  .products-list ul li {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .products-list ul {
    gap: 25px 10px;
  }

  .products-list ul li {
    width: calc((100% - 10px) / 2);
  }

  .products-list ul li .txtbox {
    margin-top: 10px;
  }

  .products-list ul li .txtbox .txt {
    margin-top: 3px;
  }
}

.products-view .top-view {
  display: flex;
  flex-wrap: wrap;
}

.products-view .top-view .slide-wrap {
  width: 37.5%;
}

.products-view .top-view .slide-wrap .main-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.products-view .top-view .slide-wrap .main-swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
}

.products-view .top-view .slide-wrap .main-swiper .swiper-slide figure {
  position: relative;
  width: 100%;
}

.products-view .top-view .slide-wrap .main-swiper .swiper-slide figure:before {
  content: '';
  display: block;
  padding-bottom: 68%;
}

/*.products-view .top-view .slide-wrap .main-swiper .swiper-slide figure:before { content:""; display:block; padding-bottom:100%; } */
.products-view .top-view .slide-wrap .main-swiper .swiper-slide figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-view .top-view .slide-wrap .main-swiper .txtNum {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 3;
  font-family: var(--mainFont);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: none;
}

.products-view .top-view .slide-wrap .main-swiper .txtNum span {
  font-family: var(--mainFont);
  font-weight: 400;
}

.products-view .top-view .slide-wrap .main-swiper .btn-pn {
  transition: all 0.4s;
  outline: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  transition: all 0.4s;
  overflow: hidden;
}

.products-view .top-view .slide-wrap .main-swiper .btn-pn:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: var(--mainColor);
  border-radius: 1000px;
  transition: all 0.4s;
}

.products-view .top-view .slide-wrap .main-swiper .btn-pn img {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.products-view .top-view .slide-wrap .main-swiper .btn-pn:hover {
  border-color: var(--mainColor);
}

.products-view .top-view .slide-wrap .main-swiper .btn-pn:hover img {
  filter: brightness(0) invert(1);
}

.products-view .top-view .slide-wrap .main-swiper .btn-pn:hover:before {
  width: 90px;
  height: 90px;
}

.products-view .top-view .slide-wrap .sub-swiper {
  width: 100%;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  transition: all 0.4s;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  border: 2px solid var(--mainColor);
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide figure {
  position: relative;
  width: 100%;
  opacity: 0.3;
  transition: all 0.4s;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide figure:before {
  content: '';
  display: block;
  padding-bottom: 68%;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 0;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}

.products-view .top-view .slide-wrap .sub-swiper .swiper-slide.swiper-slide-thumb-active figure {
  opacity: 1;
}

.products-view .top-view .infobox {
  width: calc(100% - 37.5%);
  padding-left: 120px;
}

.products-view .top-view .infobox h3 {
  color: #111;
  font-size: var(--font48);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.products-view .top-view .infobox .stit {
  margin-top: 20px;
  color: #111;
  font-size: var(--font20);
  font-weight: 400;
  line-height: 1.3;
}

.products-view .top-view .infobox .stxt {
  margin-top: 5px;
  color: #999;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.products-view .top-view .infobox .list {
  margin-top: 60px;
  border-top: 2px solid #000;
}

.products-view .top-view .infobox .list .box {
  border-bottom: 1px solid #ddd;
}

.products-view .top-view .infobox .list .box dl {
  padding: 30px 0;
  display: flex;
  align-items: center;
}

.products-view .top-view .infobox .list .box dt {
  flex-shrink: 0;
  width: 150px;
  color: #111;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
}

.products-view .top-view .infobox .list .box dd {
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.8;
}

.products-view .top-view .infobox .list .box dd li:not(:last-child) {
  margin-bottom: 10px;
}

.products-view .top-view .infobox .list .box dd li {
  position: relative;
  padding-left: 24px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.products-view .top-view .infobox .list .box dd li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #333;
}

.products-view .top-view .infobox .btn_link {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.products-view .top-view .infobox .btn_link a {
  width: calc((100% - 20px) / 2);
}

.products-view .products-info {
  margin-top: 60px;
  padding-top: 100px;
  border-top: 2px solid #000;
}

.products-view .products-info.products-info1 {
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 1440px) {
  .products-view .top-view .infobox {
    padding-left: 90px;
  }

  .products-view .top-view .slide-wrap .sub-swiper {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .products-view .top-view .infobox {
    padding-left: 50px;
  }

  .products-view .top-view .infobox .list .box dt {
    width: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .products-view .top-view .slide-wrap {
    width: 48%;
  }

  .products-view .top-view .slide-wrap .sub-swiper {
    margin-top: 5px;
  }

  .products-view .top-view .slide-wrap .main-swiper .btn-pn {
    width: 40px;
    height: 40px;
  }

  .products-view .top-view .slide-wrap .main-swiper .btn-pn img {
    width: 14px;
  }

  .products-view .top-view .infobox {
    width: calc(100% - 48%);
    padding-left: 30px;
  }

  .products-view .top-view .infobox .stit {
    margin-top: 10px;
  }

  .products-view .top-view .infobox .stxt {
    margin-top: 2px;
  }

  .products-view .top-view .infobox .list {
    margin-top: 30px;
  }

  .products-view .top-view .infobox .list .box dl {
    padding: 20px 0;
  }

  .products-view .top-view .infobox .list .box dt {
    width: 100px;
  }

  .products-view .top-view .infobox .list .box dd li:not(:last-child) {
    margin-bottom: 5px;
  }

  .products-view .top-view .infobox .list .box dd li {
    padding-left: 16px;
  }

  .products-view .top-view .infobox .list .box dd li:before {
    top: 8px;
    width: 2px;
    height: 2px;
  }

  .products-view .top-view .infobox .btn_link {
    margin-top: 20px;
    gap: 10px;
  }

  .products-view .top-view .infobox .btn_link img {
    height: 19px;
  }

  .products-view .products-info {
    margin-top: 30px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 860px) {
  .products-view .top-view .slide-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .products-view .top-view .infobox {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .products-view .top-view .slide-wrap .main-swiper .btn-pn {
    width: 34px;
    height: 34px;
  }

  .products-view .top-view .slide-wrap .main-swiper .btn-pn img {
    width: 12px;
  }

  .products-view .top-view .infobox .stit {
    margin-top: 5px;
  }

  .products-view .top-view .infobox .list {
    margin-top: 15px;
  }

  .products-view .top-view .infobox .list .box dt {
    width: 90px;
  }

  .products-view .top-view .infobox .btn_link {
    margin-top: 10px;
    gap: 5px;
  }

  .products-view .top-view .infobox .btn_link img {
    height: 17px;
  }

  .products-view .products-info {
    margin-top: 15px;
    padding-top: 25px;
  }
}

h4.p-tit {
  margin-bottom: 30px;
  color: #111;
  font-size: var(--font26);
  font-weight: 600;
  line-height: 1.3;
}

h5.stitle {
  margin-bottom: 15px;
  color: #333;
  font-size: var(--font22);
  font-weight: 500;
  line-height: 1.3;
}

.products-view .products-info .pCont:not(:last-child) {
  margin-bottom: 120px;
}

.products-view .products-info .p-list li:not(:last-child) {
  margin-bottom: 20px;
}

.products-view .products-info .p-list li {
  position: relative;
  padding-left: 24px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.products-view .products-info .p-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 4px;
  height: 4px;
  background: #111;
}

.products-view .products-info .p-list li ul {
  margin-top: 10px;
}

.products-view .products-info .p-list li ul li {
  padding-left: 12px;
}

.products-view .products-info .p-list li ul li:before {
  top: 12px;
  width: 6px;
  height: 1.5px;
}

.products-view .products-info .dataTable table {
  width: 100%;
  border-top: 1px solid #111;
}

.products-view .products-info .dataTable thead th {
  padding: 10px;
  height: 80px;
  text-align: center;
  color: #111;
  font-size: var(--font20);
  font-weight: 400;
  line-height: 1.3;
  border: 1px solid #ddd;
  border-width: 0 0 1px 1px;
  background: #f5f5f5;
}

.products-view .products-info .dataTable tbody th {
  padding: 10px;
  height: 80px;
  text-align: center;
  color: #111;
  font-size: var(--font20);
  font-weight: 400;
  line-height: 1.3;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  background: #f5f5f5;
}

.products-view .products-info .dataTable tbody td {
  padding: 10px;
  text-align: center;
  color: #111;
  font-size: var(--font19);
  font-weight: 300;
  line-height: 1.3;
  border: 1px solid #ddd;
  border-width: 0 0 1px 1px;
  background: #fff;
}

.products-view .products-info .dataTable tbody td.td_left {
  padding: 10px 17px;
  text-align: left;
}

.products-view .products-info .dataTable .btnLink {
  cursor: pointer;
}

.products-view .products-info.products-info1 .dataTable tbody th {
  padding: 20px;
  height: 100px;
  background: #fff;
  font-size: var(--font19);
  font-weight: 300;
}

.products-view .products-info.products-info1 .dataTable tbody td.td_left {
  padding: 20px 30px;
  line-height: 1.5;
}

.products-view .products-info .dataTable .nol {
  border-left: none;
}

.products-view .products-info .dataTable .nobg {
  background: none;
}

.products-view .products-info.products-info2 {
  padding-top: 0;
  border: none;
  margin-top: 120px;
}

.products-view .products-info.products-info2 .dataTable tbody th.nobg {
  font-size: var(--font19);
  font-weight: 300;
}

.products-view .products-info .app-box {
  display: flex;
  gap: 20px;
}

.products-view .products-info .app-box .box {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.products-view .products-info .app-box .box:before {
  content: '';
  display: block;
  padding-bottom: 74%;
}

.products-view .products-info .app-box .box .a-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.products-view .products-info .app-box .box .a-box dl {
  width: 100%;
}

.products-view .products-info .app-box .box .a-box dt {
  color: #fff;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.products-view .products-info .app-box .box .a-box dd {
  margin-top: 20px;
}

.products-view .products-info .app-box .box .a-box dd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.products-view .products-info .app-box .box .a-box dd li:not(:last-child) {
  margin-bottom: 10px;
}

.products-view .products-info .app-box .box .a-box dd li {
  position: relative;
  padding-left: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
}

.products-view .products-info .app-box .box .a-box dd li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}

.products-view .products-info .btn_link {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.products-view .products-info .btn_link a {
  width: 100%;
}

.products-view .products-info .btn_link a:before {
  transition: all 0.4s;
}

.products-view .products-info .btn_link a:hover:before {
  transition: all 0.6s;
  width: 1000px;
  height: 1000px;
  opacity: 1;
}

.products-view .products-info .btn_link a span {
  font-size: var(--font22);
  font-weight: 300;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .products-view .products-info .app-box {
    flex-wrap: wrap;
  }

  .products-view .products-info .app-box .box {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 1280px) {
  .products-view .products-info .app-box {
    gap: 10px;
  }

  .products-view .products-info .app-box .box {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 1024px) {
  h4.p-tit {
    margin-bottom: 15px;
  }

  .products-view .products-info .pCont:not(:last-child) {
    margin-bottom: 60px;
  }

  .products-view .products-info .p-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .products-view .products-info .p-list li {
    padding-left: 18px;
  }

  .products-view .products-info .p-list li:before {
    top: 9px;
    width: 2px;
    height: 2px;
  }

  .products-view .products-info .p-list li ul {
    margin-top: 5px;
  }

  .products-view .products-info .p-list li ul li {
    padding-left: 10px;
  }

  .products-view .products-info .p-list li ul li:before {
    top: 10px;
    width: 5px;
    height: 1px;
  }

  .products-view .products-info .dataTable {
    overflow: auto;
  }

  .products-view .products-info .dataTable table {
    width: 1200px;
  }

  .products-view .products-info.products-info1 .dataTable table,
  .products-view .products-info.products-info2 .dataTable table {
    width: 100%;
  }

  .products-view .products-info.products-info2 {
    margin-top: 60px;
  }

  .products-view .products-info .dataTable thead th,
  .products-view .products-info .dataTable tbody th {
    height: 65px;
  }

  .products-view .products-info .dataTable tbody td.td_left {
    padding: 10px;
  }

  .products-view .products-info.products-info1 .dataTable tbody th {
    padding: 10px;
    height: 80px;
  }

  .products-view .products-info.products-info1 .dataTable tbody td.td_left {
    padding: 10px;
  }

  .products-view .products-info.products-info1 .dataTable tbody td img {
    height: 15px;
  }

  .products-view .products-info .app-box .box .a-box dd {
    margin-top: 10px;
  }

  .products-view .products-info .app-box .box .a-box dd li:not(:last-child) {
    margin-bottom: 5px;
  }

  .products-view .products-info .app-box .box .a-box dd li {
    padding-left: 10px;
  }

  .products-view .products-info .app-box .box .a-box dd li:before {
    top: 9px;
    width: 2px;
    height: 2px;
  }

  .products-view .products-info .btn_link {
    margin-top: 15px;
    gap: 10px;
  }
}

@media screen and (max-width: 760px) {
  .products-view .products-info .app-box {
    gap: 5px;
  }

  .products-view .products-info .app-box .box {
    width: 100%;
  }

  .products-view .products-info .app-box .box:before {
    padding-bottom: 60%;
  }
}

@media screen and (max-width: 640px) {
  h4.p-tit {
    margin-bottom: 8px;
  }

  .products-view .products-info .pCont:not(:last-child) {
    margin-bottom: 30px;
  }

  .products-view .products-info .p-list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .products-view .products-info .p-list li {
    padding-left: 12px;
  }

  .products-view .products-info .p-list li:before {
    top: 8px;
  }

  .products-view .products-info.products-info2 {
    margin-top: 30px;
  }

  .products-view .products-info .dataTable thead th,
  .products-view .products-info .dataTable tbody th {
    height: 50px;
  }

  .products-view .products-info .btn_link {
    margin-top: 8px;
    gap: 5px;
  }
}

@media screen and (max-width: 480px) {
  .products-view .products-info .app-box .box .a-box {
    padding: 20px;
    text-align: left;
  }

  .products-view .products-info .app-box .box .a-box dt {
    text-align: center;
  }

  .products-view .products-info .app-box .box .a-box dd ul {
    align-items: flex-start;
  }
}

.products-view .products-info .major-box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  width: 100%;
}

.products-view .products-info .major-box .list:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.products-view .products-info .major-box .box {
  position: relative;
  transition: all 0.3s;
  width: calc((100% - 100px) / 3);
  padding: 5px;
  border: 1px solid #e5e5e5;
}

.products-view .products-info .major-box .imgbox {
  position: relative;
  overflow: hidden;
}

.products-view .products-info .major-box .imgbox>img {
  width: 100%;
  height: 100%;
  aspect-ratio: 490/220;
  object-fit: cover;
}

.products-view .products-info .major-box .imgbox .bg {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-view .products-info .major-box .imgbox .bg .more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.products-view .products-info .major-box .imgbox .bg span {
  color: #fff;
  font-size: var(--font21);
  font-weight: 500;
  line-height: 1.3;
}

.products-view .products-info .major-box .txtbox {
  transition: all 0.3s;
  padding: 12px 0 10px;
  text-align: center;
  color: #111;
  font-size: var(--font22);
  font-weight: 500;
  line-height: 1.3;
}

.products-view .products-info .major-box .box:hover {
  border-color: var(--mainColor);
}

.products-view .products-info .major-box .box:hover .txtbox {
  color: var(--mainColor);
}

.products-view .products-info .major-box .box:hover .bg {
  opacity: 1;
}

.products-view .products-info .feature-box {
  padding: 60px 60px 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 auto;
}

.products-view .products-info .feature-box h5 {
  color: var(--mainColor);
  font-size: var(--font18);
  font-weight: 600;
  line-height: 1.3;
}

.products-view .products-info .feature-box .txt {
  margin: 10px 0 50px;
  color: #111;
  font-size: var(--font36);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.products-view .products-info .feature-box .stxt {
  margin-bottom: 40px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.8;
}

.products-view .products-info .feature-box .imgbox {
  max-width: 1000px;
  margin: 0 auto;
}

.products-view .products-info .feature-box .imgbox img {
  max-width: 100%;
}

.products-view .products-info .feature-box .txt_b {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1000px;
  text-align: right;
  color: #888;
  font-size: var(--font16);
  font-weight: 300;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .products-view .products-info .major-box .list {
    gap: 10px 30px;
  }

  .products-view .products-info .major-box .box {
    width: calc((100% - 60px) / 3);
  }

  .products-view .products-info .feature-box {
    padding: 50px 50px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .products-view .products-info .major-box {
    gap: 10px;
  }

  .products-view .products-info .major-box .box {
    width: calc((100% - 20px) / 3);
  }

  .products-view .products-info .major-box .list:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .products-view .products-info .major-box .box {
    padding: 3px;
  }

  .products-view .products-info .major-box .txtbox {
    padding: 6px 0 5px;
  }

  .products-view .products-info .major-box .imgbox .bg .more {
    gap: 10px;
  }

  .products-view .products-info .major-box .imgbox .bg .more img {
    height: 12px;
  }

  .products-view .products-info .feature-box {
    padding: 30px 30px 60px;
  }

  .products-view .products-info .feature-box .txt {
    margin: 5px 0 25px;
  }

  .products-view .products-info .feature-box .stxt {
    margin-bottom: 20px;
  }

  .products-view .products-info .feature-box .txt_b {
    margin-top: 20px;
  }
}

@media screen and (max-width: 860px) {
  .products-view .products-info .major-box .list {
    gap: 5px;
  }

  .products-view .products-info .major-box .box {
    width: calc((100% - 5px) / 2);
  }
}

@media screen and (max-width: 640px) {
  .products-view .products-info .major-box .list:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .products-view .products-info .major-box .imgbox .bg .more {
    gap: 8px;
  }

  .products-view .products-info .major-box .imgbox .bg .more img {
    height: 10px;
  }

  .products-view .products-info .feature-box {
    padding: 20px 10px 40px;
  }

  .products-view .products-info .feature-box .txt {
    margin: 0 0 15px;
  }

  .products-view .products-info .feature-box .stxt {
    margin-bottom: 10px;
  }

  .products-view .products-info .feature-box .txt_b {
    margin-top: 10px;
  }
}

.products-view .products-info .pCont .popupBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.products-view .products-info .pCont .popupBtn .btn {
  width: calc((100% - 40px) / 3);
}

.products-view .products-info .pCont .popupBtn .btn a {
  transition: all 0.3s;
  width: 100%;
  height: 100px;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.products-view .products-info .pCont .popupBtn .btn a:hover {
  color: #fff;
  border-color: var(--mainColor);
  background: var(--mainColor);
}

.products-view .products-info .pCont .popupBtn .btn a strong {
  font-weight: 500;
}

@media screen and (max-width: 1280px) {
  .products-view .products-info .pCont .popupBtn .btn a {
    height: 85px;
  }
}

@media screen and (max-width: 1024px) {
  .products-view .products-info .pCont .popupBtn {
    gap: 10px;
  }

  .products-view .products-info .pCont .popupBtn .btn {
    width: calc((100% - 20px) / 3);
  }

  .products-view .products-info .pCont .popupBtn .btn a {
    height: 70px;
  }
}

@media screen and (max-width: 640px) {
  .products-view .products-info .pCont .popupBtn {
    gap: 5px;
  }

  .products-view .products-info .pCont .popupBtn .btn {
    width: calc((100% - 5px) / 2);
  }

  .products-view .products-info .pCont .popupBtn .btn a {
    height: 55px;
  }
}

.products_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}

.products_pop.on {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: all 0.3s;
}

.products_pop>.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.products_pop .pop_body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
  z-index: 22;
  width: 100%;
  max-width: 1460px;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.products_pop .pop_body .scroll-box {
  height: 100%;
  overflow: auto;
  padding: 0 62px;
}

.products_pop .pop_body .popCont {
  padding: 80px 58px;
  height: calc(100dvh - 40px);
}

.products_pop .pop_body .popCont h5.stit {
  color: #111;
  font-size: var(--font26);
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.products_pop .pop_body .popCont .ptitbox {
  position: relative;
  border-bottom: 1px solid #000;
}

.products_pop .pop_body .popCont .ptitbox h5.stit {
  border-bottom: none;
}

.products_pop .pop_body .popCont .ptitbox .stxt {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #888;
  font-size: var(--font16);
  font-weight: 300;
  line-height: 1.3;
}

.products_pop .pop_body .popCont .top {
  text-align: center;
}

.products_pop .pop_body .popCont .top h4 {
  height: 30px;
  padding: 0 10px;
  display: inline-flex;
  background: var(--mainColor);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font15);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

.products_pop .pop_body .popCont .top .txt {
  color: #111;
  font-size: var(--font48);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin-bottom: 60px;
}

.products_pop .pop_body .popCont .top .txt.txt1 strong {
  font-weight: 600;
}

.products_pop .pop_body .popCont .top .topimg img {
  max-width: 100%;
}

.products_pop .pop_body .popCont .infotxt {
  margin-top: 60px;
  padding: 30px;
  text-align: center;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.7;
  border: 1px solid #000;
  border-width: 1px 0;
}

.products_pop .pop_body .popCont .txt-list {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.products_pop .pop_body .popCont .txt-list .box {
  width: calc((100% - 20px) / 2);
}

.products_pop .pop_body .popCont .txt-list.full .box {
  width: 100%;
}

.products_pop .pop_body .popCont .txt-list .p-list {
  padding-top: 30px;
}

.products_pop .pop_body .popCont .txt-list .p-list li:not(:last-child) {
  margin-bottom: 15px;
}

.products_pop .pop_body .popCont .txt-list .p-list li {
  position: relative;
  padding-left: 22px;
  color: #000;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
}

.products_pop .pop_body .popCont .txt-list .p-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 5px;
}

.products_pop .pop_body .popCont .listbox {
  margin-top: 60px;
}

.products_pop .pop_body .popCont .listbox .list {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.products_pop .pop_body .popCont .listbox .box {
  width: calc((100% - 60px) / 4);
  padding: 40px 20px;
  text-align: center;
  background: #f5f5f5;
}

.products_pop .pop_body .popCont .listbox .list.b2 .box {
  width: calc((100% - 20px) / 2);
}

.products_pop .pop_body .popCont .listbox .list.b3 .box {
  width: calc((100% - 40px) / 3);
}

.products_pop .pop_body .popCont .listbox .box .txt {
  margin-top: 40px;
  color: #333;
  font-size: var(--font19);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.products_pop .pop_body .popCont .listbox .box .txt span {
  font-weight: 500;
}

.products_pop .pop_body .popCont .datatTable {
  margin-top: 60px;
}

.products_pop .pop_body .popCont .datatTable .tbox {
  margin-top: 30px;
  padding-bottom: 2px;
}

.products_pop .pop_body .popCont .datatTable .tbox table {
  border-top: 1px solid #000;
}

.products_pop .pop_body .popCont .datatTable .tbox thead th {
  text-align: center;
  height: 100px;
  padding: 0 20px;
  color: #333;
  font-size: var(--font20);
  font-weight: 400;
  line-height: 1.3;
  background: #f5f5f5;
  border-bottom: 1px solid #000;
}

.products_pop .pop_body .popCont .datatTable .tbox tbody td {
  text-align: center;
  height: 90px;
  color: #333;
  font-size: var(--font17);
  font-weight: 300;
  line-height: 1.3;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.products_pop .pop_body .popCont .datatTable .tbox tbody td strong {
  font-size: var(--font18);
  font-weight: 500;
}

.products_pop .pop_body .popCont .datatTable .tbox tbody tr.bg td {
  background: #38bea9;
  color: #fff;
}

.products_pop .pop_body .popCont .datatTable .tbox tbody td.td_center {
  text-align: center;
}

.products_pop .pop_body .popCont .datatTable .tbox tbody td a.btn_down {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_pop .pop_body .popCont .datatTable .tbox tbody th.b_line {
  border-bottom: 1px solid #ddd;
  color: #111;
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.3;
}

.products_pop .pop_body .popCont .datatTable.datatTable1 .tbox thead th {
  height: 70px;
  color: #111;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.products_pop .pop_body .popCont .datatTable.datatTable1 .tbox tbody td {
  text-align: left;
  height: 70px;
  padding: 10px 20px;
  color: #111;
  border-left: 1px solid #ddd;
}

.products_pop .pop_body .popCont .datatTable.datatTable1 .tbox .nol {
  border-left: none;
}

.products_pop .pop_body .popCont .datatTable.datatTable1 .tbox tbody td.td_center {
  text-align: center;
}

.products_pop .pop_body .popCont .datatTable .txt_b {
  margin: 30px 0 0;
  color: #333;
  font-size: var(--font16);
  font-weight: 300;
  line-height: 1.3;
}

.products_pop .pop_body .popCont .app-box {
  margin-top: 60px;
}

.products_pop .pop_body .popCont .app-box .aCont {
  margin-top: 30px;
  padding-bottom: 5px;
}

.products_pop .pop_body .popCont .app-box .aCont .txt {
  color: #111;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.products_pop .btn_close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
}

.products_pop .btn_close span {
  z-index: 1;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  margin: 0px 0 0 -14px;
  background: #000;
  display: block;
}

.products_pop .btn_close span:after {
  content: '';
  display: block;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-90deg);
  margin: 0 0 0 -14px;
  background: #000;
}

@media screen and (max-width: 1500px) {
  .products_pop .pop_body {
    left: 20px;
    transform: translate(0, -50%);
    max-width: 100%;
    width: calc(100% - 40px);
  }

  .products_pop .pop_body .scroll-box {
    padding: 0 40px;
  }

  .products_pop .pop_body .popCont {
    padding: 80px 58px;
  }
}

@media screen and (max-width: 1280px) {
  .products_pop .pop_body .popCont .txt-list {
    gap: 10px;
  }

  .products_pop .pop_body .popCont .txt-list .box {
    width: calc((100% - 10px) / 2);
  }

  .products_pop .pop_body .popCont .listbox .list {
    gap: 10px;
  }

  .products_pop .pop_body .popCont .listbox .box {
    width: calc((100% - 30px) / 4);
    padding: 30px 10px;
  }

  .products_pop .pop_body .popCont .infotxt br,
  .products_pop .pop_body .popCont .listbox .box br {
    display: none;
  }

  .products_pop .pop_body .popCont .infotxt br.m_br,
  .products_pop .pop_body .popCont .listbox .box br.m_br {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .products_pop .pop_body .scroll-box {
    padding: 0 20px;
  }

  .products_pop .pop_body .popCont {
    padding: 60px 38px;
    height: calc(100dvh - 160px);
  }

  .products_pop .pop_body .popCont h5.stit {
    padding-bottom: 5px;
  }

  .products_pop .pop_body .popCont .ptitbox {
    padding-bottom: 25px;
  }

  .products_pop .pop_body .popCont .ptitbox .stxt {
    bottom: 10px;
  }

  .products_pop .pop_body .popCont .top h4 {
    height: 25px;
    margin-bottom: 10px;
  }

  .products_pop .pop_body .popCont .top .txt {
    margin-bottom: 30px;
  }

  .products_pop .pop_body .popCont .infotxt,
  .products_pop .pop_body .popCont .txt-list,
  .products_pop .pop_body .popCont .listbox,
  .products_pop .pop_body .popCont .datatTable,
  .products_pop .pop_body .popCont .app-box {
    margin-top: 30px;
  }

  .products_pop .pop_body .popCont .txt-list {
    gap: 5px;
  }

  .products_pop .pop_body .popCont .txt-list .box,
  .products_pop .pop_body .popCont .listbox .list.b2 .box,
  .products_pop .pop_body .popCont .listbox .list.b3 .box {
    width: calc((100% - 5px) / 2);
  }

  .products_pop .pop_body .popCont .listbox .list {
    gap: 5px;
  }

  .products_pop .pop_body .popCont .listbox .box {
    width: calc((100% - 5px) / 2);
    padding: 30px 10px;
  }

  .products_pop .pop_body .popCont .listbox .box .icon img {
    width: 80px;
  }

  .products_pop .pop_body .popCont .listbox .box .txt {
    margin-top: 20px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox,
  .products_pop .pop_body .popCont .app-box .aCont {
    margin-top: 15px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox {
    overflow: auto;
    padding-bottom: 20px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox table {
    width: 1000px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox thead th {
    height: 80px;
    padding: 0 10px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox tbody td {
    height: 70px;
  }

  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox table {
    width: 100%;
  }

  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox thead th {
    height: 60px;
  }

  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox tbody td {
    height: 60px;
    padding: 10px;
  }

  .products_pop .pop_body .popCont .datatTable .txt_b {
    margin: 15px 0 0;
  }

  .products_pop .btn_close {
    top: 20px;
    right: 20px;
  }

  .products_pop .btn_close span,
  .products_pop .btn_close span:after {
    height: 1px;
    width: 22px;
    margin: 0px 0 0 -11px;
  }
}

@media screen and (max-width: 860px) {
  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox table {
    width: 860px;
  }
}

@media screen and (max-width: 640px) {
  .products_pop .pop_body .scroll-box {
    padding: 0 8px;
  }

  .products_pop .pop_body .popCont {
    padding: 50px 18px 30px;
    height: calc(100dvh - 120px);
  }

  .products_pop .pop_body .popCont .top .txt {
    margin-bottom: 15px;
  }

  .products_pop .pop_body .popCont .infotxt,
  .products_pop .pop_body .popCont .txt-list,
  .products_pop .pop_body .popCont .listbox,
  .products_pop .pop_body .popCont .datatTable,
  .products_pop .pop_body .popCont .app-box {
    margin-top: 15px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox,
  .products_pop .pop_body .popCont .app-box .aCont {
    margin-top: 8px;
  }

  .products_pop .pop_body .popCont .txt-list {
    gap: 30px 5px;
  }

  .products_pop .pop_body .popCont .txt-list .box,
  .products_pop .pop_body .popCont .listbox .list.b3 .box {
    width: 100%;
  }

  .products_pop .pop_body .popCont .listbox .box {
    padding: 20px 10px;
  }

  .products_pop .pop_body .popCont .listbox .box .icon img {
    width: 60px;
  }

  .products_pop .pop_body .popCont .listbox .box .txt {
    margin-top: 10px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox thead th {
    height: 70px;
  }

  .products_pop .pop_body .popCont .datatTable .tbox tbody td {
    height: 60px;
  }

  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox table {
    width: 100%;
  }

  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox thead th,
  .products_pop .pop_body .popCont .datatTable.datatTable1 .tbox tbody td {
    height: 50px;
  }

  .products_pop .btn_close {
    top: 10px;
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .products_pop .pop_body .popCont .listbox .box {
    width: 100%;
  }
}

.products-view .products-info .plistbox {
  border-top: 1px solid #ddd;
}

.products-view .products-info .plistbox .box {
  display: flex;
  padding: 60px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.products-view .products-info .plistbox .box .tit {
  width: 410px;
  padding-right: 60px;
}

.products-view .products-info .plistbox .box .tit h4 {
  color: #000;
  font-size: var(--font30);
  font-weight: 500;
  line-height: 1.3;
}

.products-view .products-info .plistbox .box .tit span {
  margin-top: 15px;
  color: #bbb;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.products-view .products-info .plistbox .box .txt {
  width: calc(100% - 410px);
  padding-bottom: 100px;
  color: #333;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.6;
}

.products-view .products-info .plistbox .box .btn {
  position: absolute;
  right: 0;
  bottom: 60px;
}

.products-view .products-info .plistbox .box .btn a {
  position: relative;
  height: 60px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #333;
  overflow: hidden;
}

.products-view .products-info .plistbox .box .btn a span {
  position: relative;
  z-index: 5;
  color: #333;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.4s;
}

.products-view .products-info .plistbox .box .btn a img {
  transition: all 0.4s;
}

.products-view .products-info .plistbox .box .btn a:hover {
  border-color: var(--mainColor);
}

.products-view .products-info .plistbox .box .btn a:hover span {
  color: #fff;
}

.products-view .products-info .plistbox .box .btn a:before {
  transition: all 0.6s;
  content: '';
  display: block;
  opacity: 0.4;
  background: var(--mainColor);
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products-view .products-info .plistbox .box .btn a:hover:before {
  transition: all 0.8s;
  width: 500px;
  height: 500px;
  opacity: 1;
}

.products-view .products-info .plistbox .box .btn a:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1440px) {
  .products-view .products-info .plistbox .box {
    padding: 50px 0;
  }

  .products-view .products-info .plistbox .box .tit {
    width: 360px;
    padding-right: 50px;
  }

  .products-view .products-info .plistbox .box .txt {
    width: calc(100% - 360px);
  }

  .products-view .products-info .plistbox .box .btn {
    bottom: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .products-view .products-info .plistbox .box {
    padding: 40px 0;
  }

  .products-view .products-info .plistbox .box .tit {
    width: 360px;
    padding-right: 50px;
  }

  .products-view .products-info .plistbox .box .txt {
    width: calc(100% - 360px);
  }

  .products-view .products-info .plistbox .box .btn {
    bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .products-view .products-info .plistbox .box {
    padding: 30px 0;
  }

  .products-view .products-info .plistbox .box .tit {
    width: 280px;
    padding-right: 40px;
  }

  .products-view .products-info .plistbox .box .txt {
    width: calc(100% - 280px);
    padding-bottom: 80px;
  }

  .products-view .products-info .plistbox .box .tit span {
    margin-top: 8px;
  }

  .products-view .products-info .plistbox .box .btn a {
    width: 200px;
    height: 55px;
    gap: 5px;
  }
}

@media screen and (max-width: 960px) {
  .products-view .products-info .plistbox .box {
    flex-wrap: wrap;
  }

  .products-view .products-info .plistbox .box .tit {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .products-view .products-info .plistbox .box .txt {
    width: 100%;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .products-view .products-info .plistbox .box {
    padding: 15px 0;
  }

  .products-view .products-info .plistbox .box .tit {
    margin-bottom: 10px;
  }

  .products-view .products-info .plistbox .box .tit span {
    margin-top: 4px;
  }

  .products-view .products-info .plistbox .box .btn a {
    width: 160px;
    height: 45px;
  }
}

.application-box .footwear-box .app-img {
  position: relative;
  height: 800px;
}

.application-box .footwear-box .app-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/img/sub/business/application/footwear_bg.webp) center center no-repeat;
}

.application-box .footwear-box .app-img .app-p {
  position: absolute;
}

.application-box .footwear-box .app-img .app-p.on {
  z-index: 5;
}

.application-box .footwear-box .app-img .app-p.on .pview a:after {
  opacity: 0;
}

.application-box .footwear-box .app-img .app-p .pcont {
  width: 460px;
  background: #fff;
  padding: 40px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
}

.application-box .footwear-box .app-img .app-p.on .pcont {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.application-box .footwear-box .app-p .pview {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: var(--mainColor);
  border-radius: 40px;
}

.application-box .footwear-box .app-p .pview a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}

.application-box .footwear-box .app-p .pview a:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
}

.application-box .footwear-box .app-p .pview a:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.application-box .footwear-box .app-p .pcont h4 {
  color: var(--mainColor);
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.3;
}

.application-box .footwear-box .app-p .pcont dt {
  margin: 20px 0;
  color: #111;
  font-size: var(--font22);
  font-weight: 600;
  line-height: 1.3;
}

.application-box .footwear-box .app-p .pcont dd {
  color: #333;
  font-size: var(--font19);
  font-weight: 300;
  line-height: 1.6;
}

.application-box .footwear-box .app-p .pcont .btn {
  margin-top: 20px;
}

.application-box .footwear-box .app-p .pcont .btn a {
  padding: 0 15px;
  height: 40px;
  color: #fff;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor1);
}

.application-box .footwear-box .app-img .app-p.p1 {
  right: 50%;
  top: 65px;
  margin-right: 224px;
}

.application-box .footwear-box .app-img .app-p.p1 .pview {
  right: -90px;
  top: 180px;
}

.application-box .footwear-box .app-img .app-p.p2 {
  right: 50%;
  top: 268px;
  margin-right: 160px;
}

.application-box .footwear-box .app-img .app-p.p2 .pview {
  right: -90px;
  top: 194px;
}

.application-box .footwear-box .app-img .app-p.p3 {
  left: 50%;
  top: 373px;
  margin-left: 210px;
}

.application-box .footwear-box .app-img .app-p.p3 .pview {
  left: -90px;
  top: 150px;
}

.application-box .footwear-box .mobile {
  display: none;
}

@media screen and (max-width: 1640px) {
  .application-box .footwear-box .app-img .app-p.p1 {
    margin-right: 179px;
  }

  .application-box .footwear-box .app-img .app-p.p1 .pview {
    right: -45px;
  }

  .application-box .footwear-box .app-img .app-p.p2 {
    margin-right: 115px;
  }

  .application-box .footwear-box .app-img .app-p.p2 .pview {
    right: -45px;
  }

  .application-box .footwear-box .app-img .app-p.p3 {
    margin-left: 165px;
  }

  .application-box .footwear-box .app-img .app-p.p3 .pview {
    left: -45px;
  }

  .application-box .footwear-box .app-img .app-p .pcont {
    width: 420px;
    padding: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .application-box .footwear-box .app-img .app-p .pcont {
    width: 320px;
    padding: 20px;
  }

  .application-box .footwear-box .app-p .pcont dt {
    margin: 15px 0;
  }

  .application-box .footwear-box .app-p .pcont .btn {
    margin-top: 10px;
  }

  .application-box .footwear-box .app-p .pcont .btn a {
    padding: 0 12px;
    height: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .application-box .footwear-box .app-img .app-p.p1 {
    top: 15px;
  }

  .application-box .footwear-box .app-img .app-p.p2 {
    top: 180px;
  }

  .application-box .footwear-box .app-img .app-p.p3 {
    top: 323px;
  }

  .application-box .footwear-box .app-img {
    height: 700px;
  }

  .application-box .footwear-box .app-img .app-p>.pcont {
    display: none;
  }

  .application-box .footwear-box .mobile {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .application-box .footwear-box .mobile .bg {
    display: none;
  }

  .application-box .footwear-box .mobile .box {
    width: calc((100% - 20px) / 3);
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
  }

  .application-box .footwear-box .mobile .box .pview {
    position: relative;
    margin-bottom: 5px;
  }

  .application-box .footwear-box .app-p .pcont {
    width: auto;
    padding: 0;
  }

  .application-box .footwear-box .app-p .pview a:before,
  .application-box .footwear-box .app-p .pview a:after {
    display: none;
  }

  .application-box .footwear-box .app-p .pview a {
    text-indent: 0;
    color: #fff;
    font-size: var(--font24);
    font-weight: 400;
    line-height: 1.3;
  }
}

@media screen and (max-width: 640px) {
  .application-box .footwear-box .app-img .app-p.p1 .pview {
    right: -60px;
    top: 120px;
  }

  .application-box .footwear-box .app-img .app-p.p2 .pview {
    right: -60px;
    top: 114px;
  }

  .application-box .footwear-box .app-img .app-p.p3 .pview {
    left: -80px;
    top: 20px;
  }

  .application-box .footwear-box .app-img {
    height: 500px;
  }

  .application-box .footwear-box .app-img .bg {
    background-image: url(/img/sub/business/application/footwear_bg_m.webp);
  }

  .application-box .footwear-box .mobile {
    gap: 5px;
    margin-top: 5px;
    flex-wrap: wrap;
  }

  .application-box .footwear-box .mobile .bg {
    display: none;
  }

  .application-box .footwear-box .mobile .box {
    width: 100%;
  }

  .application-box .footwear-box .app-p .pview {
    width: 32px;
    height: 32px;
  }

  .application-box .footwear-box .app-p .pview a {
    text-indent: 0;
    color: #fff;
    font-size: var(--font20);
    font-weight: 400;
    line-height: 1.3;
  }

  .application-box .footwear-box .app-p .pcont dt {
    margin: 8px 0;
  }

  .application-box .footwear-box .app-p .pcont .btn a {
    padding: 0 10px;
    height: 32px;
  }
}

/* animation 
.application-box .footwear-box .app-img .app-p .pview { opacity:0; }
.application-box .footwear-box .app-img.subOn .app-p.p1 .pview { animation:ani_5 0.8s 0.3s; animation-fill-mode:both; }
.application-box .footwear-box .app-img.subOn .app-p.p2 .pview { animation:ani_5 0.8s 0.6s; animation-fill-mode:both; }
.application-box .footwear-box .app-img.subOn .app-p.p3 .pview { animation:ani_5 0.8s 0.9s; animation-fill-mode:both; }
*/

.application-box .textiles-box .listbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.application-box .textiles-box .listbox .box {
  position: relative;
  width: calc((100% - 80px) / 5);
}

.application-box .textiles-box .listbox .box .imgbox {
  aspect-ratio: 304 / 440;
}

.application-box .textiles-box .listbox .box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.application-box .textiles-box .listbox .box h4 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .application-box .textiles-box .listbox {
    gap: 10px;
  }

  .application-box .textiles-box .listbox .box {
    width: calc((100% - 40px) / 5);
  }
}

@media screen and (max-width: 1024px) {
  .application-box .textiles-box .listbox {
    gap: 10px;
  }

  .application-box .textiles-box .listbox .box {
    width: calc((100% - 20px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .application-box .textiles-box .listbox {
    gap: 5px;
  }

  .application-box .textiles-box .listbox .box {
    width: calc((100% - 5px) / 2);
  }
}

/* animation 
.application-box .textiles-box .listbox .box { opacity:0; }
.application-box .textiles-box .listbox.subOn .box { animation:ani_3 0.5s 0.3s; animation-fill-mode:both; }
*/

.application-box .automotive-box .app-img {
  position: relative;
  height: 800px;
  border: 1px solid #ddd;
}

.application-box .automotive-box .app-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/img/sub/business/application/automotive_bg.webp) center center no-repeat;
}

.application-box .automotive-box .app-img .app-p {
  position: absolute;
}

.application-box .automotive-box .app-img .app-p.on {
  z-index: 5;
}

.application-box .automotive-box .app-img .app-p.on .pview a:after {
  opacity: 0;
}

.application-box .automotive-box .app-img .app-p .pcont {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
}

.application-box .automotive-box .app-img .app-p.on .pcont {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.application-box .automotive-box .app-p .pview {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: #333;
  border-radius: 40px;
}

.application-box .automotive-box .app-p .pview a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  overflow: hidden;
}

.application-box .automotive-box .app-p .pview a:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
}

.application-box .automotive-box .app-p .pview a:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.application-box .automotive-box .app-p .pcont {
  display: flex;
  gap: 20px;
}

.application-box .automotive-box .app-p .pcont .box {
  border: 2px solid var(--mainColor);
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 25px 0 rgba(109, 36, 227, 0.15);
}

.application-box .automotive-box .app-p .pcont .box .imgbox {
  text-align: center;
}

.application-box .automotive-box .app-p .pcont .box .imgbox img {
  max-width: 100%;
}

.application-box .automotive-box .app-p .pcont .box .table-box {
  margin-top: 20px;
}

.application-box .automotive-box .app-p .pcont .box .table-box table {
  border-top: 1px solid #333;
}

.application-box .automotive-box .app-p .pcont .box .table-box tbody th {
  height: 60px;
  color: #111;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

.application-box .automotive-box .app-p .pcont .box .table-box tbody td {
  padding: 7px 10px;
  color: #333;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 0 0 1px 1px;
  background: #fff;
}

.application-box .automotive-box .app-img .app-p.p1 {
  right: 50%;
  top: 152px;
  margin-right: 195px;
}

.application-box .automotive-box .app-img .app-p.p1 .pview {
  right: -20px;
  top: 190px;
}

.application-box .automotive-box .app-img .app-p.p2 {
  right: 50%;
  top: 110px;
  margin-right: 100px;
}

.application-box .automotive-box .app-img .app-p.p2 .pview {
  right: -20px;
  top: 158px;
}

.application-box .automotive-box .app-img .app-p.p3 {
  left: 50%;
  top: 140px;
  margin-left: -42px;
}

.application-box .automotive-box .app-img .app-p.p3 .pview {
  left: -20px;
  top: 184px;
}

.application-box .automotive-box .app-img .app-p.p4 {
  left: 50%;
  top: 266px;
  margin-left: -36px;
}

.application-box .automotive-box .app-img .app-p.p4 .pview {
  left: -20px;
  top: 144px;
}

.application-box .automotive-box .app-img .app-p.p5 {
  left: 50%;
  top: 133px;
  margin-left: 42px;
}

.application-box .automotive-box .app-img .app-p.p5 .pview {
  left: -20px;
  top: 166px;
}

.application-box .automotive-box .app-img .app-p.p6 {
  left: 50%;
  top: 190px;
  margin-left: 122px;
}

.application-box .automotive-box .app-img .app-p.p6 .pview {
  left: -20px;
  top: 160px;
}

.application-box .automotive-box .app-img .app-p.p7 {
  left: 50%;
  top: 82px;
  margin-left: 242px;
}

.application-box .automotive-box .app-img .app-p.p7 .pview {
  left: -20px;
  top: 130px;
}

.application-box .automotive-box .app-img .app-p.p8 {
  left: 50%;
  top: 20px;
  margin-left: 190px;
}

.application-box .automotive-box .app-img .app-p.p8 img {
  aspect-ratio: 1 / 0.578651685;
  width: 70%;
}

.application-box .automotive-box .app-img .app-p.p8 .pview {
  left: -20px;
  top: 130px;
}

.application-box .automotive-box .mobile {
  display: none;
}

.application-box .btn_link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.application-box .btn_link a {
  transition: all 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  border: 1px solid #333;
  overflow: hidden;
}

.application-box .btn_link a span {
  position: relative;
  z-index: 5;
  color: #333;
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.4s;
}

.application-box .btn_link a img {
  transition: all 0.4s;
  vertical-align: middle;
}

.application-box .btn_link a:hover {
  border-color: var(--mainColor);
}

.application-box .btn_link a:hover span {
  color: #fff;
}

.application-box .btn_link a:before {
  transition: all 0.6s;
  content: '';
  display: block;
  opacity: 0.4;
  background: var(--mainColor);
  width: 0;
  height: 0;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.application-box .btn_link a:hover:before {
  transition: all 0.8s;
  width: 500px;
  height: 500px;
  opacity: 1;
}

.application-box .btn_link a:hover img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1640px) {
  .application-box .automotive-box .app-p .pcont {
    gap: 10px;
  }

  .application-box .automotive-box .app-p .pcont .box {
    padding: 30px;
  }

  .application-box .automotive-box .app-img .app-p.p7 {
    left: unset;
    right: 50%;
    margin: 0 -242px 0 0;
  }

  .application-box .automotive-box .app-img .app-p.p7 .pview {
    left: unset;
    right: -20px;
  }


}

@media screen and (max-width: 1280px) {
  .application-box .automotive-box .app-p .pcont .box {
    padding: 20px;
  }

  .application-box .automotive-box .app-img .app-p.p1 {
    right: unset;
    left: 50%;
    margin: 0 0 0 -195px;
  }

  .application-box .automotive-box .app-img .app-p.p1 .pview {
    left: -20px;
    right: unset;
    top: 190px;
  }

  .application-box .automotive-box .app-img .app-p.p2 {
    right: 50%;
    top: 110px;
    margin-right: 100px;
  }

  .application-box .automotive-box .app-img .app-p.p2 .pview {
    right: -20px;
    top: 158px;
  }
}

@media screen and (max-width: 1024px) {
  .application-box .automotive-box .app-img .app-p>.pcont {
    display: none;
  }

  .application-box .automotive-box .mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }

  .application-box .automotive-box .mobile .app-p {
    width: calc((100% - 10px) / 2);
  }

  .application-box .automotive-box .mobile .bg {
    display: none;
  }

  .application-box .automotive-box .mobile .box .pview {
    position: relative;
    margin-bottom: 5px;
  }

  .application-box .automotive-box .app-p .pcont {
    width: 100%;
    gap: 5px;
  }

  .application-box .automotive-box .app-p .pcont .box {
    width: 100%;
  }

  .application-box .automotive-box .app-p .pcont.w50 .box {
    width: calc((100% - 5px) / 2);
  }

  .application-box .automotive-box .app-p .pcont .box .table-box {
    margin-top: 10px;
  }

  .application-box .automotive-box .app-p .pcont .box .table-box tbody th {
    height: 50px;
  }

  .application-box .automotive-box .app-p .pcont .box .table-box tbody td {
    padding: 7px;
  }

  .application-box .automotive-box .app-p .pview a:before,
  .application-box .automotive-box .app-p .pview a:after {
    display: none;
  }

  .application-box .automotive-box .app-p .pview a {
    text-indent: 0;
    color: #fff;
    font-size: var(--font24);
    font-weight: 400;
    line-height: 1.3;
  }

  .application-box .btn_link {
    margin-top: 20px;
  }

  .application-box .btn_link a {
    height: 55px;
    gap: 5px;
  }

  .application-box .btn_link a img {
    height: 16px;
  }
}

@media screen and (max-width: 640px) {
  .application-box .automotive-box .app-img {
    height: 400px;
  }

  .application-box .automotive-box .app-img .bg {
    background-image: url(/img/sub/business/application/automotive_bg_m.webp);
  }

  .application-box .automotive-box .mobile {
    gap: 5px;
    margin-top: 5px;
    flex-wrap: wrap;
  }

  .application-box .automotive-box .mobile .bg {
    display: none;
  }

  .application-box .automotive-box .mobile .box {
    width: 100%;
  }

  .application-box .automotive-box .app-p .pcont {
    flex-wrap: wrap;
  }

  .application-box .automotive-box .app-p .pcont .box .table-box {
    margin-top: 5px;
  }

  .application-box .automotive-box .app-p .pcont .box .table-box tbody th {
    height: 45px;
  }

  .application-box .automotive-box .app-p .pcont.w50 .box {
    width: 100%;
  }

  .application-box .automotive-box .app-p .pcont .box .imgbox img {
    max-width: auto;
    width: 100%;
  }

  .application-box .automotive-box .app-p .pview {
    width: 32px;
    height: 32px;
  }

  .application-box .automotive-box .app-p .pview a {
    text-indent: 0;
    color: #fff;
    font-size: var(--font20);
    font-weight: 400;
    line-height: 1.3;
  }

  .application-box .automotive-box .app-img .app-p.p1 {
    margin: 0 0 0 -105px;
  }

  .application-box .automotive-box .app-img .app-p.p1 .pview {
    top: 5px;
  }

  .application-box .automotive-box .app-img .app-p.p2 {
    margin-right: 50px;
  }

  .application-box .automotive-box .app-img .app-p.p2 .pview {
    top: 5px;
  }

  .application-box .automotive-box .app-img .app-p.p3 {
    margin-left: 0;
  }

  .application-box .automotive-box .app-img .app-p.p3 .pview {
    top: 10px;
  }

  .application-box .automotive-box .app-img .app-p.p4 {
    top: 202px;
    margin-left: -5px;
  }

  .application-box .automotive-box .app-img .app-p.p4 .pview {
    top: 0;
  }

  .application-box .automotive-box .app-img .app-p.p5 {
    margin-left: 40px;
  }

  .application-box .automotive-box .app-img .app-p.p5 .pview {
    top: 0;
  }

  .application-box .automotive-box .app-img .app-p.p6 {
    top: 160px;
    margin-left: 90px;
  }

  .application-box .automotive-box .app-img .app-p.p6 .pview {
    top: 0;
  }

  .application-box .automotive-box .app-img .app-p.p7 {
    margin: 0 -152px 0 0;
  }

  .application-box .automotive-box .app-img .app-p.p7 .pview {
    top: 0;
  }

  .application-box .automotive-box .app-img .app-p.p8 {
    top: 42px;
    margin-left: 127px;
  }

  .application-box .automotive-box .app-img .app-p.p8 .pview {
    top: 0;
  }

  .application-box .btn_link {
    margin-top: 10px;
  }

  .application-box .btn_link a {
    height: 45px;
  }

  .application-box .btn_link a img {
    height: 15px;
  }
}

/* animation 
.application-box .automotive-box .app-img .app-p .pview { opacity:0; }
.application-box .automotive-box .app-img.subOn .app-p.p1 .pview { animation:ani_5 0.5s 0.3s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p2 .pview { animation:ani_5 0.5s 0.5s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p3 .pview { animation:ani_5 0.5s 0.7s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p4 .pview { animation:ani_5 0.5s 0.9s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p5 .pview { animation:ani_5 0.5s 1.1s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p6 .pview { animation:ani_5 0.5s 1.3s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p7 .pview { animation:ani_5 0.5s 1.5s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p8 .pview { animation:ani_5 0.5s 1.7s; animation-fill-mode:both; }
.application-box .automotive-box .app-img.subOn .app-p.p9 .pview { animation:ani_5 0.5s 1.9s; animation-fill-mode:both; }
*/

.application-box .appline .box-txt {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.application-box .appline .box-txt:first-child {
  border-top: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  .application-box .appline .box-txt {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .application-box .appline .box-txt {
    padding: 15px 0;
  }
}

/* animation 
.application-box .appline .box-txt > dl > dd { opacity:0; }
.application-box .appline .box-txt.subOn > dl > dd { animation:bgs3 0.8s 0.5s; animation-fill-mode:both; }
@media screen and (max-width:940px){
	.application-box .appline .box-txt.subOn > dl > dd { margin-top:25px }
}
@media screen and (max-width:640px){
	.application-box .appline .box-txt.subOn > dl > dd { margin-top:10px }
}
*/

.application-box .packaging-box .box-txt .cont1 .box-wrap {
  display: flex;
}

.application-box .packaging-box .box-txt .cont1 .fimg {
  width: 440px;
  flex-shrink: 0;
}

.application-box .packaging-box .box-txt .cont1 .fimg img {
  max-width: 280px;
  width: 100%;
}

.application-box .packaging-box .box-txt .cont1 .txtbox {
  width: calc(100% - 440px);
  margin-bottom: 20px;
}

.application-box .packaging-box .box-txt .cont1 .txtbox dt {
  margin: 15px 0;
  color: #000;
  font-size: var(--font30);
  font-weight: 600;
  line-height: 1.3;
}

.application-box .packaging-box .box-txt .cont1 .txtbox dd {
  color: #333;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.3;
}

.application-box .packaging-box .box-txt .cont1 .txtbox dd .tit {
  color: #111;
  font-size: var(--font21);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}

.application-box .packaging-box .box-txt .cont1 .listbox {
  padding-left: 440px;
}

.application-box .packaging-box .box-txt .cont1 .listbox .list {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 20px;
  text-align: center;
}

.application-box .packaging-box .box-txt .cont1 .listbox .imgbox img {
  width: 100%;
}

.application-box .packaging-box .box-txt .cont1 .listbox h5 {
  margin-top: 20px;
  color: #333;
  font-size: var(--font19);
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1640px) {
  .application-box .packaging-box .box-txt .cont1 .fimg {
    width: 380px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox {
    width: calc(100% - 380px);
  }

  .application-box .packaging-box .box-txt .cont1 .listbox {
    padding-left: 380px;
  }
}

@media screen and (max-width: 1440px) {
  .application-box .packaging-box .box-txt .cont1 .fimg {
    width: 280px;
    padding-right: 40px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox {
    width: calc(100% - 280px);
  }

  .application-box .packaging-box .box-txt .cont1 .listbox {
    padding-left: 280px;
  }
}

@media screen and (max-width: 1280px) {
  .application-box .packaging-box .box-txt .cont1 .fimg {
    width: 240px;
    padding-right: 30px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox dt {
    margin: 10px 0;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox {
    padding-left: 240px;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox .list {
    margin-top: 20px;
    padding-top: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .application-box .packaging-box .box-txt .cont1 .fimg {
    padding-right: 20px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox .icon img {
    height: 40px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox dt {
    margin: 8px 0;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox .list {
    margin-top: 15px;
    padding-top: 15px;
    gap: 15px 10px;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox h5 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .application-box .packaging-box .box-txt .cont1 .listbox {
    padding-left: 0;
  }
}

@media screen and (max-width: 760px) {
  .application-box .packaging-box .box-txt .cont1 {
    flex-wrap: wrap;
  }

  .application-box .packaging-box .box-txt .cont1 .fimg img {
    width: 100%;
    max-width: 220px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .application-box .packaging-box .box-txt .cont1 .box-wrap {
    gap: 10px;
  }

  .application-box .packaging-box .box-txt .cont1 .box-wrap>div {
    width: calc((100% - 10px) / 2);
  }

  .application-box .packaging-box .box-txt .cont1 .fimg {
    padding-right: 0;
  }

  .application-box .packaging-box .box-txt .cont1 .fimg img {
    max-width: 100%;
    width: 100%;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox .icon img {
    height: 30px;
  }

  .application-box .packaging-box .box-txt .cont1 .txtbox dt {
    margin: 5px 0;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox h5 {
    margin-top: 5px;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox .list {
    margin-top: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
  }

  .application-box .packaging-box .box-txt .cont1 .listbox .list .box {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 520px) {
  .application-box .packaging-box .box-txt .cont1 .box-wrap {
    flex-wrap: wrap;
  }

  .application-box .packaging-box .box-txt .cont1 .box-wrap>div {
    width: 100%;
  }
}

.application-box .chemicals-box .cont1 .listbox {
  display: flex;
  gap: 20px;
  text-align: center;
}

.application-box .chemicals-box .cont1 .listbox .imgbox img {
  width: 100%;
}

.application-box .chemicals-box .cont1 .listbox h5 {
  margin-top: 20px;
  color: #333;
  font-size: var(--font19);
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .application-box .chemicals-box .cont1 .listbox {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .application-box .chemicals-box .cont1 .listbox {
    gap: 15px 10px;
  }

  .application-box .chemicals-box .cont1 .listbox h5 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .application-box .chemicals-box .cont1 .listbox {
    flex-wrap: wrap;
  }

  .application-box .chemicals-box .cont1 .listbox .box {
    width: calc((100% - 10px) / 2);
  }

  .application-box .chemicals-box .cont1 .listbox h5 {
    margin-top: 5px;
  }
}

.application-box .construction-box .cont1 dt h5 {
  color: #000;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.3;
}

.application-box .construction-box .cont1 dd {
  margin-top: 30px;
  color: #555;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.6;
}

.application-box .construction-box .cont1 .listbox {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  text-align: center;
}

.application-box .construction-box .cont1 .listbox .imgbox img {
  width: 100%;
}

.application-box .construction-box .cont1 .listbox h5 {
  margin-top: 20px;
  color: #333;
  font-size: var(--font19);
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  .application-box .construction-box .cont1 .listbox {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .application-box .construction-box .cont1 dd {
    margin-top: 15px;
  }

  .application-box .construction-box .cont1 .listbox {
    margin-top: 10px;
    gap: 15px 10px;
  }

  .application-box .construction-box .cont1 .listbox h5 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .application-box .construction-box .cont1 dd {
    margin-top: 8px;
  }

  .application-box .construction-box .cont1 .listbox {
    margin-top: 5px;
    flex-wrap: wrap;
  }

  .application-box .construction-box .cont1 .listbox .box {
    width: calc((100% - 10px) / 2);
  }

  .application-box .construction-box .cont1 .listbox h5 {
    margin-top: 5px;
  }
}

.application-box .household-box .cont1 h5.stit {
  color: #000;
  font-size: var(--font24);
  font-weight: 600;
  line-height: 1.3;
}

.application-box .household-box .cont1 .sbox {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.application-box .household-box .cont1 .sbox .title {
  color: #333;
  font-size: var(--font21);
  font-weight: 500;
  line-height: 1.3;
}

.application-box .household-box .cont1 .sbox .title strong {
  font-weight: 500;
}

.application-box .household-box .cont1 .list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.application-box .household-box .cont1 .list .imgbox img {
  max-width: 100%;
}

.application-box .household-box .cont1 .list-1 .box {
  width: calc((100% - 70px) / 8);
  text-align: center;
}

.application-box .household-box .cont1 .list-1 .box .imgbox img {
  width: 100%;
}

.application-box .household-box .cont1 .list-1 .box h5 {
  margin-top: 15px;
  color: #000;
  font-size: var(--font19);
  font-weight: 300;
  line-height: 1.3;
}

.application-box .household-box .cont1 .list-2 .box {
  width: calc((100% - 20px) / 3);
  padding: 0;
  text-align: center;
  background: #f8f8f8;
}

.application-box .household-box .cont1 .list-2 .box h5 {
  margin-top: 40px;
  color: #333;
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.5;
}

.application-box .household-box .cont1 .list-3 .box {
  width: calc((100% - 10px) / 2);
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.application-box .household-box .cont1 .list-4 {
  gap: 10px;
}

.application-box .household-box .cont1 .list-4 .box {
  width: calc((100% - 30px) / 4);
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .application-box .household-box .cont1 .sbox {
    margin-top: 20px;
    padding: 20px;
  }

  .application-box .household-box .cont1 .list {
    margin-top: 20px;
  }

  .application-box .household-box .cont1 .list-1 .box {
    width: calc((100% - 30px) / 4);
  }

  .application-box .household-box .cont1 .list-1 .box h5 {
    margin-top: 10px;
  }

  .application-box .household-box .cont1 .list-4 .box {
    width: calc((100% - 20px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .application-box .household-box .cont1 .sbox {
    margin-top: 15px;
    padding: 15px;
  }

  .application-box .household-box .cont1 .list {
    margin-top: 15px;
    gap: 15px 5px;
  }

  .application-box .household-box .cont1 .list-1 .box {
    width: calc((100% - 15px) / 4);
  }

  .application-box .household-box .cont1 .list-1 .box h5 {
    margin-top: 8px;
  }

  .application-box .household-box .cont1 .list-2 .box {
    width: calc((100% - 10px) / 3);
  }

  .application-box .household-box .cont1 .list-2 .box .icon img {
    width: 80px;
  }

  .application-box .household-box .cont1 .list-2 .box h5 {
    margin-top: 20px;
  }

  .application-box .household-box .cont1 .list-3 .box {
    width: calc((100% - 5px) / 2);
  }

  .application-box .household-box .cont1 .list-4 {
    gap: 5px;
  }

  .application-box .household-box .cont1 .list-4 .box {
    width: calc((100% - 10px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .application-box .household-box .cont1 .sbox {
    margin-top: 8px;
    padding: 8px;
  }

  .application-box .household-box .cont1 .list {
    margin-top: 8px;
  }

  .application-box .household-box .cont1 .list-1 .box {
    width: calc((100% - 10px) / 3);
  }

  .application-box .household-box .cont1 .list-1 .box h5 {
    margin-top: 5px;
  }

  .application-box .household-box .cont1 .list-2 .box .icon img {
    width: 60px;
  }

  .application-box .household-box .cont1 .list-2 .box h5 {
    margin-top: 10px;
  }

  .application-box .household-box .cont1 .list-4 .box {
    width: calc((100% - 5px) / 2);
  }
}

h3.subTitle {
  color: #111;
  font-size: var(--font48);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

h3.subTitle strong {
  font-weight: 600;
}

.finance-box .chart-box {
  margin-top: 80px;
  display: flex;
  gap: 50px;
}

.finance-box .chart-box .box {
  width: calc((100% - 100px) / 3);
  padding-bottom: 44px;
}

.finance-box .chart-box h4 {
  color: #111;
  font-size: var(--font32);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.finance-box .chart-box .rtxt {
  margin-top: 20px;
  text-align: right;
  color: #aaa;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.finance-box .chart-box .chart {
  position: relative;
  margin-top: 20px;
  height: 324px;
}

.finance-box .chart-box .chart .standard {
  display: none;
}

.finance-box .chart-box .chart .linebox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e5e5e5;
}

.finance-box .chart-box .chart .linebox span {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: block;
}

.finance-box .chart-box .chart .linebox span:nth-child(2) {
  top: 50%;
}

.finance-box .chart-box .chart .linebox span:nth-child(3) {
  top: 75%;
}

.finance-box .chart-box .chart .linebox span:nth-child(4) {
  top: 100%;
  background: #000;
}

.finance-box .chart-box .chart .year {
  position: absolute;
  left: 0;
  bottom: -44px;
  width: 100%;
  padding: 0 70px;
  display: flex;
  gap: 0 60px;
  text-align: center;
}

.finance-box .chart-box .chart .year strong {
  width: calc((100% - 120px) / 3);
  color: #333;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  text-align: center;
  justify-content: center;
}

.finance-box .chart-box .chart .graph-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 70px;
  height: 100%;
  display: flex;
  gap: 0 60px;
  align-items: flex-end;
  text-align: center;
}

.finance-box .chart-box .chart .graph-box .bar {
  position: relative;
  width: calc((100% - 120px) / 3);
  background: #f2f0f5;
}

.finance-box .chart-box .chart .graph-box .bar span {
  color: #111;
  font-size: var(--font18);
  font-weight: 400;
  line-height: 1.3;
  display: block;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.finance-box .chart-box .chart .graph-box .bar.on {
  background: var(--mainColor);
}

.finance-box .chart-box .chart .graph-box .bar.on span {
  color: var(--mainColor);
}

.finance-box .dataTable table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #000;
}

.finance-box .dataTable thead th {
  height: 66px;
  color: #111;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.3;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 1px;
  background: #f8f8f8;
}

.finance-box .dataTable thead th:first-child {
  border-left: none;
}

.finance-box .dataTable tbody th {
  height: 66px;
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 0;
  background: #fff;
}

.finance-box .dataTable tbody td {
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 1px;
  background: #fff;
}

.finance-box .dataTable tbody tr.bg th {
  font-weight: 500;
  background: #eee;
  border-bottom: 1px solid #fff;
}

.finance-box .dataTable tbody tr.bg td {
  background: #eee;
  border-color: #fff;
}

.finance-box .txt_b {
  margin-top: 25px;
  color: #999;
  font-size: var(--font17);
  font-weight: 400;
  line-height: 1.3;
}

.finance-box .list {
  margin-top: 40px;
}

.finance-box .list li {
  position: relative;
  padding-left: 34px;
  width: calc((100% - 10px) / 2);
  color: #333;
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.3;
}

.finance-box .list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #333;
}

@media screen and (max-width: 1440px) {
  .finance-box .chart-box {
    gap: 40px;
  }

  .finance-box .chart-box .box {
    width: calc((100% - 80px) / 3);
  }

  .finance-box .chart-box .chart {
    height: 280px;
  }

  .finance-box .chart-box .chart .year,
  .finance-box .chart-box .chart .graph-box {
    padding: 0 60px;
  }

  .finance-box .chart-box .chart .graph-box .bar span {
    top: -30px;
  }

  .finance-box .list li:before {
    top: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .finance-box .chart-box {
    gap: 30px;
  }

  .finance-box .chart-box .box {
    width: calc((100% - 60px) / 3);
  }

  .finance-box .chart-box .chart .year,
  .finance-box .chart-box .chart .graph-box {
    padding: 0 40px;
    gap: 0 50px;
  }

  .finance-box .chart-box .chart .year strong,
  .finance-box .chart-box .chart .graph-box .bar {
    width: calc((100% - 100px) / 3);
  }

  .finance-box .chart-box .chart .graph-box .bar span {
    top: -28px;
  }
}

@media screen and (max-width: 1024px) {
  .finance-box .chart-box {
    margin-top: 40px;
    gap: 20px;
  }

  .finance-box .chart-box .box {
    width: calc((100% - 40px) / 3);
  }

  .finance-box .chart-box .chart {
    margin-top: 10px;
    height: 240px;
  }

  .finance-box .chart-box .chart .year,
  .finance-box .chart-box .chart .graph-box {
    padding: 0 40px;
    gap: 0 30px;
  }

  .finance-box .chart-box .chart .year strong,
  .finance-box .chart-box .chart .graph-box .bar {
    width: calc((100% - 60px) / 3);
  }

  .finance-box .chart-box .chart .graph-box .bar span {
    top: -22px;
  }

  .finance-box .chart-box .chart .year {
    bottom: -35px;
  }

  .finance-box .dataTable thead th,
  .finance-box .dataTable tbody th {
    height: 55px;
  }

  .finance-box .list {
    margin-top: 20px;
  }

  .finance-box .list li {
    padding-left: 18px;
  }

  .finance-box .list li:before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
}

@media screen and (max-width: 860px) {

  .finance-box .chart-box .chart .year,
  .finance-box .chart-box .chart .graph-box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .finance-box .chart-box {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .finance-box .chart-box .box {
    width: 100%;
  }

  .finance-box .chart-box .chart {
    margin-top: 5px;
    height: 200px;
  }

  .finance-box .chart-box .chart .year,
  .finance-box .chart-box .chart .graph-box {
    padding: 0 60px;
    gap: 30px 80px;
  }

  .finance-box .chart-box .chart .year strong,
  .finance-box .chart-box .chart .graph-box .bar {
    width: calc((100% - 160px) / 3);
  }

  .finance-box .chart-box .chart .year {
    bottom: -28px;
  }

  .finance-box .dataTable thead th,
  .finance-box .dataTable tbody th {
    height: 45px;
  }

  .finance-box .list {
    margin-top: 5px;
  }

  .finance-box .list li {
    padding-left: 13px;
    width: 100%;
  }

  .finance-box .list li:before {
    top: 8px;
  }
}

@media screen and (max-width: 480px) {

  .finance-box .chart-box .chart .year,
  .finance-box .chart-box .chart .graph-box {
    padding: 0 50px;
    gap: 20px 40px;
  }

  .finance-box .chart-box .chart .year strong,
  .finance-box .chart-box .chart .graph-box .bar {
    width: calc((100% - 80px) / 3);
  }
}

/* animation */
.finance-box .chart-box .box .chart .graph-box .bar {
  height: 0;
}

.finance-box .chart-box .box.subOn .chart .graph-box .bar {
  transition: height 0.8s ease;
}

.finance-box .chart-box .box.subOn .chart .graph-box .bar:nth-child(1) {
  transition-delay: 0.1s;
}

.finance-box .chart-box .box.subOn .chart .graph-box .bar:nth-child(2) {
  transition-delay: 0.2s;
}

.finance-box .chart-box .box.subOn .chart .graph-box .bar:nth-child(3) {
  transition-delay: 0.3s;
}

.finance-box .chart-box .box.subOn .chart .graph-box .bar:nth-child(4) {
  transition-delay: 0.4s;
}

#talent .job_listbox.active-mode .box:not(.active) {
  width: calc((100% - 20%) / 7);
  transition-delay: 0s;
}

.app-box-new {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.app-box-new .box {
  position: relative;
  background: #f8f8f8;
  padding: 50px;
  width: calc((100% - 40px) / 3);
}

.app-box-new .box dl {
  width: 100%;
  height: calc(100% - 50px);
}

.app-box-new .box dt {
  color: #333;
  font-size: var(--font22);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.app-box-new .box dd {
  margin-top: 20px;
  height: 100%;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app-box-new .box dd ul {
  display: flex;
  flex-direction: column;
}

.app-box-new .box dd li:not(:last-child) {
  margin-bottom: 10px;
}

.app-box-new .box dd li {
  position: relative;
  padding-left: 13px;
  color: #333;
  font-size: var(--font18);
  font-weight: 300;
  line-height: 1.5;
}

.app-box-new .box dd li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 2;
  width: 6px;
  height: 0.5px;
  background: #333;
}

.app-box-new .box dd .btn {
  margin-top: 50px;
}

.app-box-new .box dd .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: var(--font18);
  font-weight: 600;
  line-height: 1.3;
  background: var(--mainColor);
}

.app-box-new.pv-list .box {
  background: #fff;
  border: 1px solid #333;
}

.app-box-new.pv-list .box dd {
  border-color: #000;
}

@media screen and (max-width: 1440px) {
  .app-box-new .box {
    padding: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .app-box-new {
    gap: 10px;
  }

  .app-box-new .box {
    padding: 30px;
    width: calc((100% - 20px) / 3);
  }

  .app-box-new .box dl {
    height: calc(100% - 30px);
  }

  .app-box-new .box dd {
    margin-top: 15px;
    padding-top: 15px;
  }

  .app-box-new .box dd li:before {
    top: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .app-box-new {
    gap: 10px;
  }

  .app-box-new .box {
    padding: 20px;
    width: calc((100% - 10px) / 2);
  }

  .app-box-new .box dd {
    margin-top: 10px;
    padding-top: 10px;
  }

  .app-box-new .box dd li:not(:last-child) {
    margin-bottom: 5px;
  }

  .app-box-new .box dd li {
    padding-left: 10px;
  }

  .app-box-new .box dd li:before {
    top: 10px;
    width: 5px;
  }

  .app-box-new .box dd .btn {
    margin-top: 30px;
  }

  .app-box-new .box dd .btn a {
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .app-box-new {
    gap: 5px;
  }

  .app-box-new .box {
    width: 100%;
  }

  .app-box-new .box dd .btn {
    margin-top: 20px;
  }

  .app-box-new .box dd .btn a {
    height: 42px;
  }
}

.sboxli_c {
  margin-left: -177.69px;
}

@media (max-width: 1280px) {
  .sboxli_c {
    margin-left: 0px;
  }
}



.brand_identity {
  padding: 0 15px;
}

.brand_identity img {
  max-width: 100%;
}

.products-list ul li .imgbox img {
  width: 100%;
  height: 100%;
}

.w100_center dl {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}

.w100_center dd {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}