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

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

:root {
  font-family: "pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic",
    sans-serif;
  --c_white: #fff;
  --c_blue: #006EB7;
  --c_green: #07BA6F;
  --c_deepgrey: #444;
  --c_black1: #0A0A0A;
  --c_black2: #12221B;
  --c_red: #FF5A52;

  --max_width: 1134px;
  --padding: 180px 50px;
  --padding_btn: 12.5px 48px;
}

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

.loca-inner {
  text-align: center;
  display: flex;
  max-width: var(--max_width);
  padding:var(--padding);
  margin: 0 auto;
}
.tab-inner {
  text-align: center;
  max-width: 1164px;
  padding:var(--padding);
  margin: 0 auto;
}
.btn-group {
  margin-top: 60px;
}
.sec-visual .btn-group {
  margin-top: 48px;
}
.btn {
  align-items: center;
  display: flex;
  justify-content: center;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--c_white);
  padding: var(--padding_btn);
  margin: 0 auto;
  border-radius: 4px;
}
.btn.black {
  background-color: var(--c_black1);
}
.btn.blue {
  background-color: var(--c_blue);
}
.btn.green {
  background-color: var(--c_green);
}
.btn::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: cover;
}
.loca-gratit {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
}
.loca-tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_black1);
}
.loca-peptit {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_black1);
}
.loca-txt {
  font-size: 18px;
  font-weight: 400;
}
.loca-peptxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_black1);
}
.loca-peptxt b {
  font-weight: 700;
}
.spec-tit {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_white);
}




.sec-visual {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/visual_bgpng.png') no-repeat center;
  background-size: cover;
}
.sec-visual .loca-inner {
  flex-direction: column;
}
.sec-visual h2 {
  max-width: 527px;
  margin: 0 auto;
  padding-top: 8px;
}
.visual-sub {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.4;
  color: var(--c_black1);
}




.sec-choice {
  background-color: var(--c_blue);
}
.sec-choice .loca-inner {
  display: block;
  padding: 132px 50px;
}
.sec-choice .choice-struc {    
  align-items: center;
  display: grid;
  grid-template-columns: 188px 1fr 188px;
  position: relative;
  width: 100%;
}
.sec-choice .tit-box {    
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 591px;
  width: 100%;
  order: 2;
  margin: 0 auto;
}
.sec-choice .loca-tit {
  color: var(--c_white);
}
.sec-choice h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--c_white);
} 
.sec-choice h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_white);
}
.sec-choice h5 strong {
  font-weight: 700;
}
.sec-choice .tit-box::before {
  content: '';
  display: inline-block;
  width: 76px;
  height: 27px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/choice_arrows_l.png') no-repeat center;
  background-size: cover;
  margin-top: 10px;
}
.sec-choice .tit-box::after {
  content: '';
  display: inline-block;
  width: 76px;
  height: 27px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/choice_arrows_r.png') no-repeat center;
  background-size: cover;
  margin-top: 10px;
}
.reason span { 
  position: relative;
  display: block;
  width: 120px;
  height: 110px;
  margin: 0 auto 12px;
}
.reason span img { 
  width: 71px;
  height: 72px;
  margin: 0 auto;
}
.reason {
  width: 188px;
  max-height: 257px;
}
.reason._1 {
  order: 1;
}
.reason._1 > span::after {
  content: '대표님';
  position: absolute;
  bottom: 0;
  display: block;
  width: 120px;
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: var(--c_white);
  background-color: var(--c_black1);
  border-radius: 500px;
}
.reason._2 {
  order: 3;
}
.reason._2 > span::after {
  content: '임직원';
  position: absolute;
  bottom: 0;
  display: block;
  width: 120px;
  height: 42px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: var(--c_white);
  background-color: var(--c_black1);
  border-radius: 500px;
}
.sec-choice small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_white);
  opacity: 0.7;
  padding-top: 20px;
}



.sec-thing3 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/thing3_bg.png') no-repeat center;
  background-size: cover;
}
.sec-thing3 .loca-inner {
  text-align: left;
  justify-content: space-between;
}
.sec-thing3 .loca-txt {
  color: var(--c_black2);
}
.sec-thing3 .loca-txt b {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
}
.sec-thing3 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_black1);
  opacity: 0.7;
  padding-top: 30px;
}
.graph-conts {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 60px;
}
.graph {
  position: relative;
  text-align: center;
  width: 185px;
  height: 185px;
  background-color: #fff;
  padding: 3.5px 3.5px;
  border-radius: 50%;
  transition: .3s;
  transition-delay: .3s;
}
.graph-inn {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 50%;
}
.graph-inn .loca-peptxt b {
  display: block;
}
.graph-inn strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_blue);
}
.graph-inn strong i {
  font-size: 32px;
}



