@charset "utf-8";


.section.visual-area {
  padding: 0;
}

.visual-area {
  position: relative;
  width: 100%;
  height: 708px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/bg_visual.jpg') no-repeat center 20%;
  background-size: cover;
}

.visual-area::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(90deg, #292929 46%, rgba(41, 41, 41, 0.88) 54.33%, rgba(41, 41, 41, 0.63) 60.95%, rgba(41, 41, 41, 0.00) 100%);
  transition: all cubic-bezier(0.4, 0.31, 0.19, 1) .55s;
}

.visual-area.active::after {
  width: 100%;
  opacity: 1;
}

.visual-area .text-area {
  position: relative;
  top: 150px;
  width: 100%;
  max-width: 594px;
  z-index: 1;
}

.visual-area .line-text-area {
  width: 288px;
  color: #fff;
  text-align: center;
}

.visual-area .text-area .title-h1 {
  margin-top: 16px;
  font-size: 55px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.65px;
  color: #fff;
}

.visual-area .text-area .title-h1 .point {
  display: block;
}

.visual-area .action-area {
  justify-content: flex-start;
  margin-top: 60px;
}

.visual-area .action-area .btn {
  width: 430px;
  height: 56px;
  flex-shrink: 0;
  color: #292929;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.66px;
}

.section01 .list-box {
  display: flex;
  margin-top: 80px;
  font-size: 0;
  /* justify-content: space-between; */
}

