/********      리셋       ********/
html, h1, h2, h3, h4, h5, p {margin:0;color:inherit;word-break: keep-all;}
a {text-decoration: none;}
ul, li ,ol{list-style: none;padding: 0;margin: 0;}
.hidden-pc{display: none;}
.hidden-mo {display: block;}

/********    허브 리스트     ********/
body {
    box-sizing: border-box;
    padding: 0; 
    margin: 0; 

    --c_black : #222;
    --c_white: #fff;
    --c_h_grey: #F1F4F8;
    --c_h_midgrey: #aaa;
    --c_h_lightgrey: #777;
    --c_blur_office: rgba(255, 255, 255, 0.40);
    --c_blur_solution1: rgba(38, 73, 61, 0.40);
    --c_blur_solution2: rgba(70, 91, 111, 0.40);
    --c_blur_solution3: rgba(94, 41, 11, 0.40);
    --c_blur_solution4: rgba(120, 91, 58, 0.40);
    --c_blur_desk1: rgba(190, 92, 20, 0.40);;
    --c_blur_desk2: rgba(93, 87, 81, 0.40);
    --c_blur_desk3: rgba(128, 99, 44, 0.40);
    --c_blur_violet: rgba(193, 153, 197, 0.40);
    --c_blur_purple: rgba(110, 98, 200, 0.40);
    --c_blur_blue: rgba(140, 171, 210, 0.40);
    --c_blur_brown: rgba(185, 143, 108, 0.40);


    /*  공통 간격  */
    --key_padding: 100px 0;
    --padding_18: 180px 0;
}

.inner_wrap {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: var(--padding_18);
}
.herb-keyVisual,
.sec_lst,
.herb-targeting {
    padding: 0 50px;
}
.herb-keyVisual .inner_wrap {
    padding: var(--key_padding);
}
.herb-targeting .inner_wrap {
    text-align: center;
}
.herb-key-title {
    font-size: 52px;
    font-weight: 700;
    color: var(--c_black);
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 20px;
}
.herb-key-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: var(--c_h_lightgrey);
    line-height: 1.4;
}
.herb-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--c_black);
    line-height: 1.4;
    letter-spacing: -1px;
}
.herb-cardT {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}
.target .herb-cardT {
    font-weight: 700;
}
.herb-cardt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.herb-badge {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--c_black);
    line-height: 1.7;
    color: var(--c_black);
    background-color: var(--c_white);
    border-radius: 8px;
    width: fit-content;
    padding: 2px 10px;
    margin: 24px;
    z-index: 15;
}
.sec_lst {
    background-color: var(--c_h_grey);
}
.lst_office {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lst_office .herb-list {
    justify-content: center;
}
.herb_wrapper .lst_office {
    justify-content: flex-start;
}
.herb_wrapper .lst_office .herb-list {
    justify-content: flex-start;
}
.lst_office + .lst_office {
    margin-top: 180px
}
.lst_office .tit {
    width: 180px;
    padding-bottom: 40px;
}
.herb-list {
    gap: 20px;
}
.herb-swiper0, .herb-swiper1, .herb-swiper2 {    
    max-width: 1100px;
    width: 100%;
}
.herb-list .swiper-slide {
    position: relative;
    width: calc((100% - 60px)/4);
    border-radius: 20px;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: none;
    transition: transform .5s ease-in-out;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.10);
}
.herb-list .swiper-slide > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 360px;
}

.txt-box {
    position: relative;
    min-height: 36%;
    padding: 16px 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 15;
}
.target-box {
    max-width: 1060px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 60px auto 0;
}
.target {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--c_h_midgrey);
    border-radius: 20px;
    padding: 0 39px 0 32px;
    transform: translateY(0%);
    transition: all .5s ease-in-out;
    box-shadow: none;
}
.target::after {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/arrow_target.png');
    background-size: cover;
}
.target .img-box {
    position: relative;
}
.target .img-box > img {
    width: auto;
    max-height: 180px;
}
.target .img-box > img.af-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.target:hover .img-box > img.af-hover {
    opacity: 1;
    transition: all .5s ease-in-out
}
.swiper-pagination-num {
    display: none;
}