.recomm .tab-inner,
.point .tab-inner {
  max-width: 1184px;
}
.sec-tab {
  height: 100%;
}
.tab-conts.gangnam {
  display: none;
}
.tab-conts.gangnam.active {
  display: block;
}
.tab-conts.seongsu {
  display: none;
}
.tab-conts.seongsu.active {
  display: block;
}
.tab-conts.gangnam .intro {
  background-color: var(--c_blue);
}
.tab-conts.seongsu .intro {
  background-color: var(--c_green);
}
.tab-conts .point {
  background-color: #F1F4F8;
}
.tab-nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tab-aside {    
  position: sticky;
  top: 70px;
  z-index: 20;
  background-color: var(--c_white);
}
.tab-nav.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; /* 원하는 배경색으로 변경 가능 */
  z-index: 2;
}
.nav-btn {
  text-align: right;
  width: 50%;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #A0A7A4;
  padding: 26px 240px 26px 30px;
  background-color: var(--c_white);
  cursor: pointer;
}
.nav-btn.ss-area {
  text-align: left;
  padding: 26px 30px 26px 240px;
}
.nav-btn.active {
  color: var(--c_white);
  background-color: var(--c_blue);
  opacity: 1;
}
.nav-btn.ss-area.active {
  color: var(--c_white);
  background-color: var(--c_green);
  opacity: 1;
}
.tab-inner .loca-tit {
    padding-bottom: 60px;
}
.tab-conts .conts-box {
  width: 100%;
}
.gangnam .conts-box .txt-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--c_white);
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/tab_intro_bg.png') no-repeat center;
  background-size: cover;
  padding: 117px 0;
}
.seongsu .conts-box .txt-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--c_white);
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/tab_intro_s_bg.png') no-repeat center;
  background-size: cover;
  padding: 117px 0;
}
.txt-box .loca-gratit {
  color: var(--c_white);
}
.tab-conts .txt-box .loca-peptxt {
  width: fit-content;
  color: var(--c_white);
  background-color: var(--c_black1);
  margin: 0 auto;
}
.map-box {
  display: flex;
  align-items: center;
  background-color: var(--c_white);
}
.left-box {
  width: 100%;
}
.right-box {
  max-width: 402px;
  width: 100%;
  line-height: 0;
}
.left-box .loca-peptxt {
  padding: 8px 0 24px;
}
.left-box strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c_blue);
}
.seongsu .left-box strong {
  color: var(--c_green);
}
.slide-conts {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.slide-conts h4 {
  color: var(--c_black1);
}
.common-slide {
  width: 100%;
  margin-bottom: 40px;
}
.common-slide .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.20);
}
.common-slide .swiper-pagination {
  bottom: 0;
  top: auto;
}
.common-slide .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.common-slide .swiper-pagination-bullet-active {
  background-color: var(--c_blue);
}

.seongsu .common-slide .swiper-pagination-bullet-active {
  background-color: var(--c_green);
}
.common-slide._recommon .img-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.common-slide._recommon .txt-box {
  padding: 36px 0;
}
.common-slide._recommon .txt-box .loca-txt {
  width: fit-content;
  color: var(--c_black1);
  padding: 8px 0 15px;
  margin: 0 auto;
}
.common-slide._recommon .info {
  display: flex;
  justify-content: space-between;
  width: 400px;
  padding: 12px 0 0;
  border-top: 1px dotted rgba(10, 10, 10, .5);
  margin: 0 auto;
}
.info p,
.metaport-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--c_blue);
}
.info p em {
  color: var(--c_red)
}
.seongsu .info p {
  color: var(--c_green);
}
.seongsu .info p em {
  color: #D4003B;
}
.metaport-txt {
  align-items: center;
  display: flex;
  gap: 6px;
  color: var(--c_black1);
  font-weight: 500;
}
.metaport-txt::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/tab_arrow.png') no-repeat center;
  background-size: cover;
}



.common-slide._point .swiper-slide {
  position: relative;
  line-height: 0;
}
.common-slide._point .swiper-pagination-point {
  position: absolute;
  bottom: 0;
  top: auto;
}
.common-slide._point .float {
  position: absolute;
}
.bad_top {
  display: block;
  top: 30px;
  left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_black1);
  background-color: var(--c_white);
  border: 2px solid rgba(0, 0, 0, 0.10);
  padding: 3px 6px;
}
.bad_bot {
  width: 100%;
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--c_white);
  margin: 0 auto;
  background-color: rgba(10, 10, 10, .7);
  padding: 12.5px 0;
  border-radius: 0 0 4px 4px;
}



