@charset "UTF-8";
/* #region btn1 */
/*
	<div class="btn btn1">
		<a class="btn1__btn" href="">
			<span class="btn1__txt">
			사무실 추천받기
			</span>
			<span class="icon icon--right-arrow"></span>
		</a>
	</div>
*/
.btn1 {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #fff;
  overflow: hidden;
}

.btn1__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15.5px 30px;
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}

.btn1__txt {
  white-space: nowrap;
}

.btn1__icon {
  width: 19px;
  height: 18px;
  flex-shrink: 0;
}

/* #endregion btn1 */
/* #region btn4 */
.btn4 {
  display: inline-block;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  overflow: hidden;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  align-self: center;
  transition: all 0.4s;
  border: 1px solid #fff;
}
.btn4.btn4--from525252-tofff {
  color: #525252;
  background-color: transparent;
  border: 1px solid #525252;
}
.btn4.btn4--from525252-tofff:hover {
  color: #525252;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn4.btn4--from525252-tofff .icon.xi-icon.icon--ty1::before {
  background: center/contain url("/build/images/common/icon_arrow_right_525252.svg") no-repeat;
}
.btn4.btn4--from525252-tofff .icon.xi-icon.icon--ty1::after {
  background: center/contain url("/build/images/common/icon_arrow_right_525252.svg") no-repeat;
}
.btn4.btn4--tyff7a00 {
  color: #fff;
  background-color: #ff7a00;
  border: none;
}
.btn4.btn4--tyff7a00:hover {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #ff7a00;
  border: none;
}
.btn4.btn4--fromfff-toblue {
  color: #111;
  background-color: #fff;
}
.btn4.btn4--fromfff-toblue:hover {
  color: #fff;
  background-color: #2f6ecb;
  border: 1px solid #2f6ecb;
}
.btn4.btn4--fromfff-toblue .icon.xi-icon.icon--ty1::before {
  background: center/contain url("/build/images/common/icon_arrow_right_b.svg") no-repeat;
}
.btn4.btn4--ty-transparent {
  color: #111;
  background-color: #fff;
}
.btn4.btn4--ty-transparent:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn4.btn4--ty-transparent .icon.xi-icon.icon--ty1::before {
  background: center/contain url("/build/images/common/icon_arrow_right_b.svg") no-repeat;
}
.btn4.btn4--ty111 {
  background-color: #111;
}
.btn4.btn4--ty111:hover {
  background-color: #2f6ecb;
  border: 1px solid #2f6ecb;
}
.btn4.btn4--tyfff:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #111;
}
.btn4.btn4--tyfff .icon.xi-icon.icon--ty1::after {
  background: center/contain url("/build/images/common/icon_arrow_right_b.svg") no-repeat;
}
.btn4.btn4--black--swiper {
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
}
.btn4.btn4--black {
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
}
.btn4:hover {
  background-color: #2f6ecb;
  border: 1px solid #2f6ecb;
}

.btn4__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .btn4__btn.btn4__btn--mo-p0 {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .btn4__btn.btn4__btn--mo-w157 {
    min-width: 157px;
  }
}

.btn-bubble {
  padding: 3px 20px;
  color: #ff7a00;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  background-color: #fff;
  border-radius: 3px;
}
.btn-bubble::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  width: 8.66px;
  height: 7.5px;
  margin: 0 auto;
  background: center/contain url("/build/images/common/icon_bubble_triangle.svg") no-repeat;
  z-index: 1;
}
.btn-bubble.btn-bubble--ty111 {
  background-color: #111;
  color: #fff;
}
.btn-bubble.btn-bubble--ty111::before {
  background: center/contain url("/build/images/common/icon_bubble_triangle_b.svg") no-repeat;
}
.btn-bubble.btn-bubble--arrow-top::before {
  top: calc(100% + 2px);
  bottom: auto;
  background: center/contain url("/build/images/common/icon_bubble_triangle.svg") no-repeat;
}
.btn-bubble.btn-bubble--arrow-top.btn-bubble--ty111::before {
  top: calc(100% + 2px);
  bottom: auto;
  background: center/contain url("/build/images/common/icon_bubble_triangle_b.svg") no-repeat;
}
.btn-bubble.btn-bubble--arrow-btm::before {
  background: center/contain url("/build/images/common/icon_bubble_triangle_btm.svg") no-repeat;
}
.btn-bubble.btn-bubble--arrow-btm.btn-bubble--ty111::before {
  background: center/contain url("/build/images/common/icon_bubble_triangle_b_btm.svg") no-repeat;
}

.btn-bubble__txt {
  width: 100%;
  height: 100%;
}

.btn4--color2 {
  background-color: var(--Navy, #14264c);
  color: #fff;
}
.btn4--color2 .icon--ty3 {
  transition: 0.4s;
}
.btn4--color2:hover {
  color: #14264c;
  background-color: var(--Point_Green);
}
@media screen and (max-width: 1024px) {
  .btn4 {
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
  }
  .btn4.btn4--min-w {
    min-width: 138px;
  }
  .btn4.btn4--min-w168 {
    min-width: 168px;
  }
  .btn4__btn {
    padding: 0 20px;
  }
  .btn4__btn.btn4__btn--p25 {
    padding: 0 25px;
  }
}
/* #endregion btn4 */
/* #region xi-button */
.xi-txt-wrap {
  position: relative;
  overflow: hidden;
}

span:has([data-title]) [data-title] {
  position: relative;
  display: block;
  transition: transform 0.3s ease-in-out;
}

span:has([data-title]) [data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 0;
}

.xi-btn:hover > span:has([data-title]) [data-title] {
  transform: translateY(-100%);
}

.xi-icon {
  position: relative;
}
.xi-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.xi-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 0.4s;
}

.xi-btn:hover .xi-icon::before {
  top: 0;
  left: 100%;
}
.xi-btn:hover .xi-icon::after {
  top: 0;
  left: 0;
}

/* #endregion xi-button */
/* #region icon */
.icon.icon--ty1 {
  width: 19px;
  height: 18px;
  background: center/contain url("/build/images/common/icon_arrow_right.svg") no-repeat;
}
.icon.icon--ty1.xi-icon {
  background: none;
  overflow: hidden;
}
.icon.icon--ty1.xi-icon::before {
  background: center/contain url("/build/images/common/icon_arrow_right.svg") no-repeat;
}
.icon.icon--ty1.xi-icon::after {
  background: center/contain url("/build/images/common/icon_arrow_right.svg") no-repeat;
}

/* #endregion icon */
/* #region btn5 */
.btn5 {
  display: block;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 10px;
  background-color: #111;
}

.btn5__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--FFFFFF, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 13px 0;
}

.btn5__btn-icon {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .btn5 {
    border-radius: 5px;
  }
  .btn5__btn {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 14px 0;
  }
}
/* #endregion btn5 *//*# sourceMappingURL=button.css.map */