/*  각 카드 배경  */
.herb-list li[data-id="herbOffice1"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o1.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbOffice2"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o2.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbOffice3"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o3.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbOffice4"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o4.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbOffice1"] .txt-box, 
.herb-list li[data-id="herbOffice2"] .txt-box, 
.herb-list li[data-id="herbOffice3"] .txt-box, 
.herb-list li[data-id="herbOffice4"] .txt-box {
    background-color: var(--c_blur_office);
    color: var(--c_black)
}
.herb-list li[data-id="herbOffice1"] .herb-badge, 
.herb-list li[data-id="herbOffice2"] .herb-badge, 
.herb-list li[data-id="herbOffice3"] .herb-badge, 
.herb-list li[data-id="herbOffice4"] .herb-badge {
    background-color: var(--c_h_grey);
}
.herb-list li[data-id="herbSolution1"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s1.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbSolution1"] .txt-box {
    background-color: var(--c_blur_solution1);
    color: var(--c_white);
}
.herb-list li[data-id="herbSolution2"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s2.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbSolution2"] .txt-box {
    background-color: var(--c_blur_solution2);
    color: var(--c_white);
}
.herb-list li[data-id="herbSolution3"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s3.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbSolution3"] .txt-box {
    background-color: var(--c_blur_solution3);
    color: var(--c_white);
}
.herb-list li[data-id="herbSolution4"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s4.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbSolution4"] .herb-badge {
    opacity: 0;
}
.herb-list li[data-id="herbSolution4"] .txt-box {
    background-color: var(--c_blur_solution4);
    color: var(--c_white);
}
.herb-list li[data-id="herbDesk1"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_d1.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbDesk1"] .txt-box {
    background-color: var(--c_blur_desk1);
    color: var(--c_white);
}
.herb-list li[data-id="herbDesk2"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_d2_240807.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbDesk2"] .txt-box {
    background-color: var(--c_blur_desk2);
    color: var(--c_white);
}
.herb-list li[data-id="herbDesk3"] {
    background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_d3.png') no-repeat center;
    background-size: cover;
}
.herb-list li[data-id="herbDesk3"] .txt-box {
    background-color: var(--c_blur_desk3);
    color: var(--c_white);
}
.arrow-card {
    position: absolute;
    right: 20px;
    bottom: 20px;
    fill: var(--c_white);
}

:where(.herb-list li[data-id="herbOffice1"], .herb-list li[data-id="herbOffice2"], .herb-list li[data-id="herbOffice3"],.herb-list li[data-id="herbOffice4"]) .arrow-card {
    fill: var(--c_black);
}

.sec_lst .btn_group{
  display: flex;
  justify-content: center;
  margin-top: 180px;
}
.sec_lst .btn_group a{
  border-radius: 4px;
  padding: 12.5px 48px 12.5px 56px;
  background: #0a0a0a;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
} 
.sec_lst .btn_group a::after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/fastfive/assets/images/office/common/btn_arrow_w.png) 50% 50% no-repeat;
  background-size: 24px 24px;
} 

@keyframes move-1 {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-8%);
    }
}
/*      호버 전용 미디어 쿼리   */
@media all and (min-width: 961px) {
    .herb-list .swiper-slide > a:hover .txt-box {
        background-color: initial !important;
        backdrop-filter: none;
    }
    .herb-list .swiper-slide:hover {
        transform: translateY(-5%);
    }
    .herb-list .swiper-slide > a::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: none;
    }
    .herb-list li.swiper-slide > a:hover::after {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
    .herb-list li[data-id="herbOffice1"] > a:hover::after {
        background-color: var(--c_blur_blue);
    }
    .herb-list li[data-id="herbOffice2"] > a:hover::after {
        background-color: var(--c_blur_brown);
    }
    .herb-list li[data-id="herbOffice3"] > a:hover::after {
        background-color: var(--c_blur_purple);
    }
    .herb-list li[data-id="herbOffice4"] > a:hover::after {
        background-color: var(--c_blur_violet);
    }
    .herb-list li[data-id="herbOffice4"] > a:hover::after {
        background-color: var(--c_blur_violet);
    }
    .herb-list li[data-id="herbSolution1"] > a:hover::after {
        background-color: var(--c_blur_solution1);
    }
    .herb-list li[data-id="herbSolution2"] > a:hover::after {
        background-color: var(--c_blur_solution2);
    }
    .herb-list li[data-id="herbSolution3"] > a:hover::after {
        background-color: var(--c_blur_solution3);
    }
    .herb-list li[data-id="herbSolution4"] > a:hover::after {
        background-color: var(--c_blur_solution4);
    }
    .herb-list li[data-id="herbDesk1"] > a:hover::after {
        background-color: var(--c_blur_desk1);
    }
    .herb-list li[data-id="herbDesk2"] > a:hover::after {
        background-color: var(--c_blur_desk2);
    }
    .herb-list li[data-id="herbDesk3"] > a:hover::after {
        background-color: var(--c_blur_desk3);
    }
    .target:hover {
        transform: translateY(-5%);
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.10);
    }
    .target.t-startup:hover {
        background-color: rgba(233, 245, 252, 1);
    }
    .target.t-small:hover {
        background-color: rgba(255, 246, 224, 1);
    }
    .target.t-major:hover {
        background-color: rgba(239, 255, 241, 1);
    }
    .target.t-local:hover {
        background-color: rgba(231, 228, 255, 1);
    }
}

