@charset "utf-8";

/*
css name : content
use : page all

클래스명 작성 규칙.

1. 카멜케이스 + 대시 조합
2. 페이지명 -> 파트명 -> 역할 -> 세부항목 순서
3. 작동시 .active / 포커스 .focused / 선택시 .selected / 접힘 .folding
*/  
[class*="syncworksSection-"] {padding: 0 16px; margin:auto; max-width: 1440px; box-sizing: border-box;}

.section-head {text-align: center;}
.section-head .section-title {font-size: 1.8rem; line-height: 22px; font-weight: 600;}
.section-head .section-title-comment {margin-top:8px; font-size: 1rem; font-weight: 400; line-height: 14px;}
.section-head .section-title-comment > span {display: inline-block;}

/* component */
.figcaption-radius {display: flex; align-items: center; position: absolute; right: 0; bottom: -1px; z-index: 15; padding: 0 16px; background-color: #E7E8F0; height: 56px; border-radius: 24px 0 0 0; font-size: 2rem; font-weight: 600; box-sizing: border-box;}
.figcaption-radius::after,
.figcaption-radius::before {display: block; position: absolute; content: ''; width: 24px; height: 23px; background: url(../img/bg_radius.svg);}
.figcaption-radius::before {right: 0; top: -22px;}
.figcaption-radius::after {left: -24px; bottom: 0;}

.ui-toolkit {display: flex; flex-direction: column; gap:16px; margin-top: 24px;}
.ui-toolkit-item {flex:1; padding: 32px 30px; border-radius: 24px; background-color: #D5D7E5; box-sizing: border-box;}
.ui-toolkit-item .icon {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background-color: #5E6385;}
.ui-toolkit-item .icon i {width: 24px; height: 24px; background-color: #fff;}
.ui-toolkit-item .text-main {margin-top: 8px; font-size: 2.8rem; font-weight: 500; line-height: 36px;}
.ui-toolkit-item .text-sub {margin-top: 8px; color: #455A82; font-size: 1.4rem; line-height: 22px;}

.ui-slide-nextPrev {display: flex; gap:0 8px; position: absolute; right: 0; bottom: -1px; z-index: 15; padding: 10px 0 1px 10px; background-color: #E7E8F0; border-radius: 24px 0 0 0;}
.ui-slide-nextPrev button {width: 48px; height: 48px; border-radius: 50%; background: var(--baseBlack) url(../img/iconSvg_slideArr.svg) 50% no-repeat;}
.ui-slide-nextPrev .button-next {transform:rotate(180deg)}
.ui-slide-nextPrev::after,
.ui-slide-nextPrev::before {display: block; position: absolute; content: ''; width: 24px; height: 23px; background: url(../img/bg_radius.svg);}
.ui-slide-nextPrev::before {right: 0; top: -22px;}
.ui-slide-nextPrev::after {left: -24px; bottom: 0;}

.ui-mainSlide-Scroll {height: 4px !important; bottom: 53px !important; left: 24px !important; width: calc(100% - 162px) !important; background-color: #c6c6c675 !important; opacity: 1 !important;} 
.ui-mainSlide-Scroll .swiper-scrollbar-drag {background-color: #fff !important;}
.ui-mainSlide-pagination {color: #fff; font-size: 1rem; font-weight: 600; bottom: 60px !important; left: 24px !important; width: calc(100% - 162px) !important; text-align: right !important;}

.photoViewBox {position: relative; border-radius: 24px; border: 1px solid #C3C8EA; background-color: #D5D7E5; padding: 8px;}
.photoViewBox img {border-radius: 16px;}
.photoViewBox .btn-extension {position: absolute; bottom: 21px; right: 17px; width: 55px; height: 55px; border-radius: 16px; border: 8px solid #D5D7E5; background:#09101D url(../img/iconSvg_lineExtension.svg) 50% no-repeat; font-size: 0;}

/* ==============================
  HOME
============================== */
/* section 1 */
.syncworksSection-mainSlide {position: relative;}
.syncworksSection-mainSlide .section-head {position: absolute; top: 24px; left: 48px; right: 48px; z-index: 10; text-align: left; color: #fff;}
.syncworksSection-mainSlide .section-head .section-title  {font-size: 1.5rem; font-weight: 500; line-height: 22px;}
.syncworksSection-mainSlide .service-order {margin-top: 24px; padding: 0 20px; display: flex; align-items: center; gap:0 8px; height: 36px; color: var(--baseBlack); background-color: #fff; font-size: 1.3rem; font-weight: 500; border-radius: 24px; box-sizing: border-box;}
.syncworksSection-mainSlide .service-order::before {display: block; width: 8px; height: 8px; border-radius: 50%; background-color: var(--baseBlack); content: '';}

.ui-mainSlide-wrap {position: relative; z-index: 5; aspect-ratio: 1/1; border-radius: 24px 24px 0; overflow: hidden;}
.ui-mainSlide-wrap .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}

/* section 2 */
.syncworksSection-function {padding: 40px 0 0;}
.syncworksSection-function .section-head {padding-bottom: 30px;}

.ui-functionERP {display: flex; flex-direction: column; padding: 0 16px; gap:24px 0; box-sizing: border-box;}
.ui-functionERP-parts {padding: 8px; background-color: #D5D7E5; border-radius: 24px; box-sizing: border-box;}
.ui-functionERP-parts .figure {border-radius: 16px; overflow: hidden; aspect-ratio: 39/28;}
.ui-functionERP-parts .figure img {width: 100%;height: 100%;object-fit: cover;}
.ui-functionERP-parts:nth-of-type(1) .figure img {object-position: 0 0;}
.ui-functionERP-parts:nth-of-type(3) .figure img {object-position: 50% 0;}
.ui-functionERP-parts .figcaption {padding: 20px 8px 8px; box-sizing: border-box;}
.ui-functionERP-parts .text-summary {font-size: 1.4rem; font-weight: 600; line-height: 22px;}
.ui-functionERP-parts .text-main {margin-top: 8px; font-size: 2.4rem; font-weight: 700; line-height: 30px;}
.ui-functionERP-parts .text-sub {margin-top: 8px; font-size: 1rem; line-height: 14px; color: #455A82;}
.ui-functionERP-parts .text-checkPoint {margin-top: 16px; display: flex; flex-direction: column; gap:10px;}
.ui-functionERP-parts .text-checkPoint p {position: relative; display: flex; flex-direction: column; padding-left: 24px; line-height: 18px; font-size: 1.2rem;}
.ui-functionERP-parts .text-checkPoint p::before {display: block; content: ''; position: absolute; top: 1px; left: 0; width: 16px; height: 16px; background: url(../img/iconSvg_checkPoint.svg);}
.ui-functionERP-parts .text-checkPoint p strong {display: inline-block; font-weight: 700;}
.ui-functionERP-parts .text-checkPoint p span {display: inline-block; font-weight: 300;}
.ui-functionERP-parts .service-order {margin-top: 24px; width: 100%; height: 48px; color: #fff; font-size: 1.4rem; font-weight: 500; background: var(--baseBlack); border-radius: 14px;}

/* section 3 */
.syncworksSection-cardSlide {padding: 40px 0 0;}
.syncworksSection-cardSlide .section-head {padding-bottom: 24px;}

.ui-cardSlide-wrap {height: 470px; overflow: hidden;}
.ui-cardSlide {display: flex; padding:0; box-sizing: border-box;}
.ui-cardSlide .swiper-slide {padding: 0 4px; box-sizing: border-box;}
.ui-cardSlideItem {display: flex; flex-direction: column; background: #fff; border-radius: 32px; height: 100%; border:1px solid #e8e8e8; background-color: #F4F5F6; box-sizing: border-box; overflow: hidden;}
.ui-cardSlideItem .figcaption {flex-grow: 1; padding: 40px 6% 0; box-sizing: border-box;}
.ui-cardSlideItem .figcaption .text-main {font-size: 2.6rem; line-height: 32px; font-weight: 700;}
.ui-cardSlideItem .figcaption .text-sub {margin-top: 8px; font-size: 1.4rem; line-height: 22px; color: #455A82;}
.ui-cardSlideItem .figure {height: 244px;}
.ui-cardSlideItem .figure img {width: 100%; height: 100%; object-fit: cover;}
.ui-cardSlideItem .tags {margin-top: 24px; display: flex; gap:8px; flex-wrap: wrap;}
.ui-cardSlideItem .tags span {flex-shrink: 0; padding: 0 12px; background-color: #fff; border-radius: 32px; height: 30px; line-height: 30px; font-size: 1rem; font-weight: 600; color: #36373F;}

/* section 4 */
.syncworksSection-toolkit {padding-bottom: 48px;}
.syncworksSection-toolkit .section-head {padding-top: 50px;}

.syncworksSection-enterprise {background-color: #f5f5f5; max-width: 100%; padding: 60px 0 130px;}
.companyListWrap {padding-top: 60px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap:30px;}
.enterprise-companyList {text-align: center; display: flex; gap:30px; align-items: center; flex-wrap: wrap; justify-content: center;}
.enterprise-companyList li {font-size: 0; flex-shrink: 0;}

.flow-enterprise {background-color: #f5f5f5; max-width: 100%; padding: 60px 0; overflow: hidden;}
.flow-enterprise .flow {display: flex; flex-wrap: nowrap; transform:translateX(0); }
.flow-enterprise .flow .flow-item {animation:logoFlow 30s linear infinite; display: flex; flex: 1; align-items: center; flex-shrink: 0; font-size: 0; height: 72px;}
.flow-enterprise .flow img {padding: 0 20px; flex-shrink: 0; max-width: inherit; height: 100%;}

@keyframes logoFlow {
  0%{
    transform:translateX(0);
  }
  100%{
      transform:translateX(-100%);
  }
}

/* section 5 */
.syncworksSection-contactUs {background-color: #5E6385; padding-bottom: 40px; max-width: 100%;}
.syncworksSection-contactUs .section-head {color: #fff; padding-top: 34px;}

.ui-contactUs {position: relative; margin:auto; margin-top: 24px; max-width: 896px; display: flex; gap:16px;flex-direction: column; border-radius: 24px; padding: 16px; background: #fff;}
.ui-contactUs legend {position: absolute; z-index: -1;}
.ui-contactUs .send {width: 100%; background-color: var(--baseBlack); height: 64px; color: #fff; border-radius: 12px; text-align: center; font-size: 2rem; font-weight: 700;}
.ui-contactUs label {display: block; padding-bottom: 8px; text-indent: 6px; font-weight: 600; font-size: 1.6rem; line-height: 22px;}
.ui-contactUs input[type="text"],
.ui-contactUs textarea {width: 100%; padding: 0 20px; border: 1px solid #D5D7E5; height: 52px; border-radius: 12px; box-sizing: border-box;}
.ui-contactUs textarea {padding: 14px 20px; height: 104px;}

/* ==============================
  ABOUT
============================== */
/* section 1 */
.syncworksSection-about {position: relative;}
.syncworksSection-about .section-head {position: absolute; top: 0; left: 16px; right: 16px; z-index: 10; padding: 24px; text-align: left; color: #fff; box-sizing: border-box;}
.syncworksSection-about .section-head .section-title  {font-size: 2.4rem; font-weight: 500; line-height: 22px;}
.syncworksSection-about .section-head .section-title-comment {margin-top: 12px; font-size: 1.5rem; line-height: 22px;}

.ui-aboutVisual {position: relative; z-index: 5; aspect-ratio: 1/1; border-radius: 24px 24px 0; overflow: hidden;}
.ui-aboutVisual img {width: 100%; height: 100%; object-fit: cover;}
.ui-aboutIntroduce {margin-top: 48px; padding-bottom: 68px; border-bottom: 1px solid #B9BCCE;}
.ui-aboutIntroduce h3 {font-size: 3.1rem; line-height: 42px;}
.ui-aboutIntroduce.en-text {font-weight: 600;}
.ui-aboutIntroduce .text-main {padding-left: 0; margin-top: 34px; display: flex; gap:20px; flex-direction: column;}
.ui-aboutIntroduce .text-main p {font-size: 1.4rem; font-weight: 600; line-height: 26px;}

.ui-aboutFunction dl {display: flex; flex-direction: column; padding: 0 0 38px;}
.ui-aboutFunction dl + dl {border-top: 1px solid #B9BCCE;}
.ui-aboutFunction dt {font-size: 3.2rem; line-height: 64px; padding: 8px 0; font-family: "IBM Plex Sans";}
.ui-aboutFunction dd {font-size: 1.2rem; line-height: 26px; font-weight: 500;}

/* section 2 */
.syncworksSection-history {display: flex; flex-direction: column; gap:64px; padding-bottom: 180px; margin-top: 90px;}
.ui-history-figcaption {display: flex; flex-direction: column; gap:24px 0}
.ui-history-thumb {position: relative; font-size: 0;}
.ui-history-thumb img {border-radius: 24px;}
.ui-history-caption .text-main {display: none;}
.ui-history-caption .text-year {font-size: 6.2rem; line-height: 56px; font-family: "IBM Plex Sans";}
.ui-history-caption .text-subTitle {margin-top: 24px; margin-bottom: 8px; font-size: 3rem; font-weight: 500; line-height: 56px;}
.ui-history-caption .text-sub {margin-top: 6px; font-size: 1.2rem; line-height: 22px; font-weight: 500;}
.ui-history-caption .text-data { display: flex; font-size: 1.6rem; font-weight: 500; line-height: 30px;}
.ui-history-caption .text-data dt {width: 80px; color: #5E6385;}
.ui-history-caption.en-text .text-data dt {width: 136px;}
.ui-history-caption.en-text .text-subTitle {font-weight: 700;}
.ui-history-figcaption .figcaption-radius {font-family: "IBM Plex Sans";}
.ui-history-figcaption.introCompany .figcaption-radius {top:0; left: -1px; right: inherit; bottom: inherit; transform: rotate(180deg);}
.ui-history-figcaption.introCompany .figcaption-radius::after {left: -23px;}
.ui-history-figcaption.introCompany .figcaption-radius span {transform: rotate(180deg);}

/* ==============================
  SOLUTIONS
============================== */
/* section 1 */
.ui-slideSlide-wrap {position: relative; z-index: 5; aspect-ratio: 1/1; border-radius: 24px 24px 0; overflow: hidden;}
.ui-slideSlide-wrap .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.ui-slideSlide-wrap .text-swiper {position: absolute; top: 0; left: 0; right: 0; color: #fff; font-size: 2rem; box-sizing: border-box; box-sizing: border-box;}
.ui-slideSlide-wrap .text-swiper .text-main {padding: 24px 24px 0 24px; line-height: 133.33%; font-size: 2.4rem;}
.ui-slideSlide-wrap .text-swiper .text-sub {padding: 12px 24px 0 24px; font-size: 1.6rem; line-height: 162.5%;}

.ui-solutionIntroduce {margin-top: 48px; padding-bottom: 40px; display: flex; flex-direction: column; gap:16px}
.ui-solutionIntroduce h3 {font-size: 3.1rem; line-height: 42px;}
.ui-solutionIntroduce .text-main {display: flex; gap:20px 16px; flex-direction: column; box-sizing: border-box;}
.ui-solutionIntroduce .text-main p {font-size: 1.4rem; font-weight: 600; line-height: 26px;}

.ui-solutionEffective {display: flex; flex-direction: column; text-align: center;}
.ui-solutionEffective .divideBox {flex:0 0 25%; padding: 56px 0;}
.ui-solutionEffective .divideBox + .divideBox {border-top: 1px solid #B9BCCE;}
.ui-solutionEffective .per {font-size: 8rem; color:#5E6385; line-height: 0.9; font-family: "IBM Plex Sans";}
.ui-solutionEffective .per strong {font-weight: 500;}
.ui-solutionEffective .text-main {margin-top: 6px; font-size: 2rem; font-weight: 600; line-height: 54px;}
.ui-solutionEffective .text-sub {font-size: 1.4rem; line-height: 22px; color: #455A82;}

/* section 2 */
.syncworksSection-worksIntroduce {margin-top: 24px;}
.syncworksSection-worksIntroduce .section-title {font-size: 2.4rem; line-height: 55px;}
.syncworksSection-worksIntroduce .section-title-comment {color: #455A82;}
.syncworksSection-worksIntroduce .ui-toolkit-item .text-main {font-size: 2.4rem;}
.syncworksSection-worksIntroduce .ui-toolkit-item .text-sub {word-break: keep-all;}

/* section 3 */
.syncworksSection-composition {margin-top: 80px; padding-bottom: 130px;}
.syncworksSection-composition .section-title-comment {color: #455A82;}
.syncworksSection-composition .photoViewBox {margin-top: 25px;}
.syncworksSection-composition .divideBox { display: flex; flex-direction: column; gap:8px 16px}
.syncworksSection-composition .divideBox .photoViewBox {margin-top: 0px;}

/* ==============================
  RESOURCES
============================== */
/* section 1 */
.syncworksSection-about.mix-resources .figcaption-radius span {font-size: 0;}

/* section 2 */
.syncworksSection-ourFeature {max-width: 1232px; margin: 64px auto 0;}
.syncworksSection-ourFeature .section-title {font-family: "IBM Plex Sans"; text-indent: 8px; font-size: 4.4rem; font-weight: 500; line-height: 32px;}
.ui-ourFeature {margin-top: 32px; display: flex; gap:16px; flex-direction: column;}
.ui-ourFeature-item {padding: 16px 16px 32px; border: 1px solid #C3C8EA; background-color: #D5D7E5; border-radius: 24px; font-size: 0; box-sizing: border-box;}
.ui-ourFeature-item img {border-radius: 16px; aspect-ratio: 35/24;}
.ui-ourFeature-item .item-figcaption {margin-top: 16px; display: flex; flex-direction: column;}
.ui-ourFeature-item .item-figcaption strong {font-family: "IBM Plex Sans";  font-size: 4rem; font-weight: 500; line-height: 32px; color: #455A82;}
.ui-ourFeature-item .item-figcaption .text-main {font-size: 2.8rem; font-weight: 600; line-height: 200%;}
.ui-ourFeature-item .item-figcaption .text-sub {font-size: 1.4rem; font-weight: 500; line-height: 157.143%; color: #455A82;}
.ui-ourFeature-item .item-figcaption small {margin-top: 8px; font-size: 1.4rem; line-height: 22px; font-weight: 600;}

/* section 3 4 */
.syncworksSection-composition.mix-resources {margin-top: 120px; padding-bottom: 0;}
.syncworksSection-composition.mix-resources .section-title-comment {color: #455A82;}
.syncworksSection-composition.mix-resources .divideBox {margin-top: 25px;}

/* section 5 */
.syncworksSection-technique {margin-top: 108px; padding-bottom: 72px;}
.syncworksSection-technique .section-title-comment {color: #455A82;}
.ui-techniqueTable {font-family: "IBM Plex Sans";}
.ui-techniqueTable .thead {display: none;}
.ui-techniqueTable .tbody {margin-top: 40px;}
.ui-techniqueTable .tbody h6 {margin-bottom: 8px; font-size: 1.8rem; line-height: 32px;}
.ui-techniqueTable .tbody .tr {display: flex; flex-direction: column; border-top: 1px solid #B9BCCE; padding-bottom: 32px;}
.ui-techniqueTable .tbody .th {font-size: 2.4rem; line-height: 64px;}
.ui-techniqueTable .tbody .td {font-size: 1.2rem; font-weight: 500; line-height: 166.667%;}
.ui-techniqueTable .tbody .tr .th {margin-bottom: 8px;}
.ui-techniqueTable .tbody .tr .td:nth-of-type(2) {margin-bottom: 24px;}

/* ==============================
  ETC
============================== */
.ui-privacy {max-width: 942px; margin:auto; padding: 46px 24px; font-size: 1.2rem; line-height: 20px;}
.ui-privacy h2 {font-size: 2.8rem; line-height: 32px; font-weight: 700;}
.ui-privacy .text-intro {margin-top: 36px; color: #5E6385; }
.ui-privacy dl {margin-top: 24px;}
.ui-privacy dl dt {font-weight: 700;}
.ui-privacy dl dd {padding-left: 20px; }
.ui-privacy dl dd p {position: relative;}
.ui-privacy dl dd p::before {position: absolute; left: -10px; top: 9px; content: ''; width: 2px; height: 2px; border-radius: 50%; background-color: var(--baseBlack); margin: 0 10px 0 0;}
.ui-privacy dl dd.none-dot {padding: 0;}
.ui-privacy dl dd.none-dot p::before {display: none;}

@media (min-width:768px) {
  /* component */
  .photoViewBox {padding: 8px;}
  .photoViewBox img {border-radius: 12px;}

  /* ==============================
    HOME
  ============================== */
  /* section 1 */
  .syncworksSection-mainSlide .section-head {top: 32px;}
  .syncworksSection-mainSlide .section-head .section-title {font-size: 3.2rem; line-height: 36px;}
  .syncworksSection-mainSlide .section-head .section-title-comment {margin-top: 16px; font-size: 1.3rem; line-height: 22px;}
  .syncworksSection-mainSlide .service-order {margin-top: 40px; padding: 0 24px; height: 48px; color: #fff; border: 1px solid #fff; background-color: transparent; font-size: 1.4rem; box-sizing: border-box;}
  .syncworksSection-mainSlide .service-order::before {background-color: #fff;}
  .ui-mainSlide-wrap {aspect-ratio: 603/371;}

  /* section 2 */
  .syncworksSection-function {padding: 96px 0 0;}

  /* section 3 */
  .syncworksSection-cardSlide {padding: 104px 24px 0;}
  .syncworksSection-cardSlide .section-head {padding-bottom: 40px;}

  .ui-cardSlide-wrap.mySwiperCard {height: auto;}
  .ui-cardSlide-wrap.mySwiperCard .ui-cardSlide {display: flex; flex-wrap: wrap; height: auto; gap:24px;}
  .ui-cardSlide-wrap.mySwiperCard .figcaption {padding-bottom: 20px; min-height: 246px;}
  .ui-cardSlide-wrap.mySwiperCard .swiper-slide {flex:0 1 calc(33.33% - calc(16px)); height: auto; padding: 0;}

  /* section 4 */
  .syncworksSection-toolkit {padding-bottom: 134px;}
  .syncworksSection-toolkit .section-head {padding-top: 120px;}
  
  .syncworksSection-enterprise {padding: 40px 0 160px;}
  .companyListWrap {padding-top: 144px; gap:60px;}
  .enterprise-companyList {gap:60px 80px;}

  .flow-enterprise {padding: 120px 0;}
  .flow-enterprise .flow .flow-item {height: 143px; animation:logoFlow 40s linear infinite;}
  .flow-enterprise .flow img {padding: 0 20px;}

  /* section 5 */
  .syncworksSection-contactUs {padding-bottom: 96px;}
  .syncworksSection-contactUs .section-head {padding-top: 72px;}

  .ui-contactUs {margin-top: 54px; padding: 40px; gap:24px 16px; flex-wrap: wrap; flex-direction: row;}
  .ui-contactUs .inputItem {flex:0 1 calc(50% - 8px)}
  .ui-contactUs .inputItem:last-of-type {flex:1;}
  .ui-contactUs label {visibility: hidden; font-size: 0; padding: 0; height: 0px;}
  .ui-contactUs input[type="text"] {height: 64px; font-size: 1.5rem;}
  .ui-contactUs textarea {height: 264px; font-size: 1.5rem;}

  /* ==============================
    ABOUT
  ============================== */
  /* section 1 */
  .syncworksSection-about .section-head {padding: 72px;}
  .syncworksSection-about .section-head .section-title {font-size: 6.2rem; line-height: 36px;}
  .syncworksSection-about .section-head .section-title-comment {margin-top: 32px; font-size: 2.5rem; line-height: 40px;}
  .ui-aboutVisual {aspect-ratio: 1232/480;}
  .ui-aboutIntroduce {margin-top: 72px; padding-bottom: 140px; border-bottom: 1px solid #B9BCCE;}
  .ui-aboutIntroduce h3 {font-size: 4.4rem; line-height: 56px;}
  .ui-aboutIntroduce .text-main {padding-left: 50%; margin-top: 50px; gap:25px; flex-direction: row;}

  .ui-aboutFunction dl {display: flex; flex-direction: row; padding: 0;}
  .ui-aboutFunction dt {width: 25%; font-size: 3.2rem; line-height: 64px; margin-left: 25%; padding-top: 20px;}
  .ui-aboutFunction dd {width: 50%; flex-grow: 1; padding: 32px 24px 40px 0; font-size: 2rem; line-height: 32px; box-sizing: border-box;}
  .ui-aboutFunction dl + dl {border-color: transparent;}
  .ui-aboutFunction dl + dl dd,
  .ui-aboutFunction dl + dl dt {border-top: 1px solid #B9BCCE;}
  .ui-aboutFunction.en-text dd {font-size: 1.3rem;}

  /* section 2 */
  .syncworksSection-history {flex-wrap: wrap; align-items: center; max-width: 1248px; gap:90px;}
  .ui-history-figcaption {flex-direction: row; justify-content: center; width: 100%; box-sizing: border-box;}
  .ui-history-figcaption .text-main {display: block; margin-bottom: auto; font-size: 8.6rem; line-height: 1;}
  .ui-history-figcaption .ui-history-thumb {width: 50%; max-width: 560px; flex-shrink: 0;}
  .ui-history-figcaption .ui-history-caption {padding-left: 48px; flex-grow: 1; box-sizing: border-box;}
  .ui-history-figcaption .ui-history-caption .text-year {font-size: 8.6rem; line-height: 1;}
  .ui-history-figcaption .ui-history-caption .text-sub {font-size: 1.6rem; line-height: 30px;}
  .ui-history-caption.en-text .text-main {font-size: 6.2rem;}
  .ui-history-figcaption.introCompany {margin-bottom: 60px;}
  .ui-history-figcaption.introCompany .ui-history-caption {display: flex; flex-direction: column; justify-content: flex-end;}

  /* ==============================
    SOLUTIONS
  ============================== */
  /* section 1 */
  .ui-slideSlide-wrap {aspect-ratio: 603/371;}
  .ui-slideSlide-wrap .text-swiper .text-main {padding: 32px 40px 0 40px; line-height: 137.5%; font-size: 4rem;}
  .ui-slideSlide-wrap .text-swiper .text-sub {padding: 8px 40px 0 40px; line-height: 162.5%;}

  .ui-solutionIntroduce {margin-top: 80px; padding-bottom: 66px; flex-direction: row; }
  .ui-solutionIntroduce h3 {width: 50%; font-size: 4.4rem; line-height: 56px;}
  .ui-solutionIntroduce .text-main {width: 50%; flex-direction: row;}
  .ui-solutionIntroduce .divideBox {width: calc(50% - 8px);}

  /* ==============================
    RESOURCES
  ============================== */
  /* section 2 */
  .ui-ourFeature {flex-wrap: wrap; flex-direction: row;}
  .ui-ourFeature-item {flex: 0 0 calc(50% - 8px);}
  .ui-ourFeature-item img {aspect-ratio: 288/197;}
  .ui-ourFeature-item .item-figcaption {margin-top: 24px; padding: 0 16px;}
  .ui-ourFeature-item .item-figcaption .text-main {font-size: 3.4rem; line-height: 164.706%;}
  .ui-ourFeature-item .item-figcaption .text-sub {font-size: 1.8rem; line-height: 28px;}
  .ui-ourFeature-item .item-figcaption small {margin-top: 16px;}

  /* section 3 4 */
  .syncworksSection-about.mix-resources .section-head {padding: 24px;}
  .syncworksSection-about.mix-resources .ui-aboutVisual {aspect-ratio: 154/41;}
  .syncworksSection-about.mix-resources .figcaption-radius span {font-size: 2rem;}
  .syncworksSection-composition .divideBox {flex-direction: row;}
  .syncworksSection-composition .divideBox .photoViewBox {width: calc(50% - 8px);}

  /* section 5 */
  .ui-techniqueTable .thead {display: block; margin-top: 60px;}
  .ui-techniqueTable .thead .vHidden {font-size: 0;}
  .ui-techniqueTable .thead .tr {display: flex; padding-bottom: 16px;}
  .ui-techniqueTable .thead .word {font-size: 3.2rem; line-height: 1.2;}
  .ui-techniqueTable .tbody {margin-top: 0;}
  .ui-techniqueTable .tbody h6 {display: none;}
  .ui-techniqueTable .tbody .tr {flex-direction: row; padding-top: 40px; padding-bottom: 56px; min-height: 144px; box-sizing: border-box;}
  .ui-techniqueTable .tbody .th {font-size: 3.2rem; line-height: 1;}
  .ui-techniqueTable .tbody .td {font-size: 1.6rem; font-weight: 500; line-height:28px;}
  .ui-techniqueTable .tbody .tr .th {margin-bottom: 8px;}
  .ui-techniqueTable .tr .cell:nth-of-type(1) {width: 22.24%;}
  .ui-techniqueTable .tr .cell:nth-of-type(2) {width: 38.88%; padding-left: 56px; margin-bottom: 0;}
  .ui-techniqueTable .tr .cell:nth-of-type(3) {width: 38.88%; padding-left: 56px;}
  .ui-techniqueTable .tbody .tr .td:nth-of-type(2) {margin: 0;}
  .ui-techniqueTable .cell { box-sizing: border-box;}

  /* ==============================
    ETC
  ============================== */
  .ui-privacy {padding-top: 56px;}
}

@media (min-width: 768px) and (max-width: 1279px) {
  .section-head .section-title {font-size: 2.4rem; line-height: 36px; }
  .section-head .section-title-comment {font-size: 1.2rem; line-height: 22px;}

  /* ==============================
    HOME
  ============================== */
  /* section 2 */
  .ui-functionERP-parts .figure {aspect-ratio: 16/9;}

  /* section 4 */
  .ui-toolkit {flex-direction: row; flex-wrap: wrap;}
  .ui-toolkit-item {flex:0 1 calc(50% - 8px)}

  /* ==============================
    ABOUT
  ============================== */
  /* section 1 */
  .syncworksSection-about .section-head {padding: 48px;}
  .syncworksSection-about .section-head .section-title {font-size: 4.0rem;}
  .syncworksSection-about .section-head .section-title-comment {margin-top: 24px; font-size: 2rem; line-height: 32px;}
  .ui-aboutFunction dt {font-size: 2.6rem;}
  .ui-aboutFunction dd {font-size: 1.6rem;}
}

@media (min-width:1024px) {
  .section-head .section-title {font-size: 5rem; line-height: 55px;}
  .section-head .section-title-comment {font-size: 1.6rem; line-height: 26px;}

  /* ==============================
    HOME
  ============================== */
  /* section 1 */
  .syncworksSection-mainSlide .section-head .section-title {font-size: 4rem; line-height: 55px;}
  .syncworksSection-mainSlide .section-head .section-title-comment {margin-top: 20px; font-size: 1.6rem; line-height: 26px;}

  /* section 2 */
  .ui-functionERP-parts {display: flex;}
  .ui-functionERP-parts .figure {aspect-ratio: inherit; width: 682px; height: 448px; flex-shrink: 0;}
  .ui-functionERP-parts .figcaption {flex-grow: 1; padding: 18px 16px 0 16px;}
  .ui-functionERP-parts .text-main {font-size: 2.8rem; font-weight: 500; line-height: 32px;}
  .ui-functionERP-parts .text-sub {margin-top: 20px; font-size: 1.4rem; line-height: 22px;}
  .ui-functionERP-parts .text-checkPoint {margin-top: 14px;}
  .ui-functionERP-parts .text-checkPoint p {display: block; font-size: 1.3rem; line-height: 16px;}
  .ui-functionERP-parts .text-checkPoint p span {font-weight: 400;}
  .ui-functionERP-parts .service-order {width: auto; display: inline-block; padding: 0 24px; border-radius: 24px;}
  .ui-functionERP-parts:nth-of-type(2) {flex-direction: row-reverse;}
  .ui-functionERP-parts:nth-of-type(2) .figure {width: 540px;}

  /* ==============================
    SOLUTIONS
  ============================== */
  /* section 1 */
  .ui-solutionEffective {flex-direction: row; }
  .ui-solutionEffective .divideBox {flex:0 0 25%; padding: 0; position: relative;}
  .ui-solutionEffective .divideBox + .divideBox {border: none;}
  .ui-solutionEffective .divideBox + .divideBox::before {position: absolute; left: 0; top: 0; display: block; content: ''; width: 1px; height: 112px; background-color: #B9BCCE;}
  .ui-solutionEffective .per {font-size: 8.8rem; color:#5E6385; line-height: 1;}
  .ui-solutionEffective .text-main {margin-top: 8px;}

  .syncworksSection-worksIntroduce,
  .syncworksSection-composition {margin-top: 130px; }

  /* ==============================
    RESOURCES
  ============================== */
  .syncworksSection-about.mix-resources .section-head {padding: 72px;}
}
@media (min-width:1280px) {
  /* ==============================
    HOME
  ============================== */
  /* section 2 */
  .ui-functionERP-parts .figure {width: 840px; height: 552px;}
  .ui-functionERP-parts .figcaption {padding: 24px 22px 0 22px;}
  .ui-functionERP-parts .text-main {font-size: 4.2rem; line-height: 54px;}
  .ui-functionERP-parts .text-checkPoint p {font-size: 1.6rem; line-height: 22px;}
  .ui-functionERP-parts .service-order {margin-top: 32px;}
  .ui-functionERP-parts .text-checkPoint {margin-top: 20px;}
  .ui-functionERP-parts:nth-of-type(2) .figure {width: 692px;}

  /* section 3 */
  .ui-cardSlideItem .figcaption {padding: 40px 40px 0 40px;}
  .ui-cardSlideItem .figcaption .text-main {font-size: 3.2rem;}
  .ui-cardSlideItem .figcaption .text-sub {margin-top: 18px; font-size: 1.8rem;}
  .ui-cardSlideItem .figure {height: 298px;}
  .ui-cardSlideItem .tags span {font-size: 1.4rem;}
  
  /* section 4 */
  .ui-toolkit {flex-direction: row; margin-top: 30px;}

  
  /* ==============================
    SOLUTIONS
  ============================== */
  /* section 1 */
  .ui-slideSlide-wrap {aspect-ratio: 348/169;} 

  /* section 2 */
  .syncworksSection-worksIntroduce {margin-top: 130px;}
  .syncworksSection-worksIntroduce .ui-toolkit {flex-wrap: wrap;}
  .syncworksSection-worksIntroduce .ui-toolkit .ui-toolkit-item {flex:0 1 calc(33.3% - 12px);}
  .syncworksSection-worksIntroduce .ui-toolkit-item .text-main {font-size: 2.8rem;}

  /* section 3 */
  .syncworksSection-composition {margin-top: 130px; padding-bottom: 150px;}
  .syncworksSection-composition .photoViewBox {margin-top: 32px;}
  
}


/* ==================================================
	form - input
================================================== */
/* input */
[type="email"],[type="search"],[type="number"],[type="tel"],[type="date"],[type="time"],[type="text"],[type="password"] {width:100%; height:100%; border:none; box-sizing:border-box; outline:0; font-size:1.4rem; font-weight: 400; color:var(--baseBlack); -webkit-appearance:none;appearance:none;-moz-appearance: none;}
textarea {overflow:auto;resize:none;width: 100%; border:none; box-sizing:border-box;outline:0; font-size: 1.4rem; color:var(--baseBlack);}
textarea:disabled,[type="text"]:disabled,[type="password"]:disabled {background:#eee; color:#c6c6c6}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#9A9EB7;}
input::placeholder,textarea::placeholder {color:#9A9EB7;}
input::-webkit-input-placeholder,textarea:-ms-input-placeholder,textarea::-webkit-input-placeholder {color:#9A9EB7;}

/* select */
select {border:none;-webkit-appearance:none;appearance:none;-moz-appearance: none;outline:0; font-size:1.5rem; color: #111;}
select::-ms-expand {display:none;}
select:disabled {background-color:#eee;}

/* ==================================================
	button
================================================== */
[class^="btnBasic-"] {height: 40px; color: #fff; padding: 0 12px; font-size: 1.6rem; flex-shrink: 0;}
.btnBasic-caution {background-color: var(--cautionColor);}
.btnBasic-dark {background-color: #111;}

/* ==================================================
  icon
================================================== */
[class^="iconSvg-"] {display: inline-block; flex-shrink: 0; -webkit-mask-repeat: no-repeat; -webkit-mask-size:contain; -webkit-mask-position: 50%; font-size: 0; background-color: var(--baseBlack);}
.iconSvg-lnbNav {width: 32px; height: 32px; -webkit-mask-image: url(../img/iconSvg_mNav.svg); }
.iconSvg-lineParts {-webkit-mask-image: url(../img/iconSvg_lineParts.svg);}
.iconSvg-lineBox {-webkit-mask-image: url(../img/iconSvg_lineBox.svg);}
.iconSvg-lineCash {-webkit-mask-image: url(../img/iconSvg_lineCash.svg);}
.iconSvg-lineStack {-webkit-mask-image: url(../img/iconSvg_lineStack.svg);}
.iconSvg-lineCompo {-webkit-mask-image: url(../img/iconSvg_lineCompo.svg);}
.iconSvg-lineDatabase {-webkit-mask-image: url(../img/iconSvg_lineDatabase.svg);}
.iconSvg-linePalette {-webkit-mask-image: url(../img/iconSvg_linePalette.svg);}
.iconSvg-lineTarget {-webkit-mask-image: url(../img/iconSvg_lineTarget.svg);}
.iconSvg-lineExtension {-webkit-mask-image: url(../img/iconSvg_lineExtension.svg);}