.section01 .list-box .list-item {
  display: inline-flex;
  width: 15.37%;
  height: 300px;
  flex-shrink: 0;
  padding: 27px 0 27px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 2px solid var(--main-1, #F5C120);
  background: var(--main-2, #292929);
}

.section01 .list-box .list-item+.list-item {
  margin-left: 1.55%;
}

.section01 .list-box .list-item:nth-of-type(even) {
  margin-top: 64px;
}

.section01 .list-box .list-item:nth-child(1)::after {
  display: flex;
  content: "";
  width: 63px;
  height: 59px;
  margin-top: 33px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_meet.png') no-repeat 0 0;
  background-size: cover;
}

.section01 .list-box .list-item:nth-child(2)::after {
  display: flex;
  content: "";
  width: 63px;
  height: 58px;
  margin-top: 34px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_office.png') no-repeat 0 0;
  background-size: cover;
}

.section01 .list-box .list-item:nth-child(3)::after {
  display: flex;
  content: "";
  width: 65px;
  height: 63px;
  margin-top: 31px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_cost.png') no-repeat 0 0;
  background-size: cover;
}

.section01 .list-box .list-item:nth-child(4)::after {
  display: flex;
  content: "";
  width: 63px;
  height: 63px;
  margin-top: 31px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_deposit.png') no-repeat 0 0;
  background-size: cover;
}

.section01 .list-box .list-item:nth-child(5)::after {
  display: flex;
  content: "";
  width: 69px;
  height: 57px;
  margin-top: 34px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_oper.png') no-repeat 0 0;
  background-size: cover;
}

.section01 .list-box .list-item:nth-child(6)::after {
  display: flex;
  content: "";
  width: 67px;
  height: 63px;
  margin-top: 13px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_fee.png') no-repeat 0 0;
  background-size: cover;
}

.section01 .list-box .list-item .txt01 {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -1px;
}

.section01 .list-box .list-item .txt02 {
  margin: 6px 0 0 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

/* gsap init */
.scene-line,
.scene1,
.scene2,
.scene3,
.scene4,
.scene-btn,
.scene-list,
.scene-list-odd {
  opacity: 0;
}


.section02 {
  transition: background-color cubic-bezier(0.4, 0.31, 0.19, 1) 1s;
}

.section02 .list-area {
  margin-top: 60px;
}

.section02 .list-box {
  display: flex;
  font-size: 0;
}

.section02 .list-item {
  width: 32.29%;
  padding-bottom: 24px;
  border-radius: 16px;
  text-align: center;
  background: #FFF;
  overflow: visible;
}

.section02 .list-item .img {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.section02 .list-item+.list-item {
  margin-left: 1.55%;
}

.section02 .list-item .logo {
  width: 138px;
  margin: 8px 0;
}

.section02 .list-item .text-area {
  display: flex;
  margin: 0 23px;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.section02 .list-item .txt01 {
  max-width: 223px;
  margin-top: 16px;
  color: #292929;
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

.section03 {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/bg_section03_g.png') no-repeat center 0;
  background-size: cover;
  transition: opacity cubic-bezier(0.4, 0.31, 0.19, 1) 1s;
}

.section03.opacity {
  opacity: 0
}

.section03 .list-area {
  margin: 60px auto 0;
}

.section03 .list-box {
  display: flex;
  width: 100%;
  max-width: 673px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
}

.section03 .list-item {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: max-content;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 34px;
  border-radius: 27px;
  background: var(--main-4, #FFF);
}

.section03 .list-item::after {
  position: absolute;
  left: -7px;
  bottom: 0;
  content: "";
  width: 24px;
  height: 30px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_talk_arr.png') no-repeat 0 0;
  background-size: cover;
}

.section03 .list-item:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}

.section03 .list-item:nth-of-type(even)::after {
  left: auto;
  right: -7px;
  transform: rotateY(180deg);
}


.section03 .list-item+.list-item {
  margin-top: 24px;
}

.section03 .list-item .txt01 {
  font-size: 20px;
  color: #292929;
}

.section03 .list-item .txt01 br {
  display: none;
}

.section04 {
  overflow: hidden;
}

.section04 .section-inner {
  max-width: 1070px;
}

.section04 .list-area {}

.section04 .list-box {
  display: block;
  margin-top: 100px;
  font-size: 0;
}

.section04 .list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.section04 .list-item+.list-item {
  margin-top: 150px;
}

.section04 .list-item .text-area .str {
  color: #292929;
  font-size: 36px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1px;
}

.section04 .list-item .text-area .txt01 {
  margin-top: 24px;
  color: var(--main-2, #292929);
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

.section04 .list-item .symbol {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: 24px;
  flex-shrink: 0;
  border-radius: 150px;
  background: var(--main-3, #DD8400);
}

.section04 .list-item:nth-of-type(even) .str {
  display: block;
  text-align: right;
}

.section04 .list-item:nth-of-type(even) .symbol {
  left: auto;
  right: 0;
}

.section04 .list-item:nth-of-type(7) .symbol {
  bottom: -24px;
}

.section04 .list-item .symbol .txt01 {
  margin: 0;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -1px;
}

.section04 .list-item .symbol .str {
  margin-top: -10px;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 36px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.section04 .list-item .symbol .sub {
  display: block;
  margin-top: -4px;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 14px;
  font-family: Pretendard;
  line-height: 20px;
  letter-spacing: -1px;
}

.section04 .content-area {
  position: relative;
  width: 634px;
  height: 343px;
  border-radius: 16px;
  overflow: hidden;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img01.jpg') no-repeat 0 60%;
  background-size: cover;
}

.section04 .list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.section04 .list-item:nth-of-type(even) .text-area .txt01 {
  text-align: right;
}

.section04 .list-item:nth-of-type(even) .symbol {
  margin-left: auto;
}

.section04 .list-item:nth-child(2) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img02.jpg') no-repeat 0 60%;
}

.section04 .list-item:nth-child(2) .content-area .text-area .header {
  padding-left: 42px;
}

.section04 .list-item:nth-child(3) .content-area .text-area .header {
  padding-left: 31px;
}

.section04 .list-item:nth-child(4) .content-area .text-area .header {
  padding-left: 39px;
}

.section04 .list-item:nth-child(5) .content-area .text-area .header {
  padding-left: 46px;
}

.section04 .list-item:nth-child(6) .content-area .text-area .header {
  padding-left: 21px;
}

.section04 .list-item:nth-child(7) .content-area .text-area .header {
  padding-left: 72px;
  padding-right: 55px;
}

.section04 .list-item:nth-child(7) .content-area .text-area .header .txt01,
.section04 .list-item:nth-child(7) .content-area .text-area .header .txt02 {
  flex-direction: column;
}

.section04 .list-item:nth-child(7) .symbol .txt01 {
  line-height: 23px;
}

.section04 .list-item:nth-child(7) .symbol .str {
  margin-top: -4px;
}


.section04 .list-item:nth-child(8) .content-area .text-area .header {
  padding-left: 62px;
  padding-right: 32px;
}

.section04 .list-item:nth-child(3) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img03.jpg') no-repeat 80% 70%;
  background-size: cover;
}

.section04 .list-item:nth-child(4) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img04.jpg') no-repeat 80% 70%;
  background-size: cover;
}

.section04 .list-item:nth-child(5) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img05.jpg') no-repeat 80% 0;
  background-size: cover;
}

.section04 .list-item:nth-child(6) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img06.jpg') no-repeat center -60%;
  background-size: cover;
}

.section04 .list-item:nth-child(7) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img07.jpg') no-repeat center 63%;
  background-size: cover;
}

.section04 .list-item:nth-child(7) .content-area::after {
  top: 90px;
}

.section04 .list-item:nth-child(8) .content-area {
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img08.jpg') no-repeat center 33%;
  background-size: cover;
}

.section04 .content-area::after {
  position: absolute;
  top: 60px;
  left: 0;
  content: "";
  width: 100%;
  height: 188px;
  background: linear-gradient(180deg, #FFF 25%, rgba(255, 255, 255, 0.00) 70%);
  z-index: 0;
}

.section04 .content-area .text-area .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 60px; */
  padding: 13px 80px 13px 53px;
  background: var(--main-sub, linear-gradient(90deg, #222 44.86%, #BB9521 57.29%, #DFB121 73.96%, #F1C026 90.63%, #F6C121 100%));
}

.section04 .content-area .text-area .header::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 26px;
  height: 16px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_arrow_white.png') no-repeat 0 0;
  background-size: cover;
}

.section04 .content-area .text-area .header .txt01 {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

.section04 .content-area .text-area .header .txt01 .str {
  margin-left: 4px;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 24px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1px;
}

.section04 .content-area .text-area .header .txt02 {
  display: flex;
  align-items: center;
  color: var(--main-2, #292929);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

.section04 .content-area .text-area .header .txt02 .str {
  margin-left: 4px;
  color: var(--main-2, #292929);
  text-align: center;
  font-size: 24px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1px;
}

.section04 .content-area .caption {
  display: block;
  position: relative;
  margin-top: 8px;
  color: #292929;
  text-align: center;
  font-size: 16px;
  font-family: Pretendard;
  line-height: 26px;
  letter-spacing: -1px;
  z-index: 1;
}

.section04 .content-area .caption .sub {
  display: block;
  margin-top: -8px;
  color: #777;
  font-size: 14px;
}

.section05 {
  transition: background cubic-bezier(0.4, 0.31, 0.19, 1) 1s;
}

.section05 .section-inner {
  display: flex;
  justify-content: space-between;
}

.section05 .text-area {
  width: 255px;
  margin-top: 107px;
}

.section05 .text-area .txt03 {
  margin-top: 16px;
  color: #FFF;
  font-size: 24px;
  font-family: Pretendard;
  line-height: 34px;
  letter-spacing: -1px;
}

.section05 .text-area .txt03 .str {
  font-size: 30px;
}

.section05 .text-area .txt03 .sub {
  display: block;
  color: var(--ffffff, #FFF);
  font-size: 16px;
  font-family: Pretendard;
  line-height: 26px;
  letter-spacing: -1px;
}

.section05 .text-area .line-text-area .txt01 {
  padding: 0;
}

.section05 .table {
  width: 100%;
  max-width: 763px;
  table-layout: fixed;
  border-collapse: collapse;
  /* background: #fff; */
}

.section05 .table tr th {
  padding: 16px 0;
  color: var(--main-2, #292929);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -1px;
}

.section05 .table tr td {
  padding: 7px 0;
  color: var(--main-2, #292929);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

.section05 .table tr td:first-child {
  text-align: left;
}

.section05 .table tr td.private-td {
  font-size: 40px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
}

.section05 .table .brlt {
  border-top-left-radius: 16px;
}

.section05 .table .brlb {
  border-bottom-left-radius: 16px;
}

.section05 .table .brrt {
  border-top-right-radius: 16px;
}

.section05 .table .brrb {
  border-bottom-right-radius: 16px;
}

.section05 .swiper-area {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1615px;
}

.section05 .contents-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1288px;
  width: 100%;
  height: 448px;
  margin: 150px auto 0;
}

.section05 .contents-area .text-area {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 85px;
}

.section05 .contents-area .text-area>* {
  text-align: right;
}

.section05 .swiper-container {
  /* direction: rtl; */
  position: relative;
  left: -310px;
  /* width: 1615px; */
  overflow: hidden;
}

.section05 .swiper-container::after {
  position: absolute;
  top: 175px;
  right: -180px;
  content: "";
  width: 453px;
  height: 97px;
  transform: rotate(-90deg);
  background: linear-gradient(0deg, #292929 41%, rgba(41, 41, 41, 0.00) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.section05 .swiper-container::before {
  position: absolute;
  top: 175px;
  left: -180px;
  content: "";
  width: 453px;
  height: 97px;
  transform: rotate(90deg);
  background: linear-gradient(0deg, #292929 41%, rgba(41, 41, 41, 0.00) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.section05 .swiper-slide {
  direction: ltr;
  /* width: 525px; */
  max-height: 448px;
  border-radius: 16px;
  overflow: hidden;
}

.section05 .swiper-slide img {
  width: 100%;
  border-radius: 16px;
}

.section06 .section-inner {
  max-width: 961px;
}

.section06 .list-box {
  width: 100%;
  display: grid;
  margin-top: 71px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 31px 20px;
}

.section06 .list-item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* width: 31.94%; */
  padding: 33px 0;
  border-radius: 16px;
  background: var(--main-2, #292929);
  border: 2px solid var(--main-1, #F5C120);
  transition: border cubic-bezier(0.4, 0.31, 0.19, 1) 0.35s;
}

.section06 .list-item.active {}

.section06 .list-item .ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 30px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_check.png') no-repeat 0 0;
  background-size: cover;

}

.section06 .list-item .txt01 {
  color: var(--d-9-d-9-d-9, #D9D9D9);
  font-size: 16px;
  font-family: Pretendard;
  line-height: 26px;
  letter-spacing: -1px;
}

.section06 .list-item .txt01 .str {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 18px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -1px;
}

.section07 {
  transition: background cubic-bezier(0.4, 0.31, 0.19, 1) 1s;
}

.section07 .list-area {
  margin-top: 60px;
}

.section07 .list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 20px;
}

.section07 .list-item {
  position: relative;
  display: inline-flex;
  padding-bottom: 32px;
  flex-direction: column;
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
}

.section07 .swiper-slide {
  width: inherit !important;
}

.section07 .list-item .sale {
  position: absolute;
  bottom: 82px;
  right: 8px;
  width: 124px;
  height: 130px;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/ico_sale.png') no-repeat 0 0;
  background-size: contain;
}

.section07 .list-item .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section07 .list-item .text-area .title {
  margin-top: 32px;
  padding: 6px 11px;
  color: var(--main-2, #292929);
  font-size: 16px;
  font-family: Pretendard;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--main-1, #F5C120);
}

.section07 .list-item .text-area .txt01 {
  margin-top: 16px;
  color: var(--main-2, #292929);
  font-size: 18px;
  font-family: Pretendard;
  line-height: 30px;
  letter-spacing: -1px;
}

.section08 {
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/bg_section08.jpg') no-repeat center;
  background-size: cover;
}

.section08 .title-h4 .text-overflow+.text-overflow {
  margin-top: -16px;
}

.section08 .title-h4 .sub-text br {
  display: none;
}

.section08 .sub-text-area {
  margin-top: 24px;
}

.section08 .sub-text-area .sub-text {
  margin-top: 0;
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 24px;
  font-family: Pretendard;
  line-height: 34px;
  letter-spacing: -1px;
}

.section .swiper-pagination {
  display: none;
}








/* COMMON CSS */
.point {
  color: #f5c120;
  font-weight: 700;
}

.point2 {
  color: #dd8400;
  font-weight: 700;
}

.point3 {
  color: #292929;
  font-weight: 700;
}

.white {
  color: #fff !important;
}

.bg-point {
  background-color: #f5c120;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #292929;
}

.brt-white {
  border-top: 1px solid #fff;
}

.brt-gray {
  border-top: 1px solid #292929;
}

.bold {
  font-weight: 700 !important;
}

.btn,
.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 52px;
  /* margin-top: 60px; */
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: none;
  transition: background-color cubic-bezier(0.4, 0.31, 0.19, 1) .3s;
}

.btn:hover,
.link:hover {
  background-color: #dd8400;
  color: #fff !important;
}

.text-overflow {
  overflow: hidden;
}

.text-overflow>* {
  display: block;
}

.line-text-area {}

.text-area.white * {
  color: #fff;
}

.text-area .sub-text {
  margin-top: 16px;
  color: var(--main-2, #292929);
  text-align: center;

  font-size: 24px;
  font-family: Pretendard;
  line-height: 34px;
  letter-spacing: -1px;
}

.line-text-area .txt01,
.line-text-area .txt02 {
  padding: 5px 0;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 34px;
}

.line-text-area::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid #292929;
}

.line-text-area::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid #292929;
}

.line-text-area.white::before {
  border-top: 1px solid #fff;
}

.line-text-area.white::after {
  border-top: 1px solid #fff;
}

.action-area {
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}

.section {
  display: block;
  padding: 0;
  padding: 150px 0;
  justify-content: unset;
}

.section-inner {
  max-width: 1288px;
  margin: 0 auto;
}

.title-h2 {
  padding: 24px 0;
  color: #292929;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -1px;
}

.title-h2 .txt01 {
  font-size: 36px;
  font-family: Pretendard;
  line-height: 50px;
  letter-spacing: -1px;
}

.title-h2 .str {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
}

.title-h3 {
  padding: 5px 0;
}

.title-h3 .txt01 {
  color: var(--ffffff, #FFF);
  font-size: 40px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
}

.title-h4 {}

.title-h4 .sub-text {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 50px;
  font-family: Pretendard;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
}



/* .section-inner max-width */
@media (max-width: 1439px) {
  .section-inner {
    /* padding: 0 40px; */
  }
}

@media (max-width: 1280px) {
  .section-inner {
    padding: 0 40px;
  }

  .section01 .list-box .list-item {
    padding: 20px 0;
    height: 248px;
  }

  .section01 .list-box .list-item .txt01 {
    font-size: 15px;
    line-height: 24px;
  }

  .section01 .list-box .list-item .txt02 {
    font-size: 14px;
    line-height: 24px;
  }

  .section04 .content-area {
    width: 567px;
  }

  .section04 .list-item .text-area .str {
    font-size: 32px;
  }

  .section04 .list-item .text-area .txt01 {
    font-size: 16px;
  }

  .section04 .list-item:nth-child(6) .content-area {
    background-position: center 62px;
  }

  .section05 .contents-area .text-area {
    right: 40px;
  }

  .section05 .table {
    max-width: 600px;
  }
}

/* Mobile x3 */
@media (max-width: 960px) {
  .section-inner {
    max-width: none;
    padding: 0 20px;
  }

  .visual-area {
    height: 652px;
    background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/bg_visual_mo.jpg') no-repeat center bottom;
    background-size:cover;
  }

  .visual-area::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, #292929 25%, rgba(41, 41, 41, 0.88) 33.33%, rgba(41, 41, 41, 0.63) 42.95%, rgba(41, 41, 41, 0.00) 50%);
  }

  .visual-area.active::after {
    height: 100%;
  }

  .visual-area .text-area {
    position: relative;
    top: 60px;
    left: auto;
    max-width: 275px;
    margin: 0 auto;
    transform: translateX(0);
  }

  .visual-area .line-text-area {
    width: 100%;
    max-width: 223px;
    margin: 0 auto;
  }

  .visual-area .line-text-area .txt01 {
    /* color: var(--ffffff, #FFF); */
    text-align: center;


    font-size: 20px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .visual-area .text-area .title-h1 {
    /* color: #FFF; */
    text-align: center;
    font-size: 34px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
  }

  .visual-area .action-area .btn {

    color: var(--main-2, #292929);
    font-size: 16px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .visual-area .action-area {
    margin-top: 40px;
  }

  .section01 .list-box {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  .section01 .list-box .list-item {
    width: 100%;
    max-width: 450px;
    padding: 16px 35px 16px 26px;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
  }

  .section01 .list-box .list-item+.list-item {
    margin: 8px 0 0 0;
  }

  .section01 .list-box .list-item:nth-of-type(even) {
    margin-top: 8px
  }

  .section01 .list-box .list-item:nth-child(1)::after {
    width: 49px;
    height: 46px;
    margin-top: 0;
    background-size: contain;
  }

  .section01 .list-box .list-item:nth-child(2)::after {
    width: 49px;
    height: 45px;
    margin-top: 0;
    background-size: contain;
  }

  .section01 .list-box .list-item:nth-child(3)::after {
    width: 50px;
    height: 49px;
    margin-top: 0;
    background-size: contain;
  }

  .section01 .list-box .list-item:nth-child(4)::after {
    width: 49px;
    height: 49px;
    margin-top: 0;
    background-size: contain;
  }

  .section01 .list-box .list-item:nth-child(5)::after {
    width: 53px;
    height: 44px;
    margin-top: 0;
    background-size: contain;
  }

  .section01 .list-box .list-item:nth-child(6)::after {
    width: 52px;
    height: 49px;
    margin-top: 0;
    background-size: contain;
  }

  .section01 .list-box .list-item .txt01 {
    font-size: 16px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section01 .list-box .list-item .txt02 {
    max-width: none;
    width: 180px;
    margin: 0;
    margin-left: 24px;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -1px;

  }

  .section01 .list-box .list-item .txt02 .mo {
    display: none;
  }

  .section02 .section-inner {
    position: relative;
    padding: 0 20px 30px 20px;
  }

  .section02 .swiper-container {
    position: relative;
    max-width: 550px;
    width: 100%;
    overflow: hidden;
    margin: 40px auto 0;
    border-radius: 16px;
  }

  .section02 .swiper-container.m-swiper .swiper-slide {
    /* min-height: 418px; */
    width: inherit !important;
  }

  .section02 .swiper-container .swiper-slide .img {
    width: 100%;
    max-width: none;
  }

  .section02 .list-item {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .section02 .list-item+.list-item {
    margin-left: 0;
  }

  .section02 .list-item .logo {
    width: 111px;
    height: 69px;
  }

  .section02 .list-item .txt01 {

    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section02 .list-item .text-area {
    margin: 0 20px;
  }

  .section02 .swiper-container .swiper-pagination {
    bottom: 0px !important;
    font-size: 0 !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F5C120 !important;
  }

  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    background-color: #fff !important;
    opacity: 1 !important;
  }

  .section03 .section-inner {
    padding: 0 40px;
  }

  .section03 .list-area {
    width: 100%;
    margin-top: 40px;
  }

  .section03 .list-item {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
  }

  .section03 .list-item:nth-of-type(even) {
    margin-right: auto;
  }

  .section03 .list-item .txt01 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: center;
  }

  .section03 .list-item .txt01 br {
    display: block;
  }

  .section04 .list-box {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section04 .list-item,
  .section04 .list-item:nth-of-type(even) {
    position: relative;
    width: 100%;
    max-width: 550px;
    flex-direction: column;
  }

  .section04 .list-item+.list-item {
    margin-top: 90px;
  }

  .section04 .list-item:nth-of-type(even) .symbol {
    right: -20px;
    border-radius: 32px 0px 0px 32px;
  }

  .section04 .list-item .text-area {
    text-align: center;
  }

  .section04 .list-item .text-area .str {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .section04 .list-item .text-area .txt01 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section04 .list-item:nth-of-type(even) .text-area .txt01 {
    text-align: center;
  }

  .section04 .list-item .symbol {
    position: absolute;
    left: -20px;
    bottom: -23px;
    display: flex;
    width: fit-content;
    height: auto;
    padding: 6px 24px 6px 20px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border-radius: 0px 32px 32px 0px;
    z-index: 1;
  }

  .section04 .list-item:nth-child(3) .symbol {
    display: block;
    width: 163px;
    bottom: -31px;
    text-align: left;
    padding-left: 20px;
  }

  .section04 .list-item:nth-child(3) .symbol .txt01,
  .section04 .list-item:nth-child(3) .symbol .str {
    display: inline-flex;
  }

  .section04 .list-item:nth-child(7) .content-area::after {
    top: auto;
  }

  .section04 .list-item:nth-child(3) .symbol .str {
    margin-left: 8px;
    line-height: 22px;
    vertical-align: bottom;
  }

  .section04 .list-item:nth-child(3) .symbol .sub {
    margin-top: 2px;
    text-align: left;
  }

  .section04 .list-item .symbol .str {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .section04 .list-item .symbol .txt01 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section04 .list-item:nth-child(7) .symbol .txt01 br {
    display: none;
  }

  .section04 .content-area {
    width: 100%;
    height: 244px;
    margin-top: 32px;

  }

  .section04 .content-area::after {
    height: 74px;
    background: linear-gradient(180deg, #FFF 40%, rgba(255, 255, 255, 0.60) 74.3%, rgba(255, 255, 255, 0.00) 100%);
  }

  .section04 .list-item:nth-child(2) .content-area {
    background-position: center 60%;
    background-size: cover;
  }

  .section04 .content-area .text-area .header {
    height: 60px;
    padding: 0 !important;
    justify-content: space-around;
    background: var(--main-sub, linear-gradient(90deg, #222 42.86%, #BB9521 53.29%, #DFB121 66.96%, #F1C026 73.63%, #F6C121 100%));
  }

  .section04 .content-area .text-area .header .txt01,
  .section04 .content-area .text-area .header .txt02 {
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section04 .content-area .text-area .header .txt01 .str {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section04 .content-area .text-area .header .txt02 .str {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section04 .list-item:nth-of-type(even) .str {
    text-align: center;
  }

  .section04 .content-area .caption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section04 .content-area .caption .sub {
    margin-top: 0;
  }

  .section05 .section-inner {
    display: block;
    padding: 0;
  }

  .section05 .text-area {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .section05 .text-area .line-text-area .txt01 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .section05 .text-area .txt03 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .section05 .text-area .txt03 .str {
    font-size: 24px;
  }

  .section05 .text-area .txt03 .sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section05 .table-area {
    padding: 0 20px;
    margin-top: 40px;
  }

  .section05 .table {
    margin: 0 auto;
  }

  .section05 .table colgroup col:nth-child(2),
  .section05 .table colgroup col:nth-child(3) {
    width: 39% !important;
  }

  .section05 .table tr th,
  .section05 .table tr td {
    padding: 8px 0;
  }

  .section05 .table tr th {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section05 .table tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section05 .table tr td.private-td {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
  }

  .section05 .contents-area {
    height: auto;
    flex-direction: column;
    margin-top: 90px;
  }

  .section05 .contents-area .title-h3 {
    display: flex;
    justify-content: center;
  }

  .section05 .contents-area .title-h3 .text-overflow+.text-overflow {
    margin-left: 8px;
  }

  .section05 .contents-area .text-area {
    margin-top: 90px;
  }

  .section05 .text-area .txt03 .mo {
    display: none;
  }

  .section05 .contents-area .text-area>* {
    width: 100%;
    text-align: center;
  }

  .section05 .contents-area .text-area,
  .section05 .contents-area .swiper-area {
    position: static;
  }

  .section05 .swiper-area {
    margin-top: 40px;
  }

  .section05 .swiper-container {
    left: auto;
  }

  .section05 .swiper-container::after {
    background: linear-gradient(0deg, #292929 15%, rgba(41, 41, 41, 0.00) 100%);
  }

  .section05 .swiper-container::before {
    position: absolute;
    top: 175px;
    left: -180px;
    content: "";
    width: 453px;
    height: 97px;
    transform: rotate(90deg);
    background: linear-gradient(0deg, #292929 15%, rgba(41, 41, 41, 0.00) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
  }

  .section05 .swiper-slide {
    width: auto;
    height: auto;
  }

  .section06 .list-box {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    grid-gap: 8px 0;
    align-items: center;
  }

  .section06 .list-item {
    width: 100%;
    max-width: 450px;
    justify-content: flex-start;
    padding: 20px 0 20px 60px;
  }

  .section06 .list-item .ico {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 22px;
    transform: translate(0, -50%);
  }

  .section06 .list-item .txt01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section06 .list-itemt .txt01 .str {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section07 .section-inner {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .section07 .list-area {
    position: relative;
    max-width: 550px;
    margin: 40px auto 0;
    overflow: hidden;
    border-radius: 16px;
  }

  .section .swiper-pagination {
    display: block;
    width: 100%;
    bottom: 0 !important;
    font-size: 0 !important;
  }

  .swiper-pagination.point .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #DD8400 !important;
  }

  .section07 .list-box {
    display: flex;
    grid-gap: unset;
  }

  .section07 .list-item {
    padding-bottom: 24px;
  }

  .section07 .list-item .img {
    max-height: 316px;
    object-fit: cover;
  }

  .section07 .list-item .sale {
    width: 105px;
    height: 111px;
    bottom: 54px;
  }

  .section07 .list-item .text-area .title {
    margin-top: 24px;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
  }

  .section07 .list-item .text-area .txt01 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .section08 .text-area .sub-text {
    margin-top: 0;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 44.2px;
    letter-spacing: -1px;
  }

  .section08 .title-h4 .text-overflow+.text-overflow {
    margin-top: 0;
  }

  .section08 .sub-text-area {
    margin-top: 16px;
  }

  .section08 .sub-text-area .sub-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .section08 .title-h4 .sub-text br {
    display: block;
  }






  /* COMMON */

  .section {
    padding: 90px 0;
  }

  .action-area {
    margin-top: 40px;
  }

  .btn,
  .link {
    width: 275px;
    height: 56px;
    margin-top: 0;
  }

  .title-h2 {
    padding: 16px 0;
  }

  .title-h3 {
    padding: 16px 0;
  }

  .title-h2 .txt01 {
    text-align: center;
    font-size: 24px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -1px;
  }

  .title-h2 .str {
    text-align: center;
    font-size: 28px;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
  }


  .line-text-area .txt01,
  .line-text-area .txt02 {
    padding: 0;
  }

  .text-area .sub-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }


  .point, .point1, .point2, .point3 {
    font-weight: 700;
  }


  .section04 .list-item:nth-child(5) .content-area {
    background: url('/wp-content/themes/fastfive/assets/cost/230627_officeCost/img/section04_cost_img05_m.jpg') no-repeat 80% 0;
    background-size: cover;
  }

}