@media all and (max-width: 960px) {
    .hidden-pc{display: block;}
    .hidden-mo {display: none;}
    body { 
        /*  공통 간격  */
        --key_padding: 60px 0;
        --padding_18: 130px 0;
    }
    .herb-keyVisual,
    .sec_lst,
    .herb-targeting {
        padding: 0 0;
    }
    .inner_wrap {
        max-width: none;
        overflow: hidden;
    }
    .herb-keyVisual {
        padding: 0 20px;
    }
    .herb-key-title {
        font-size: 34px;
    }
    .herb-key-subtitle {
        font-size: 16px;
        line-height: 1.7;
    }
    .herb-title {
        font-size: 28px;
    }
    .herb-cardT {
        position: relative;
        width: fit-content;
        font-size: 18px;
    }
    .target .herb-cardT {
        display: block;
        width: fit-content;
    }
    .target .herb-cardT:after {
        content: '';
        position: absolute;
        display: inline-block;
        bottom: 5px;
        right: -26px;
        width: 22px;
        height: 22px;
        background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/arrow_target.png');
        background-size: cover;
    }
    .herb-cardt {
        font-size: 16px;
    }
    .txt-box {
        min-height: 36.5%;
    }
    .txt-box .herb-cardT {
        padding-bottom: 4px;
    }
    .arrow-card.mo-arrow {    
        position: absolute;
        right: -26px;
        bottom: 8px;
    }
    /* .herb-swiper1 .arrow-card.mo-arrow,
    .herb-swiper2 .arrow-card.mo-arrow {
        fill: var(--c_white);
    } */
    .lst_office {
        flex-direction: column;
        margin-left: 20px;
        padding-bottom: 40px;
    }
    .lst_office .tit {
        padding-bottom: 40px;
    }
    .lst_office + .lst_office {
        margin-top: 130px;
    }
    .herb-swiper0, .herb-swiper1, .herb-swiper2 {
        position: relative;
        width: 100%;
    }
    .herb-list {
        gap: 0;
    }
    .herb-list .swiper-slide {   
        width: 260px;
        margin-right: 20px;
    }
    .herb-list .swiper-slide:hover {
        transform: translateY(0%);
    }
    .swiper-pagination-num {
        display: block;
    }
    .sec_lst .swiper-horizontal>.swiper-pagination-progressbar, 
    .sec_lst .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: calc(100% - 100px);
        height: 2px;
        left: auto;
        right: 40px;
        top: auto;
        bottom: -32px;
        background-color: rgba(109, 117, 124, 0.30);
    }
    .sec_lst .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background-color: #6D757C;
    }
    .sec_lst .swiper-pagination-fraction {
        position: absolute;
        width: fit-content;
        bottom: -45px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        color: rgba(109, 117, 124, .3);
    }
    .sec_lst .swiper-pagination-fraction .swiper-pagination-current {
        color: #6D757C;
        margin-right: 2px;
    }
    .sec_lst .swiper-pagination-fraction .swiper-pagination-total {
        margin-left: 2px;
    }
    .sec_lst .swiper-slide > a::before {
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: var(--c_black);
        opacity: .4;
        z-index: 16;
        transition: all .3s;
    }
    .swiper-slide.swiper-slide-active > a::before {
        display: none;
    }
    .target-box {
        display: flex;
        flex-direction: column;
        max-width: 335px;
        width: 100%;
        margin: 40px auto 0;
    }
    .target {
        height: 129px;
        padding: 0 10px 0 20px;
    }
    .target::after {
        display: none;
    }
    .target .img-box > img {   
        max-width: 160px;
    }
    .target .img-box > img.be-hover {
        opacity: 1;
    }
    .target .img-box > img.af-hover {
        opacity: 1;
    }
    .target.t-startup {
        background-color: rgba(233, 245, 252, 1);
    }
    .target.t-small {
        background-color: rgba(255, 246, 224, 1);
    }
    .target.t-major {
        background-color: rgba(239, 255, 241, 1);
    }
    .target.t-local {
        background-color: rgba(231, 228, 255, 1);
    }

  .btn_group{
    margin-top: 130px;
  }
}
/********    오피스 공통     ********/