.spot .slide-conts {
  padding: 0;
}
.spot-slide {
  position: relative;
  padding-bottom: 40px;
}
.spot-slide .swiper-pagination-spot {
  position: absolute;
  bottom: 0;
  top: auto;
}
.spot-slide .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.spot-slide .swiper-slide {
  align-items: flex-end;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 420px;
  border-radius: 4px;
  padding: 36px;
}
.spot-slide .float {
  text-align: left;
  position: absolute;
  top: 36px;
  left: 36px;
}
.spot-slide .gang2 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_1.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .gang3 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_2.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .gang4 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_3.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .gang5 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_4.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .yeok1 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_5.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .yeok2 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_6.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .yeok3 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_7.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .yeok4 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_8.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .seoll2 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_9.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .sam1 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_10.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .sam2 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_11.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .sam3 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_12.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .seoul1 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_s_1.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .seong1 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_s_2.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .seong2 {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/spot_s_3.jpg') no-repeat center;
  background-size: cover;
}
.spot-slide .bad_top {
  width: fit-content;
  background-color: unset;
  border: none;
  padding: 8px 0 0 0;
}
.spot-slide .swiper-button-next, .spot-slide .swiper-rtl .swiper-button-prev,
.spot-slide .swiper-button-prev, .spot-slide .swiper-rtl .swiper-button-next {
  top: 48%;
  width: 40px;
  height: 40px;
  background-color: rgba(10, 10, 10, .3);
  border-radius: 50%;
  transition: all .3s ease;
  opacity: 0;
}
.spot-slide .swiper-button-next:after, .spot-slide .swiper-rtl .swiper-button-prev:after,
.spot-slide .swiper-button-prev:after, .spot-slide .swiper-rtl .swiper-button-next:after {
  top: 48%;
  width: 40px;
  height: 40px;
  background-color: rgba(10, 10, 10, .3);
  border-radius: 50%;
  transition: all .3s ease;
  opacity: 0;
}
.spot-slide .swiper-button-next:after, .spot-slide .swiper-rtl .swiper-button-prev:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/arrows_right.png') no-repeat center;
  background-size: cover;
  opacity: 0;
}
.spot-slide .swiper-button-prev:after, .spot-slide .swiper-rtl .swiper-button-prev:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/arrows_left.png') no-repeat center;
  background-size: cover;
  opacity: 0;
}



/*  지하철 라인 */
.subway {    
  text-align: center;
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 0;
  margin-right: 4px;
  border: 1px solid var(--c_white);
  border-radius: 50%;
}
.line-2::before {
  vertical-align: middle;
  content: '2';
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--c_white);
  background-color: var(--c_green);
  border-radius: 50%;
}
.line-sh::before {
  vertical-align: middle;
  content: '신분당';
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 3;
  color: var(--c_white);
  background-color: #D4003B;
  border-radius: 50%;
}
.line-bun::before {
  vertical-align: middle;
  content: '분당';
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.1;
  color: var(--c_white);
  background-color: #FFC227;
  border-radius: 50%;
}



.sec-advantage {
  background-color: var(--c_black1);
}
.sec-advantage .loca-inner {
  flex-direction: column;
}
.sec-advantage .loca-inner .loca-tit {
  padding-bottom: 60px;
}
.rolling {
  position: relative;
  width: 100%;
  height: 184px;
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/rolling.png') repeat;
  background-size: auto 100%;
  animation: move-roller 35s linear infinite;
}
.rolling::before {    
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #0A0A0A 90.52%);
}
.rolling::after {    
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #0A0A0A 90.52%);
}


.sec_lst .inner_wrap {
  max-width: 1100px;
}


._white {
  color: var(--c_white);
}

@keyframes move-roller {
  0% {
    background-position: 2821px center;
  }
  100% {
      background-position: center;
  }
}

