* {
  /* 터치 시 번쩍이는 하이라이트 색상을 투명하게 변경 */
  -webkit-tap-highlight-color: transparent;
}

:root {
  --pc-base-width: 1920px;
  --mobile-base-width: 400px;
}


section {
  width: 100%;
  margin: auto;
}

.inner-container {
  width: 1050px;
  margin: auto;
}

.fs-title-xl {
  font-size: 80px;
}

.fs-title-l {
  font-size: 70px;
}

.fs-title-m {
  font-size: 60px;
}

.fs-title-s {
  font-size: 50px;
}

.fs-text-l {
  font-size: 45px;
}

.fs-text-m {
  font-size: 40px;
}

.fs-text-s {
  font-size: 35px;
}

.fs-text-xs {
  font-size: 30px;
}

/* 가장 작은 캡션용 */
.fs-caption {
  font-size: 20px;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
  /* 보통(regular)보다 살짝 두꺼운 놈 */
}

.fw-regular {
  font-weight: 400;
}

/* 인트로 시작 */
.intro-section {
  padding: 200px 0 0 0;
}

.intro-text {
  margin-bottom: 70px;
}

.intro-text h1 {
  margin-bottom: 50px;
}

.intro-main-img {
  width: 947px;
  object-fit: contain;
}

/* 인트로 끝 */

/* 메인 배너 시작 */
.main-banner-section {
  background-color: #222222;
}