@media (min-width: 961px) {
  :root {
      --padding: 180px;
      --option1: 4;
      --option2: 2;
      --option1_gap: 24px;
      --option2_gap: 24px;
  }
}
@media all and (max-width: 960px) {
  :root {
      --padding: 130px;
      --max_width: 335px;
      --option1: 2;
      --option2: 2;
      --option1_gap: 0;
      --option2_gap: 0;
  }
}
body {
    box-sizing: border-box;
    padding: 0; 
    margin: 0; 

    --c_black : #222;
    --c_white: #fff;
    --c_grey: #6d757c;
    --c_deepgrey: #444;

    /*  공통 간격  */
    --key_padding: 96px 0;
    --padding_24: 240px 0;
    --padding_18: 180px 0;
}
.c__black {
    color: var(--c_black);
}
.c__white {
    color: var(--c_white);
}
.c__grey {
    color: var(--c_grey);
}
.office-visual {
    background-color: var(--c_normal);
    padding: var(--key_padding);
}
.office-visual-badge {    
    mix-blend-mode: screen;
}


/********     폰트      ********/
.office-visual-title {
    font-size: 52px;
    color: var(--c_white);
    line-height: 1.4;
    letter-spacing: -1px;
    margin: 0 auto 40px;
}
.office-visual-info {
    font-size: 16px;
    font-weight: 400;
    color: var(--c_white);
    line-height: 1.7;
    margin: 4px 0 0;
}
.office-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
}
.office-subTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.office-subTitle strong {
    font-weight: 700;
}
.office-text {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 1.7;
    letter-spacing: -1px;
}
.office-specText {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--c_deepgrey);
}
.caption-text {    
    position: absolute;
    left: 40px;
    bottom: 69px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_deepgrey);
}
.office-slideText {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.spec-plus .interior-option h4 small {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    margin-left: 4px;
}

/********     레이아웃    ********/
.office-inner {
    max-width: 1380px;
    padding: 0 50px;
    margin: 0 auto;
}
.office-visual .office-inner {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/********     공통 간격    ********/
.sec-floorPlan .office-title,
.sec-half .office-title {
    padding-bottom: 32px;
}
.sec-point .office-title,
.sec-other .office-title,
.sec_lst .office-title {
    text-align: center;
    padding-bottom: 80px;
}

/********     버튼 공통      ********/
.office-btn {
    position: relative;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_black);
    background-color: var(--c_white);
    margin: 40px auto 0;
    border-radius: 8px;
    cursor: pointer;
}
.office-btn > a{
    display: flex;
    padding: 12.5px 56px;
    align-items: center;
}
.office-btn > a::after {    
    vertical-align: top;;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/images/office/common/arrow_black.png') no-repeat center;
    background-size: contain;
}


/********     비주얼 공통      ********/
.office-visual-badge {
    display: block;
    width: fit-content;
    font-size: 14px;
    font-weight: 700;
    color: initial;
    line-height: 1.7;
    background-color: var(--c_white);
    padding: 2px 16px;
    border-radius: 200px;
    margin: 0 auto 10px;
}
.office-info {            
    display: grid;
    min-width: 100px;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    padding: 0;
    margin: 0;
}
.office-info > li {
    position: relative;
    max-height: 81px;
    line-height: 0;
    padding: 0 44px;
}
.office-info > li:first-child::after {
    content: '';
    position: absolute;
    top: 5.5px;
    right: 0;
    display: inline-block;    
    width: 1px;
    height: 70px;
    background-color: var(--c_white);
}
.office-info > li > img {
    width: 50px;
}

/********     도면 섹션 공통      ********/
.sec-floorPlan {
    position: relative;
    transition: .8s ease-in-out;
    overflow: hidden;
}
.sec-floorPlan.__ani {
    background-size: auto 120%;
    transition: 1s ease-in-out .3s;
}
.sec-floorPlan .office-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 100%;
    background-color: var(--c_white);
    opacity: .8;
}
.sec-floorPlan .text-box {    
    width: 50%;
    height: auto;
    padding:var(--padding_24);
    background: linear-gradient(90deg, rgba(255,255,255,.8) 66%, rgba(255,255,255,0) 102%);
}
.sec-floorPlan .floor-images {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc((100vw - 1280px)/2 + 640px);
	z-index: -1;
	height: 100%;
	overflow: hidden;
}
.sec-floorPlan .floor-images img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	transform-origin: right;
	transition: all .8s ease-in-out;
}
.sec-floorPlan.__ani .floor-images img{
	transform: scale(1.2);
	transition: all 1s ease-in-out .3s;
}

