/* common guide */
.office_container {
  --back1: #F6F8FA;
  --back2: #F1F4F8;
  --color1: #40484F;
  --color2: #6D757C;
  --color3: #9DA4AC;
  --color4: #BAC0C6;
  --color5: #E6EAF0;
  --mb_max: 500px;
}
.office_container._private {
  --point1: #E2EAE1;
  --point2: #9DC19D;
}
.office_container._premium {
  --point1: #EEE5DD;
  --point2: #C7A484;
}
.office_container._opendesk {
  --point1: #F8F3E1;
  --point2: #E8C86D;
}
.office_container._focusdesk {
  --point1: #DFECF6;
  --point2: #6B9DD4;
}
.office_container._fivespot {
  --point1: #FCF1E7;
  --point2: #FF9667;
  --point3: #FF6E2E;
}
.office_container._exclusive {
  --point1: #E2ECEF;
  --point2: #95BCC0;
}
.office_container._custom {
  --point1: #E6E6F7;
  --point2: #AEA0D6;
}
.office_container._focusdesk {
  --point1: #E5F6F1;
  --point2: #94C9BA;
}
.office_container._workanywhere {
  --point1: #E5F6F1;
  --point2: #94C9BA;
}
.office_container._building_solution {
  --point1: #E6EEE9;
  --point2: #72917F;
}
body {min-width: 100%;}
ul, li {list-style: none;}

/* common module */
.bt_base {
  --color: #fff;
  height: 56px; 
  font-weight: 600;
  line-height: 170%;
  color: var(--color);
  background-color: var(--color1); 
  border-radius: 8px; 
  display: inline-flex; 
  justify-content: center; 
  align-items: center;
}
.bt_base::after {
  width: 24px;
  height: 24px;
  background-color: var(--color);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_4486_411' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4486_411)'%3E%3Cpath d='M9.65024 7.99935L4.75024 3.09935C4.58357 2.93268 4.50301 2.73546 4.50857 2.50768C4.51413 2.2799 4.60024 2.08268 4.7669 1.91602C4.93357 1.74935 5.13079 1.66602 5.35857 1.66602C5.58635 1.66602 5.78357 1.74935 5.95024 1.91602L11.0669 7.04935C11.2002 7.18268 11.3002 7.33268 11.3669 7.49935C11.4336 7.66602 11.4669 7.83268 11.4669 7.99935C11.4669 8.16602 11.4336 8.33268 11.3669 8.49935C11.3002 8.66602 11.2002 8.81602 11.0669 8.94935L5.93357 14.0827C5.7669 14.2494 5.57246 14.3299 5.35024 14.3244C5.12801 14.3188 4.93357 14.2327 4.7669 14.066C4.60024 13.8994 4.5169 13.7021 4.5169 13.4743C4.5169 13.2466 4.60024 13.0494 4.7669 12.8827L9.65024 7.99935Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: 16px auto;
  mask-repeat: no-repeat;
  mask-position: center;
  display: block;
  content: '';
}
.bt_base._reverse {
  --color: #40484F;
  border: 2px solid var(--color5);
  background-color: #fff;
}
.office_btn_group {width: 100%; display: flex; justify-content: center;}

.office_slide_paging {
  --color: rgba(109, 117, 124, .3);
  --back: rgba(109, 117, 124, .2);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.office_slide_paging._white {
  --color: rgba(255, 255, 255, .3);
  --color2: #fff;
  --back: rgba(255, 255, 255, .2);
}
.office_slide_paging ._paging {width: fit-content; font-weight: 400; line-height: 170%; color: var(--color); display: flex; gap: 1px;}
.office_slide_paging ._paging span {text-align: center; display: inline-flex; justify-content: center;}
.office_slide_paging ._paging .swiper-pagination-current,
.office_slide_paging ._paging ._current {color: var(--color2);}
.office_slide_paging ._progressbar {position: relative; width: 100%; height: 2px; background-color: var(--back); border-radius: 2px; overflow: hidden;}
.office_slide_paging ._progressbar > span {position: absolute; top: 0; left: 0; height: 100%; background-color: var(--color2); display: block;}

.bt_office_slide {
  --position: 60px;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -20px;
  border-radius: 36px;
  background-color: rgba(64, 72, 79, .2);
  backdrop-filter: blur(8px);
  text-indent: -1000em;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 2;
}
.bt_office_slide::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cmask id='mask0_4526_6243' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='36' height='36'%3E%3Crect width='36' height='36' transform='matrix(-1 0 0 1 36 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4526_6243)'%3E%3Cmask id='mask1_4526_6243' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='10' y='10' width='16' height='16'%3E%3Crect width='16' height='16' transform='matrix(-1 0 0 1 26 10)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_4526_6243)'%3E%3Cpath d='M15.8275 18.5041L20.7566 13.472C20.9243 13.3008 21.0053 13.0983 20.9997 12.8644C20.9941 12.6304 20.9075 12.4279 20.7399 12.2567C20.5722 12.0856 20.3738 12 20.1447 12C19.9155 12 19.7171 12.0856 19.5495 12.2567L14.4024 17.5285C14.2683 17.6654 14.1677 17.8195 14.1006 17.9907C14.0335 18.1618 14 18.333 14 18.5041C14 18.6753 14.0335 18.8465 14.1006 19.0176C14.1677 19.1888 14.2683 19.3428 14.4024 19.4798L19.5663 24.7515C19.7339 24.9227 19.9295 25.0054 20.1531 24.9997C20.3766 24.994 20.5722 24.9056 20.7399 24.7344C20.9075 24.5633 20.9913 24.3607 20.9913 24.1268C20.9913 23.8929 20.9075 23.6903 20.7399 23.5192L15.8275 18.5041Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  content: '';
}
.bt_office_slide._next::before {transform: translateX(-50%) translateY(-50%) rotate(180deg);}

.office_title:is(h3),
.office_title > h3 {line-height: 140%; font-weight: 700; letter-spacing: -1px; color: var(--color1); text-align: center;}
.office_title .sub_text {font-size: 18px; font-weight: 500; line-height: 170%; color: var(--color2);}
.office_title:is(header) {text-align: center; display: flex; flex-direction: column;}

.office_branch {width: 100%; background-color: var(--back2); overflow: hidden;}
.office_branch_list {width: 100vw; margin-left: calc(-1 * ((100vw - 100%) / 2)); display: flex; flex-direction: column;}
.office_branch_list div {animation-fill-mode: forwards; background-position: center top;}

@keyframes backgroundRepeat1 {
  0% {background-position-x: 0%;}
  100% {background-position-x: var(--move);}
}
@keyframes backgroundRepeat2 {
  0% {background-position-x: 0%;}
  100% {background-position-x: calc(-1 * var(--move));}
}

/* common layout */
.office_container {position: relative; width: 100%;}
.office_inner {position: relative; width: 100%; margin: 0 auto;}
.office_inner._reset {padding: 0 var(--menu_padding);}
.office_visual {position: relative; width: 100%; display: flex;}
.office_visual .office_inner {z-index: 1;}
.office_visual_title {font-weight: 700; line-height: 140%; letter-spacing: -1px; color: var(--color1);}
.office_visual_text {font-weight: 500; line-height: 170%; color: var(--color2); letter-spacing: 0;}
.office_visual_info {font-size: 14px; color: var(--color1); background-color: var(--back1); display: flex; flex-wrap: wrap; gap: 6px 0; border-radius: 12px; letter-spacing: 0;}
.office_visual_info dt {width: var(--dt_width); font-weight: 700;}
.office_visual_info dd {width: calc(100% - var(--dt_width));}
.office_visual_img {position: absolute; top: 0;}
.office_visual_img img {width: 100%; height: 100%; object-fit: cover; object-position: center;}

.office_logo {display: block; max-width: 240px; width: 100%; line-height: 0;margin-bottom: 32px;}