.main-banner {
  max-width: 1050px;
  min-width: 1050px;
  width: 100vw;

  height: 643px;
  background-image:
  url("https://16882298.com/img/products/toss_terminal_set/toss_terminal_set_main_banner_text.png"),
    linear-gradient(90deg, #222222 calc(100% - 920px), transparent calc(100% - 530px)),
    url("https://16882298.com/img/products/toss_terminal_set/toss_terminal_set_main_banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover, auto 100%;
  overflow: hidden;
}

.main-banner-text {
  text-align: start;
  color: #FFFFFF;
  margin: 80px auto auto 65px;
}

.main-banner-text h5 {
  margin-bottom: 24px;
}

/* 메인 배너 끝*/

/* 토스배너 시작 */
.toss-banner-section {
  background: linear-gradient(180deg, #FFF 15.87%, #EDF4FF 100%), #F4F8FA;
  padding: 38px 0 16px 0;
}

.toss-banner-section .inner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 22px;
}

.toss-banner-text {
  text-align: start;
}

.toss-banner-text h5 {
  background: linear-gradient(270deg, #7B6CFE 0%, #296EE1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}

.toss-banner-section .banner-title-img {
  width: 211px;
  object-fit: contain;
  margin-bottom: 16px;
}

.toss-banner-section .banner-img {
  width: 346px;
  object-fit: contain;
}

/* 토스배너 끝 */

/* 탭버튼 내용 및 내용 시작 */
.toss-terminal-tab-section {
  padding: 120px 0 180px 0;
}

.top-div {
  margin-bottom: 86px;
}

.top-div h4 {
  margin-bottom: 30px;
}

.top-div .main-img {
  object-fit: contain;
}

.top-div .front-img {
  width: 350px;
}

.top-div .terminal-img {
  width: 493px;
}

.toss-terminal-tab-section .tab-btn-box {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  justify-content: center;
  align-items: center;
}

.toss-terminal-tab-section .tab-btn {
  border-radius: 130px;
  background-color: #9CA3AF;
  color: #FFFFFF;
  padding: 26px 44px;
  cursor: pointer;
}

.terminal-sector {
  padding: 86px 0 180px 0;
}


@media (hover: hover) {
  .toss-terminal-tab-section .tab-btn:hover {
    background-color: #116CFF;
  }
}

.toss-terminal-tab-section .tab-btn.active {
  background-color: #116CFF;

}

/* 탭버튼 내용 및 내용 끝*/

/* h1 fig figcaption img 양식 시작 */
.explain-form {}

.explain-form .explain-title {
  margin-bottom: 40px;
}

.explain-form .emphasize {
  color: #116CFF;
}

.explain-form .explain-fig {}

.explain-form .explain-text {
  margin-bottom: 40px;
}

.explain-form .explain-img {
  max-width: 890px;
  object-fit: contain;
}

/* h1 fig figcaption img 양식 끝 */

/* 기억에 남는 첫 화면  시작*/
.brand-personality-section {
  padding: 100px 0 250px 0;
}

/* 기억에 남는 첫 화면 끝*/

/* 포스까지 한번에 시작 */
.mini-pos-section {
  padding: 66px 0 0 78px;
  background-color: #F9FAFB;
}

.mini-pos-section .explain-form {
  text-align: left;
  width: 890px;
  margin: auto;
}

.mini-pos-section .explain-form .explain-title {
  margin-bottom: 40px;
}

.mini-pos-section .explain-fig {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.mini-pos-section .explain-form .explain-text {
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  position: absolute;
  left: 0;
}

.mini-pos-section .explain-form .explain-img {
  max-width: 890px;
  object-fit: contain;
}


/* 포스까지 한번에 끝 */

/* 직관적인 단말기 시작 */
.intuitive-section {
  padding: 200px 0 0 0;
}

.intuitive-section .explain-form .explain-text {
  color: #454545;
}

.intuitive-section .explain-form .explain-card-box {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.intuitive-section .explain-form .explain-card {
  width: 890px;
  border-radius: 30px;
  background: #F9F9F9;
  margin: auto;
}

.intuitive-section .explain-form .explain-card-text {
  color: #454545;
  padding: 20px 0;
  border-radius: 0 0 30px 30px;
  background: #E5EAF0;
}

.intuitive-section .explain-form .explain-img {
  object-fit: contain;
  margin-top: 20px;
}

.intuitive-section .explain-form .enter {
  width: 380px;
}

.intuitive-section .explain-form .registration {
  width: 793px;
}

.intuitive-section .explain-form .sign {
  width: 428px;
}

.intuitive-section .explain-form .cancel {
  width: 726px;
}

/* 직관적인 단말기 끝 */

/* 터미널 세트 기기 설명 시작 */
.device-explain-section {
  padding: 200px 0 290px 0;
}

.device-explain-section .inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 200px;
}


.device-explain-section .explain-form .explain-img {
  width: 890px;
}


/* 터미널 세트 기기 설명 끝 */

/* 문화비 소득공제 시작 */
.cultural-deduction-section {
  padding: 130px 0 150px 0;
  background-color: #F2F5FA;
}

.cultural-deduction-section .explain-form .explain-text {
  color: #454545;
}

/* 단말기 비교 */
.cultural-deduction-section .compare-box {
  position: relative;
  margin: auto;
  width: 890px;
  border-radius: 30px;
  background: linear-gradient(270deg, #FFF 49.52%, #171717 100%), #FFF;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 0 80px 0;
  margin-bottom: 30px;
}

.cultural-deduction-section .compare-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cultural-deduction-section .compare-div img {
  width: 72%;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
}

.cultural-deduction-section .compare-text {
  margin-bottom: 30px;
}

.cultural-deduction-section .compare-text h6 {
  margin-bottom: 10px;
}

.cultural-deduction-section .normal-terminal h6 {
  color: #FFFFFF;
}

.cultural-deduction-section .normal-terminal p {
  color: rgba(255, 255, 255, 0.80);
}


.cultural-deduction-section .toss-terminal h6 {
  color: #293448;
}

.cultural-deduction-section .toss-terminal p {
  color: rgba(101, 101, 101, 0.70);
}

.cultural-deduction-section .compare-versus {
  width: 72px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 영수증 비교 */

.cultural-deduction-section .explain-form .explain-fig.recipt-compare-fig {
  margin-top: 100px;
}

.cultural-deduction-section .compare-box.recipt-compare {
  background: #FFFFFF;
}

.cultural-deduction-section .recipt {
  border-radius: 20px;
  background: #F9F9F9;
  padding: 20px 0 0 0;
  height: 350px;
  width: 270px;
  margin: 20px auto auto auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.cultural-deduction-section .recipt-store {
  color: #C0C0C0;
  font-size: 32px;
  line-height: 1.5;
}

.cultural-deduction-section .recipt-content {
  color: #848484;
  font-size: 26px;
  line-height: 2;
  margin: auto;
}

.cultural-deduction-section .strong-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  border-radius: 5px;
  border: 3px solid #116CFF;
  background: transparent;
  width: 140%;
  height: 100%;
}

/* 문화비 소득공제 끝 */
/* 설치사례 시작 */
.install-example-section {
  padding: 200px 0 0 0;
}

.install-example-section .title {
  margin: auto auto 30px auto;
}

/* 설치사례 끝 */
/* 구성품 시작 */
.components-section {
  padding: 200px 0 0 0;
}

.components-section .inner-container {
  width: 890px;
  margin: auto;
}

.components-section .title {
  margin: auto auto 30px auto;
}

.components-section .content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 90px;
}



/* 박스 */
.components-section .component-box {
  position: relative;
  font-size: 38px;
}

.components-section .sinsinpay-box {
  top: 1em;
}

.components-section .cable-box {
  top: 1em;
}

.components-section .toss-cable-box {
  top: 1em;
}

/* 이미지 */

.components-section .component-img {
  margin: auto;
  object-fit: contain;
}

.components-section .terminal-img {
  width: 263px;
}

.components-section .front-img {
  width: 210px;
}

.components-section .sinsinpay-img {
  width: 187px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.40);
}

.components-section .recipt-img {
  width: 180px;
}

.components-section .cable-img {
  width: 131px;
}

.components-section .toss-cable-img {
  width: 119px;
}

.components-section .RJ9cable-img {
  width: 86px;
}

/* 제품명 */
.components-section .component_name {
  color: #000000;
  letter-spacing: -0.05em;
  margin-top: 40px;
}

/* 구성품 끝 */

/* 제품상세 시작 */
.spec-section {
  padding: 250px 0 0 0;
}

.spec-section .title {
  margin: auto auto 50px auto;
}

.spec-section .name {
  color: #FFFFFF;
  border-radius: 50px;
  background: #667181;
  padding: 10px 30px;
  width: fit-content;
  margin: 100px auto auto auto;
  text-align: center;
}

.spec-divider {
  stroke-width: 1px;
  stroke: #B9B9B9;
  width: 470px;
  height: 1px;
  display: block;
  margin: 150px auto;
}

/* 이미지 */
.spec-section .spec-img {
  object-fit: contain;
}

.spec-section .front-img {
  width: 440px;
}

.spec-section .terminal-img {
  width: 470px;
}

/* 제품상세 끝 */
/* 도입절차 시작 */
.install-section {
  padding: 200px 0;
}

.install-section .inner-container {
  width: 890px;
}

/* 도입절차 끝 */


@media screen and (max-width:768px) {
  html:root {
    font-size: min(4vw, 16px);
  }

  .inner-container {
    /* width: 380px; */
    width: 23.75rem;
    margin: auto;
  }

  .fs-title-xl {
    /* font-size: 30px; */
    font-size: 1.875rem;
  }

  .fs-title-l {
    /* font-size: 26px; */
    font-size: 1.625rem;
  }

  .fs-title-m {
    /* font-size: 22px; */
    font-size: 1.375rem;
  }

  .fs-title-s {
    /* font-size: 18px; */
    /* font-size: 1.125rem; */
    /* font-size: 25px; */
    font-size: 1.5625rem;
  }

  .fs-text-l {
    /* font-size: 17px; */
    font-size: 1.0625rem;
  }

  .fs-text-m {
    /* font-size: 15px; */
    /* font-size: 0.9375rem; */
    /* font-size: 18px; */
    font-size: 1.125rem;
  }

  .fs-text-s {
    /* font-size: 13px; */
    /* font-size: 0.8125rem; */
    /* font-size: 16px; */
    font-size: 1rem;
  }

  .fs-text-xs {
    /* font-size: 11px; */
    font-size: 0.6875rem;
  }

  /* 가장 작은 캡션용 */
  .fs-caption {
    /* font-size: 8px; */
    font-size: 0.5rem;
  }

  /* 인트로 시작 */
  .intro-section {
    padding: 4.6875rem 0 0 0;
  }

  .intro-text {
    margin-bottom: 1rem;
  }

  .intro-text h1 {
    margin-bottom: 2.1875rem;
  }

  .intro-main-img {
    width: 20.375rem;
  }

  /* 인트로 끝 */

  /* 메인 배너 시작 */
  .main-banner-section {}

  .main-banner {
    max-width: 400px;
    min-width: 0;
    width: 100vw;

    height: 17.25rem;
    background-image:
      /* linear-gradient(90deg, #222222 calc(100% - 846px - 288px), #606060 calc(100% - 846px), transparent calc(100% - 460px)), */
      url("https://16882298.com/img/products/toss_terminal_set/toss_terminal_set_main_banner_mobile_text.png"),
      linear-gradient(90deg, #222222 calc(100% - 320px), transparent calc(100% - 220px)),
      url("https://16882298.com/img/products/toss_terminal_set/toss_terminal_set_main_banner_mobile.png");
  }

  .main-banner-text {
    margin: 2.25rem auto auto 1.25rem;
  }

  .main-banner-text h5 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }

  .main-banner-text p {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  /* 메인 배너 끝*/

  /* 토스배너 시작 */
  .toss-banner-section {
    background: linear-gradient(180deg, #FFF 15.87%, #EDF4FF 100%), #F4F8FA;
    padding: 0.625rem 0 0.375rem 0;
  }

  .toss-banner-section .inner-container {
    column-gap: 0.5rem;
  }

  .toss-banner-text {
    text-align: start;
  }

  .toss-banner-text p {
    font-size: 0.75rem;
  }

  .toss-banner-text h5 {
    margin-top: 0.3125rem;
  }

  .toss-banner-section .banner-title-img {
    width: 4.5rem;
    margin-bottom: 0.5rem;
  }

  .toss-banner-section .banner-img {
    width: 8.1875rem;
  }


  /* 토스배너 끝 */

  /* 탭버튼 내용 및 내용 시작 */
  .toss-terminal-tab-section {
    padding: 6.25rem 0 6.25rem 0;
  }

  .top-div {
    margin-bottom: 2rem;
  }

  .top-div h4 {
    margin-bottom: 0.625rem;
  }

  .top-div .main-img {
    object-fit: contain;
  }

  .top-div .front-img {
    width: 8.3125rem;
  }

  .top-div .terminal-img {
    width: 11.6875rem;
  }

  .toss-terminal-tab-section .tab-btn-box {
    column-gap: 0.375rem;
  }

  .toss-terminal-tab-section .tab-btn {
    border-radius: 3.125rem;
    background-color: #9CA3AF;
    color: #FFFFFF;
    padding: 0.625rem 1.0625rem;
    cursor: pointer;
  }

  .terminal-sector {
    padding: 1.875rem 0 0 0;
  }


  @media (hover: hover) {
    .toss-terminal-tab-section .tab-btn:hover {
      background-color: #116CFF;
    }
  }

  .toss-terminal-tab-section .tab-btn.active {
    background-color: #116CFF;

  }

  /* 탭버튼 내용 및 내용 끝*/

  /* h1 fig figcaption img 양식 시작 */
  .explain-form {}

  .explain-form .explain-title {
    margin-bottom: 2.1875rem;
  }

  .explain-form .emphasize {}

  .explain-form .explain-fig {}

  .explain-form .explain-text {
    margin-bottom: 1.375rem;
    color: #454545;
  }

  .explain-form .explain-text strong {
    color: #171717;
  }

  .explain-form .explain-img {
    max-width: 23.75rem;
    object-fit: contain;
  }

  /* h1 fig figcaption img 양식 끝 */

  /* 기억에 남는 첫 화면  시작*/
  .brand-personality-section {
    padding: 6.25rem 0;
  }

  /* 기억에 남는 첫 화면 끝*/

  /* 포스까지 한번에 시작 */
  .mini-pos-section {
    padding: 0 0 0 0;
  }

  .mini-pos-section .inner-container {
    width: 25rem;
  }

  .mini-pos-section .explain-form {
    /* width: calc(25rem - 1.875rem); */
    padding: 1.5625rem 1.25rem 1rem 1.875rem;
    width: 25rem;
  }

  .mini-pos-section .explain-form .explain-title {
    margin-bottom: 1.25rem;
  }

  .mini-pos-section .explain-fig {}

  .mini-pos-section .explain-form .explain-text {
    margin-bottom: 0px;
    letter-spacing: -0.02em;
    left: 0;
  }

  .mini-pos-section .explain-form .explain-img {
    max-width: 16.4375rem;
  }


  /* 포스까지 한번에 끝 */

  /* 직관적인 단말기 시작 */
  .intuitive-section {
    padding: 6.25rem 0 0 0;
  }

  .intuitive-section .explain-form .explain-text {}

  .intuitive-section .explain-form .explain-card-box {
    row-gap: 1.875rem;
  }

  .intuitive-section .explain-form .explain-card {
    width: 21.25rem;
    border-radius: 0.625rem;
    background: #F9F9F9;
    margin: auto;
  }

  .intuitive-section .explain-form .explain-card-text {
    color: #454545;
    padding: 0.4375rem 0;
    border-radius: 0 0 0.625rem 0.625rem;
    background: #E5EAF0;
  }

  .intuitive-section .explain-form .explain-img {
    max-width: 21.25rem;
    margin-top: 0.5rem;
  }

  .intuitive-section .explain-form .enter {
    width: 9.0625rem;
  }

  .intuitive-section .explain-form .registration {
    width: 18.75rem;
  }

  .intuitive-section .explain-form .sign {
    width: 10.25rem;
  }

  .intuitive-section .explain-form .cancel {
    width: 17.375rem;
  }

  /* 직관적인 단말기 끝 */

  /* 터미널 세트 기기 설명 시작 */
  .device-explain-section {
    padding: 6.25rem 0;
  }

  .device-explain-section .inner-container {
    row-gap: 6.25rem;
  }


  .device-explain-section .explain-form .explain-title {
    margin-bottom: 0.625rem;
  }

  .device-explain-section .explain-form .explain-text {
    margin-bottom: 1.25rem;
  }

  .device-explain-section .explain-form .explain-img {
    width: 21.25rem;
  }


  /* 터미널 세트 기기 설명 끝 */

  /* 문화비 소득공제 시작 */
  .cultural-deduction-section {
    padding: 3.125rem 0;
  }

  .cultural-deduction-section .explain-form .explain-title {
    margin-bottom: 0.625rem;
  }

  .cultural-deduction-section .explain-form .explain-text {}

  /* 단말기 비교 */
  .cultural-deduction-section .compare-box {
    width: 21.25rem;
    border-radius: 0.6875rem;
    padding: 1rem 0 1.875rem 0;
    margin-bottom: 0.75rem;
  }

  .cultural-deduction-section .compare-div {}

  .cultural-deduction-section .compare-div img {}

  .cultural-deduction-section .compare-text {
    margin-bottom: 0.75rem;
  }

  .cultural-deduction-section .compare-text h6 {
    margin-bottom: 0.375rem;
  }

  .cultural-deduction-section .normal-terminal h6 {}

  .cultural-deduction-section .normal-terminal p {}


  .cultural-deduction-section .toss-terminal h6 {}

  .cultural-deduction-section .toss-terminal p {}

  .cultural-deduction-section .compare-versus {
    width: 1.6875rem;
  }

  /* 영수증 비교 */

  .cultural-deduction-section .explain-form .explain-fig.recipt-compare-fig {
    margin-top: 2.625rem;
  }

  .cultural-deduction-section .compare-box.recipt-compare {}

  .cultural-deduction-section .recipt {
    border-radius: 0.5rem;
    padding: 0.5rem 0 0 0;
    height: 8.3125rem;
    width: 8.125rem;
    margin: 0.5rem, auto auto auto;
  }


  .cultural-deduction-section .recipt-store {
    font-size: 1rem;
  }

  .cultural-deduction-section .recipt-content {
    font-size: 0.75rem;
  }

  .cultural-deduction-section .strong-box {
    border-radius: 0.125rem;
    border: 0.2125rem solid #116CFF;
    width: 130%;
  }

  /* 문화비 소득공제 끝 */
  /* 설치사례 시작 */
  .install-example-section {
    padding: 6.25rem 0 0 0;
  }

  .install-example-section .inner-container {
    width: 25rem;
  }

  .install-example-section .title {
    margin: auto auto 0.625rem auto;
  }

  /* 설치사례 끝 */
  /* 구성품 시작 */
  .components-section {
    padding: 6.25rem 0 0 0;
  }

  .components-section .inner-container {
    width: 21.25rem;
  }

  .components-section .title {
    margin: auto auto 0.625rem auto;
  }

  .components-section .content {
    row-gap: 2.5rem;
  }



  /* 박스 */
  .components-section .component-box {
    font-size: 0.9375rem;
  }

  .components-section .sinsinpay-box {
    top: 1em;
  }

  .components-section .cable-box {
    top: 1em;
  }

  .components-section .toss-cable-box {
    top: 1em;
  }

  /* 이미지 */

  .components-section .component-img {
    margin: auto;
    object-fit: contain;
  }

  .components-section .terminal-img {
    width: 6.25rem;
  }

  .components-section .front-img {
    width: 5rem;
  }

  .components-section .sinsinpay-img {
    width: 4.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.1875rem 0.5rem 0 rgba(0, 0, 0, 0.40);
  }

  .components-section .recipt-img {
    width: 4.1875rem;
  }

  .components-section .cable-img {
    width: 3.125rem;
  }

  .components-section .toss-cable-img {
    width: 3.5625rem;
  }

  .components-section .RJ9cable-img {
    width: 2.5625rem;
  }

  /* 제품명 */
  .components-section .component_name {
    margin-top: 1.25rem;
  }

  /* 구성품 끝 */

  /* 제품상세 시작 */
  .spec-section {
    padding: 6.25rem 0 0 0;
  }

  .spec-section .title {
    margin: auto auto 1.125rem auto;
  }

  .spec-section .name {
    color: #FFFFFF;
    border-radius: 1.25re, ;
    background: #667181;
    padding: 0.25rem 0.75rem;
    width: fit-content;
    margin: 1.875rem auto auto auto;
  }

  .spec-divider {
    stroke-width: 1px;
    width: 11.25rem;
    height: 1px;
    margin: 3.75rem auto;
  }

  /* 이미지 */
  .spec-section .spec-img {}

  .spec-section .front-img {
    width: 8.875rem;
  }

  .spec-section .terminal-img {
    width: 11.25rem;
  }

  /* 제품상세 끝 */
  /* 도입절차 시작 */
  .install-section {
    padding: 3.75rem 0;
  }

  .install-section .inner-container {
    width: 21.25rem;
  }

  /* 도입절차 끝 */

}