* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul, li ,ol{list-style: none;}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
  font-size: 16px;
}

:root {
  font-family: "pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic",
    sans-serif;
  --c_white: #fff;
  --c_grey1: #F1F4F8;
  --c_darkblue: #184391;
  --c_black: #222;

  --max_width: 1380px;
  --padding_visual: 160px 50px;
  --padding: 0px 50px 180px;
  --padding_btn: 12.5px 48px;
}

.hidden-pc{display: none;}
.hidden-mo {display: block;}

.inner {
  text-align: center;
  max-width: var(--max_width);
  padding: var(--padding);
  margin: 0 auto;
}

/*  비주얼  */
.sec-visual {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/visual.jpg') no-repeat center;
  background-size: cover;
}
.sec-visual .inner {
  padding: var(--padding_visual);
}
.sec-visual h2 {    
  text-align: left;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--c_white);
}
.sec-visual .btn-grp {
  margin-top: 60px;
}
.btn-grp > a {
  align-items: center;
  display: flex;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--c_white);
  background-color: var(--c_black);
  padding: var(--padding_btn);
  border-radius: 4px;
  transition: all .3s ease;
}
.btn-grp > a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: cover;
}

/*  섹션 공통 인트로  */
.sec-intro {
  position: relative;
  background: linear-gradient(180deg, #F1F4F8 0%, #FFF 100%);
}
.sec-intro .inner {
  padding: 120px 0 80px;
}
.sec-intro .tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  padding-bottom: 24px;
}
.sec-intro .txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  opacity: .76;
  padding-bottom: 24px;
}
.sec-intro b {
  color: var(--c_black);
  opacity: .6;
}
.arrow-down {
  display: block;
  width: 32px;
  height: 32px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/arrows_down.png') no-repeat center;
  background-size: contain;
  margin: 0 auto;
  animation: down .7s ease infinite alternate;
}

/*  상품 리스트 6개  */
.sec-prodList .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 24px;
}
.sec-prodList .list {    
  width: 49%;
  margin: 0 auto;
}
.list .txt-box {
  padding: 50px 0 40px;
}
.list h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--c_black);
  padding: 12px 0 16px;
}
.list h4 b {
  color: #A7A8AB; 
}
.list p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_black);
}
.list .hash {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.list .hash span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #8F592C;
  background-color: #E9E0D9;
  padding: 8px 16px;
  border-radius: 4px;
}
.list._2 .hash span {
  color: #5C4FBF;
  background-color: #DBD9EF;
}
.list._3 .hash span {
  color: #773E7D;
  background-color: #EDD8EF;
}
.list._4 .hash span {
  color: #244565;
  background-color: #D6E6F5;
}
.list._5 .hash span {
  color: #247363;
  background-color: #CFEEE8;
}
.list._6 .hash span {
  color: #2A3C7D;
  background-color: #D9E1FA;
}
.prod-type {    
  position: relative;
  display: flex;
  line-height: 0;
}
.prod-type .cover {
  position: relative;
  flex: 1 1 67%;
  line-height: 0;
  font-size: 0;
}
.cover > a {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  line-height: 1.7;
  background-color: #222;
  color: #fff;
  padding: 5.5px 16px 5.5px 24px;
}
.cover > a::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/arrow_right.png') no-repeat center;
  background-size: cover;
}
.type-slide {
  width: 100%;
  overflow: hidden;
}
.type-slide .swiper-slide {
  max-width: 375px;
  width: 100%;
}
.prod-type .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #917B69;
  border-radius: 16px;
}
.prod-type .swiper-pagination._2 .swiper-pagination-progressbar-fill {
  background-color: #8A7EBD;
}
.prod-type .swiper-pagination._3 .swiper-pagination-progressbar-fill {
  background-color: #C199C5;
}
.prod-type .swiper-pagination._4 .swiper-pagination-progressbar-fill {
  background-color: #386590;
}
.prod-type .swiper-pagination._5 .swiper-pagination-progressbar-fill {
  background-color: #569688;
}
.prod-type .swiper-pagination._6 .swiper-pagination-progressbar-fill {
  background-color: #414E7C;
}
.prod-type .swiper-pagination {
  top: auto;
  bottom: -16px;
  height: 2px;
  background-color: rgba(185, 143, 108, 0.3);
  border-radius: 16px;
  overflow: hidden;
}
.prod-type .swiper-pagination._2 {
  background-color: rgba(138, 126, 189, 0.3);
}
.prod-type .swiper-pagination._3 {
  background-color: rgba(193, 153, 197, 0.3);
}
.prod-type .swiper-pagination._4 {
  background-color: rgba(56, 101, 144, 0.3);
}
.prod-type .swiper-pagination._5 {
  background-color: rgba(86, 150, 136, 0.3);
}
.prod-type .swiper-pagination._6 {
  background-color: rgba(65, 78, 124, 0.3);
}