.office_merit {background-color: var(--back2);}
.office_merit_list ul {display: flex; counter-reset: number;}
.office_merit_list li {position:relative; border-radius: 16px; background-color: #fff; display: flex; flex-direction: column; flex: 1; counter-increment: number 1;}
.office_merit_list li::before {position: absolute; font-weight: 500; line-height: 140%; letter-spacing: -1px; color: var(--color5); display: block; content: '0'counter(number);}
.office_merit_list li h4 {font-weight: 700; line-height: 140%; color: var(--color1);}
.office_merit_list li p {font-weight: 500; line-height: 170%; color: var(--color3);}

.office_space {width: 100%; background-color: var(--point1); overflow: hidden;}
.office_space_tab {display: flex; justify-content: center;}
.office_space_tab ul li a {padding: 0 16px; font-weight: 600; line-height: 170%; color: var(--color2); white-space: nowrap; border-radius: 56px; display: inline-flex; justify-content: center; align-items: center;}
.office_space_tab ul li a._active {color: #fff; background-color: var(--color1);}
.office_space_content {position: relative; width: 100%; display: flex; flex-direction: column; gap: 12px;}
.office_space_slide {width: 100%; margin: 0 auto; background-color: #fff; border-radius: 20px; display: flex; overflow: hidden;}
.office_space_explain {overflow: hidden;}
.office_space_explain .swiper-slide {opacity: 0 !important; display: flex; flex-direction: column; transition: none;}
.office_space_explain .swiper-slide.swiper-slide-active {opacity: 1 !important;}
.office_space_explain h4 {line-height: 140%; font-weight: 700; letter-spacing: -1px; color: var(--color1);}
.office_space_explain p {font-weight: 500; line-height: 170%; color: var(--color2);}
.office_space_explain ._etc {font-size: 12px; font-weight: 500; line-height: 170%; color: var(--color3); display: block;}
.office_space_explain .desc_grp p {max-width: 100%; font-size: 20px; font-weight: 700; line-height: 1.7; }
.office_space_explain .desc_grp p+p::before {content: ''; display: block; width: 100%; height: 1px; background: var(--color5); margin: 20px 0;}
.office_space_explain .desc_grp p > small {display: block; font-size: 16px; font-weight: 500; line-height: 1.7; }
.office_space_images {overflow: hidden;}
.office_space_images img {width: 100%; height: 100%; vertical-align: middle; object-fit: cover;}
.office_space .bt_office_slide._prev {left: calc(-1 * var(--position));}
.office_space .bt_office_slide._next {right: calc(-1 * var(--position));}

.office_service {width: 100%; overflow: hidden;}
.office_service_list {display: flex; justify-content: center;}
.office_service_list ul {width: 100%; display: grid; grid-template-columns: repeat(auto-fill, 140px); justify-content: center;}
.office_service_list li {width: 140px; font-weight: 500; line-height: 170%; color: var(--color2); text-align: center; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
.office_service_list li span {display: block;}
.office_service_list li span b {font-size: 14px; font-weight: 600; line-height: 170%; display: block;}
.office_service_list li._option b {color: #AEA0D6;}
.office_service_list li._premium b {color: #94C9BA;}
.office_service_list li::before {
  width: var(--icon_size); 
  height: var(--icon_size); 
  display: inline-block; 
  content: ''; 
  background-color: var(--color1);
  mask-size: var(--icon_size) auto;
  mask-position: center;
  mask-repeat: no-repeat;
}
.office_service_list ._01::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_1051' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_1051)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 16C29 8.8203 23.1797 3 16 3C8.8203 3 3 8.8203 3 16C3 23.1797 8.8203 29 16 29C23.1797 29 29 23.1797 29 16ZM16.1667 10.3335C13.2099 10.3335 11 12.979 11 16.0002C11 19.0214 13.2099 21.6668 16.1667 21.6668C17.3596 21.6668 18.449 21.2229 19.3102 20.4989C19.7329 20.1436 19.7875 19.5128 19.4321 19.09C19.0767 18.6673 18.4459 18.6127 18.0232 18.968C17.491 19.4154 16.8493 19.6668 16.1667 19.6668C14.5212 19.6668 13 18.1356 13 16.0002C13 13.8651 14.5207 12.334 16.1658 12.3335C16.8338 12.3348 17.4878 12.5762 18.0182 13.028C18.4386 13.3862 19.0697 13.3357 19.4279 12.9153C19.786 12.4949 19.7356 11.8638 19.3152 11.5056C18.4316 10.7529 17.3211 10.3354 16.1683 10.3335H16.1667Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._02::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_1664' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_1664)'%3E%3Cpath d='M7.09091 27C6.7303 27 6.42803 26.8775 6.18409 26.6326C5.94015 26.3877 5.81818 26.0843 5.81818 25.7222V24.4444C4.75758 24.4444 3.85606 24.0718 3.11364 23.3264C2.37121 22.581 2 21.6759 2 20.6111V14.2222C2 13.5194 2.24924 12.9178 2.74773 12.4174C3.24621 11.9169 3.84545 11.6667 4.54545 11.6667C5.24545 11.6667 5.8447 11.9169 6.34318 12.4174C6.84167 12.9178 7.09091 13.5194 7.09091 14.2222V19.3333H24.9091V14.2222C24.9091 13.5194 25.1583 12.9178 25.6568 12.4174C26.1553 11.9169 26.7545 11.6667 27.4545 11.6667C28.1545 11.6667 28.7538 11.9169 29.2523 12.4174C29.7508 12.9178 30 13.5194 30 14.2222V20.6111C30 21.6759 29.6288 22.581 28.8864 23.3264C28.1439 24.0718 27.2424 24.4444 26.1818 24.4444V25.7222C26.1818 26.0843 26.0598 26.3877 25.8159 26.6326C25.572 26.8775 25.2697 27 24.9091 27C24.5485 27 24.2462 26.8775 24.0023 26.6326C23.7583 26.3877 23.6364 26.0843 23.6364 25.7222V24.4444H8.36364V25.7222C8.36364 26.0843 8.24167 26.3877 7.99773 26.6326C7.75379 26.8775 7.45152 27 7.09091 27ZM9.63636 16.7778V14.2222C9.63636 13.0509 9.28106 12.0021 8.57045 11.0757C7.85985 10.1493 6.94242 9.49444 5.81818 9.11111V7.83333C5.81818 6.76852 6.18939 5.86343 6.93182 5.11806C7.67424 4.37269 8.57576 4 9.63636 4H22.3636C23.4242 4 24.3258 4.37269 25.0682 5.11806C25.8106 5.86343 26.1818 6.76852 26.1818 7.83333V9.11111C25.0364 9.40926 24.1136 10.0322 23.4136 10.9799C22.7136 11.9275 22.3636 13.0083 22.3636 14.2222V16.7778H9.63636Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._03::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M2.5 6H29.5C30.325 6 31 6.72692 31 7.61538C31 8.50385 30.325 9.23077 29.5 9.23077V25.5C29.5 26.3284 28.8284 27 28 27C27.1716 27 26.5 26.3284 26.5 25.5V23.7692H20.5V25.5C20.5 26.3284 19.8284 27 19 27C18.1716 27 17.5 26.3284 17.5 25.5V9.23077H5.5V25.5C5.5 26.3284 4.82843 27 4 27C3.17157 27 2.5 26.3284 2.5 25.5V9.23077C1.675 9.23077 1 8.50385 1 7.61538C1 6.72692 1.675 6 2.5 6ZM22 13.2692V14.0769H25V13.2692C25 12.8169 24.67 12.4615 24.25 12.4615H22.75C22.33 12.4615 22 12.8169 22 13.2692ZM22 19.7308V20.5385H25V19.7308C25 19.2785 24.67 18.9231 24.25 18.9231H22.75C22.33 18.9231 22 19.2785 22 19.7308Z' fill='%2340484F'/%3E%3C/svg%3E");}
.office_service_list ._04::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_4692' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_4692)'%3E%3Cpath d='M8 23.375V24.0312C8 24.5781 7.80556 25.043 7.41667 25.4258C7.02778 25.8086 6.55556 26 6 26C5.44444 26 4.97222 25.8086 4.58333 25.4258C4.19444 25.043 4 24.5781 4 24.0312V14.6469C4 14.4937 4.01111 14.3406 4.03333 14.1875C4.05556 14.0344 4.08889 13.8922 4.13333 13.7609L6.63333 6.77188C6.81111 6.24688 7.13333 5.82031 7.6 5.49219C8.06667 5.16406 8.58889 5 9.16667 5H22.8333C23.4111 5 23.9333 5.16406 24.4 5.49219C24.8667 5.82031 25.1889 6.24688 25.3667 6.77188L27.8667 13.7609C27.9111 13.8922 27.9444 14.0344 27.9667 14.1875C27.9889 14.3406 28 14.4937 28 14.6469V24.0312C28 24.5781 27.8056 25.043 27.4167 25.4258C27.0278 25.8086 26.5556 26 26 26C25.4444 26 24.9722 25.8086 24.5833 25.4258C24.1944 25.043 24 24.5781 24 24.0312V23.375H8ZM7.73333 11.5625H24.2667L22.8667 7.625H9.13333L7.73333 11.5625ZM10 19.4375C10.5556 19.4375 11.0278 19.2461 11.4167 18.8633C11.8056 18.4805 12 18.0156 12 17.4688C12 16.9219 11.8056 16.457 11.4167 16.0742C11.0278 15.6914 10.5556 15.5 10 15.5C9.44444 15.5 8.97222 15.6914 8.58333 16.0742C8.19444 16.457 8 16.9219 8 17.4688C8 18.0156 8.19444 18.4805 8.58333 18.8633C8.97222 19.2461 9.44444 19.4375 10 19.4375ZM22 19.4375C22.5556 19.4375 23.0278 19.2461 23.4167 18.8633C23.8056 18.4805 24 18.0156 24 17.4688C24 16.9219 23.8056 16.457 23.4167 16.0742C23.0278 15.6914 22.5556 15.5 22 15.5C21.4444 15.5 20.9722 15.6914 20.5833 16.0742C20.1944 16.457 20 16.9219 20 17.4688C20 18.0156 20.1944 18.4805 20.5833 18.8633C20.9722 19.2461 21.4444 19.4375 22 19.4375Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._05::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_5016' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_5016)'%3E%3Cpath d='M14.7209 27.7V23.8H9.38081C9.03973 23.8 8.71463 23.735 8.40552 23.605C8.09641 23.475 7.82461 23.2908 7.59012 23.0525L5.38372 20.81C5.12791 20.55 5 20.2467 5 19.9C5 19.5533 5.12791 19.25 5.38372 18.99L7.59012 16.7475C7.82461 16.5092 8.09641 16.325 8.40552 16.195C8.71463 16.065 9.03973 16 9.38081 16H14.7209V13.4H7.04651C6.68411 13.4 6.38033 13.2754 6.13517 13.0262C5.89002 12.7771 5.76744 12.4683 5.76744 12.1V6.9C5.76744 6.53167 5.89002 6.22292 6.13517 5.97375C6.38033 5.72458 6.68411 5.6 7.04651 5.6H14.7209V4.3C14.7209 3.93167 14.8435 3.62292 15.0887 3.37375C15.3338 3.12458 15.6376 3 16 3C16.3624 3 16.6662 3.12458 16.9113 3.37375C17.1565 3.62292 17.2791 3.93167 17.2791 4.3V5.6H22.6192C22.9603 5.6 23.2854 5.665 23.5945 5.795C23.9036 5.925 24.1754 6.10917 24.4099 6.3475L26.6163 8.59C26.8721 8.85 27 9.15333 27 9.5C27 9.84667 26.8721 10.15 26.6163 10.41L24.4099 12.6525C24.1754 12.8908 23.9036 13.075 23.5945 13.205C23.2854 13.335 22.9603 13.4 22.6192 13.4H17.2791V16H24.9535C25.3159 16 25.6197 16.1246 25.8648 16.3737C26.11 16.6229 26.2326 16.9317 26.2326 17.3V22.5C26.2326 22.8683 26.11 23.1771 25.8648 23.4263C25.6197 23.6754 25.3159 23.8 24.9535 23.8H17.2791V27.7C17.2791 28.0683 17.1565 28.3771 16.9113 28.6262C16.6662 28.8754 16.3624 29 16 29C15.6376 29 15.3338 28.8754 15.0887 28.6262C14.8435 28.3771 14.7209 28.0683 14.7209 27.7Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._06::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_1713' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1' y='-1' width='35' height='35'%3E%3Crect x='-1' y='-1' width='35' height='35' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_1713)'%3E%3Cpath d='M8.47917 28.1667V23.0625C8.47917 22.6493 8.61892 22.303 8.89844 22.0234C9.17795 21.7439 9.52431 21.6042 9.9375 21.6042H15.0417V16.5C15.0417 16.0868 15.1814 15.7405 15.4609 15.4609C15.7405 15.1814 16.0868 15.0417 16.5 15.0417H21.6042V9.9375C21.6042 9.52431 21.7439 9.17795 22.0234 8.89844C22.303 8.61892 22.6493 8.47917 23.0625 8.47917H28.1667V4.83333C28.1667 4.42014 28.3064 4.07378 28.5859 3.79427C28.8655 3.51476 29.2118 3.375 29.625 3.375C30.0382 3.375 30.3845 3.51476 30.6641 3.79427C30.9436 4.07378 31.0833 4.42014 31.0833 4.83333V9.9375C31.0833 10.3507 30.9436 10.697 30.6641 10.9766C30.3845 11.2561 30.0382 11.3958 29.625 11.3958H24.5208V16.5C24.5208 16.9132 24.3811 17.2596 24.1016 17.5391C23.8221 17.8186 23.4757 17.9583 23.0625 17.9583H17.9583V23.0625C17.9583 23.4757 17.8186 23.8221 17.5391 24.1016C17.2596 24.3811 16.9132 24.5208 16.5 24.5208H11.3958V29.625C11.3958 30.0382 11.2561 30.3845 10.9766 30.6641C10.697 30.9436 10.3507 31.0833 9.9375 31.0833H4.83333C4.42014 31.0833 4.07378 30.9436 3.79427 30.6641C3.51476 30.3845 3.375 30.0382 3.375 29.625C3.375 29.2118 3.51476 28.8655 3.79427 28.5859C4.07378 28.3064 4.42014 28.1667 4.83333 28.1667H8.47917Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._07::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Crect x='2' y='8' width='28' height='11' rx='1' fill='%2340484F'/%3E%3Crect x='5' y='5.25' width='2.25' height='22.5' rx='1.125' fill='%2340484F'/%3E%3Crect x='25' y='5.25' width='2.25' height='22.5' rx='1.125' fill='%2340484F'/%3E%3C/svg%3E");}
.office_service_list ._08::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_1729' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_1729)'%3E%3Cpath d='M10.8 28C10.085 28 9.47292 27.7389 8.96375 27.2167C8.45458 26.6944 8.2 26.0667 8.2 25.3333V22.6667H5.6C4.885 22.6667 4.27292 22.4056 3.76375 21.8833C3.25458 21.3611 3 20.7333 3 20V14.6667C3 13.5333 3.37917 12.5833 4.1375 11.8167C4.89583 11.05 5.81667 10.6667 6.9 10.6667H25.1C26.205 10.6667 27.1313 11.05 27.8787 11.8167C28.6262 12.5833 29 13.5333 29 14.6667V20C29 20.7333 28.7454 21.3611 28.2362 21.8833C27.7271 22.4056 27.115 22.6667 26.4 22.6667H23.8V25.3333C23.8 26.0667 23.5454 26.6944 23.0362 27.2167C22.5271 27.7389 21.915 28 21.2 28H10.8ZM23.8 9.33333H8.2V6.66667C8.2 5.93333 8.45458 5.30556 8.96375 4.78333C9.47292 4.26111 10.085 4 10.8 4H21.2C21.915 4 22.5271 4.26111 23.0362 4.78333C23.5454 5.30556 23.8 5.93333 23.8 6.66667V9.33333ZM23.8 16.6667C24.1683 16.6667 24.4771 16.5389 24.7262 16.2833C24.9754 16.0278 25.1 15.7111 25.1 15.3333C25.1 14.9556 24.9754 14.6389 24.7262 14.3833C24.4771 14.1278 24.1683 14 23.8 14C23.4317 14 23.1229 14.1278 22.8738 14.3833C22.6246 14.6389 22.5 14.9556 22.5 15.3333C22.5 15.7111 22.6246 16.0278 22.8738 16.2833C23.1229 16.5389 23.4317 16.6667 23.8 16.6667ZM10.8 25.3333H21.2V20H10.8V25.3333Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._09::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_2013' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_2013)'%3E%3Cpath d='M24.6667 17.4444C24.2574 17.4444 23.9144 17.306 23.6375 17.0292C23.3606 16.7523 23.2222 16.4093 23.2222 16V13.1111H18.8889C18.4796 13.1111 18.1366 12.9727 17.8597 12.6958C17.5829 12.419 17.4444 12.0759 17.4444 11.6667V4.44444C17.4444 4.03519 17.5829 3.69213 17.8597 3.41528C18.1366 3.13843 18.4796 3 18.8889 3C19.2981 3 19.6412 3.13843 19.9181 3.41528C20.1949 3.69213 20.3333 4.03519 20.3333 4.44444V10.2222H23.2222V4.44444C23.2222 4.03519 23.3606 3.69213 23.6375 3.41528C23.9144 3.13843 24.2574 3 24.6667 3C25.0759 3 25.419 3.13843 25.6958 3.41528C25.9727 3.69213 26.1111 4.03519 26.1111 4.44444V10.2222H27.5556C27.9648 10.2222 28.3079 10.3606 28.5847 10.6375C28.8616 10.9144 29 11.2574 29 11.6667C29 12.0759 28.8616 12.419 28.5847 12.6958C28.3079 12.9727 27.9648 13.1111 27.5556 13.1111H26.1111V16C26.1111 16.4093 25.9727 16.7523 25.6958 17.0292C25.419 17.306 25.0759 17.4444 24.6667 17.4444ZM7.33333 17.4444C6.92407 17.4444 6.58102 17.306 6.30417 17.0292C6.02731 16.7523 5.88889 16.4093 5.88889 16V11.6667C5.88889 10.8722 6.17176 10.1921 6.7375 9.62639C7.30324 9.06065 7.98333 8.77778 8.77778 8.77778H11.6667V5.88889H7.33333C6.92407 5.88889 6.58102 5.75046 6.30417 5.47361C6.02731 5.19676 5.88889 4.8537 5.88889 4.44444C5.88889 4.03519 6.02731 3.69213 6.30417 3.41528C6.58102 3.13843 6.92407 3 7.33333 3H11.6667C12.4611 3 13.1412 3.28287 13.7069 3.84861C14.2727 4.41435 14.5556 5.09444 14.5556 5.88889V8.77778C14.5556 9.57222 14.2727 10.2523 13.7069 10.8181C13.1412 11.3838 12.4611 11.6667 11.6667 11.6667H8.77778V14.5556H13.1111C13.5204 14.5556 13.8634 14.694 14.1403 14.9708C14.4171 15.2477 14.5556 15.5907 14.5556 16C14.5556 16.4093 14.4171 16.7523 14.1403 17.0292C13.8634 17.306 13.5204 17.4444 13.1111 17.4444H7.33333ZM4.44444 29C4.03519 29 3.69213 28.8616 3.41528 28.5847C3.13843 28.3079 3 27.9648 3 27.5556V23.2222C3 22.813 3.13843 22.4699 3.41528 22.1931C3.69213 21.9162 4.03519 21.7778 4.44444 21.7778C4.8537 21.7778 5.19676 21.9162 5.47361 22.1931C5.75046 22.4699 5.88889 22.813 5.88889 23.2222V27.5556C5.88889 27.9648 5.75046 28.3079 5.47361 28.5847C5.19676 28.8616 4.8537 29 4.44444 29ZM10.2222 29C9.81296 29 9.46991 28.8616 9.19306 28.5847C8.9162 28.3079 8.77778 27.9648 8.77778 27.5556V23.2222C8.77778 22.813 8.9162 22.4699 9.19306 22.1931C9.46991 21.9162 9.81296 21.7778 10.2222 21.7778C10.6315 21.7778 10.9745 21.9162 11.2514 22.1931C11.5282 22.4699 11.6667 22.813 11.6667 23.2222V27.5556C11.6667 27.9648 11.5282 28.3079 11.2514 28.5847C10.9745 28.8616 10.6315 29 10.2222 29ZM16 29C15.5907 29 15.2477 28.8616 14.9708 28.5847C14.694 28.3079 14.5556 27.9648 14.5556 27.5556V23.2222C14.5556 22.813 14.694 22.4699 14.9708 22.1931C15.2477 21.9162 15.5907 21.7778 16 21.7778C16.4093 21.7778 16.7523 21.9162 17.0292 22.1931C17.306 22.4699 17.4444 22.813 17.4444 23.2222V27.5556C17.4444 27.9648 17.306 28.3079 17.0292 28.5847C16.7523 28.8616 16.4093 29 16 29ZM21.7778 29C21.3685 29 21.0255 28.8616 20.7486 28.5847C20.4718 28.3079 20.3333 27.9648 20.3333 27.5556V23.2222C20.3333 22.813 20.4718 22.4699 20.7486 22.1931C21.0255 21.9162 21.3685 21.7778 21.7778 21.7778H27.5556C27.9648 21.7778 28.3079 21.9162 28.5847 22.1931C28.8616 22.4699 29 22.813 29 23.2222V27.5556C29 27.9648 28.8616 28.3079 28.5847 28.5847C28.3079 28.8616 27.9648 29 27.5556 29H21.7778Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._10::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_2428' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_2428)'%3E%3Cpath d='M5.33431 28C4.95653 28 4.63987 27.8722 4.38431 27.6167C4.12875 27.3611 4.00098 27.0444 4.00098 26.6667C4.00098 26.2889 4.12875 25.9722 4.38431 25.7167C4.63987 25.4611 4.95653 25.3333 5.33431 25.3333H24.001C24.3788 25.3333 24.6954 25.4611 24.951 25.7167C25.2065 25.9722 25.3343 26.2889 25.3343 26.6667C25.3343 27.0444 25.2065 27.3611 24.951 27.6167C24.6954 27.8722 24.3788 28 24.001 28H5.33431ZM9.33431 22.6667C7.86764 22.6667 6.61209 22.1444 5.56764 21.1C4.5232 20.0556 4.00098 18.8 4.00098 17.3333V6.66667C4.00098 5.93333 4.26209 5.30556 4.78431 4.78333C5.30653 4.26111 5.93431 4 6.66764 4H25.3343C26.0676 4 26.6954 4.26111 27.2176 4.78333C27.7399 5.30556 28.001 5.93333 28.001 6.66667V10.6667C28.001 11.4 27.7399 12.0278 27.2176 12.55C26.6954 13.0722 26.0676 13.3333 25.3343 13.3333H22.6676V17.3333C22.6676 18.8 22.1454 20.0556 21.101 21.1C20.0565 22.1444 18.801 22.6667 17.3343 22.6667H9.33431ZM22.6676 10.6667H25.3343V6.66667H22.6676V10.6667Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._11::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_344' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_344)'%3E%3Cpath d='M22.6667 28.9849C22.2889 28.9849 21.9722 28.8594 21.7167 28.6085C21.4611 28.3576 21.3333 28.0467 21.3333 27.6758V25.0577H18.6667C18.2889 25.0577 17.9722 24.9323 17.7167 24.6814C17.4611 24.4304 17.3333 24.1195 17.3333 23.7486C17.3333 23.3777 17.4611 23.0668 17.7167 22.8159C17.9722 22.565 18.2889 22.4396 18.6667 22.4396H21.3333V19.8215C21.3333 19.4506 21.4611 19.1397 21.7167 18.8887C21.9722 18.6378 22.2889 18.5124 22.6667 18.5124C23.0444 18.5124 23.3611 18.6378 23.6167 18.8887C23.8722 19.1397 24 19.4506 24 19.8215V22.4396H26.6667C27.0444 22.4396 27.3611 22.565 27.6167 22.8159C27.8722 23.0668 28 23.3777 28 23.7486C28 24.1195 27.8722 24.4304 27.6167 24.6814C27.3611 24.9323 27.0444 25.0577 26.6667 25.0577H24V27.6758C24 28.0467 23.8722 28.3576 23.6167 28.6085C23.3611 28.8594 23.0444 28.9849 22.6667 28.9849ZM14.4333 28.9194C11.4333 28.1995 8.94444 26.4813 6.96667 23.765C4.98889 21.0487 4 18.0324 4 14.7161V8.53079C4 7.98535 4.16111 7.49445 4.48333 7.05809C4.80556 6.62174 5.22222 6.30538 5.73333 6.10902L13.7333 3.16363C14.0444 3.05454 14.3556 3 14.6667 3C14.9778 3 15.2889 3.05454 15.6 3.16363L23.6 6.10902C24.1111 6.30538 24.5278 6.62174 24.85 7.05809C25.1722 7.49445 25.3333 7.98535 25.3333 8.53079V14.7816C25.3333 15.1743 25.1778 15.4906 24.8667 15.7306C24.5556 15.9706 24.2 16.0579 23.8 15.9924C23.6 15.9488 23.4 15.9215 23.2 15.9106C23 15.8997 22.8 15.8943 22.6 15.8943C21.3556 15.9161 20.2111 16.1834 19.1667 16.6961C18.1222 17.2088 17.2333 17.9015 16.5 18.7742L15.9 15.5997C16.3444 15.3816 16.6944 15.0652 16.95 14.6507C17.2056 14.2361 17.3333 13.778 17.3333 13.2761C17.3333 12.5562 17.0722 11.9398 16.55 11.4271C16.0278 10.9144 15.4 10.658 14.6667 10.658C13.9333 10.658 13.3056 10.9144 12.7833 11.4271C12.2611 11.9398 12 12.5562 12 13.2761C12 13.778 12.1278 14.2361 12.3833 14.6507C12.6389 15.0652 12.9889 15.3816 13.4333 15.5997L12.8 19.036C12.7556 19.2324 12.8056 19.4124 12.95 19.576C13.0944 19.7396 13.2667 19.8215 13.4667 19.8215H15.7333C15.4 20.3887 15.1389 21.0051 14.95 21.6705C14.7611 22.3359 14.6667 23.0287 14.6667 23.7486C14.6667 24.3595 14.7389 24.965 14.8833 25.565C15.0278 26.165 15.2444 26.7377 15.5333 27.2831C15.8222 27.7631 15.8167 28.1995 15.5167 28.5922C15.2167 28.9849 14.8556 29.094 14.4333 28.9194Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._12::before {mask-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 28.7725C18.7444 28.8375 19.0278 28.8646 19.35 28.8538C19.6722 28.8429 19.9444 28.7942 20.1667 28.7075L30 25.1C30 24.3633 29.7333 23.7458 29.2 23.2475C28.6667 22.7492 28.0444 22.5 27.3333 22.5H18.2C18.1333 22.5 18.0556 22.4946 17.9667 22.4837C17.8778 22.4729 17.8111 22.4567 17.7667 22.435L15.8 21.7525C15.6222 21.6875 15.5 21.5792 15.4333 21.4275C15.3667 21.2758 15.3556 21.1133 15.4 20.94C15.4444 20.7883 15.5556 20.6692 15.7333 20.5825C15.9111 20.4958 16.0889 20.485 16.2667 20.55L17.7667 21.1025C17.8556 21.1458 17.9278 21.1729 17.9833 21.1838C18.0389 21.1946 18.1222 21.2 18.2333 21.2H21.7333C22.1556 21.2 22.5278 21.0592 22.85 20.7775C23.1722 20.4958 23.3333 20.1275 23.3333 19.6725C23.3333 19.3692 23.2389 19.0767 23.05 18.795C22.8611 18.5133 22.6111 18.3183 22.3 18.21L13.0667 14.8625C12.9111 14.8192 12.7556 14.7812 12.6 14.7487C12.4444 14.7163 12.2889 14.7 12.1333 14.7H10V26.4325L18.5 28.7725ZM2 26.4C2 27.115 2.26111 27.7271 2.78333 28.2362C3.30556 28.7454 3.93333 29 4.66667 29C5.4 29 6.02778 28.7454 6.55 28.2362C7.07222 27.7271 7.33333 27.115 7.33333 26.4V17.3C7.33333 16.585 7.07222 15.9729 6.55 15.4637C6.02778 14.9546 5.4 14.7 4.66667 14.7C3.93333 14.7 3.30556 14.9546 2.78333 15.4637C2.26111 15.9729 2 16.585 2 17.3V26.4ZM22 16.26C21.6667 16.26 21.3389 16.2004 21.0167 16.0812C20.6944 15.9621 20.4 15.7833 20.1333 15.545L16.4667 12.035C15.7778 11.385 15.1944 10.6646 14.7167 9.87375C14.2389 9.08292 14 8.22167 14 7.29C14 6.09833 14.4278 5.08542 15.2833 4.25125C16.1389 3.41708 17.1778 3 18.4 3C19.1111 3 19.7778 3.14625 20.4 3.43875C21.0222 3.73125 21.5556 4.12667 22 4.625C22.4444 4.12667 22.9778 3.73125 23.6 3.43875C24.2222 3.14625 24.8889 3 25.6 3C26.8222 3 27.8611 3.41708 28.7167 4.25125C29.5722 5.08542 30 6.09833 30 7.29C30 8.22167 29.7667 9.08292 29.3 9.87375C28.8333 10.6646 28.2556 11.385 27.5667 12.035L23.8667 15.545C23.6 15.7833 23.3056 15.9621 22.9833 16.0812C22.6611 16.2004 22.3333 16.26 22 16.26Z' fill='%2340484F'/%3E%3C/svg%3E%0A");}
.office_service_list ._13::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_2469' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_2469)'%3E%3Cpath d='M4 17.3333V6.66667C4 5.93333 4.26111 5.30556 4.78333 4.78333C5.30556 4.26111 5.93333 4 6.66667 4H14.6667V17.3333H4ZM17.3333 4H25.3333C26.0667 4 26.6944 4.26111 27.2167 4.78333C27.7389 5.30556 28 5.93333 28 6.66667V12H17.3333V4ZM17.3333 28V14.6667H28V25.3333C28 26.0667 27.7389 26.6944 27.2167 27.2167C26.6944 27.7389 26.0667 28 25.3333 28H17.3333ZM4 20H14.6667V28H6.66667C5.93333 28 5.30556 27.7389 4.78333 27.2167C4.26111 26.6944 4 26.0667 4 25.3333V20Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._14::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_1734' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_1734)'%3E%3Cpath d='M16.7359 5.92958C16.7359 6.73521 16.4477 7.42488 15.8712 7.99859C15.2947 8.5723 14.6017 8.85915 13.7922 8.85915C13.4733 8.85915 13.1789 8.81643 12.9091 8.73099C12.6393 8.64554 12.3694 8.50516 12.0996 8.30986C11.5108 8.50516 11.0386 8.85915 10.6829 9.37183C10.3272 9.88451 10.1494 10.446 10.1494 11.0563H27.554C27.9956 11.0563 28.3574 11.2272 28.6395 11.569C28.9216 11.9108 29.0382 12.3014 28.9891 12.7408L27.9588 20.0648C27.9097 20.431 27.7442 20.73 27.462 20.962C27.1799 21.1939 26.8549 21.3099 26.4869 21.3099H23.8376L24.0952 18.7831C24.2178 17.5869 23.8805 16.5493 23.0833 15.6704C22.286 14.7915 21.2864 14.3521 20.0844 14.3521H11.9156C10.7136 14.3521 9.71396 14.7915 8.91671 15.6704C8.11946 16.5493 7.78216 17.5869 7.90481 18.7831L8.16239 21.3099H5.51305C5.14509 21.3099 4.82005 21.1939 4.53795 20.962C4.25584 20.73 4.09026 20.431 4.0412 20.0648L3.0109 12.7408C2.96184 12.3014 3.07836 11.9108 3.36047 11.569C3.64257 11.2272 4.0044 11.0563 4.44596 11.0563H7.16889C7.16889 9.86009 7.50005 8.77371 8.16239 7.79718C8.82472 6.82066 9.7201 6.10047 10.8485 5.63662C10.9221 4.87981 11.241 4.25117 11.8052 3.7507C12.3694 3.25023 13.0318 3 13.7922 3C14.6017 3 15.2947 3.28685 15.8712 3.86056C16.4477 4.43427 16.7359 5.12394 16.7359 5.92958ZM12.4676 29H19.5324C19.9249 29 20.2561 28.8779 20.5259 28.6338C20.7958 28.3897 20.9552 28.0723 21.0043 27.6817L21.8874 18.5634C21.9365 18.0263 21.7893 17.5563 21.4459 17.1535C21.1024 16.7507 20.6486 16.5493 20.0844 16.5493H11.9156C11.3514 16.5493 10.8976 16.7507 10.5541 17.1535C10.2107 17.5563 10.0635 18.0263 10.1126 18.5634L10.9957 27.6817C11.0448 28.0723 11.2042 28.3897 11.4741 28.6338C11.7439 28.8779 12.0751 29 12.4676 29Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._15::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4513_1345' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4513_1345)'%3E%3Cpath d='M13.333 26.6667H11.9663C11.5886 26.6667 11.2775 26.5389 11.033 26.2834C10.7886 26.0278 10.6663 25.7112 10.6663 25.3334C10.6663 24.9556 10.7941 24.6445 11.0497 24.4C11.3052 24.1556 11.6219 24.0334 11.9997 24.0334H13.333V8.00004H11.9997C11.6219 8.00004 11.3052 7.87226 11.0497 7.61671C10.7941 7.36115 10.6663 7.04449 10.6663 6.66671C10.6663 6.28893 10.7941 5.97226 11.0497 5.71671C11.3052 5.46115 11.6219 5.33337 11.9997 5.33337H13.333C14.0663 5.33337 14.6941 5.59449 15.2163 6.11671C15.7386 6.63893 15.9997 7.26671 15.9997 8.00004V24C15.9997 24.7334 15.7386 25.3612 15.2163 25.8834C14.6941 26.4056 14.0663 26.6667 13.333 26.6667ZM21.333 26.6667C20.5997 26.6667 19.9719 26.4056 19.4497 25.8834C18.9275 25.3612 18.6663 24.7334 18.6663 24V8.00004C18.6663 7.26671 18.9275 6.63893 19.4497 6.11671C19.9719 5.59449 20.5997 5.33337 21.333 5.33337H27.9997C28.733 5.33337 29.3608 5.59449 29.883 6.11671C30.4052 6.63893 30.6663 7.26671 30.6663 8.00004V24C30.6663 24.7334 30.4052 25.3612 29.883 25.8834C29.3608 26.4056 28.733 26.6667 27.9997 26.6667H21.333ZM6.86634 17.3334H2.66634C2.28856 17.3334 1.9719 17.2056 1.71634 16.95C1.46079 16.6945 1.33301 16.3778 1.33301 16C1.33301 15.6223 1.46079 15.3056 1.71634 15.05C1.9719 14.7945 2.28856 14.6667 2.66634 14.6667H6.86634L5.69967 13.5C5.43301 13.2334 5.30523 12.9167 5.31634 12.55C5.32745 12.1834 5.46634 11.8667 5.73301 11.6C5.99967 11.3334 6.31634 11.2 6.68301 11.2C7.04967 11.2 7.36634 11.3334 7.63301 11.6L11.0663 15.0667C11.1997 15.2 11.2941 15.3445 11.3497 15.5C11.4052 15.6556 11.433 15.8223 11.433 16C11.433 16.1778 11.4052 16.3445 11.3497 16.5C11.2941 16.6556 11.1997 16.8 11.0663 16.9334L7.59968 20.4C7.35523 20.6445 7.04967 20.7723 6.68301 20.7834C6.31634 20.7945 5.99967 20.6667 5.73301 20.4C5.46634 20.1556 5.33301 19.8445 5.33301 19.4667C5.33301 19.0889 5.45523 18.7667 5.69967 18.5L6.86634 17.3334Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._16::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4717_5775' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4717_5775)'%3E%3Cpath d='M5.33333 30.6667C4.95556 30.6667 4.63889 30.5389 4.38333 30.2834C4.12778 30.0278 4 29.7112 4 29.3334V2.66671C4 2.28893 4.12778 1.97226 4.38333 1.71671C4.63889 1.46115 4.95556 1.33337 5.33333 1.33337C5.71111 1.33337 6.02778 1.46115 6.28333 1.71671C6.53889 1.97226 6.66667 2.28893 6.66667 2.66671V4.00004H25.3333V2.66671C25.3333 2.28893 25.4611 1.97226 25.7167 1.71671C25.9722 1.46115 26.2889 1.33337 26.6667 1.33337C27.0444 1.33337 27.3611 1.46115 27.6167 1.71671C27.8722 1.97226 28 2.28893 28 2.66671V29.3334C28 29.7112 27.8722 30.0278 27.6167 30.2834C27.3611 30.5389 27.0444 30.6667 26.6667 30.6667C26.2889 30.6667 25.9722 30.5389 25.7167 30.2834C25.4611 30.0278 25.3333 29.7112 25.3333 29.3334V28H6.66667V29.3334C6.66667 29.7112 6.53889 30.0278 6.28333 30.2834C6.02778 30.5389 5.71111 30.6667 5.33333 30.6667ZM6.66667 14.6667H9.33333V10.6667C9.33333 10.2889 9.46111 9.97226 9.71667 9.71671C9.97222 9.46115 10.2889 9.33337 10.6667 9.33337H16C16.3778 9.33337 16.6944 9.46115 16.95 9.71671C17.2056 9.97226 17.3333 10.2889 17.3333 10.6667V14.6667H25.3333V6.66671H6.66667V14.6667ZM6.66667 25.3334H14.6667V21.3334C14.6667 20.9556 14.7944 20.6389 15.05 20.3834C15.3056 20.1278 15.6222 20 16 20H21.3333C21.7111 20 22.0278 20.1278 22.2833 20.3834C22.5389 20.6389 22.6667 20.9556 22.6667 21.3334V25.3334H25.3333V17.3334H6.66667V25.3334Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._17::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4717_2263' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4717_2263)'%3E%3Cpath d='M14.6663 29.3333C13.933 29.3333 13.3052 29.0722 12.783 28.55C12.2608 28.0278 11.9997 27.4 11.9997 26.6667V21.3333H7.99967C7.26634 21.3333 6.63856 21.0722 6.11634 20.55C5.59412 20.0278 5.33301 19.4 5.33301 18.6667V9.33333C5.33301 7.86667 5.85523 6.61111 6.89967 5.56667C7.94412 4.52222 9.19967 4 10.6663 4H25.333C25.7108 4 26.0275 4.12778 26.283 4.38333C26.5386 4.63889 26.6663 4.95556 26.6663 5.33333V18.6667C26.6663 19.4 26.4052 20.0278 25.883 20.55C25.3608 21.0722 24.733 21.3333 23.9997 21.3333H19.9997V26.6667C19.9997 27.4 19.7386 28.0278 19.2163 28.55C18.6941 29.0722 18.0663 29.3333 17.333 29.3333H14.6663ZM7.99967 13.3333H23.9997V6.66667H22.6663V10.6667C22.6663 11.0444 22.5386 11.3611 22.283 11.6167C22.0275 11.8722 21.7108 12 21.333 12C20.9552 12 20.6386 11.8722 20.383 11.6167C20.1275 11.3611 19.9997 11.0444 19.9997 10.6667V6.66667H18.6663V8C18.6663 8.37778 18.5386 8.69444 18.283 8.95C18.0275 9.20556 17.7108 9.33333 17.333 9.33333C16.9552 9.33333 16.6386 9.20556 16.383 8.95C16.1275 8.69444 15.9997 8.37778 15.9997 8V6.66667H10.6663C9.93301 6.66667 9.30523 6.92778 8.78301 7.45C8.26079 7.97222 7.99967 8.6 7.99967 9.33333V13.3333Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._18::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4717_4564' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4717_4564)'%3E%3Cmask id='mask1_4717_4564' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='1' width='30' height='30'%3E%3Crect x='1' y='1' width='30' height='30' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_4717_4564)'%3E%3Cpath d='M24.9091 23.7778C24.5485 23.7778 24.2462 23.6561 24.0023 23.4127C23.7583 23.1693 23.6364 22.8677 23.6364 22.5079V19.9683H21.0909C20.7303 19.9683 20.428 19.8466 20.1841 19.6032C19.9402 19.3598 19.8182 19.0582 19.8182 18.6984C19.8182 18.3386 19.9402 18.037 20.1841 17.7937C20.428 17.5503 20.7303 17.4286 21.0909 17.4286H23.6364V14.8889C23.6364 14.5291 23.7583 14.2275 24.0023 13.9841C24.2462 13.7407 24.5485 13.619 24.9091 13.619C25.2697 13.619 25.572 13.7407 25.8159 13.9841C26.0598 14.2275 26.1818 14.5291 26.1818 14.8889V17.4286H28.7273C29.0879 17.4286 29.3902 17.5503 29.6341 17.7937C29.878 18.037 30 18.3386 30 18.6984C30 19.0582 29.878 19.3598 29.6341 19.6032C29.3902 19.8466 29.0879 19.9683 28.7273 19.9683H26.1818V22.5079C26.1818 22.8677 26.0598 23.1693 25.8159 23.4127C25.572 23.6561 25.2697 23.7778 24.9091 23.7778ZM14.7273 28C14.4303 28 14.1333 27.9471 13.8364 27.8413C13.5394 27.7355 13.2742 27.5661 13.0409 27.3333C12.1076 26.4868 11.0045 25.5238 9.73182 24.4444C8.45909 23.3651 7.25 22.2064 6.10455 20.9683C4.95909 19.7302 3.98864 18.4339 3.19318 17.0794C2.39773 15.7249 2 14.3492 2 12.9524C2 10.963 2.66818 9.30688 4.00455 7.98413C5.34091 6.66138 7.00606 6 9 6C10.103 6 11.153 6.22751 12.15 6.68254C13.147 7.13757 14.0061 7.78836 14.7273 8.63492C15.4485 7.78836 16.3076 7.13757 17.3045 6.68254C18.3015 6.22751 19.3515 6 20.4545 6C21.7909 6 22.9735 6.31217 24.0023 6.93651C25.0311 7.56085 25.8424 8.34921 26.4364 9.30159C26.6697 9.7037 26.6326 10.1111 26.325 10.5238C26.0174 10.9365 25.5773 11.1217 25.0045 11.0794H24.4955C22.6924 11.0794 21.0379 11.8042 19.5318 13.254C18.0258 14.7037 17.2727 16.5185 17.2727 18.6984C17.2727 19.5873 17.4159 20.4286 17.7023 21.2222C17.9886 22.0159 18.4394 22.7407 19.0545 23.3968C19.2879 23.6508 19.3886 23.9471 19.3568 24.2857C19.325 24.6243 19.1818 24.9101 18.9273 25.1429L16.4136 27.3651C16.1803 27.5979 15.9152 27.7619 15.6182 27.8571C15.3212 27.9524 15.0242 28 14.7273 28Z' fill='%2340484F'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._19::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4750_4932' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4750_4932)'%3E%3Cpath d='M5.88889 29C5.09444 29 4.41435 28.7171 3.84861 28.1514C3.28287 27.5856 3 26.9056 3 26.1111V4.44444C3 4.03519 3.13843 3.69213 3.41528 3.41528C3.69213 3.13843 4.03519 3 4.44444 3C4.8537 3 5.19676 3.13843 5.47361 3.41528C5.75046 3.69213 5.88889 4.03519 5.88889 4.44444V26.1111H27.5556C27.9648 26.1111 28.3079 26.2495 28.5847 26.5264C28.8616 26.8032 29 27.1463 29 27.5556C29 27.9648 28.8616 28.3079 28.5847 28.5847C28.3079 28.8616 27.9648 29 27.5556 29H5.88889ZM8.77778 24.6667C8.36852 24.6667 8.02546 24.5282 7.74861 24.2514C7.47176 23.9745 7.33333 23.6315 7.33333 23.2222V13.1111C7.33333 12.7019 7.47176 12.3588 7.74861 12.0819C8.02546 11.8051 8.36852 11.6667 8.77778 11.6667H11.6667C12.0759 11.6667 12.419 11.8051 12.6958 12.0819C12.9727 12.3588 13.1111 12.7019 13.1111 13.1111V23.2222C13.1111 23.6315 12.9727 23.9745 12.6958 24.2514C12.419 24.5282 12.0759 24.6667 11.6667 24.6667H8.77778ZM16 24.6667C15.5907 24.6667 15.2477 24.5282 14.9708 24.2514C14.694 23.9745 14.5556 23.6315 14.5556 23.2222V5.88889C14.5556 5.47963 14.694 5.13657 14.9708 4.85972C15.2477 4.58287 15.5907 4.44444 16 4.44444H18.8889C19.2981 4.44444 19.6412 4.58287 19.9181 4.85972C20.1949 5.13657 20.3333 5.47963 20.3333 5.88889V23.2222C20.3333 23.6315 20.1949 23.9745 19.9181 24.2514C19.6412 24.5282 19.2981 24.6667 18.8889 24.6667H16ZM23.2222 24.6667C22.813 24.6667 22.4699 24.5282 22.1931 24.2514C21.9162 23.9745 21.7778 23.6315 21.7778 23.2222V18.8889C21.7778 18.4796 21.9162 18.1366 22.1931 17.8597C22.4699 17.5829 22.813 17.4444 23.2222 17.4444H26.1111C26.5204 17.4444 26.8634 17.5829 27.1403 17.8597C27.4171 18.1366 27.5556 18.4796 27.5556 18.8889V23.2222C27.5556 23.6315 27.4171 23.9745 27.1403 24.2514C26.8634 24.5282 26.5204 24.6667 26.1111 24.6667H23.2222Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._20::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.53846 11.8095C8.44718 11.8095 7.46215 12.2758 6.74564 13.0377C6.37854 13.4263 6.08744 13.888 5.88907 14.3964C5.6907 14.9048 5.58898 15.4498 5.58975 16C5.58975 17.1581 6.02913 18.2019 6.74564 18.9623C7.46359 19.7242 8.44718 20.1905 9.53846 20.1905C10.4356 20.1928 11.3064 19.8684 12.0053 19.2716C12.1893 19.1151 12.4005 18.9986 12.6268 18.9288C12.8532 18.8589 13.0903 18.837 13.3247 18.8644C13.559 18.8918 13.786 18.9679 13.9926 19.0883C14.1992 19.2088 14.3815 19.3713 14.5289 19.5665C14.6764 19.7617 14.7862 19.9858 14.852 20.226C14.9178 20.4663 14.9385 20.7179 14.9127 20.9666C14.8869 21.2153 14.8151 21.4561 14.7016 21.6754C14.5881 21.8947 14.435 22.0881 14.2511 22.2446C12.9149 23.3832 11.2521 24.0026 9.53846 24C8.54843 24.0007 7.56799 23.794 6.65335 23.3919C5.73872 22.9897 4.90786 22.3999 4.20841 21.6564C3.50774 20.9141 2.95199 20.0324 2.57303 19.0617C2.19407 18.0911 1.99934 17.0507 2 16C2 13.7905 2.84575 11.7882 4.20841 10.3436C4.90786 9.60005 5.73872 9.01028 6.65335 8.60812C7.56799 8.20595 8.54843 7.9993 9.53846 8.00001C11.5774 8.00001 13.3019 8.68115 14.8685 10.3436C16.1637 11.7166 16.8831 13.4918 17.4632 14.9211C18.1553 16.6278 18.7052 17.9383 19.6702 18.9638C20.3867 19.7242 21.3703 20.1905 22.4615 20.1905C23.5528 20.1905 24.5364 19.7242 25.2544 18.9623C25.9709 18.2019 26.4103 17.1581 26.4103 16C26.4103 14.8419 25.9709 13.7981 25.2544 13.0377C24.8881 12.6477 24.4529 12.3384 23.9735 12.1276C23.4942 11.9168 22.9804 11.8087 22.4615 11.8095C21.5644 11.8072 20.6936 12.1316 19.9947 12.7284C19.8107 12.8849 19.5995 13.0014 19.3732 13.0712C19.1468 13.1411 18.9097 13.163 18.6753 13.1356C18.441 13.1082 18.214 13.0321 18.0074 12.9117C17.8008 12.7912 17.6185 12.6287 17.4711 12.4335C17.3236 12.2383 17.2138 12.0142 17.148 11.774C17.0822 11.5337 17.0615 11.2821 17.0873 11.0334C17.1131 10.7847 17.1849 10.5439 17.2984 10.3246C17.4119 10.1053 17.565 9.91192 17.7489 9.75543C19.0851 8.61684 20.7479 7.99743 22.4615 8.00001C24.5436 8.00001 26.4304 8.89753 27.7916 10.3436C28.4923 11.0859 29.048 11.9676 29.427 12.9383C29.8059 13.9089 30.0007 14.9493 30 16C30 18.2095 29.1543 20.2118 27.7916 21.6564C27.0921 22.3999 26.2613 22.9897 25.3467 23.3919C24.432 23.794 23.4516 24.0007 22.4615 24C21.4715 24.0007 20.4911 23.794 19.5764 23.3919C18.6618 22.9897 17.8309 22.3999 17.1315 21.6564C15.8047 20.2484 14.9949 18.4625 14.2597 16.6583C13.592 15.0171 13.1153 13.8697 12.3313 13.0377C11.4697 12.1234 10.6714 11.8095 9.53846 11.8095Z' fill='%2340484F'/%3E%3C/svg%3E");}
.office_service_list ._21::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M28 12.6025C27.9962 11.8653 28 11.128 27.9984 10.3914C27.9973 9.38418 27.3589 8.72881 26.3444 8.70334H26.1171L26.1155 8.69466H23.4165C24.4179 7.04892 24.008 4.93699 22.4604 3.77912C22.0483 3.47068 21.5244 3.22945 20.9852 3.10098C20.1245 2.89499 19.0664 3.00991 18.1544 3.40834C17.1928 3.82845 16.495 4.58356 16.0785 5.14298C16.0583 5.17009 16.0393 5.19665 16.0202 5.22212H16.0142L15.9989 5.24489L15.9831 5.22158H15.9793C15.9608 5.19611 15.9417 5.16954 15.921 5.14244C15.505 4.58302 14.8067 3.82791 13.8451 3.4078C12.9336 3.00937 11.8755 2.89445 11.0148 3.10044C10.4762 3.22945 9.95231 3.47014 9.53965 3.77858C7.99147 4.93699 7.58153 7.05055 8.58566 8.69846H5.65558C4.64109 8.72502 4.00274 9.38039 4.00165 10.3876C4.00056 11.1248 4.00437 11.862 4.00001 12.5987C3.99892 12.8383 4.07687 13.0394 4.24914 13.2042C4.45029 13.3972 4.70051 13.4216 4.96599 13.4216L27.0346 13.4248C27.0346 13.4248 27.0346 13.4248 27.0351 13.4248C27.0368 13.4248 27.0384 13.4248 27.04 13.4248C27.3033 13.4248 27.5514 13.3993 27.7514 13.2074C27.9231 13.0427 28.0016 12.8415 28.0006 12.6019L28 12.6025ZM11.1282 8.49897C10.4108 8.2301 9.91415 7.5189 9.9196 6.76813C9.92669 5.85093 10.6321 5.05246 11.5245 4.94946C12.3345 4.85622 13.1495 5.09853 13.8195 5.63248C14.4971 6.17238 14.9359 6.95785 15.0231 7.78777C15.0515 8.05176 15.0635 8.29353 15.0607 8.52825C15.0607 8.58842 15.0597 8.64533 15.0564 8.68003L15.0548 8.69683L11.6597 8.69792L11.1282 8.49897ZM16.9442 8.68003C16.9409 8.64588 16.9404 8.59113 16.9398 8.52716C16.9371 8.29353 16.9491 8.05176 16.9774 7.78777C17.0647 6.95785 17.5035 6.17238 18.1811 5.63302C18.8511 5.09907 19.666 4.85622 20.4761 4.95C21.3685 5.05246 22.0739 5.85147 22.081 6.76867C22.087 7.5189 21.5898 8.23065 20.8724 8.49952L20.3464 8.69629L16.9458 8.69737L16.9442 8.68111V8.68003Z' fill='%2340484F'/%3E%3Cpath d='M14.818 14.981C12.1033 14.981 8.89735 14.981 6.18259 14.981C5.79064 14.981 5.78955 14.9816 5.78955 15.3605C5.78955 18.9989 5.78846 22.6373 5.78955 26.2762C5.78955 27.329 6.45788 27.9968 7.51326 27.9979C9.79136 28 12.5601 27.999 14.8382 27.9979C15.1996 27.9979 15.2029 27.9946 15.2029 27.6341C15.2029 25.5862 15.2029 23.5377 15.2029 21.4897C15.2029 19.4493 15.2029 17.409 15.2029 15.3686C15.2029 15.1106 15.0746 14.9812 14.818 14.9805V14.981Z' fill='%2340484F'/%3E%3Cpath d='M25.8406 14.9824C23.1101 14.9824 19.8889 14.9824 17.1583 14.9824C16.7985 14.9824 16.7969 14.9835 16.7969 15.3472C16.7969 17.3952 16.7969 19.4437 16.7969 21.4917C16.7969 23.5478 16.7969 25.6033 16.7969 27.6594C16.7969 27.9901 16.8061 27.9998 17.1381 27.9998C19.432 28.0004 22.216 28.0025 24.51 27.9993C25.5343 27.9977 26.2091 27.3228 26.2097 26.301C26.2113 22.6468 26.2108 18.9927 26.2097 15.3391C26.2097 14.984 26.208 14.983 25.8401 14.983L25.8406 14.9824Z' fill='%2340484F'/%3E%3C/svg%3E");}
.office_service_list ._22::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4750_4855' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4750_4855)'%3E%3Cpath d='M15.9998 24.7003C15.7332 24.7003 15.4665 24.6559 15.1998 24.567C14.9332 24.4781 14.6887 24.3448 14.4665 24.167C11.8443 22.0781 9.88873 20.0392 8.59984 18.0503C7.31095 16.0614 6.6665 14.1114 6.6665 12.2003C6.6665 9.42255 7.53317 7.13921 9.2665 5.35033C10.9998 3.56144 13.2443 2.66699 15.9998 2.66699C18.7554 2.66699 20.9998 3.56144 22.7332 5.35033C24.4665 7.13921 25.3332 9.42255 25.3332 12.2003C25.3332 14.1114 24.6887 16.0614 23.3998 18.0503C22.1109 20.0392 20.1554 22.0781 17.5332 24.167C17.3109 24.3448 17.0665 24.4781 16.7998 24.567C16.5332 24.6559 16.2665 24.7003 15.9998 24.7003ZM15.9998 14.667C16.7332 14.667 17.3609 14.4059 17.8832 13.8837C18.4054 13.3614 18.6665 12.7337 18.6665 12.0003C18.6665 11.267 18.4054 10.6392 17.8832 10.117C17.3609 9.59477 16.7332 9.33366 15.9998 9.33366C15.2665 9.33366 14.6387 9.59477 14.1165 10.117C13.5943 10.6392 13.3332 11.267 13.3332 12.0003C13.3332 12.7337 13.5943 13.3614 14.1165 13.8837C14.6387 14.4059 15.2665 14.667 15.9998 14.667ZM7.99984 29.3337C7.62206 29.3337 7.30539 29.2059 7.04984 28.9503C6.79428 28.6948 6.6665 28.3781 6.6665 28.0003C6.6665 27.6225 6.79428 27.3059 7.04984 27.0503C7.30539 26.7948 7.62206 26.667 7.99984 26.667H23.9998C24.3776 26.667 24.6943 26.7948 24.9498 27.0503C25.2054 27.3059 25.3332 27.6225 25.3332 28.0003C25.3332 28.3781 25.2054 28.6948 24.9498 28.9503C24.6943 29.2059 24.3776 29.3337 23.9998 29.3337H7.99984Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._23::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Cmask id='mask0_4873_105' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='52' height='52'%3E%3Crect x='0.666016' y='0.688965' width='51.2635' height='51.2635' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4873_105)'%3E%3Cpath d='M17.7544 45.5443C16.5796 45.5443 15.5739 45.126 14.7373 44.2894C13.9007 43.4528 13.4824 42.4471 13.4824 41.2724V37.0004H9.21044C8.03565 37.0004 7.02996 36.5821 6.19336 35.7455C5.35677 34.9089 4.93848 33.9032 4.93848 32.7284V24.1845C4.93848 22.3689 5.56147 20.847 6.80746 19.6189C8.05345 18.3907 9.56643 17.7766 11.3464 17.7766H41.2501C43.0657 17.7766 44.5876 18.3907 45.8158 19.6189C47.044 20.847 47.6581 22.3689 47.6581 24.1845C47.6581 24.5761 47.5068 24.8698 47.2042 25.0656C46.9016 25.2614 46.5723 25.2703 46.2163 25.0923C45.4687 24.8075 44.6855 24.585 43.8667 24.4248C43.0479 24.2646 42.2291 24.1845 41.4103 24.1845C38.8472 24.1845 36.4976 24.8609 34.3616 26.2137C32.2256 27.5665 30.588 29.3821 29.4488 31.6604C29.2708 31.9808 29.0394 32.2389 28.7546 32.4347C28.4699 32.6305 28.1495 32.7284 27.7935 32.7284H17.7544V41.2724H28.6478C29.253 41.2724 29.7603 41.477 30.1697 41.8864C30.5791 42.2958 30.7838 42.8031 30.7838 43.4083C30.7838 44.0135 30.5791 44.5208 30.1697 44.9302C29.7603 45.3396 29.253 45.5443 28.6478 45.5443H17.7544ZM15.6184 15.6406C15.0132 15.6406 14.5059 15.4359 14.0965 15.0265C13.6871 14.6171 13.4824 14.1098 13.4824 13.5046V11.3686C13.4824 10.1938 13.9007 9.18816 14.7373 8.35157C15.5739 7.51498 16.5796 7.09668 17.7544 7.09668H34.8422C36.017 7.09668 37.0227 7.51498 37.8593 8.35157C38.6959 9.18816 39.1141 10.1938 39.1141 11.3686V13.5046C39.1141 14.1098 38.9095 14.6171 38.5001 15.0265C38.0907 15.4359 37.5834 15.6406 36.9782 15.6406H15.6184ZM41.2501 45.5443C40.6449 45.5443 40.1376 45.3396 39.7282 44.9302C39.3188 44.5208 39.1141 44.0135 39.1141 43.4083V39.1364H34.8422C34.237 39.1364 33.7297 38.9317 33.3203 38.5223C32.9109 38.1129 32.7062 37.6056 32.7062 37.0004C32.7062 36.3952 32.9109 35.8879 33.3203 35.4785C33.7297 35.0691 34.237 34.8644 34.8422 34.8644H39.1141V30.5925C39.1141 29.9873 39.3188 29.48 39.7282 29.0706C40.1376 28.6612 40.6449 28.4565 41.2501 28.4565C41.8553 28.4565 42.3626 28.6612 42.772 29.0706C43.1814 29.48 43.3861 29.9873 43.3861 30.5925V34.8644H47.6581C48.2633 34.8644 48.7706 35.0691 49.1799 35.4785C49.5893 35.8879 49.794 36.3952 49.794 37.0004C49.794 37.6056 49.5893 38.1129 49.1799 38.5223C48.7706 38.9317 48.2633 39.1364 47.6581 39.1364H43.3861V43.4083C43.3861 44.0135 43.1814 44.5208 42.772 44.9302C42.3626 45.3396 41.8553 45.5443 41.2501 45.5443Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E");}
.office_service_list ._24::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_4844_14761)'%3E%3Cmask id='mask0_4844_14761' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4844_14761)'%3E%3Cpath d='M5.33594 29.332C4.22483 29.332 3.28038 28.9431 2.5026 28.1654C1.72483 27.3876 1.33594 26.4431 1.33594 25.332C1.33594 24.2209 1.72483 23.2765 2.5026 22.4987C3.28038 21.7209 4.22483 21.332 5.33594 21.332C6.44705 21.332 7.39149 21.7209 8.16927 22.4987C8.94705 23.2765 9.33594 24.2209 9.33594 25.332C9.33594 26.4431 8.94705 27.3876 8.16927 28.1654C7.39149 28.9431 6.44705 29.332 5.33594 29.332ZM5.33594 26.6654C5.71372 26.6654 6.03038 26.5376 6.28594 26.282C6.54149 26.0265 6.66927 25.7098 6.66927 25.332C6.66927 24.9543 6.54149 24.6376 6.28594 24.382C6.03038 24.1265 5.71372 23.9987 5.33594 23.9987C4.95816 23.9987 4.64149 24.1265 4.38594 24.382C4.13038 24.6376 4.0026 24.9543 4.0026 25.332C4.0026 25.7098 4.13038 26.0265 4.38594 26.282C4.64149 26.5376 4.95816 26.6654 5.33594 26.6654ZM12.5026 29.332C12.1026 29.332 11.8026 29.1543 11.6026 28.7987C11.4026 28.4431 11.3915 28.0765 11.5693 27.6987C11.7248 27.3209 11.8359 26.932 11.9026 26.532C11.9693 26.132 12.0026 25.732 12.0026 25.332C12.0026 23.4876 11.3526 21.9154 10.0526 20.6154C8.7526 19.3154 7.18038 18.6654 5.33594 18.6654C5.15816 18.6654 4.97483 18.6709 4.78594 18.682C4.59705 18.6931 4.41372 18.7209 4.23594 18.7654C3.83594 18.832 3.47483 18.7431 3.1526 18.4987C2.83038 18.2543 2.66927 17.9431 2.66927 17.5654V14.6654C2.66927 13.932 2.93038 13.3043 3.4526 12.782C3.97483 12.2598 4.6026 11.9987 5.33594 11.9987H6.66927V7.46536C6.66927 5.75425 7.26371 4.30425 8.4526 3.11536C9.64149 1.92648 11.0915 1.33203 12.8026 1.33203C14.047 1.33203 15.1804 1.67092 16.2026 2.3487C17.2248 3.02648 17.9804 3.93203 18.4693 5.06536L27.5693 26.6654H29.3359C29.7137 26.6654 30.0304 26.7931 30.2859 27.0487C30.5415 27.3043 30.6693 27.6209 30.6693 27.9987C30.6693 28.3765 30.5415 28.6931 30.2859 28.9487C30.0304 29.2043 29.7137 29.332 29.3359 29.332H22.6693C22.2915 29.332 21.9748 29.2043 21.7193 28.9487C21.4637 28.6931 21.3359 28.3765 21.3359 27.9987C21.3359 27.6209 21.4637 27.3043 21.7193 27.0487C21.9748 26.7931 22.2915 26.6654 22.6693 26.6654H24.6693L16.0359 6.13203C15.7693 5.48759 15.3415 4.97092 14.7526 4.58203C14.1637 4.19314 13.5137 3.9987 12.8026 3.9987C11.847 3.9987 11.0304 4.33759 10.3526 5.01536C9.67483 5.69314 9.33594 6.50981 9.33594 7.46536V11.9987H12.0026C13.4693 11.9987 14.7248 12.5209 15.7693 13.5654C16.8137 14.6098 17.3359 15.8654 17.3359 17.332V26.6654C17.3359 27.3987 17.0748 28.0265 16.5526 28.5487C16.0304 29.0709 15.4026 29.332 14.6693 29.332H12.5026Z' fill='%2340484F'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4844_14761'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.office_service_list ._25::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_4844_14773' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='1' width='30' height='30'%3E%3Crect x='1' y='1' width='30' height='30' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4844_14773)'%3E%3Cpath d='M5.375 26C4.85417 26 4.41146 25.8177 4.04688 25.4531C3.68229 25.0885 3.5 24.6458 3.5 24.125C3.5 23.6042 3.68229 23.1615 4.04688 22.7969C4.41146 22.4323 4.85417 22.25 5.375 22.25H6V8.5C6 7.8125 6.24479 7.22396 6.73438 6.73438C7.22396 6.24479 7.8125 6 8.5 6H26C26.3542 6 26.651 6.11979 26.8906 6.35938C27.1302 6.59896 27.25 6.89583 27.25 7.25C27.25 7.60417 27.1302 7.90104 26.8906 8.14062C26.651 8.38021 26.3542 8.5 26 8.5H8.5V22.25H14.125C14.6458 22.25 15.0885 22.4323 15.4531 22.7969C15.8177 23.1615 16 23.6042 16 24.125C16 24.6458 15.8177 25.0885 15.4531 25.4531C15.0885 25.8177 14.6458 26 14.125 26H5.375ZM19.75 26C19.3958 26 19.099 25.8802 18.8594 25.6406C18.6198 25.401 18.5 25.1042 18.5 24.75V12.25C18.5 11.8958 18.6198 11.599 18.8594 11.3594C19.099 11.1198 19.3958 11 19.75 11H27.25C27.6042 11 27.901 11.1198 28.1406 11.3594C28.3802 11.599 28.5 11.8958 28.5 12.25V24.75C28.5 25.1042 28.3802 25.401 28.1406 25.6406C27.901 25.8802 27.6042 26 27.25 26H19.75Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E")}
.office_service_list ._26::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M26.5 20.5C26.075 20.5 25.7188 20.3563 25.4313 20.0688C25.1438 19.7813 25 19.425 25 19C25 18.575 25.1438 18.2188 25.4313 17.9313C25.7188 17.6438 26.075 17.5 26.5 17.5H28C28.425 17.5 28.7812 17.6438 29.0687 17.9313C29.3562 18.2188 29.5 18.575 29.5 19C29.5 19.425 29.3562 19.7813 29.0687 20.0688C28.7812 20.3563 28.425 20.5 28 20.5H26.5ZM26.5 26.5C26.075 26.5 25.7188 26.3563 25.4313 26.0688C25.1438 25.7813 25 25.425 25 25C25 24.575 25.1438 24.2188 25.4313 23.9313C25.7188 23.6438 26.075 23.5 26.5 23.5H28C28.425 23.5 28.7812 23.6438 29.0687 23.9313C29.3562 24.2188 29.5 24.575 29.5 25C29.5 25.425 29.3562 25.7813 29.0687 26.0688C28.7812 26.3563 28.425 26.5 28 26.5H26.5ZM19 28C18.175 28 17.4688 27.7063 16.8813 27.1188C16.2938 26.5313 16 25.825 16 25H14.5C14.075 25 13.7187 24.8563 13.4312 24.5688C13.1437 24.2813 13 23.925 13 23.5V20.5C13 20.075 13.1437 19.7188 13.4312 19.4313C13.7187 19.1438 14.075 19 14.5 19H16C16 18.175 16.2938 17.4688 16.8813 16.8813C17.4688 16.2938 18.175 16 19 16H22C22.425 16 22.7813 16.1438 23.0688 16.4313C23.3563 16.7188 23.5 17.075 23.5 17.5V26.5C23.5 26.925 23.3563 27.2813 23.0688 27.5688C22.7813 27.8563 22.425 28 22 28H19ZM8.5 23.5C6.85 23.5 5.4375 22.9125 4.2625 21.7375C3.0875 20.5625 2.5 19.15 2.5 17.5C2.5 15.85 3.0875 14.4375 4.2625 13.2625C5.4375 12.0875 6.85 11.5 8.5 11.5H10.75C11.375 11.5 11.9062 11.2813 12.3438 10.8438C12.7813 10.4062 13 9.875 13 9.25C13 8.625 12.7813 8.09375 12.3438 7.65625C11.9062 7.21875 11.375 7 10.75 7H5.5C5.075 7 4.71875 6.85625 4.43125 6.56875C4.14375 6.28125 4 5.925 4 5.5C4 5.075 4.14375 4.71875 4.43125 4.43125C4.71875 4.14375 5.075 4 5.5 4H10.75C12.2 4 13.4375 4.5125 14.4625 5.5375C15.4875 6.5625 16 7.8 16 9.25C16 10.7 15.4875 11.9375 14.4625 12.9625C13.4375 13.9875 12.2 14.5 10.75 14.5H8.5C7.675 14.5 6.96875 14.7938 6.38125 15.3813C5.79375 15.9688 5.5 16.675 5.5 17.5C5.5 18.325 5.79375 19.0313 6.38125 19.6188C6.96875 20.2063 7.675 20.5 8.5 20.5H10C10.425 20.5 10.7813 20.6438 11.0688 20.9313C11.3563 21.2188 11.5 21.575 11.5 22C11.5 22.425 11.3563 22.7813 11.0688 23.0688C10.7813 23.3563 10.425 23.5 10 23.5H8.5Z' fill='%2340484F'/%3E%3C/svg%3E")}
.office_service_list ._27::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_5023_8255' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='3' y='3' width='26' height='27'%3E%3Crect x='3.60156' y='3.63672' width='25.3984' height='25.3984' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5023_8255)'%3E%3Cpath d='M8.89355 26.9193C8.31151 26.9193 7.81324 26.712 7.39875 26.2975C6.98426 25.883 6.77702 25.3848 6.77702 24.8027V12.8708C6.45954 12.6767 6.20379 12.4254 6.00977 12.1167C5.81576 11.8081 5.71875 11.4509 5.71875 11.0452V7.87044C5.71875 7.2884 5.92599 6.79013 6.34048 6.37564C6.75497 5.96115 7.25324 5.75391 7.83529 5.75391H24.7676C25.3496 5.75391 25.8479 5.96115 26.2624 6.37564C26.6769 6.79013 26.8841 7.2884 26.8841 7.87044V11.0452C26.8841 11.4509 26.7871 11.8081 26.5931 12.1167C26.3991 12.4254 26.1433 12.6767 25.8258 12.8708V24.8027C25.8258 25.3848 25.6186 25.883 25.2041 26.2975C24.7896 26.712 24.2914 26.9193 23.7093 26.9193H8.89355ZM7.83529 11.0452H24.7676V7.87044H7.83529V11.0452ZM14.1849 18.4531H18.418C18.7178 18.4531 18.9692 18.3517 19.172 18.1489C19.3748 17.946 19.4762 17.6947 19.4762 17.3949C19.4762 17.095 19.3748 16.8437 19.172 16.6408C18.9692 16.438 18.7178 16.3366 18.418 16.3366H14.1849C13.8851 16.3366 13.6337 16.438 13.4309 16.6408C13.228 16.8437 13.1266 17.095 13.1266 17.3949C13.1266 17.6947 13.228 17.946 13.4309 18.1489C13.6337 18.3517 13.8851 18.4531 14.1849 18.4531Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E")}

