/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center;
  margin-top: 4rem;
  z-index: 2;
  height: 1rem; }
  @media (max-width: 767px) {
    .slick-dots {
      margin-top: 2rem; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .slick-dots {
      margin-top: 2rem; } }
  .slick-dots .dot-item {
    display: inline-block;
    position: relative;
    margin: 0 5px; }
    .slick-dots .dot-item button {
      display: block;
      width: 1rem;
      height: 1rem;
      border: 1px solid #000;
      border-radius: 50%;
      padding: 0;
      background: #fff;
      text-indent: -999em;
      cursor: pointer; }
    .slick-dots .dot-item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 50%; }
    .slick-dots .dot-item.slick-active button {
      background: #000; }
  @media (max-width: 1024px) {
    .slick-dots.add-arrows {
      position: relative; }
      .slick-dots.add-arrows .dot-item {
        vertical-align: middle; }
      .slick-dots.add-arrows .slick-arrow {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .slick-dots.add-arrows .slick-arrow {
      display: inline-block;
      top: auto;
      vertical-align: middle; }
      .slick-dots.add-arrows .slick-arrow.slick-prev {
        left: -10px; }
      .slick-dots.add-arrows .slick-arrow.slick-next {
        right: -10px; } }
  @media (max-width: 767px) {
    .slick-dots.add-arrows .slick-arrow.slick-prev {
      left: -10px; }
    .slick-dots.add-arrows .slick-arrow.slick-next {
      right: -10px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .slick-dots.add-arrows .slick-arrow.slick-prev {
      left: -10px; }
    .slick-dots.add-arrows .slick-arrow.slick-next {
      right: -10px; } }

.no-cssanimations .slick-dots > li.slick-active:after {
  -webkit-animation: none;
          animation: none;
  bottom: 3px;
  height: 2px;
  background: #000; }

@keyframes slickActive {
  0% {
    bottom: 3px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1); }
  50% {
    bottom: 7px;
    height: 2px;
    background: #000; }
  100% {
    bottom: 3px;
    height: 2px;
    background: #000; } }

.slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 66px;
  height: 66px;
  padding: 0;
  border: none;
  background: transparent url(/images/blank.gif);
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff; }
  @media (max-width: 767px) {
    .slick-arrow {
      display: inline-block;
      top: 50%;
      width: 46px;
      height: 46px;
      vertical-align: middle; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .slick-arrow {
      display: inline-block;
      top: 50%;
      width: 46px;
      height: 46px;
      vertical-align: middle; } }
  .slick-arrow svg {
    display: inline-block;
    width: 2rem;
    height: 3.6rem;
    margin: auto;
    -webkit-transition: fill .3s, -webkit-transform .4s ease-out;
    transition: fill .3s, -webkit-transform .4s ease-out;
    transition: fill .3s, transform .4s ease-out;
    transition: fill .3s, transform .4s ease-out, -webkit-transform .4s ease-out;
    fill: rgba(0, 0, 0, 0.4); }
    @media (max-width: 767px) {
      .slick-arrow svg {
        fill: #000;
        width: 1.9rem;
        height: 2.95rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .slick-arrow svg {
        fill: #000;
        width: 1.9rem;
        height: 2.95rem; } }
  .slick-arrow.slick-prev {
    left: 40px; }
    @media (max-width: 1024px) {
      .slick-arrow.slick-prev {
        left: 0; } }
    @media (max-width: 767px) {
      .slick-arrow.slick-prev {
        left: 12px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .slick-arrow.slick-prev {
        left: 12px; } }
    .slick-arrow.slick-prev svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: 40px; }
    @media (max-width: 1024px) {
      .slick-arrow.slick-next {
        right: 0; } }
    @media (max-width: 767px) {
      .slick-arrow.slick-next {
        right: 12px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .slick-arrow.slick-next {
        right: 12px; } }
  @media (min-width: 1025px) {
    .slick-arrow:hover, .slick-arrow:focus {
      margin-right: -.6rem !important; } }
  .slick-arrow:hover svg, .slick-arrow:focus svg {
    fill: #000; }
  @media (min-width: 1025px) {
    .slick-arrow:hover.slick-prev, .slick-arrow:focus.slick-prev {
      margin-left: -.6rem !important; } }
  .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0; }

.c__slide {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  text-align: center; }
  @media (max-width: 1024px) {
    .c__slide {
      bottom: 2px;
      display: none; } }
  @media (max-width: 767px) {
    .c__slide {
      bottom: 4px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .c__slide {
      bottom: 4px; } }
  .c__slide .c__icon {
    position: relative;
    z-index: 11;
    text-indent: -99999px;
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(/images/slide-cont-icon.png) no-repeat;
    margin-left: 10rem; }
    @media (max-width: 1024px) {
      .c__slide .c__icon {
        background: url(/images/slide-cont-icon__m.png) no-repeat;
        background-size: cover; } }
    @media (max-width: 767px) {
      .c__slide .c__icon {
        width: 13px;
        height: 14px;
        margin-left: 9rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .c__slide .c__icon {
        width: 13px;
        height: 14px;
        margin-left: 9rem; } }
  .c__slide .play {
    background-position: 0 0; }
  .c__slide .pause {
    background-position: 0 -20px; }
    @media (max-width: 767px) {
      .c__slide .pause {
        background-position: 0 -16px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .c__slide .pause {
        background-position: 0 -16px; } }

.product-spec {
  max-width: 1220px;
  overflow: hidden;
  padding-bottom: 12rem;
  padding-top: 0;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .product-spec {
      width: inherit;
      max-width: 1025px; } }
  @media (max-width: 767px) {
    .product-spec {
      margin-top: 3.7rem;
      padding-bottom: 6rem; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .product-spec {
      margin-top: 3.7rem;
      padding-bottom: 6rem; } }
  .product-spec sup {
    vertical-align: super;
    font-size: smaller; }
  .product-spec .section-header {
    text-align: center; }
    @media (max-width: 767px) {
      .product-spec .section-header {
        margin-bottom: 3; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .product-spec .section-header {
        margin-bottom: 3; } }
    .product-spec .section-header .title {
      font-family: "SamsungOneKorean400";
      font-size: 4.2rem;
      color: #000;
      line-height: 5.6rem; }
      @media (max-width: 767px) {
        .product-spec .section-header .title {
          font-size: 2.5rem;
          line-height: 3.6rem; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-header .title {
          font-size: 2.5rem;
          line-height: 3.6rem; } }
    .product-spec .section-header .manual-download {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 420px;
      overflow: hidden;
      position: relative; }
      @media (max-width: 767px) {
        .product-spec .section-header .manual-download {
          display: block;
          max-width: 320px;
          margin-right: auto;
          margin-left: auto; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-header .manual-download {
          display: block;
          max-width: 320px;
          margin-right: auto;
          margin-left: auto; } }
      .product-spec .section-header .manual-download.p__cont {
        margin-top: 4rem !important; }
        @media (max-width: 767px) {
          .product-spec .section-header .manual-download.p__cont {
            margin-top: 2rem !important; } }
        @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
          .product-spec .section-header .manual-download.p__cont {
            margin-top: 2rem !important; } }
      .product-spec .section-header .manual-download .btn-download {
        margin-left: -15px; }
        @media (max-width: 1024px) {
          .product-spec .section-header .manual-download .btn-download {
            float: left;
            width: 50%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-left: 0; } 
            .product-spec .section-header .manual-download.btn_manual .btn-download {width: 100%;}
            
            }
      .product-spec .section-header .manual-download .btn-download + .btn-download {
        margin-left: 56px; }
        @media (max-width: 1024px) {
          .product-spec .section-header .manual-download .btn-download + .btn-download {
            margin-left: 0; } }
      .product-spec .section-header .manual-download:after {
        position: absolute;
        left: 50%;
        width: 1px;
        height: 18px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #333333;
        content: '';
        bottom: -.5rem; }
        .product-spec .section-header .manual-download.btn_manual:after {display:none;}
        @media (max-width: 1024px) {
          .product-spec .section-header .manual-download:after {
            height: 16px; } }
  .product-spec .section-body .spec-image {
    padding: 0; }
    @media (max-width: 767px) {
      .product-spec .section-body .spec-image {
        text-align: center; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .product-spec .section-body .spec-image {
        text-align: center; } }
    .product-spec .section-body .spec-image .pc-view {
      display: block; }
      @media (max-width: 767px) {
        .product-spec .section-body .spec-image .pc-view {
          display: none; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-body .spec-image .pc-view {
          display: none; } }
      .product-spec .section-body .spec-image .pc-view figure {
        width: 1220px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (max-width: 1024px) {
          .product-spec .section-body .spec-image .pc-view figure {
            width: 1025px; } }
    .product-spec .section-body .spec-image .spec-carousel {
      display: none; }
      @media (max-width: 767px) {
        .product-spec .section-body .spec-image .spec-carousel {
          display: block;
          max-width: 36rem;
          margin-right: auto;
          margin-left: auto;
          margin-top: 2.5rem; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-body .spec-image .spec-carousel {
          display: block;
          max-width: 36rem;
          margin-right: auto;
          margin-left: auto;
          margin-top: 2.5rem; } }
  .product-spec .section-body .spec-detail {
    text-align: center;
    margin-top: 5rem; }
    @media (max-width: 767px) {
      .product-spec .section-body .spec-detail {
        padding: 0;
        margin-top: 2.5rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .product-spec .section-body .spec-detail {
        padding: 0;
        margin-top: 2.5rem; } }
    .product-spec .section-body .spec-detail table {
      width: 100%;
      font-family: "SamsungOneKorean400";
      color: #e0e0e0; }
    .product-spec .section-body .spec-detail caption {
      overflow: hidden;
      position: absolute;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px; }
    .product-spec .section-body .spec-detail tr:last-child th, .product-spec .section-body .spec-detail tr:last-child td {
      border: 0; }
    .product-spec .section-body .spec-detail th {
      font-family: "SamsungOneKorean400";
      font-size: 1.8rem;
      color: #000;
      line-height: 3.4rem;
      letter-spacing: .1rem;
      font-family: "SamsungOneKorean700";
      width: 17%;
      max-width: 200px;
      padding: 3.4rem 0 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      text-align: left;
      vertical-align: top; }
      @media (max-width: 767px) {
        .product-spec .section-body .spec-detail th {
          font-size: 1.4rem;
          line-height: 2.5rem; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-body .spec-detail th {
          font-size: 1.4rem;
          line-height: 2.5rem; } }
      @media (max-width: 767px) {
        .product-spec .section-body .spec-detail th {
          display: block;
          float: left;
          clear: both;
          width: 100%;
          max-width: 100%;
          border-bottom: 0;
          padding: 22px 0 0; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-body .spec-detail th {
          display: block;
          float: left;
          clear: both;
          width: 100%;
          max-width: 100%;
          border-bottom: 0;
          padding: 22px 0 0; } }
    .product-spec .section-body .spec-detail td {
      font-family: "SamsungOneKorean400";
      font-size: 1.8rem;
      color: #000;
      line-height: 3.4rem;
      letter-spacing: .1rem;
      color: #666;
      width: 83%;
      max-width: 980px;
      padding: 30px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      vertical-align: top;
      text-align: left; }
      @media (max-width: 767px) {
        .product-spec .section-body .spec-detail td {
          font-size: 1.4rem;
          line-height: 2.5rem; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-body .spec-detail td {
          font-size: 1.4rem;
          line-height: 2.5rem; } }
      .product-spec .section-body .spec-detail td > span {
        display: block;
        overflow: hidden;
        color: #666; }
        .product-spec .section-body .spec-detail td > span.cell {
          padding-left: 23.5%; }
          @media (max-width: 767px) {
            .product-spec .section-body .spec-detail td > span.cell {
              padding-left: 0; } }
          @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
            .product-spec .section-body .spec-detail td > span.cell {
              padding-left: 0; } }
        .product-spec .section-body .spec-detail td > span span {
          float: left;
          width: 50%; }
        @media (max-width: 767px) {
          .product-spec .section-body .spec-detail td > span {
            padding: 5px 0 0;
            font-size: 14px;
            line-height: 14px; } }
        @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
          .product-spec .section-body .spec-detail td > span {
            padding: 5px 0 0;
            font-size: 14px;
            line-height: 14px; } }
      @media (max-width: 767px) {
        .product-spec .section-body .spec-detail td {
          display: block;
          float: left;
          clear: both;
          width: 100%;
          max-width: 100%;
          padding: 0 0 22px; } }
      @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
        .product-spec .section-body .spec-detail td {
          display: block;
          float: left;
          clear: both;
          width: 100%;
          max-width: 100%;
          padding: 0 0 22px; } }
      .product-spec .section-body .spec-detail td li {
        overflow: hidden;
        display: table;
        width: 100%;
        table-layout: fixed; }
        .product-spec .section-body .spec-detail td li strong {
          display: table-cell;
          width: 25%;
          max-width: 253px;
          padding: .5rem 0;
          color: #000; }
          .product-spec .section-body .spec-detail td li strong.performance_title {width: 15.7%;}
          @media (max-width: 767px) {
            .product-spec .section-body .spec-detail td li strong {
              display: block;
              width: inherit;
              max-width: inherit;
              padding: 15px 0 0; } }
          @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
            .product-spec .section-body .spec-detail td li strong {
              display: block;
              width: inherit;
              max-width: inherit;
              padding: 15px 0 0; } 
              
              }
        .product-spec .section-body .spec-detail td li > span {
          display: table-cell;
          overflow: hidden;
          width: 75%;
          max-width: 759px;
          color: #666; }
          .product-spec .section-body .spec-detail td li > span.performance_text1 {width:21%; text-align:right;}
          .product-spec .section-body .spec-detail td li > span.performance_text2 {width:32%;}
          .product-spec .section-body .spec-detail td li > span span {
            float: left;
            width: 50%; }
            @media (max-width: 767px) {
              .product-spec .section-body .spec-detail td li > span span {
                padding: 5px 0 0; } }
            @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
              .product-spec .section-body .spec-detail td li > span span {
                padding: 5px 0 0; } }
          @media (max-width: 767px) {
            .product-spec .section-body .spec-detail td li > span {
              display: block;
              width: inherit;
              max-width: inherit;
              padding: 5px 0 0; } 
              .product-spec .section-body .spec-detail td li > span.performance_text1 {width:70%;}
          .product-spec .section-body .spec-detail td li > span.performance_text2 {display:none;}
              
              }
          @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
            .product-spec .section-body .spec-detail td li > span {
              display: block;
              width: inherit;
              max-width: inherit;
              padding: 5px 0 0; } }
  @media (max-width: 767px) {
    .product-spec .slick-dots {
      margin-top: 2.5rem; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .product-spec .slick-dots {
      margin-top: 2.5rem; } }
  @media (max-width: 767px) {
    .product-spec .slick-dots button {
      background-color: #f4f4f4; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .product-spec .slick-dots button {
      background-color: #f4f4f4; } }

.c__spec {
  margin-top: 7rem; }
  @media (max-width: 767px) {
    .c__spec {
      margin-top: 3rem; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .c__spec {
      margin-top: 3rem; } }
  .c__spec .c__inner {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 1024px) {
    .c__spec .spec-image {
      position: relative;
      min-height: 37rem; } }
  .c__spec .manual-download {
    margin-top: 4.5rem;
    position: relative; }
    @media (max-width: 1024px) {
      .c__spec .manual-download {
        text-align: center; } }
    @media (max-width: 767px) {
      .c__spec .manual-download {
        margin-top: 2rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .c__spec .manual-download {
        margin-top: 2rem; } }
  .c__spec .t__sub {
    font-family: "SamsungOneKorean400";
    font-size: 4.2rem;
    color: #000;
    line-height: 5.6rem;
    text-align: center;
    margin-top: 20rem; }
    @media (max-width: 767px) {
      .c__spec .t__sub {
        font-size: 2.5rem;
        line-height: 3.6rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .c__spec .t__sub {
        font-size: 2.5rem;
        line-height: 3.6rem; } }
    @media (max-width: 767px) {
      .c__spec .t__sub {
        margin-top: 10rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .c__spec .t__sub {
        margin-top: 10rem; } }
  .c__spec .spec-detail {
    margin-top: 7rem;
    margin-bottom: 7rem; }
    @media (max-width: 767px) {
      .c__spec .spec-detail {
        margin-top: 1.5rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      .c__spec .spec-detail {
        margin-top: 1.5rem; } }
  @media (max-width: 767px) {
    .c__spec .spec-carousel {
      margin-top: 1.5rem !important; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .c__spec .spec-carousel {margin-top: 1.5rem !important; } 
    
      }


/* 221004 */
.product-spec .section-header .manual-download.-modi {display:flex; width:100%; max-width:100%; align-items:center; justify-content:center;}
.product-spec .section-header .manual-download.-modi:after {display:none;}
.product-spec .section-header .manual-download.-modi .btn-download {position:relative;}
.product-spec .section-header .manual-download.-modi .btn-download + .btn-download:after {content:""; position:absolute; top:50%; left:-28px; width:1px; height:14px; background:#333; transform:translateY(-50%);}

@media (max-width: 1024px) {
	.product-spec .section-header .manual-download.-modi .btn-download {float:none; width:auto;}
	.product-spec .section-header .manual-download.-modi .btn-download + .btn-download {margin-left:24px;}
	.product-spec .section-header .manual-download.-modi .btn-download + .btn-download:after {left:-12px;}
	.product-spec .section-header .manual-download.-modi .btn-download i {margin-left:0;}
}



@media only screen and (min-width: 768px) and (max-width: 1245px) {
	.product-spec .section-body .spec-detail td li > span.performance_text1 {width:50%;}

	
}


@media (max-width: 400px) {
	.product-spec .section-header .manual-download.-modi .btn-download + .btn-download {margin-left:12px;}
	.product-spec .section-header .manual-download.-modi .btn-download + .btn-download:after {display:none}
	
}     


/*# sourceMappingURL=../maps/spec.css.map */