/********     half 섹션 공통      ********/
.sec-half {
    position: relative;
    background-color: var(--c_fcolor);
}
.sec-half .contents-box {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 55%;
    height: 100%;

}
.sec-half .text-box {
    position: relative;
    padding: var(--padding_24);
    margin-left: min(54vw, calc(100% - 34%));
    z-index: 15;
}
.explication > li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/images/office/custom_office/icon_check_custom.png') no-repeat center;
    background-size: contain;
    Margin-right: 10px;
}
.explication > li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 1.7;
    letter-spacing: -1px;
    padding-left:30px;
}
.explication > li + li {
    margin-top: 8px;
}
.explication > li b {
    position: relative;
    font-weight: inherit;
}
.explication > li b::before {
    content: '';
    position: absolute;
    bottom: -1px;
    display: inline-block;
    width: calc(100% + 6px);
    height: 10px;
    background-color: var(--c_normal);
    opacity: .21;
    border-radius: 100px;
    z-index: -1;
    left: -3px;
}
.sec-half .halfSwiper {
    height: 100%;
    line-height: 0;
    overflow: hidden;
}
.sec-half .halfSwiper::before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    display: inline-block;
    width: 310px;
    height: 100%;
    background: linear-gradient(270deg, #FEF8FF 0%, rgba(254, 248, 255, 0.82) 31.96%, rgba(254, 248, 255, 0.37) 69.79%, rgba(254, 248, 255, 0.00) 100%);
    z-index: 10;
}
.sec-half .office-inner {
    display: flex;
}
.halfSwiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.halfSwiper .swiper-horizontal>.swiper-pagination-progressbar, 
.halfSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 44px;
    width: calc(100% - 154px);
    height: 2px;
    z-index: 11;
    background: rgba(109, 117, 124, .3);
}
.halfSwiper .swiper-pagination-fraction {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: rgba(109, 117, 124, .3);
    z-index: 5;
    display: block;
}
.halfSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--c_grey);
}
.halfSwiper .swiper-pagination-fraction .swiper-pagination-current {
    color: var(--c_grey);
    margin-right: 4px;
}
.halfSwiper .swiper-pagination-fraction .swiper-pagination-total {
    margin-left: 4px;
} 
.halfSwiper .swiper-button-prev {
    left: 40px;
    width: 40px;
    height: 40px;
    background-color: var(--c_black);
    opacity: .2;
    border-radius: 50%;
    background-image: none;
}
.halfSwiper .swiper-button-next {
    right:40px;
    width: 40px;
    height: 40px;
    background-color: var(--c_black);
    opacity: .2;
    border-radius: 50%;
    background-image: none;
}
.halfSwiper .swiper-button-next:hover, 
.halfSwiper .swiper-button-prev:hover {
    opacity: 1;
}
.halfSwiper .swiper-button-prev:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 24%;
    left: 25%;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/fastfive/assets/images/office/common/icon_halfslide_white.png) no-repeat center;
    background-size: contain; 
    transform: rotate(180deg);
}
.halfSwiper .swiper-button-next:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 24%;
    left: 25%;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/fastfive/assets/images/office/common/icon_halfslide_white.png) no-repeat center;
    background-size: contain;
}