.office_interview {background-color: var(--point1);}
.office_interview_list {width: 100%;}
.office_interview_list ul {display: flex; justify-content: center;}
.office_interview_list li {width: 100%; max-width: 525px; background-color: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;}
.office_interview_list li h4 {margin-top: auto; order: 1;}
.office_interview_list li h4 img {max-height: 100%;}
.office_interview_list li .interview_text {font-weight: 500; line-height: 170%; color: var(--color1);}
.office_interview_list li .interview_text::before {background-color: var(--color4); mask-size: 100% auto; mask-repeat: no-repeat; display: block; content: '';}

.office_by_list {display: flex;}
.office_by_box {width: 100%; border-radius: 16px; display: flex; flex-direction: column; overflow: hidden;}
.office_by_box:first-of-type {background-color: var(--point1);}
.office_by_box:first-of-type dl {border-top: 1px solid #fff;}
.office_by_box header {display: flex; flex-direction: column;}
.office_by_thumbnail {order: 1;}
.office_by_title {position: relative; font-weight: 700; line-height: 140%; letter-spacing: -1px; color: var(--color1); order: 2;}
.office_by_text {margin-top: 8px; font-weight: 500; line-height: 170%; color: var(--color2); order: 3;}
.office_by_info dd {font-weight: 500; line-height: 170%; color: var(--color1);}
.office_by_info dt {font-size: 14px; font-weight: 600; line-height: 170%; color: var(--color3);}
.office_by_box._selected dt {color: var(--color2);}
.office_by_info dl:last-of-type {padding-bottom: 0;}
.office_by_box .office_by_button {margin-top: auto;}
.office_by_box .office_by_button .bt_base {width: 100%; max-width: 100%; padding: 0 20px; white-space: nowrap;}

.office_fastway {width: 100%; background-color: var(--point2); overflow: hidden;}
.fastway_slides {position: relative;}
.fastway_images figcaption,
.fastway_slides .office_slide_paging {left: 50%; width: 100%; padding: 0 var(--menu_padding); transform: translateX(-50%);}
.fastway_images figcaption {position: absolute; font-weight: 500; line-height: 170%; color: #fff;}
.fastway_slides .office_slide_paging {position: absolute;}
.fastway_slides .bt_office_slide {left: 50%;}
.fastway_slides .bt_office_slide._prev {margin-left: calc(-1 * ((min(calc(100vw - (100vw - 100%)), 1380px) / 2) - var(--menu_padding)));}
.fastway_slides .bt_office_slide._next {margin-left: calc((min(calc(100vw - (100vw - 100%)), 1380px) / 2) - var(--menu_padding) - 36px);}
.fastway_list {margin-top: 20px !important; display: flex; justify-content: center;}
.fastway_list ul {display: flex;}
.fastway_list li {position:relative; font-weight: 500; line-height: 170%; color: var(--color1);}
.fastway_list li::before {position: absolute; left: 0; width: 9px; height: 9px; background-color: var(--color1); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cg clip-path='url(%23clip0_4565_348)'%3E%3Cpath d='M3.25683 6.30405L7.51111 1.20813C7.62694 1.06938 7.76278 1 7.91861 1C8.07445 1 8.21032 1.06938 8.32624 1.20813C8.44208 1.34699 8.5 1.51167 8.5 1.70219C8.5 1.89271 8.44208 2.0574 8.32624 2.19625L3.66446 7.79187C3.54854 7.93062 3.41266 8 3.25683 8C3.101 8 2.96512 7.93062 2.8492 7.79187L0.669056 5.18042C0.553219 5.04156 0.496911 4.87688 0.500131 4.68636C0.503351 4.49584 0.562879 4.33115 0.678716 4.1923C0.794638 4.05354 0.932125 3.98417 1.09118 3.98417C1.25023 3.98417 1.38772 4.05354 1.50364 4.1923L3.25683 6.30405Z' fill='%2340484F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4565_348'%3E%3Crect width='8' height='8' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); background-size: 9px auto; display: block; content: '';}

/*  leadform 유형 추가될 경우   */
.popup_leadforms_wrap .wpforms-container .wpforms-field.field_checkbox {margin-top: 42px !important}
.popup_leadforms_wrap .wpforms-form .field_checkbox .wpforms-field-required {margin-top: 20px !important; border-bottom: none !important;}
.field_checkbox input[type="checkbox"], 
.field_checkbox input[type="checkbox"], 
.field_checkbox input[type="checkbox"]::before, 
.field_checkbox input[type="checkbox"]::after { display: none !important;}
.field_checkbox .wpforms-field-label-inline::before {content: ''; position: absolute; top: 0; left: 0; display: block;width: 20px; height: 20px; border-radius: 2px; background-color: #f1f4f8;}
.field_checkbox ul {margin-top: 0 !important; gap: 20px !important;}
.field_checkbox .choice-1 .wpforms-field-label-inline {display: block !important; font-size: 16px !important;}
.field_checkbox .wpforms-field-label-inline {padding-left: 30px !important;}
.field_checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline::before {background-size: 12xp auto; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_102_5078)'%3E%3Cpath d='M2 6L5 9L10 4' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_102_5078'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.field_checkbox input[type="checkbox"]:checked + .wpforms-field-label-inline::before {background-color: #0095F8;}


._workanywhere .office_client{overflow: hidden; width: 100%; background-color: var(--point1);}
._workanywhere .img_client{margin: 60px auto 0; max-width: 808px;}
._workanywhere .office_experience{overflow: hidden; background: var(--back1);}
._workanywhere .office_experience_content{position:relative; max-width: 1062px; margin: 40px auto 0;}
._workanywhere .office_experience_swiper{overflow: hidden; border-radius: 16px;}
._workanywhere .office_experience_swiper li{overflow: hidden; position:relative; width: 338px; height: 460px; border-radius: 16px;}
._workanywhere .experience_detail{position: absolute; top:40px; left:0; display: flex; flex-direction: column; gap: 20px; width: 100%; text-align: center;}
._workanywhere .experience_detail .company_logo{margin: 0 auto; width:160px; height:44px;}
._workanywhere .experience_detail > p{font-size: 24px; font-weight: 500; line-height: 140%; color: #6D757C;}
._workanywhere .office_experience_content .office_slide_paging{display: none;}
._workanywhere .office_experience .bt_office_slide._prev {left: calc(-1 * var(--position));}
._workanywhere .office_experience .bt_office_slide._next {right: calc(-1 * var(--position));}
._workanywhere .office_by_list{justify-content: center; width: 100%;}
._workanywhere .office_by_box header{padding-bottom: 40px;}
._workanywhere .office_by_box .office_by_title{margin-top: 40px;}
._workanywhere .office_by_box.__box_2{background-color: #D1E8E1;}
._workanywhere .office_by_info dt{color: var(--color2);}
._workanywhere .office_by_list dd > ul{display: flex; flex-direction: column; gap: 10px;} 
._workanywhere .office_by_list dd li{position: relative; padding-left: 12px;}
._workanywhere .office_by_list dd li::before{content: ""; position: absolute; top: 14px; left: 0; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color1);}
._workanywhere .fastway_slides_wrapper{padding:180px 0 0; background: var(--back1);}
._workanywhere .office_fastway .office_inner{padding-top:180px;}

._fivespot .office_event{background: #000;overflow: hidden;}
._fivespot .office_event .office_inner{padding: 217px 50px;}
._fivespot .office_event .office_title{text-align: left;align-items: flex-start}
._fivespot .office_event .office_title .sub_text{font-size: 24px;}
._fivespot .office_event .office_title .sub_text,._fivespot .office_event .office_title > h3{color: #fff;}
._fivespot .office_event .office_title > h3 strong{color:var(--point3)}
._fivespot .office_space_explain h4{padding-right: 20px;}
._fivespot .office_event .sub_text{color: #fff;}
._fivespot .office_event .office_inner > .sub_text{font-weight: 500;line-height: 170%;}
._fivespot .office_event .bt_base{background: #000;border:1px solid #fff}
._fivespot .office_event .img_event{width: 565px;position: absolute;top: 70px;left: 45%;margin-top: 0;}
._fivespot .img_location{width: 400px;margin: 60px auto 0;font-size: 0;line-height: 0;}
._fivespot .office_location .office_inner{padding-bottom: 138px;}
._fivespot .office_interview_list ul{max-width: 1063px;margin: 0 auto;}
._fivespot .office_by_box .office_by_icon{font-size: 0;}
._fivespot .office_by_box.__box_2{background: #EFF6FF;}
._fivespot .office_by_box.__box_3{background: #f3f3f3;}
._fivespot .office_by_box.__box_4{background: #F8EFFF;}
._fivespot .office_by_info dl{border-top: 2px solid #fff;}
._fivespot .office_by_icon img{width: 48px;height: 48px;}
._fivespot .office_by_box header{padding-top: 28px;}
._fivespot .office_by_title{margin-top: 16px;}
._fivespot .office_interview_list li{justify-content: space-between;}
._fivespot .office_interview_list li span{color:#9DA4AC;}
._fivespot .office_by_box:not(._active) .office_by_title{width: calc(100% - 60px);}
._fivespot .office_service{background: var(--back1);}
._fivespot .office_service_list li:nth-child(1){order: 1;}
._fivespot .office_service_list li:nth-child(2){order: 2;}
._fivespot .office_service_list li:nth-child(3){order: 3;}
._fivespot .office_service_list li:nth-child(4){order: 6;}
._fivespot .office_service_list li:nth-child(5){order: 5;}
._fivespot .office_service_list li:nth-child(6){order: 4;}
._fivespot .office_service_list li:nth-child(7){order: 7;}
._fivespot .office_service_list li:nth-child(8){order: 8;}

._building_solution .office_merit_list li::before {color: var(--point2);}
._building_solution .office_space_explain {width: max(30%, 392px); padding: 42px 48px 42px;}
._building_solution .office_percentage {background: var(--point2);}
._building_solution .office_percentage_content {display: flex; gap: 24px}
._building_solution .office_percentage_content .percentage_detail {--color:#fff; position: relative; flex: 1; height: 31vw; max-height: 376px; background: var(--color); border-radius: 16px; overflow: hidden;}
._building_solution .office_percentage_content .percentage_txt {position: relative; padding: 30px; z-index: 1;}
._building_solution .office_percentage_content .percentage_txt small {display: block; width:  fit-content; font-size: 14px; font-weight: 700; line-height: 1.7; color: var(--point2); padding: 2px 8px; background: var(--point1); border-radius: 6px;}
._building_solution .office_percentage_content .percentage_txt p {font-size: 20px; font-weight: 700; line-height: 1.7; color: var(--point2); margin: 28px 0 4px;}
._building_solution .office_percentage_content .percentage_txt h5 {display: flex; align-items: center; gap: 2px; font-size: 60px; font-weight: 700; line-height: 1; letter-spacing: -1px; color: var(--color1);}
._building_solution .office_percentage_content .percentage_txt h5::before {content: ''; display: block; width: 18px; height: 18px; background: var(--color1); mask-size: 100%; mask-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.46094 19.3359V11.875H0V8.125H7.46094V0.664062H11.2109V8.125H18.7109V11.875H11.2109V19.3359H7.46094Z' fill='%2340484F'/%3E%3C/svg%3E%0A");}
._building_solution .office_percentage_content .percentage_building {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
._building_solution .office_percentage_content .percentage_building > img {width: 100%; height: 100%; object-fit: cover;}
._building_solution .fastway_images figcaption  {display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 600; line-height: 1.7;}
._building_solution .fastway_images figcaption .badge_grp {display: flex; align-items: center; gap: 4px;}
._building_solution .fastway_images figcaption .badge {--color: #fff; display: inline-flex; height: 28px; align-items: center; font-size: 14px; font-weight: 600; line-height: 1.7; color: var(--color); background: var(--color1); padding: 0 8px; border-radius: 6px;}
._building_solution .office_title:is(h3)._white {--color: #fff; color: var(--color);}

/*  후기영역 디자인 추가로 인한 스와이프 추가 :: 공통요소로 쓰일 경우 위로 위치 조정 필요 */
._building_solution .office_experience {background-color: var(--back2);}
.office_experience_content._type2 {position: relative; width: 100%; max-width: 1062px; margin: 60px auto 0; display: flex; flex-direction: column; gap: 12px;}
.office_experience_content._type2 .office_experience_slide {width: 100%; margin: 0 auto; background-color: #fff; border-radius: 20px; display: flex; overflow: hidden;}
.office_experience_content._type2 .office_experience_images {overflow: hidden;}
.office_experience_content._type2 .office_experience_images img {width: 100%; height: 100%; object-fit: cover;}
.office_experience_content._type2 .office_experience_text {position: relative; width: max(56%, 542px); padding: 40px;}
.office_experience_content._type2 .experience_txt {display: flex; flex-direction: column; max-width: 400px; gap: 16px;}
.office_experience_content._type2 .experience_txt::before {content: ''; width: 20px; height: 14px; background: var(--color4); mask-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2676 8.57143C11.2676 7.08571 11.493 5.80952 11.9437 4.74286C12.3944 3.6381 12.9765 2.74286 13.6901 2.05714C14.4038 1.33333 15.2113 0.819048 16.1127 0.514286C17.0516 0.171429 17.9718 0 18.8732 0V2C17.8967 2 16.9765 2.34286 16.1127 3.02857C15.2864 3.67619 14.7981 4.57143 14.6479 5.71429C14.7606 5.67619 14.892 5.6381 15.0423 5.6C15.1549 5.5619 15.2864 5.52381 15.4366 5.48571C15.6244 5.44762 15.831 5.42857 16.0563 5.42857C17.1831 5.42857 18.1221 5.86667 18.8732 6.74286C19.6244 7.58095 20 8.57143 20 9.71429C20 10.8571 19.6056 11.8667 18.8169 12.7429C18.0657 13.581 17.0516 14 15.7746 14C14.3474 14 13.2394 13.4667 12.4507 12.4C11.662 11.2952 11.2676 10.019 11.2676 8.57143ZM0 8.57143C0 7.08571 0.225353 5.80952 0.676057 4.74286C1.12676 3.6381 1.70892 2.74286 2.42254 2.05714C3.13615 1.33333 3.94366 0.819048 4.84507 0.514286C5.78404 0.171429 6.70423 0 7.60563 0V2C6.62911 2 5.70892 2.34286 4.84507 3.02857C4.01878 3.67619 3.53052 4.57143 3.38028 5.71429C3.49296 5.67619 3.62441 5.6381 3.77465 5.6C3.88732 5.5619 4.01878 5.52381 4.16901 5.48571C4.35681 5.44762 4.56338 5.42857 4.78873 5.42857C5.91549 5.42857 6.85446 5.86667 7.60563 6.74286C8.35681 7.58095 8.73239 8.57143 8.73239 9.71429C8.73239 10.8571 8.33803 11.8667 7.5493 12.7429C6.79812 13.581 5.78404 14 4.50704 14C3.07981 14 1.97183 13.4667 1.1831 12.4C0.394366 11.2952 0 10.019 0 8.57143Z' fill='%23BAC0C6'/%3E%3C/svg%3E%0A");}
.office_experience_content._type2 .experience_txt h5 {font-size: 24px; font-weight: 700; line-height: 1.4; color: var(--color1);}
.office_experience_content._type2 .experience_txt p {font-size: 18px; font-weight: 500; line-height: 1.7; color: var(--color1);}
.office_experience_content._type2 .experience_txt small {font-size: 16px; color: var(--color3); margin: auto auto 0 0; }
.office_experience_content._type2  .bt_office_slide._prev {left: calc(-1 * var(--position));}
.office_experience_content._type2  .bt_office_slide._next {right: calc(-1 * var(--position));}
.office_experience_content._type2 .swiper-slide {opacity: 0 !important; display: flex;flex-direction: column;transition: none;}
.office_experience_content._type2 .office_experience_images .swiper-slide {opacity: 1 !important;}
.office_experience_content._type2 .swiper-slide.swiper-slide-active {opacity: 1 !important;}

/* pc */
@media (min-width: 961px) {
  .hidden-pc {display: none;}
  .bt_base {
    padding: 0 48px; 
    font-size: 18px;
    text-indent: 8px;
  }
  .bt_base:hover {background-color: #222;}
  .bt_base._reverse:hover {background-color: var(--color5);}
  .bt_office_slide:hover {background-color: rgba(64, 72, 79, .4);}
  .office_btn_group {margin-top: 60px;}

  .office_slide_paging ._paging {font-size: 16px; gap: 1px;}
  .office_slide_paging ._paging span {min-width: 20px;}

  .office_title:is(h3),
  .office_title > h3 {font-size: 40px;}
  .office_title:is(header) {gap: 20px;}
  .office_title:is(h3) + *,
  .office_title:is(header) + * {margin-top: 60px;}

  .office_inner {max-width: 1380px; padding: 180px var(--menu_padding);}
  .office_visual {min-height: 720px; align-items: center;}
  /* .office_visual .office_inner {padding-right: 55%;} */
  .office_visual_title {width: 100%; padding-right: 20px; font-size: 52px;}
  .office_visual_text {width: 100%; max-width: 480px; margin-top: 6px; font-size: 16px;}
  .office_visual_info {--dt_width: 96px; width: min(100%, 336px); margin-top: 20px; padding: 16px 20px;}
  .office_visual_info dt {padding-right: 16px;}
  .office_visual_img {right: 0; width: 55%; height: 100%;}
  .office_visual .office_btn_group {justify-content: flex-start;}

  .office_merit_list ul {gap: 24px;}
  .office_merit_list li {padding: 102px 20px 24px 28px; gap: 12px 0;}
  .office_merit_list li::before {top: 18px; right: 24px; font-size: 34px;}
  .office_merit_list li h4 {font-size: 24px;}
  .office_merit_list li p {font-size: 18px;}

  .office_space_tab ul {display: flex; gap: 12px;}
  .office_space_tab ul li a {min-width: 120px; height: 40px; font-size: 16px;}
  .office_space_content {width: 100%; max-width: 1062px; margin: 28px auto 0; display: flex; flex-direction: column; gap: 12px;}
  .office_space_tab ul li a:not(._active):hover {background-color: rgba(64, 72, 79, .1);}

  .office_space_slide {padding: 30px;}
  .office_space_explain {width: max(27%, 302px); margin-left: -30px; padding: 42px 16px 42px 48px; flex: 0 0 auto;}
  .office_space_explain .swiper-slide {gap: 26px;}
  .office_space_explain h4 {font-size: 36px;}
  .office_space_explain p {max-width: 220px; font-size: 18px;}
  .office_space_explain ._etc {margin-top: 12px;}
  .office_space_images {border-radius: 12px;}

  .office_service_list ul {max-width: 722px; gap: 60px 54px;}
  .office_service_list._row5 ul {max-width: 916px;}
  .office_service_list._row6 ul {max-width: 1110px;}
  .office_service_list li {font-size: 18px; gap: 12px;}
  .office_service_list li::before {--icon_size: 32px;}

  .office_interview_list ul {gap: 24px;}
  .office_interview_list li {max-width: 525px; padding: 40px; gap: 35px;}
  .office_interview_list li h4 {height: 60px;}
  .office_interview_list li .interview_text {max-width: 430px; font-size: 18px;}
  .office_interview_list li .interview_text::before {width: 20px; height: 14px; margin-bottom: 16px; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M11.2676 8.57143C11.2676 7.08571 11.493 5.80952 11.9437 4.74286C12.3944 3.6381 12.9765 2.74286 13.6901 2.05714C14.4038 1.33333 15.2113 0.819048 16.1127 0.514286C17.0516 0.171429 17.9718 0 18.8732 0V2C17.8967 2 16.9765 2.34286 16.1127 3.02857C15.2864 3.67619 14.7981 4.57143 14.6479 5.71429C14.7606 5.67619 14.892 5.6381 15.0423 5.6C15.1549 5.5619 15.2864 5.52381 15.4366 5.48571C15.6244 5.44762 15.831 5.42857 16.0563 5.42857C17.1831 5.42857 18.1221 5.86667 18.8732 6.74286C19.6244 7.58095 20 8.57143 20 9.71429C20 10.8571 19.6056 11.8667 18.8169 12.7429C18.0657 13.581 17.0516 14 15.7746 14C14.3474 14 13.2394 13.4667 12.4507 12.4C11.662 11.2952 11.2676 10.019 11.2676 8.57143ZM0 8.57143C0 7.08571 0.225353 5.80952 0.676057 4.74286C1.12676 3.6381 1.70892 2.74286 2.42254 2.05714C3.13615 1.33333 3.94366 0.819048 4.84507 0.514286C5.78404 0.171429 6.70423 0 7.60563 0V2C6.62911 2 5.70892 2.34286 4.84507 3.02857C4.01878 3.67619 3.53052 4.57143 3.38028 5.71429C3.49296 5.67619 3.62441 5.6381 3.77465 5.6C3.88732 5.5619 4.01878 5.52381 4.16901 5.48571C4.35681 5.44762 4.56338 5.42857 4.78873 5.42857C5.91549 5.42857 6.85446 5.86667 7.60563 6.74286C8.35681 7.58095 8.73239 8.57143 8.73239 9.71429C8.73239 10.8571 8.33803 11.8667 7.5493 12.7429C6.79812 13.581 5.78404 14 4.50704 14C3.07981 14 1.97183 13.4667 1.1831 12.4C0.394366 11.2952 0 10.019 0 8.57143Z' fill='%23BAC0C6'/%3E%3C/svg%3E");}

  .office_by_list {gap: 24px;}
  .office_by_box {--padding_box: 40px; max-width: 410px;}
  .office_by_box header {padding: 0 var(--padding_box) 24px;}
  .office_by_box .office_by_thumbnail {width: calc(100% + (2 * var(--padding_box))); margin: 0 calc(-1 * var(--padding_box));}
  .office_by_title {margin-top: 24px; font-size: 34px;}
  .office_by_text {max-width: 290px; font-size: 18px;}
  .office_by_info {padding-bottom: 32px;}
  .office_by_info dl {padding: 14px var(--padding_box); border-top: 2px solid var(--back2);}
  .office_by_info dd {font-size: 18px;}
  .office_by_box .office_by_button {padding: 0 var(--padding_box) 40px;}

  .office_branch_list {gap: 16px;}
  .office_branch_list div {--move: 5120px; height: 128px; background-size: calc(var(--move) / 2) 128px !important;}
  .office_branch_list .branch_list_01 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_01_01.png') repeat-x; animation: backgroundRepeat2 60s linear infinite;}
  .office_branch_list .branch_list_02 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_01_02.png') repeat-x; animation: backgroundRepeat1 60s linear infinite;}

  .office_branch_list._type01 div {--move: 4096px; background-size: 2048px 128px !important;}
  .office_branch_list._type01 .branch_list_01 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_02_01.png') repeat-x; animation: backgroundRepeat2 60s linear infinite;}
  .office_branch_list._type01 .branch_list_02 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_02_02.png') repeat-x; animation: backgroundRepeat1 60s linear infinite;}

  .office_fastway .office_inner {padding-top: 80px;}
  .fastway_images figcaption,
  .fastway_slides .office_slide_paging {max-width: 1380px;}
  .fastway_images figcaption {bottom: 53px; font-size: 18px;}
  .fastway_slides .office_slide_paging {bottom: 16px;}
  .fastway_list ul { flex-wrap: wrap; justify-content: center; gap: 32px;}
  .fastway_list li {padding-left: 16px; font-size: 18px;}
  .fastway_list li::before {top: 11px;}

  ._fivespot .office_event .office_inner > .sub_text{margin-top: 16px;font-size: 20px;}
  ._fivespot .office_event .office_title .sub_text,._fivespot .office_event .office_title > h3{text-align: left;}
  ._fivespot .office_event .office_btn_group{justify-content:flex-start;margin-top: 32px;}
  ._fivespot .office_interview_list li{gap: 48px;}
  ._fivespot .office_event .bt_base:hover{background: #FF6E2E;border-color: #ff6e2e;}
  ._fivespot .office_by_list{justify-content: center;}

}

@media (max-width: 960px) {
  .hidden-mo {display: none;}
  .bt_base {
    width: 100%;
    max-width: 279px;
    padding: 0 32px; 
    font-size: 16px;
    text-indent: 4px;
  }
  .office_btn_group {margin-top: 40px;}

  .office_slide_paging ._paging {font-size: 14px; gap: 2px;}
  .office_slide_paging ._paging span {min-width: 16px;}
  .bt_office_slide {display: none;}

  .office_title:is(h3),
  .office_title > h3 {font-size: 28px;}
  .office_title:is(header) {gap: 12px;}
  .office_title:is(h3) + *,
  .office_title:is(header) + * {margin-top: 24px;}

  .office_inner {max-width: var(--mb_max); padding: 130px var(--menu_padding);}
  .office_visual {flex-direction: column;}
  .office_visual .office_inner {padding-top: 0; padding-bottom: 80px; display: flex; flex-direction: column; align-items: center; order: 1;}
  .office_visual_title {padding-top: 28px; font-size: 34px; height: 70.4vw; min-height: 264px; max-height: 364px; text-align: center; order: 1;}
  .office_visual_text {width: 100%; margin-top: 14px; font-size: 14px; order: 3;}
  .office_visual_info {--dt_width: 92px; margin-top: -64px; padding: 16px 18px; order: 2; max-width: var(--mb_max);}
  .office_visual_info dt {padding-right: 12px;}
  .office_visual_img {left: 0; width: 100%; height: 70.4vw; min-height: 264px; max-height: 364px;}
  .office_visual_img::before {position: absolute; top: 0; left: 0; width: 100%; height: 120px; background: linear-gradient(180deg, #FFF 45.26%, rgba(255, 255, 255, 0.00) 89.59%); display: block; content: '';}
  .office_visual .office_btn_group {margin-top: 24px; order: 4;}


  ._islogo .office_visual_title {min-height: 312px; padding-top: 32px;}
  ._islogo .office_visual_info {margin-top: -50px;}
  ._islogo .office_visual_img {min-height: 312px;}
  .office_logo {max-width: 148px; width: 100%; line-height: 0; margin: 0 auto 8px;}

  .office_merit_list ul {gap: 12px; flex-direction: column;}
  .office_merit_list li {padding: 70px 15px 24px 28px; gap: 10px 0;}
  .office_merit_list li::before {top: 16px; right: 18px; font-size: 24px;}
  .office_merit_list li h4 {font-size: 22px;}
  .office_merit_list li p {font-size: 16px;}

  .office_space_tab ul {width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;}
  .office_space_tab ul li a {width: 100%; height: 40px; font-size: 14px; background: rgba(64, 72, 79, .1);}

  .office_space_content {max-width: 100%; margin: 18px auto 0;}
  .office_space_slide {flex-direction: column;}
  .office_space_explain {width: 100%; padding: 26px 28px 20px 28px;}
  .office_space_explain .swiper-slide {gap: 5px;}
  .office_space_explain h4 {font-size: 26px;}
  .office_space_explain ._etc {margin-top: 5px;}
  .office_space_explain p {font-size: 16px;}
  .office_space_explain .desc_grp p {font-size: 18px;}
  .office_space_explain .desc_grp p small {font-size: 14px;}
  .office_space_explain .desc_grp p+p::before {margin: 16px 0;}
  .office_space .office_slide_paging {display: none;}
  
  .office_service_list ul {margin-top: 16px; gap: 32px 15px; max-width: 375px;}
  .office_service_list li {font-size: 16px; gap: 4px;}
  .office_service_list li::before {--icon_size: 28px;}

  .office_interview_list ul {flex-direction: column; gap: 12px;}
  .office_interview_list li {padding: 28px; gap: 20px;}
  .office_interview_list li h4 {height: 32px;}
  .office_interview_list li .interview_text {font-size: 16px;}
  .office_interview_list li .interview_text::before {width: 16px; height: 12px; margin-bottom: 12px; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M9.01408 7.34694C9.01408 6.07347 9.19437 4.97959 9.55493 4.06531C9.91549 3.11837 10.3812 2.35102 10.9521 1.76327C11.523 1.14286 12.169 0.702042 12.8901 0.440816C13.6413 0.146939 14.3775 0 15.0986 0V1.71429C14.3174 1.71429 13.5812 2.00816 12.8901 2.59592C12.2291 3.15102 11.8385 3.91837 11.7183 4.89796C11.8084 4.86531 11.9136 4.83265 12.0338 4.8C12.1239 4.76735 12.2291 4.73469 12.3493 4.70204C12.4995 4.66939 12.6648 4.65306 12.8451 4.65306C13.7465 4.65306 14.4977 5.02857 15.0986 5.77959C15.6995 6.49796 16 7.34694 16 8.32653C16 9.30612 15.6845 10.1714 15.0535 10.9225C14.4526 11.6408 13.6413 12 12.6197 12C11.4779 12 10.5915 11.5429 9.96056 10.6286C9.32958 9.68163 9.01408 8.58776 9.01408 7.34694ZM0 7.34694C0 6.07347 0.180282 4.97959 0.540845 4.06531C0.901409 3.11837 1.36714 2.35102 1.93803 1.76327C2.50892 1.14286 3.15493 0.702042 3.87606 0.440816C4.62723 0.146939 5.36338 0 6.08451 0V1.71429C5.30329 1.71429 4.56714 2.00816 3.87606 2.59592C3.21502 3.15102 2.82441 3.91837 2.70423 4.89796C2.79437 4.86531 2.89953 4.83265 3.01972 4.8C3.10986 4.76735 3.21502 4.73469 3.33521 4.70204C3.48545 4.66939 3.6507 4.65306 3.83099 4.65306C4.73239 4.65306 5.48357 5.02857 6.08451 5.77959C6.68545 6.49796 6.98592 7.34694 6.98592 8.32653C6.98592 9.30612 6.67042 10.1714 6.03944 10.9225C5.4385 11.6408 4.62723 12 3.60563 12C2.46385 12 1.57747 11.5429 0.946479 10.6286C0.315493 9.68163 0 8.58776 0 7.34694Z' fill='%23BAC0C6'/%3E%3C/svg%3E");}

  .office_by_list {flex-direction: column; gap: 15px;}
  .office_by_box {--padding_box: 28px; background-color: var(--back2);}
  .office_by_box header {cursor: pointer;}
  .office_by_box .office_by_thumbnail img._default {display: none;}
  .office_by_box .office_by_thumbnail img._small {display: block;}
  .office_by_title {width: 100%; margin-top: 20px; padding-right: 40px; font-size: 24px;}
  .office_by_title::after {position: absolute; top: 50%; right: 0; width: 31px; height: 30px; background-color: var(--color3); mask-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 2C22.6797 2 28.5 7.8203 28.5 15C28.5 22.1797 22.6797 28 15.5 28C8.3203 28 2.5 22.1797 2.5 15C2.5 7.8203 8.3203 2 15.5 2ZM15.5 0C23.7843 0 30.5 6.71573 30.5 15C30.5 23.2843 23.7843 30 15.5 30C7.21573 30 0.5 23.2843 0.5 15C0.5 6.71573 7.21573 0 15.5 0Z' fill='%239DA4AC'/%3E%3Cmask id='mask0_4628_6176' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-2' y='8' width='25' height='24'%3E%3Cpath d='M22.5 8L-1.5 8L-1.5 32L22.5 32L22.5 8Z' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4628_6176)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2071 11.2929C15.8166 10.9024 15.1834 10.9024 14.7929 11.2929L9.79289 16.2929C9.40237 16.6834 9.40237 17.3166 9.79289 17.7071C10.1834 18.0976 10.8166 18.0976 11.2071 17.7071L15.5 13.4142L19.7929 17.7071C20.1834 18.0976 20.8166 18.0976 21.2071 17.7071C21.5976 17.3166 21.5976 16.6834 21.2071 16.2929L16.2071 11.2929Z' fill='%239DA4AC'/%3E%3C/g%3E%3C/svg%3E%0A"); mask-size: 100% auto; mask-repeat: no-repeat; mask-position: center; display: block; transform: translateY(-50%) rotate(180deg); content: '';}
  .office_by_text {max-width: 270px; font-size: 16px; display: none;}
  .office_by_info {height: auto; max-height: 0; overflow: hidden;}
  .office_by_info dl {padding: 10px var(--padding_box); border-top: 1px solid #fff;}
  .office_by_info dd {font-size: 16px;}
  .office_by_box .office_by_button {padding: 0 var(--padding_box); display: none;}
  .office_by_box .office_by_button .bt_base._reverse {border-color: var(--color1); background-color: var(--back2);}

  .office_by_box:not(._active) header {padding: 25px 28px 25px 20px; flex-direction: row; align-items: center; gap: 14px;}
  .office_by_box:not(._active) .office_by_thumbnail {width: 80px; flex: 0 0 auto;}
  .office_by_box:not(._active) .office_by_title {margin-top: 0;}

  .office_by_box._active header {padding: 0 var(--padding_box) 20px;}
  .office_by_box._active .office_by_title::after {background-color: var(--color1); transform: translateY(-50%);}
  .office_by_box._active .office_by_thumbnail {width: calc(100% + (2 * var(--padding_box))); margin: 0 calc(-1 * var(--padding_box));}
  .office_by_box._active .office_by_text {display: block;}
  .office_by_box._active .office_by_info {max-height: 3000px; padding-bottom: 30px;}
  .office_by_box._active .office_by_button {padding-bottom: 32px; display: flex;}
  .office_by_box._active .office_by_thumbnail img._default {display: block;}
  .office_by_box._active .office_by_thumbnail img._small {display: none;}

  .office_branch_list {margin-top: 40px !important; gap: 12px;}
  .office_branch_list div {--move: 4080px; height: 106px; background-size: calc(var(--move) / 2) 106px !important;}
  .office_branch_list .branch_list_01 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_01_m01.png') repeat-x; animation: backgroundRepeat2 60s linear infinite;}
  .office_branch_list .branch_list_02 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_01_m02.png') repeat-x; animation: backgroundRepeat1 60s linear infinite;}

  .office_branch_list._type01 div {--move: 3264px;}
  .office_branch_list._type01 .branch_list_01 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_02_m01.png') repeat-x; animation: backgroundRepeat2 50s linear infinite;}
  .office_branch_list._type01 .branch_list_02 {background: url('/wp-content/themes/fastfive/assets/images/office2025/common/branch_img_02_m02.png') repeat-x; animation: backgroundRepeat1 50s linear infinite;}

  .office_fastway .office_inner {padding-top: 72px;}
  .fastway_images figcaption,
  .fastway_slides .office_slide_paging {max-width: var(--mb_max);}
  .fastway_images figcaption {bottom: 28px; font-size: 16px;}
  .fastway_slides .office_slide_paging {bottom: 4px;}
  .fastway_list ul {flex-direction: column; align-items: center; gap: 6px;}
  .fastway_list li {padding-left: 14px; font-size: 16px;}
  .fastway_list li::before {top: 9px;}


  ._workanywhere .img_client{margin: 40px auto 0;}
  ._workanywhere .office_experience .office_inner{max-width: 100%; padding-left: 0; padding-right: 0;}
  ._workanywhere .office_experience_swiper{border-radius: 0;}
  ._workanywhere .office_experience_swiper li{width:260px; height: 360px;}
  ._workanywhere .experience_detail{top:18px; align-items: flex-start; gap: 24px; padding: 0 24px; text-align: left;}
  ._workanywhere .experience_detail .company_logo{margin:0; height: 36px;}
  ._workanywhere .experience_detail .company_logo::after{content: ""; position: absolute; top:10px; right: 20px; width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_4750_4573' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4750_4573)'%3E%3Cpath d='M9.65008 7.99935L4.75008 3.09935C4.58342 2.93268 4.50286 2.73546 4.50842 2.50768C4.51397 2.2799 4.60008 2.08268 4.76675 1.91602C4.93342 1.74935 5.13064 1.66602 5.35842 1.66602C5.58619 1.66602 5.78342 1.74935 5.95008 1.91602L11.0668 7.04935C11.2001 7.18268 11.3001 7.33268 11.3668 7.49935C11.4334 7.66602 11.4668 7.83268 11.4668 7.99935C11.4668 8.16602 11.4334 8.33268 11.3668 8.49935C11.3001 8.66602 11.2001 8.81602 11.0668 8.94935L5.93342 14.0827C5.76675 14.2494 5.57231 14.3299 5.35008 14.3244C5.12786 14.3188 4.93342 14.2327 4.76675 14.066C4.60008 13.8994 4.51675 13.7021 4.51675 13.4743C4.51675 13.2466 4.60008 13.0494 4.76675 12.8827L9.65008 7.99935Z' fill='%2340484F'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / 100% auto;}
  ._workanywhere .experience_detail > p{font-size: 18px; line-height: 170%;}
  ._workanywhere .office_experience_content{ margin-top: 24px;}
  ._workanywhere .office_experience_content .office_slide_paging{display: flex; margin-top: 16px; padding: 0 20px;}
  ._workanywhere .office_by_box header{cursor: auto;}
  ._workanywhere .office_by_title::after{content: none;}
  ._workanywhere .office_slide_paging ._paging {font-size: 16px;}
  ._workanywhere .fastway_slides_wrapper{padding:130px 0 0; }
  ._workanywhere .office_by_box header{padding-bottom: 36px;}
  ._workanywhere .office_fastway .office_inner{padding-top:72px;}
  
  ._fivespot .office_event .office_inner{padding: 130px 0;}
  ._fivespot .office_event .img_event{position: static;width: 100%;margin-top: 32px;}
  ._fivespot .office_event .office_title .sub_text{font-size: 22px;font-weight: 500;line-height: 140%}
  ._fivespot .office_event .office_title > h3{font-size: 34px;text-align: center;}
  ._fivespot .office_event .office_title{align-items: center;text-align: center;}
  ._fivespot .office_event .sub_text{text-align: center;}
  ._fivespot .office_event .office_btn_group{justify-content: center;margin-top: 16px;}
  ._fivespot .office_by_box._active header{padding-top: 32px;}
  ._fivespot .office_event .office_inner > .sub_text{font-size: 18px;margin-top: 24px;}
  ._fivespot .office_space_tab ul{display: flex;flex-wrap: wrap;justify-content: center;}
  ._fivespot .office_space_tab ul li:nth-child(-n+2){width: calc(50% - 5px);}
  ._fivespot .office_space_tab ul li:nth-child(n+3):nth-child(-n+5){width: calc(100% / 3 - 6px);}
  ._fivespot .img_location{width: 280px;margin-top: 24px;}
  ._fivespot .office_interview_list li{gap:12px;}
  ._fivespot .office_interview_list li span{font-size: 14px;}
  ._fivespot .office_location .office_btn_group{margin-top: 24px;}


  ._building_solution .office_space_explain {width: 100%; text-align: center; padding: 26px 28px 34px;}
  ._building_solution .office_space_explain .swiper-slide {gap: 26px}
  /* ._building_solution .office_space_images {display: none;} */
  ._building_solution .office_percentage_content {flex-direction: column;}
  ._building_solution .office_percentage_content .percentage_detail {min-height: 220px;}
  ._building_solution .office_percentage_content .percentage_txt {padding: 24px;}
  ._building_solution .office_percentage_content .percentage_txt p {font-size: 18px; margin: 24px 0 1px;}
  ._building_solution .office_percentage_content .percentage_txt h5 {font-size: 52px;}
  ._building_solution .office_percentage_content .percentage_txt h5::before {width: 13px;height: 13px;}
  ._building_solution .office_percentage_content .percentage_building > img {object-position: top;}
  ._building_solution .fastway_images figcaption {align-items: end; height: 100%; bottom: 0; font-size: 18px;}
  ._building_solution .fastway_images figcaption p {margin-bottom: 28px;}
  ._building_solution .fastway_images figcaption .badge_grp {position: absolute; top: 10px; right: 10px;}

  .office_experience_content._type2 {margin-top: 24px;}
  .office_experience_content._type2 .office_experience_slide {flex-direction: column; justify-content: space-between; min-height: 474px; height: 100%}
  .office_experience_content._type2 .office_experience_text {width: 100%; padding: 28px;}
  .office_experience_content._type2 .experience_txt {gap: 12px; max-width: none; width: 100%;}
  .office_experience_content._type2 .experience_txt h5 {font-size: 22px;}
  .office_experience_content._type2 .experience_txt p {font-size: 16px;}
  .office_experience_content._type2 .experience_txt small {font-size: 14px;}
  .office_experience_content._type2 .experience_building {font-size: 0;}
}