/*  정보 테이블  */
.sec-table .inner {
  display: flex;
  justify-content: center;
}
.table-list > ul {
  margin-top: 119.5px;
}
.table-list > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 160px;
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  border-top: 1px solid #d9d9d9;
}
.table-list > ul > li:last-child {
  border-bottom: none;
}
.table-list li em {    
  display: contents;
  font-weight: 400;
}
.table-list li small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.two-table {
  width: 100%;
}
.two-table > section {
  display: flex;
}
.table-tit {
  width: 20%;
}
.sec-table tr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_black);
}
.sec-table .ff-office tr {
  font-weight: 700;
}
.sec-table tr td {
  height: 60px;
}
.sec-table thead th {
  border-right: 1px solid #d9d9d9;
}
.sec-table thead th + th {
  border-right: 1px solid #d9d9d9;
}
.sec-table thead th:last-child {
  border-right: none;
}
.sec-table thead tr {
  height: 60px;
  font-weight: 700;
  color: var(--c_white);
  background-color: #777;
}
.sec-table .ff-office thead tr {
  background-color: #184391;
}
.sec-table .ff-office thead th.d-blue {
  background-color: #002573;
}
.g-office {
  width: 30%;
  margin-right: 16px;
}
.g-office > table,
.ff-office > table {
  border-collapse : collapse;
  width: 100%;
}
.g-office tbody {
  background-color: #F2F2F2;
}
.ff-office {
  width: 70%;
}
.ff-office tbody {
  background-color: #F1F4F8;
}
.g-office tr + tr {
  border-top: 1px solid #d9d9d9;
}
.g-office tr > td + td {
  border-left: 1px solid #d9d9d9;
}
.ff-office tr + tr {
  border-top: 1px solid #D0D8E4;
}
.ff-office tr td + td  {
  border-left: 1px solid #D0D8E4;
}



/*  다인 추천 상품  */
.sec-recomm.sec_lst {
  background-color: var(--c_white);
}
.sec-recomm .inner_wrap {
  padding: 0 50px 180px;
}
.sec-recomm.sec_lst .recomm-tit {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--c_black);
  padding-bottom: 60px;
}
.sec-recomm.sec_lst .lst_office + .recomm-tit {
  margin-top: 80px
}
.sec-recomm .herb-list .swiper-slide {
  border-radius: 0;
}
.sec-recomm.sec_lst .herb-badge {
  display: none;
}
.sec-recomm .herb-list li[data-id="herbOffice2"] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/recomm_1.png') no-repeat center;
  background-size: cover;
}
.sec-recomm .herb-list li[data-id="herbOffice3"] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/recomm_2.png') no-repeat center;
  background-size: cover;
}
.sec-recomm .herb-list li[data-id="herbSolution1"] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/recomm_3.png') no-repeat center;
  background-size: cover;
}
.sec-recomm .herb-list li[data-id="herbSolution3"] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/recomm_4.png') no-repeat center;
  background-size: cover;
}
.sec-recomm .herb-list li[data-id="herbOffice4"] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/recomm_5.png') no-repeat center;
  background-size: cover;
}
.sec-recomm .herb-list li[data-id="herbSolution2"] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/recomm_6.png') no-repeat center;
  background-size: cover;
}
.sec-recomm .lst_office._2 .herb-list {
  flex-wrap: wrap-reverse;
  max-width: 791px;
  height: auto;
  margin: 0 auto;
}
.sec-recomm .lst_office._2 .herb-list .swiper-slide {
  min-width: 250px;
}
.sec-recomm .btn-grp > a {
  margin: 60px auto 0;
}
@keyframes down {
  0% {transform: translateY(8px);}
  100% {transform: translateY(0);}
}