@media all and (min-width: 961px) { /*  ONNY PC ::   HOVER 모음  */
 
  .spot-slide:hover .swiper-button-next, .spot-slide:hover .swiper-rtl .swiper-button-prev {
    opacity: 1;
  }
  .spot-slide:hover .swiper-button-next:after, .spot-slide:hover .swiper-rtl .swiper-button-prev:after {
    opacity: 1;
  }
  .spot-slide:hover .swiper-button-prev, .spot-slide:hover .swiper-rtl .swiper-button-prev {
    opacity: 1;
  }
  .spot-slide:hover .swiper-button-prev:after, .spot-slide:hover .swiper-rtl .swiper-button-prev:after {
    opacity: 1;
  }

}


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

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

  .loca-inner {
    max-width: 410px;;
    padding: var(--padding);
  }
  .tab-inner {
    max-width: 410px;;
  }
  .loca-tit {
    font-size: 28px;
  }
  .loca-txt {
    font-size: 16px;
  }
  .loca-peptit {
    font-size: 24px;
  }
  .loca-peptxt {
    font-size: 14px;
  }
  .btn-group {
    margin-top: 40px;
  }
  .btn {
    min-width: 200px;
    font-size: 16px;
  }


  .sec-visual {
    min-height: 665px;
    background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/visual_bg_m.png') no-repeat center;
    background-size: cover;
  }
  .sec-visual .loca-inner {
    padding: var(--padding_visual)
  }
  .visual-sub {
    font-size: 24px;
  }
  .sec-visual .btn-group {
    margin-top: 32px;
  }
  


  .sec-choice .loca-inner {
    padding: var(--padding);
  }
  .sec-choice .choice-struc {    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 119px 0;
  }
  .sec-choice .tit-box {
    width: 100%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .sec-choice .loca-tit {
    width: 100%;
    order: 1;
  }
  .sec-choice .tit-box::before {
    display: block;
    position: absolute;
    top: 110px;
    left: 50px;
    width: 64px;
    height: 24px;
    transform: rotate(270deg);
  }
  .sec-choice .tit-box::after {
    display: block;
    position: absolute;
    top: 110px;
    right: 50px;
    width: 64px;
    height: 24px;
    transform: rotate(90deg);
  }
  .sec-choice h5 {
    font-size: 18px;
  }
  .reason {        
    width: 167px;
  }
  .reason span {
    width: 96px;
    height: 88px;
  }
  .reason span img {
    width: 56px;
    height: 58px;
  }
  .reason._1 > span::after {
    width: 96px;
    height: 34px;
    font-size: 18px;
  }
  .reason._2 > span::after {
    width: 96px;
    height: 34px;
    font-size: 18px;
  }
  .spec-tit {
    font-size: 34px;
  }
  .sec-choice h4 {
    font-size: 28px;
  }
  .sec-choice small {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 100%;
  }



  .sec-thing3 .loca-inner {
    flex-direction: column;
    padding: 130px 20px;
  }
  .sec-thing3 .loca-tit {
    padding-bottom: 28px;
  }
  .sec-thing3 .loca-txt {
    position: relative;
    padding: 0 0 0 45px;
  }
  .sec-thing3 .loca-txt:nth-child(2) {
    padding: 0;
  }
  .sec-thing3 .loca-txt b {
    position: absolute;
    left: 0;
  }
  .sec-thing3 small {
    text-align: center;
  }
  .graph-conts {    
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
    padding-top: 40px;
  }
  .graph {
    width: 156px;
    height: 156px;
    Padding: 3px;
  }
  .graph-inn strong {
    font-size: 34px;
  }
  .graph-inn strong i {
    font-size: 28px;
  }



  .tab-aside {
    top: 60px;
  }
  .tab-inner .loca-tit {
    padding-bottom: 40px;
  }
  .nav-btn {
    text-align: center;
    font-size: 24px;
    padding: 19px 0;
  }
  .nav-btn.ss-area {
    text-align: center;
    padding: 19px 0;
  }
  .loca-gratit {
    font-size: 34px;
  }
  .gangnam .conts-box .txt-box {
    padding: 60px 0;
  }
  .seongsu .conts-box .txt-box {
    padding: 60px 0;
    background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/tab_intro_s_bg_m.png') no-repeat center;
    background-size: cover;
  }
  .map-box {
    flex-direction: column;
  }
  .left-box {
    padding: 60px 0;
  }
  .left-box .loca-peptxt {
    padding: 8px 0 16px;
  }
  .left-box strong {
    font-size: 18px;
  }
  .common-slide._recommon .img-box {
    display: flex;
    flex-direction: column;
  }
  .recomm .tab-inner, .point .tab-inner {
    max-width: 410px;;
  }
  .slide-conts h4 {
    font-size: 22px;
  }
  .subway {
    width: 24px;
    height: 24px;
    margin-right: 0;
    transform: translateY(-3px);
  }
  .common-slide._recommon .txt-box {
    padding: 32px 20px;
  }
  .common-slide._recommon .txt-box .loca-txt {
    padding: 11px 0 24px;
  }
  .common-slide._recommon .info {
    width: 100%;
  }
  .info p, .metaport-txt {
    font-size: 14px;
  }
  .bad_top {
    top: 14px;
    left: 16px;
    font-size: 22px;
    border: none
  }
  .bad_bot {
    font-size: 16px;
    padding: 12px 0;
  }


  .sec-advantage .loca-inner .loca-tit {
    padding-bottom: 40px;
  }
  .rolling {
    height: 115px;
    background: url('/wp-content/themes/fastfive/assets/images/largeoffice_location/rolling_m.png') repeat;
    background-size: auto 100%;
  }
  .rolling::before {
    width: 20%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #0A0A0A 100%);
  }
  .rolling::after {
    width: 20%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #0A0A0A 100%);
  }


  /*  MO :: 지하철 노선 */
  .line-2::before {
    font-size: 16px;
  }
  .line-sh::before {
    font-size: 8px;
  }
  .line-bun::before {
    font-size: 10px;
    line-height: 2.2;
  }

}