/********     spec 섹션 공통      ********/
.sec-spec {
    text-align: center;
    background-color: var(--c_normal);
    padding: var(--padding_18);
}
.spec-info {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}
.spec-info > li::before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/fastfive/assets/images/office/common/icon_check_16_white.png') no-repeat center;
    background-size: contain;
    margin: 0 9px 4px 0;
}
.spec-plus {
  display: flex;
  gap: 16px;
  margin: 60px auto 0;
  width: 100%;
}
.spec-plus > article {
    background-color: var(--c_white);
    border-radius: 20px;
    padding: 50px 0 50px;
    box-shadow: 6px 0px 30px 0px rgba(0, 0, 0, 0.10);
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.spec-plus .option{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px var(--option1_gap);
}
.spec-plus .option > li{
  flex: 1 1 auto;
  max-width: 160px;
}
.spec-plus .option > li > img {
    max-width: 160px;
    min-width: 80px;
    width: 100%;
}
.spec-plus .interior-option {
    background-color: #F6F6F6;
}
.office-recomm{
  display: inline-block;
  margin-top: 32px;
  padding: 14px 44px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  border-radius: 40px;
}
.office-recomm strong{
  font-weight: 700;
  margin-right: 5px;
}
@media (min-width: 961px) {
  .spec-plus {margin-top: 60px;}
  .spec-plus > article {gap: 20px;}
  .spec-plus .office-subTitle > small {margin: -5px 0 0 4px; font-size: 14px;}
  .spec-plus .option > li {--option_width: (100% - (var(--option1_gap) * (var(--option1) - 1))); width: calc(var(--option_width)/var(--option1));}
  .spec-plus .option:is(._odd) li:first-child {--option_width: (100% - min(calc(50% - (var(--option2_gap) / var(--option2))), 160px)); width: 100%; max-width: 100%; padding: 0 calc(var(--option_width) / var(--option2));}
}
/********     지점 섹션 공통      ********/
.sec-point {
    text-align: center;
    background: url('/wp-content/themes/fastfive/assets/images/office/common/img_bg_point.jpg') no-repeat center;
    background-size: cover;
    padding: var(--padding_18);
    overflow: hidden;
}
.sec-point .card-wrap .point-wrapper {
    display: flex;
    justify-content:flex-start;
    gap: 20px;
    height: auto;
}
.sec-point .card-wrap .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: calc(25% - 15px);
    height: auto;
    background-color: var(--c_white);
    border-radius: 16px;
    padding: 24px 0 0;
    overflow: hidden;
    transition: all .5s ease;
}
.sec-point .card-txt .office-text {
    font-weight: 700;
    color: var(--c_deepgrey);
    padding-bottom: 4px;
}
.sec-point .card-txt .office-slideText {
    min-height: 124px;
}
.sec-point .card-wrap li:nth-last-child(3) {transform: translateX(-100%);}
.sec-point .card-wrap li:nth-last-child(2) {transform: translateX(-200%);}
.sec-point .card-wrap li:nth-last-child(1) {transform: translateX(-300%);}
.sec-point .__ani .card-wrap ul li{transform: translateX(0);}

.sec-point .card-txt{
    padding: 0 24px;
}
.sec-point .card-txt .office-slideText br{
    display: none;
}
.sec-point .swiper-pagination-progress {
    display: none;
}
.sec-point .swiper-pagination-num {
    display: none;
}
.sec-point .card-wrap .swiper-slide a {min-height: 100%; display: flex; flex-direction: column;}
.sec-point .card-wrap .swiper-slide a > img {margin-top: auto;}


@keyframes scale_floorPlan {
    0% {
        background-size: auto 100%;
    }
    100% {
        background-size: auto 120%;
    }
}