@media all and (min-width: 961px) { /*  ONNY PC ::   HOVER 모음  */
  .btn-grp > a:hover {
    background-color: var(--c_darkblue);
  }
}


@media all and (max-width: 960px) {

  :root {
    --padding_visual: 60px 20px;
    --padding: 0 20px 100px;
    --padding_btn: 14.5px 36px;
  }
  .hidden-mo{display: none;}
  .hidden-pc {display: block;}

  .inner {
    max-width: 450px;
  }
  .btn-grp > a {
    font-size: 16px;
    margin: 0 auto;
  }

  .sec-visual {
    min-height: 608px;
    background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/visual_m.jpg') no-repeat center;
    background-size: cover;
  }
  .sec-visual h2 {
    text-align: center;
    font-size: 34px;
  }
  .sec-visual .btn-grp {
    margin-top: 32px;
  }

  .sec-intro .inner {
    padding: 100px 0;
  }
  .sec-intro .tit {
    font-size: 28px;
  }
  .sec-intro .txt {
    font-size: 18px;
  }


  .sec-prodList .list {
    width: 100%;
  }
  .type-slide .swiper-slide {
    max-width: 245px;
    width: 100%;
  }
  .type-slide .swiper-slide {
    width: 100%;
  }
  .prod-type .swiper-pagination {
    bottom: -12px;
  }
  .list._1 .txt-box {
    padding: 0 0 40px;
  }
  .list h4 {
    font-size: 26px;
    padding: 8px 0 16px
  }
  .list h4 b {
    display: block;
  }
  .list p {
    font-size: 16px;
  }
  .list .hash {
    gap: 6px;
  }
  .list .hash span {
    font-size: 12px;
    padding: 6px 6px;
  }
  .cover > a {        
    justify-content: center;
    width: 100%;
    font-size: 10px;
  }
  .cover > a::after {
    width: 12px;
    height: 12px;
  }


  .sec-table .inner {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: none;
    padding: 0 0 130px 20px;
  }
  .table-list > ul {
    margin-top: 75.5px;
  }
  .table-list > ul > li {
    min-width: 68px;
    height: 38px;
    font-size: 12px;
    line-height: 1.4;
  }
  .two-table {
    overflow-x: scroll;
    width: 476px;
  }
  .two-table > section {
    width: 602px;
  }
  .sec-table tr {
    font-size: 12px;
    line-height: 1.3;
  }
  .sec-table thead tr, 
  .sec-table tr td {
    height: 38px;
  }
  .table-list li small {
    font-size: 9px;
  }
  .g-office {
    width: 154px;
    max-width: none;
    margin-right: 8px;
  }
  .g-office thead tr:last-child > th {
    width: 50%;
  }
  .ff-office {
    width: 440px;
    max-width: none;
  }


  .sec-recomm.sec_lst .inner_wrap {        
    padding: 0 0 100px;
  }
  .sec-recomm .lst_office._2 .herb-list {
    flex-wrap: nowrap;
  }
  .sec-recomm.sec_lst .recomm-tit {
    font-size: 24px;
    padding-bottom: 40px;
  }
  .sec-recomm.sec_lst .lst_office + .recomm-tit {
    margin-top: 60px;
  }
}

@media all and (max-width: 565px) {
  .sec-table .inner::before {
    content: '';
    position: absolute;
    top: -26px;
    right: 20px;
    display: block;
    width: 22px;
    height: 13px;
    background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/arrow_table.png') no-repeat center;
    background-size: contain;
  }
  .sec-table .inner::after {
    content: '';
    position: absolute;
    bottom: 106px;
    right: 20px;
    display: block;
    width: 22px;
    height: 13px;
    background: url('/wp-content/themes/fastfive/assets/images/largeoffice_product/arrow_table.png') no-repeat center;
    background-size: contain;
  }
}
