@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;}

/* 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;}
.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;}

/* 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;}
.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;}

/* 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;}


@media (min-width:768px) {
  /* 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;}

  /* 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;}
}

@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;}

  /* 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)}
}

@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;}

  /* 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;}
}
@media (min-width:1280px) {
  /* 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;}
}


/* ==================================================
	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);}