@media all and (max-width: 960px) {
    .hidden-pc{display: block;}
    .hidden-mo {display: none;}

    body {
        /*      MO    //   공통 간격     */
        --key_padding: 60px 30px;
        --padding_plan: 300px 0 0;
        --padding_w_side: 130px 20px;
        --padding_60: 60px 0 130px;
        --padding_130: 130px 20px;
    }


    /********     MO    // 폰트      ********/
    .office-visual-title {
        font-size: 34px;
    }
    .office-visual-info {
        font-size: 14px;
    }
    .office-title {
        font-size:28px;
    }
    .office-subTitle {
        font-size: 18px;
    }
    .office-text {
        font-size: 16px;
        letter-spacing: 0;
    }
    .sec-floorPlan .office-text {
        font-size: 18px;
    }
    .office-slideText {
        font-size: 16px;
    }
    .sec-point .card-txt{
        padding-right: 0;
    }
    .sec-point .card-txt .office-slideText br{
        display: block;
    }
    .sec-point .card-txt .office-text {
        font-size: 18px;
    }

    .sec-point .card-txt .office-slideText {
        min-height: 108px;
    }
    .caption-text {
        left: 20px;
        bottom: 29px;
        font-size: 16px;
        font-weight: 500;
    }
    .sec-spec .spec-plus .office-subTitle {
        font-size: 22px;
    }
    .office-specText {
        margin: -4px 0 0 0;    
    }
    .spec-plus .interior-option h4 small {
        font-size: 12px;
    }

    /********     MO    // 버튼      ********/
    .office-btn { 
        font-size: 16px;  
        border-radius: 4px;
    }
    .office-btn >a{
        padding: 14.5px 37px;
    }

    /********     MO    // 레이아웃      ********/
    .office-inner {
        max-width: none;
        padding: 0;
    }
    .text-box {
        text-align: center;
    }
    .sec-point .office-title, .sec-other .office-title {
        padding-bottom: 40px;
    }

    /********     MO    // 공통 간격      ********/
    .sec-floorPlan .office-inner {
        padding: var(--padding_plan);
    }
    .sec-half .office-inner {    
        padding: 350px 20px 0;
    }
    .sec-floorPlan .office-title, .sec-half .office-title {
        text-align: center;
        padding-bottom: 20px;
    }
    

    /********     MO    // 비주얼 공통      ********/
    .office-info > li {
        padding: 0 40px 0 0;
    }
    .office-info > li:nth-child(2) {
        padding: 0 0 0 40px;
    }

    /********     MO    // 도면 섹션 공통      ********/
    .sec-floorPlan .office-inner::before {
        display: none;
    }
    .sec-floorPlan.__ani {
        background-size: 120%;
    }
    .sec-floorPlan .text-box {
        width: 100%;
        padding: 60px 0 130px 0;
        background: var(--c_white);
    }
    .sec-floorPlan .floor-images{
		top: -5px;
		left: 0;
		bottom: auto;
		width: 100%;
	}



    /********     MO    // half 섹션 공통      ********/
    .sec-half .contents-box {
        width: 100%;
        display: block;
        height: 350px;
    }
    .sec-half .text-box {
        text-align: left;
        width: 100%;
        padding: var(--padding_60);
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .explication > li{
        font-size: 16px;
        padding-left: 25px;
    }
    .explication > li::before {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
    .explication > li + li {
        margin-top: 4px;
    }
    .explication > li.office-text {
        padding-left:24px;
    }
    .sec-half .halfSwiper::before {
        display: none;
     }
    .halfSwiper .swiper-wrapper .swiper-slide::before  { 
        content: '';
        position: absolute;
        display: inline-block;
        top: auto;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 101px;
        background: linear-gradient(0deg, #FEF8FF 0%, rgba(254, 248, 255, 0.00) 100%);
    }
    .halfSwiper .swiper-button-prev {
        display: none;
    }
    .halfSwiper .swiper-button-next {
        display: none;
    }
    .halfSwiper .swiper-pagination-fraction {
        left: 20px;
        bottom: 0;
        font-size: 16px;
        font-weight: 400;
        z-index: 10;
        width: calc(100% - 40px);
    }
    .halfSwiper .swiper-pagination-fraction .swiper-pagination-current {
        margin-right: 2px;
    }
    .halfSwiper .swiper-pagination-fraction .swiper-pagination-total {
        margin-left: 2px;
    }
    .halfSwiper .swiper-horizontal>.swiper-pagination-progressbar, 
    .halfSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: 12.5px;
        left: 79px;
        width: calc(100% - 100px);
    }


    /********     MO    // spec 섹션 공통      ********/
    .sec-spec {
        padding: var(--padding_w_side);
    }
    .spec-info {
        flex-direction: column;
        align-items: baseline;
        gap: 6px;
        width: 195px;
        margin: 20px auto 0;
    }
    .spec-plus {    
        justify-content: flex-start;
        align-items: center;
        margin: 40px auto 0;
    }
    .spec-plus .service-option,
    .spec-plus .free-option,
    .spec-plus .interior-option {
        width: 100%;
    }
    .spec-plus .option {
        flex-wrap: wrap;
        gap: 8px 0;
    }
    .spec-plus .option > li {
        width: 50%;
        line-height: 0;
    }
    .spec-plus .option > li > img {
        max-width: 100px;
        min-width: 50px;
        width: 26.67vw;
    }
    .interior-option .option {
        gap :8px 0;
    }
    .spec-plus article:nth-child(2) .option > li:first-child,
    .spec-plus article:nth-child(3) .option > li:first-child {
        width: 100%;
        max-width: 100%;
    }
    .spec-plus > article{
        max-width: 350px;
        width: 100%;
    }
    .office-recomm{
      font-size: 16px;
      border-radius: 20px;
      display: block;
      max-width: 350px;
      margin: 40px auto 0;
      padding: 16px 21.5px;
    }
    .office-recomm strong{
      display: block;
      margin-right: 0;
    }

     /********     지점 섹션 MO :: 공통      ********/
     .sec-point {padding: 130px 0;}
     .sec-point .card-wrap{position: relative;padding-bottom: 43px; width: calc(100% - 20px);margin-left: 20px;overflow: hidden;}
     .sec-point .card-wrap .point-wrapper{gap:0;}
     .sec-point .card-wrap .swiper-slide{width: 260px;height: 360px;margin-right: 20px;}
    
     .sec-point .card-wrap ul li{position: relative;}
     .sec-point .card-wrap .swiper-slide:after{
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: rgba(0,0,0,0.4);
         z-index: 1;
     }
     .sec-point .card-wrap .swiper-slide-active:after{
         background: rgba(0,0,0,0);
         display: none;
     }

     .sec-point .card-wrap ul{gap:0;height: 388px;}
     .sec-point .card-wrap ul li{padding: 14px;flex-shrink: 0;}
   
     .sec-point .card-wrap li:nth-last-child(3),
     .sec-point .card-wrap li:nth-last-child(2),
     .sec-point .card-wrap li:nth-last-child(1) {transform: none;transition: none;}
     .sec-point .__ani .card-wrap ul li {transform: none;}
     .sec-point .swiper-pagination-fraction {
        position: absolute;
        width: fit-content;
        line-height: 1.7;
        color: rgba(255, 255, 255, .3);
        bottom: 0;
    }
    .sec-point .card-wrap .swiper-horizontal>.swiper-pagination-progressbar, 
    .card-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal{top:auto;bottom: 12.5px;}
    .sec-point .card-wrap .swiper-pagination-progressbar{
        border-radius: 4px;
        left: auto;
        right: 20px;
        border-radius: 4px;
        width: calc(100% - 79px);
    }
    .sec-point .card-wrap .swiper-pagination-progressbar-fill{
        border-radius: 4px;
        background: var(--c_white);
    }
    .sec-point .card-wrap .swiper-pagination-progressbar{
        height: 2px;
        background: rgba(255, 255, 255, 0.30);
    }
    .sec-point .swiper-pagination-current {
        color: var(--c_white);
        margin-right: 2px;
    }
    .sec-point .swiper-pagination-total {
        margin-left: 2px;
    }
    .sec-point .swiper-pagination-progress {
        display: block;
    }
    .sec-point .swiper-pagination-num {
        display: block;
    }
    .sec_lst .office-title{
        padding-bottom: 40px;
    }
    .sec_lst .inner_wrap{
        padding: 130px 0;
    }

    /*  MO  :: 허브페이지   */
	.lst_office .herb-list{
		justify-content: left;
	}

    @keyframes scale_m {
        0% {
            background-size: 100%;
        }
        100% {
            background-size: 120%;
        }
    }
}

/********    폼 수정     ********/
#wpforms-8673-field_36-container,
#wpforms-8673-field_37-container,
#wpforms-8688-field_36-container,
#wpforms-8688-field_37-container,
#wpforms-8685-field_36-container,
#wpforms-8685-field_37-container {
  display: none !important;
}
.solution_popup .modalBox {
  height: auto;
  padding: 290px 50px 50px;
}
.solution_popup .solution-form {
  margin: 14px auto 0;
}
.solution_popup .solution-form .event_top_po {
  height: auto !important;
  padding: 0 0 45px;
}
.solution_popup .solution-form .event_top_po > .title > .sub_title {
  margin: 10px 0;
}
.solution_popup .solution-form .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
  column-gap: 20px;
}
.solution_popup .solution-form .wpforms-field-checkbox .wpforms-field-required {
  position: absolute;
}
.solution_popup .solution-form .wrap17 {
  position: static !important;
  padding: 0 30px 0 30px !important;
}
.solution_popup .solution-form .required-check-box > ul > li > label.for-round-check-box:after {
  width: 4px;
  height: 8px;
  left: 35%;
  top: 20%;
  transform: rotate(42deg);
}
.solution_popup .solution-form label.wpforms-error {
  font-weight: 400;
  padding-top:0;
}
.solution_popup .solution-form .wpforms-field.name-or-company,
.solution_popup .solution-form .wpforms-field.number-of-users {
  padding: 10px 0 20px;
}
.solution_popup .solution-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html {
  padding: 0 0 10px;
}
@media all and (max-width:600px) {
  .solution_popup .modalBox {    
    height: 80%;
    padding: 222px 30px 30px;
    overflow: scroll;
  }
  .solution_popup .solution-form {
    padding-top: 10px !important;
  }
  .solution_popup .solution-form .event_top_po {
    height: auto !important;
    padding: 0 0 45px;
  }
  .solution_popup .solution-form .wpforms-field.name-or-company, .solution_popup .solution-form .wpforms-field.number-of-users {
    padding: 10px 0;
  }
  .solution_popup .solution-form .event_top_po > .title > .main_title {
    font-size: 22px;
  }
  .solution_popup .solution-form .wpforms-form label.wpforms-error {
    font-size: 12px !important;
  }
  .solution_popup .solution-form .wrap17 {    
    padding: 0 0px 0 30px !important;
  }
}