.html_map,
.html_map body {
  height: 100%;
}
.html_map body {
  display: flex;
  flex-direction: column;
}
.branch_new,
.branch_map,
#fastfiveMaps {height: 100%;}
#fastfiveMaps {width: 100%;}
#fastfiveMaps ._index{
  z-index: 2;
}
.branch_new {
  --color: #40484F;
  --color2: #6D757C;
  /* --color_bg: #F4F9FB; */
  --color_bg: #F3F6FA;
  --color_point: #FF5F68;
  --color_border: #B8C1CB;
  --subway_size: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color);
  display: flex;
  overflow: hidden;
}
.branch_new .branch_num {color: var(--color_point);}
/* list detail badge common */
.branch_new .branch_badge {position: relative; width: fit-content; min-width: 60px; height: 20px; padding: 0 6px; font-size: 12px; font-weight: 700; line-height: 170%; color: var(--badge_color); border: 1px solid var(--badge_color); border-radius: 4px; display: inline-flex; justify-content: center; align-items: center;}
.branch_new .branch_badge._person {--badge_color: #FF6E2E;}
.branch_new .branch_badge._new {--badge_color: #FF5F68;}
.branch_new .branch_badge._best {--badge_color: #007FFF;}
.branch_new .branch_badge._open {--badge_color: #9F5EF1;}

/* left nav */
.branch_nav {background-color: #fff; box-shadow: 2px 4px 8px 0px rgba(109, 117, 124, .25); display: flex; flex-direction: column; z-index: 102; overflow: hidden;}
.branch_title {display: flex; flex-direction: column;}
.branch_title h2 {font-weight: 700; line-height: 140%; color: var(--color); text-align: center;}
.branch_title .branch_zone_button {display: flex; justify-content: center; gap: 8px;}
.branch_zone_button a {height: 40px; padding: 0 16px; font-size: 16px; font-weight: 600; line-height: 170%; color: var(--color2); border: 1px solid var(--color_border); border-radius: 40px; background-color: #fff; display: inline-flex; align-items: center; transition: .2s ease color, .2s ease border-color;}
.branch_zone_button a::before {width: 14px; height: 14px; margin-right: 4px; background-color: var(--color2); display: block; content: ''; transition: .2s ease background-color;}
.branch_zone_button a._all::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cmask id='mask0_3895_566' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3895_566)'%3E%3Cpath d='M2 2H12M2 7H12M2 12H12' stroke='%236D757C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");}
.branch_zone_button a._local::before {mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 12.5692C8.525 11.2169 9.65625 9.98836 10.3938 8.88357C11.1313 7.77878 11.5 6.79776 11.5 5.94049C11.5 4.62441 11.0656 3.54679 10.1969 2.70763C9.32812 1.86848 8.2625 1.4489 7 1.4489C5.7375 1.4489 4.67188 1.86848 3.80312 2.70763C2.93438 3.54679 2.5 4.62441 2.5 5.94049C2.5 6.79776 2.86875 7.77878 3.60625 8.88357C4.34375 9.98836 5.475 11.2169 7 12.5692ZM7 14C6.825 14 6.65 13.9698 6.475 13.9094C6.3 13.8491 6.14375 13.7585 6.00625 13.6378C5.19375 12.9133 4.475 12.207 3.85 11.5188C3.225 10.8305 2.70312 10.1634 2.28437 9.51746C1.86562 8.8715 1.54688 8.24968 1.32812 7.652C1.10937 7.05433 1 6.48383 1 5.94049C1 4.12937 1.60312 2.6865 2.80938 1.6119C4.01563 0.537301 5.4125 0 7 0C8.5875 0 9.98438 0.537301 11.1906 1.6119C12.3969 2.6865 13 4.12937 13 5.94049C13 6.48383 12.8906 7.05433 12.6719 7.652C12.4531 8.24968 12.1344 8.8715 11.7156 9.51746C11.2969 10.1634 10.775 10.8305 10.15 11.5188C9.525 12.207 8.80625 12.9133 7.99375 13.6378C7.85625 13.7585 7.7 13.8491 7.525 13.9094C7.35 13.9698 7.175 14 7 14ZM7 7.2445C7.4125 7.2445 7.76563 7.10263 8.05938 6.81889C8.35313 6.53514 8.5 6.19405 8.5 5.7956C8.5 5.39715 8.35313 5.05606 8.05938 4.77232C7.76563 4.48857 7.4125 4.3467 7 4.3467C6.5875 4.3467 6.23438 4.48857 5.94063 4.77232C5.64687 5.05606 5.5 5.39715 5.5 5.7956C5.5 6.19405 5.64687 6.53514 5.94063 6.81889C6.23438 7.10263 6.5875 7.2445 7 7.2445Z' fill='%236D757C'/%3E%3C/svg%3E");}
.branch_zone_button a._active {color: var(--color); border-color: var(--color); background-color: #F1F4F8;}
.branch_zone_button a._active::before {background-color: var(--color);}
.branch_nav > .branch_zone_button {position: absolute; bottom: 20px; left: 50%; padding: 0 15px; transform: translateX(-50%); display: flex; justify-content: center; z-index: 5; transition: .3s ease bottom;}
.branch_nav > .branch_zone_button a {padding: 0 24px; font-size: 14px; color: #fff; background-color: var(--color_point); border-color: var(--color_point);}
.branch_nav > .branch_zone_button a::before {background-color: #fff;}

.branch_title_func {position: relative; border-bottom-width: 1px; border-bottom-style: solid;}
.branch_title_func h3,
.branch_title_func ._all {font-size: 18px; font-weight: 600; line-height: 170%; display: inline-flex; align-items: center;}
.branch_title_func h3 {color: var(--color2);}
.branch_title_func ._all {color: var(--color);}
.branch_title_func ._all::after {width: 14px; height: 15px; margin-left: 2px; background-color: var(--color_border); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cmask id='mask0_3903_72805' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3903_72805)'%3E%3Cpath d='M4 13.5L10 7.5L4 1.5' stroke='%23B8C1CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); mask-size: 100% auto; mask-repeat: no-repeat; mask-position: center; display: block; content: '';}
.branch_title_func ._close {position: absolute; right: 10px; width: 40px; height: 40px; text-indent: -1000em; mask-repeat: no-repeat; mask-position: center; display: block; overflow: hidden;}

.branch_zone {background-color: #fff; overflow: hidden; display: none; z-index: 2;}
.branch_zone._active {display: flex; flex-direction: column;}
.branch_zone._active ~ .branch_zone_button {display: none;}
.branch_zone_wrap {position: relative; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto;}
.branch_zone_list h4 {width: 100%; height: 54px; padding: 11px 20px; font-weight: 600; line-height: 170%; background-color: var(--color_bg); display: inline-flex; align-items: center;}
.branch_zone_list h4 > a {font-size: inherit; font-weight: inherit; line-height: inherit; color: var(--color2); display: inline-flex; align-items: center;}
.branch_zone_list h4 > a::after {width: 14px; height: 15px; background-color: #D4DAE1; mask-repeat: no-repeat; mask-position: center; display: inline-block; content: '';}
.branch_zone_list h4 > a._active {color: var(--color);}
.branch_zone_list h4 > a._active::after {background-color: var(--color_border);}
.branch_zone_list ul {width: 100%; padding: 16px 20px 32px; display: flex; flex-wrap: wrap;}
.branch_zone_list ul li a {height: 34px; padding: 0 10px; font-size: 14px; font-weight: 500; line-height: 170%; color: var(--color2); background-color: #fff; border: 1px solid var(--color_border); border-radius: 34px; display: inline-flex; justify-content: center; align-items: center;}
.branch_zone_list ul li a._active {color: var(--color); border-color: var(--color); background-color: #F1F4F8;}
.branch_zone_list ul::after {clear: both; display: block; content: '';}

.branch_list_layout {position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; overflow: hidden;}
.branch_list_wrap {position: relative; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto;}
.branch_list {display: flex; flex-direction: column;}
.branch_list a {position: relative; min-height: 80px; display: inline-flex; align-items: center; gap: 6px;}
.branch_list a::after {position: absolute; top: 50%; width: 14px; height: 14px; background-color: #D4DAE1; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cmask id='mask0_3927_4060' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3927_4060)'%3E%3Cpath d='M4 13L10 7L4 1' stroke='%23D4DAE1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); mask-size: 100% auto; mask-position: center; mask-repeat: no-repeat; display: block; content: ''; transform: translateY(-50%);}
.branch_list a._active {background-color: #F1F4F8; cursor: default;}
.branch_list a > h4 {font-weight: 600; line-height: 170%; color: var(--color);}
.branch_list .branch_subway {display: inline-flex; flex-wrap: wrap; gap: 4px;}
.branch_list .branch_subway > span {width: var(--subway_size); height: var(--subway_size); font-size: 12px; font-weight: 600; line-height: 170%; color: #fff; border-radius: var(--subway_size); display: inline-flex; justify-content: center; align-items: center;}
.branch_list .branch_subway .line_1 {background-color: #3455B4;}
.branch_list .branch_subway .line_2 {background-color: #2CC160;}
.branch_list .branch_subway .line_3 {background-color: #FF8936;}
.branch_list .branch_subway .line_4 {background-color: #00B0F0;}
.branch_list .branch_subway .line_5 {background-color: #8F4ADB;}
.branch_list .branch_subway .line_6 {background-color: #B26017;}
.branch_list .branch_subway .line_7 {background-color: #747915;}
.branch_list .branch_subway .line_8 {background-color: #FF4F9E;}
.branch_list .branch_subway .line_9 {background-color: #D0A439;}
.branch_list .branch_subway .line_sb {background-color: #DA304D;}
.branch_list .branch_subway .line_bd {background-color: #FFCE32;}
/* 경강, 경의중앙, 공항 */
.branch_list .branch_subway .line_gg {background-color: #157FE9;}
.branch_list .branch_subway .line_gj {background-color: #7DDADA;}
.branch_list .branch_subway .line_gh {background-color: #66B4DF;}

.branch_list .branch_badge {margin-left: auto;}

/* right contents */
.branch_map {position: relative; width: 100%; display: flex;}
.branch_map .map_filter {position: absolute; display: flex; flex-wrap: wrap; z-index: 101;}
.branch_map .map_filter button,
.branch_map .map_filter a {width: fit-content; font-weight: 600; line-height: 170%; color: var(--color2); background-color: #fff; box-shadow: 2px 4px 8px 0 rgba(109, 117, 124, .25); border: 1px solid #fff; border-radius: 40px; display: inline-flex; justify-content: center; align-items: center; gap: 4px;}
.branch_map .map_filter button._active,
.branch_map .map_filter a._active {color: var(--active_color); border: 1px solid var(--active_color); background-color: var(--active_bg);}
.branch_map .map_filter button::before,
.branch_map .map_filter a::before {background-repeat: no-repeat; background-position: center; display: block; content: '';}
.branch_map .map_filter ._new {--active_color: #FF5F68; --active_bg: #FFF2F3;}
.branch_map .map_filter ._studio {--active_color: #9F5EF1; --active_bg: #F8F2FF;}
.branch_map .map_filter ._seminar {--active_color: #FF9B2D; --active_bg: #FFF4E8;}
.branch_map .map_filter ._price {--active_color: #007FFF; --active_bg: #EFF7FF;}

/* detail restyle*/
.branch_detail .branch-aside,
.branch_detail .branch-visual,
.branch_detail .map-box {display: none;}
.branch_detail .branch-wrap {margin-top: 0;}
.branch_detail .branch-wrap .branch-content {width: 100%; padding-right: 0;}
.branch_detail .branch-inner {max-width: var(--detail_width); margin: 0 auto !important;}

/* detail */
.branch_detail_popup {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 103; display: none;}
.branch_detail_popup._active {display: flex;}
.branch_detail_layout {position: relative; width: 100%; height: 100%; overflow: hidden;}
.branch_detail_wrap {position: relative; width: 100%; height: 100%; background-color: #fff; overflow-x: hidden; overflow-y: auto;}
.branch_detail {width: 100%; display: flex; flex-direction: column;}
.branch_detail_button {position: absolute; bottom: var(--gap); left: var(--gap); width: calc(100% - (var(--gap) * 2)); transform: translateY(calc(100% + var(--gap))); transition: .3s ease transform; z-index: 1;}
.branch_detail_button._active {transform: translateY(0);}
.branch_detail_button > a.button_cta {position: relative; width: 100%; font-weight: 600; line-height: 170%; color: #fff; background-color: var(--color_point); display: flex; justify-content: center; align-items: center; z-index: 1;}
.branch_detail_button > a.button_cta::after {background-position: center; background-repeat: no-repeat; display: block; content: '';}
.branch_detail_button > a.button_go_top {position: absolute; right: 0; border: 1px solid var(--color_border); border-radius: 48px; background-color: #fff; opacity: 1; transform: translateY(-100%); text-indent: -1000em; overflow: hidden; transition: .3s ease opacity, .2s ease transform;}
.branch_detail_button > a.button_go_top::after {position: absolute; top: 50%; left: 50%; background-color: var(--color2); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cmask id='mask0_4083_2063' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4083_2063)'%3E%3Cpath d='M2 9L7 4L12 9' stroke='%236D757C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; mask-size: 100% auto; transform: translate(-50%, -50%); display: block; content: '';}
/* .branch_detail_button > a.button_go_top._active {opacity: 1; transform: translateY(-100%);} */

.branch_detail_close {position: absolute; top: 10px; right: 10px; background-color: var(--color_border); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M23.7994 4.20013L4.19971 23.8001' stroke='%23B8C1CB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.20009 4.20013L23.7998 23.8001' stroke='%23B8C1CB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; text-indent: -1000em; overflow: hidden; display: block; z-index: 2;}
.branch_detail_header {position: relative; width: 100%; max-width: var(--detail_width); margin: 0 auto; display: flex; order: 2;}
.branch_detail_name {position: relative; z-index: 1;}
.branch_detail_name h2 {font-size: 40px; font-weight: 700; line-height: 140%; letter-spacing: -1px; color: #222; display: flex; gap: 6px; align-items: center;}
.branch_detail_name {position: relative;}
.branch_detail_func_button {display: flex; flex-wrap: wrap; gap: 8px;}
.branch_detail_func_button > a {font-size: 14px; font-weight: 500; line-height: 170%; color: var(--color2); text-align: center; border: 1px solid var(--color_border); border-radius: 32px; display: inline-flex; justify-content: center; align-items: center; gap: 4px;}
.branch_detail_func_button > a::before {width: 16px; height: 16px; display: block; content: '';}
.branch_detail_name .copy_link::before {background-color: var(--color2); 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%3Cpath d='M8.85789 7.14211C7.91028 6.19457 6.37398 6.19457 5.42641 7.14211L3.71068 8.85789C2.76311 9.80545 2.76311 11.3418 3.71068 12.2893C4.65825 13.2369 6.19456 13.2369 7.14211 12.2893L8 11.4314M7.14211 8.85789C8.08972 9.80545 9.626 9.80545 10.5736 8.85789L12.2893 7.14211C13.2369 6.19456 13.2369 4.65825 12.2893 3.71068C11.3418 2.76311 9.80545 2.76311 8.85789 3.71068L8 4.56855' stroke='%236D757C' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; mask-size: 100% auto;}
.branch_detail_header .branch_info {font-weight: 500; line-height: 170%; color: var(--color2); display: flex; flex-direction: column;}
.branch_detail_header .branch_info li {position: relative; padding-left: 26px;}
.branch_detail_header .branch_info li::before {position: absolute; left: 0; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; display: block; content: '';}
.branch_detail_header .branch_info li._traffic::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M6.25368 19.4507C6.05123 19.3784 5.92469 19.2372 5.87408 19.0272C5.82347 18.8172 5.87755 18.6398 6.03632 18.4952L6.77368 17.7556C5.99368 17.7556 5.3364 17.4875 4.80184 16.9513C4.26728 16.4158 4 15.7569 4 14.9745V6.95469C4 5.70915 4.55259 4.8941 5.65776 4.50952C6.76293 4.12564 8.13851 3.90483 9.78448 3.84711L10.4137 2.56507H6.70816C6.56395 2.56507 6.44469 2.5143 6.3504 2.41277C6.2568 2.31123 6.21 2.18084 6.21 2.02158C6.21 1.87693 6.26061 1.75384 6.36184 1.6523C6.46307 1.55077 6.58579 1.5 6.73 1.5H14.27C14.4142 1.5 14.5335 1.55077 14.6278 1.6523C14.7214 1.75384 14.7682 1.87693 14.7682 2.02158C14.7682 2.16623 14.7214 2.29315 14.6278 2.40233C14.5335 2.51082 14.4142 2.56507 14.27 2.56507H11.8437L11.2155 3.84711C12.8331 3.90483 14.2014 4.11868 15.3204 4.48866C16.4401 4.85793 17 5.67994 17 6.95469V14.9745C17 15.7569 16.7327 16.4158 16.1982 16.9513C15.6636 17.4875 15.0063 17.7556 14.2263 17.7556L14.9637 18.4952C15.1079 18.6398 15.1585 18.8172 15.1155 19.0272C15.0718 19.2372 14.9488 19.3784 14.7463 19.4507C14.6312 19.4945 14.5231 19.5091 14.4218 19.4945C14.3206 19.4799 14.2267 19.4218 14.14 19.3203L12.5582 17.7556H8.44184L6.86 19.3203C6.77333 19.4072 6.67939 19.4618 6.57816 19.4841C6.47693 19.5056 6.36877 19.4945 6.25368 19.4507ZM10.4782 15.3657C10.8103 15.3657 11.0848 15.2569 11.3018 15.0392C11.5182 14.8222 11.6263 14.5472 11.6263 14.214C11.6263 13.8802 11.5182 13.6048 11.3018 13.3879C11.0848 13.1702 10.8103 13.0613 10.4782 13.0613C10.1461 13.0613 9.87184 13.1702 9.65552 13.3879C9.43851 13.6048 9.33 13.8802 9.33 14.214C9.33 14.5472 9.43851 14.8222 9.65552 15.0392C9.87184 15.2569 10.1461 15.3657 10.4782 15.3657ZM5.38632 10.6715H15.6137V7.67238H5.38632V10.6715ZM6.77368 16.3869H14.2045C14.6094 16.3869 14.9453 16.2492 15.2122 15.9739C15.4799 15.6985 15.6137 15.3653 15.6137 14.9745V12.062H5.38632V14.9745C5.38632 15.3653 5.51632 15.6985 5.77632 15.9739C6.03632 16.2492 6.36877 16.3869 6.77368 16.3869ZM10.4782 5.23764C8.77395 5.23764 7.57517 5.33918 6.88184 5.54225C6.18851 5.74532 5.76245 5.9915 5.60368 6.28081H15.3755C15.2161 5.9915 14.7935 5.74532 14.1078 5.54225C13.4214 5.33918 12.2115 5.23764 10.4782 5.23764Z' fill='%236D757C'/%3E%3C/svg%3E");}
.branch_detail_header .branch_info li._scale::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M2.9126 18.5C2.51556 18.5 2.18105 18.3552 1.90905 18.0656C1.63635 17.7759 1.5 17.4329 1.5 17.0365V3.96352C1.5 3.56711 1.63635 3.22408 1.90905 2.93445C2.18105 2.64482 2.51556 2.5 2.9126 2.5H8.52063C8.90354 2.5 9.23488 2.64482 9.51465 2.93445C9.79441 3.22408 9.9343 3.56711 9.9343 3.96352V6.13467H17.0874C17.4844 6.13467 17.819 6.27948 18.091 6.56912C18.3636 6.85875 18.5 7.20141 18.5 7.59709V17.0365C18.5 17.4329 18.3636 17.7759 18.091 18.0656C17.819 18.3552 17.4844 18.5 17.0874 18.5H2.9126ZM2.9126 17.0365H8.52063V14.8653H2.9126V17.0365ZM2.9126 13.4029H8.52063V11.2318H2.9126V13.4029ZM2.9126 9.76934H8.52063V7.59709H2.9126V9.76934ZM2.9126 6.13467H8.52063V3.96352H2.9126V6.13467ZM9.9343 17.0365H17.0874V7.59709H9.9343V17.0365ZM11.8545 11.2318V9.76934H15.0994V11.2318H11.8545ZM11.8545 14.8653V13.4029H15.0994V14.8653H11.8545Z' fill='%236D757C'/%3E%3C/svg%3E");}
.branch_detail_header .branch_info li._address::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.5 14.4075C12.1209 13.1617 13.3527 11.9503 14.1955 10.7732C15.0383 9.59606 15.4596 8.47692 15.4596 7.41575C15.4596 6.52295 15.2909 5.76123 14.9535 5.13058C14.6169 4.49994 14.1997 3.98855 13.702 3.59643C13.2044 3.20431 12.6667 2.91963 12.0889 2.7424C11.5111 2.56517 10.9815 2.47655 10.5 2.47655C10.0347 2.47655 9.51316 2.56517 8.93538 2.7424C8.3576 2.91963 7.81603 3.20431 7.31067 3.59643C6.80453 3.98855 6.38314 4.49994 6.04649 5.13058C5.70907 5.76123 5.54036 6.52295 5.54036 7.41575C5.54036 8.47692 5.96175 9.59606 6.80453 10.7732C7.64732 11.9503 8.87914 13.1617 10.5 14.4075ZM10.5 15.9538C10.3713 15.9538 10.2469 15.9383 10.1268 15.9073C10.0066 15.877 9.89834 15.8235 9.80204 15.7467C7.84376 14.2698 6.38738 12.8427 5.43289 11.4655C4.47763 10.0882 4 8.73834 4 7.41575C4 6.36935 4.19259 5.44628 4.57778 4.64652C4.96296 3.84603 5.46871 3.17662 6.09502 2.63828C6.72056 2.09994 7.42237 1.69231 8.20044 1.41538C8.97929 1.13846 9.74581 1 10.5 1C11.2704 1 12.0407 1.13846 12.8111 1.41538C13.5815 1.69231 14.2794 2.09994 14.905 2.63828C15.5313 3.17662 16.037 3.84197 16.4222 4.63434C16.8074 5.42671 17 6.35385 17 7.41575C17 8.73834 16.5224 10.0882 15.5671 11.4655C14.6126 12.8427 13.1562 14.2698 11.198 15.7467C11.1017 15.8235 10.9934 15.877 10.8732 15.9073C10.7531 15.9383 10.6287 15.9538 10.5 15.9538ZM10.5 8.93883C10.9815 8.93883 11.3905 8.77711 11.7272 8.45366C12.0646 8.13095 12.2333 7.73883 12.2333 7.27729C12.2333 6.81575 12.0646 6.42326 11.7272 6.09982C11.3905 5.77711 10.9815 5.61575 10.5 5.61575C10.0185 5.61575 9.60945 5.77711 9.2728 6.09982C8.93538 6.42326 8.76667 6.81575 8.76667 7.27729C8.76667 7.73883 8.93538 8.13095 9.2728 8.45366C9.60945 8.77711 10.0185 8.93883 10.5 8.93883ZM4.77076 19C4.56199 19 4.38133 18.9269 4.2288 18.7807C4.07627 18.6345 4 18.4613 4 18.2612C4 18.0618 4.07627 17.889 4.2288 17.7428C4.38133 17.5966 4.56199 17.5234 4.77076 17.5234H16.2292C16.438 17.5234 16.6187 17.5966 16.7712 17.7428C16.9237 17.889 17 18.0618 17 18.2612C17 18.4613 16.9237 18.6345 16.7712 18.7807C16.6187 18.9269 16.438 19 16.2292 19H4.77076Z' fill='%236D757C'/%3E%3C/svg%3E");}
.branch_detail_header .copy_address {position: relative; margin-left: 6px; border: 1px solid var(--color_border); border-radius: 32px; text-indent:-1000em; overflow: hidden; background-color: #fff;}
.branch_detail_header .copy_address::before {position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; background-color: var(--color2); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.62883 10.6003C5.28456 10.6003 4.99164 10.4812 4.75008 10.243C4.508 10.0054 4.38696 9.7135 4.38696 9.36739V2.24927C4.38696 1.90316 4.508 1.60842 4.75008 1.36505C4.99164 1.12168 5.28456 1 5.62883 1H10.7581C11.1024 1 11.3956 1.12168 11.6377 1.36505C11.8792 1.60842 12 1.90316 12 2.24927V9.36739C12 9.7135 11.8792 10.0054 11.6377 10.243C11.3956 10.4812 11.1024 10.6003 10.7581 10.6003H5.62883ZM5.62883 9.56198H10.7581C10.8226 9.56198 10.8737 9.54304 10.9114 9.50516C10.9491 9.4678 10.9679 9.42187 10.9679 9.36739V2.24927C10.9679 2.18389 10.9491 2.13252 10.9114 2.09515C10.8737 2.05727 10.8226 2.03833 10.7581 2.03833H5.62883C5.56431 2.03833 5.51321 2.05727 5.47553 2.09515C5.43786 2.13252 5.41902 2.18389 5.41902 2.24927V9.36739C5.41902 9.42187 5.43786 9.4678 5.47553 9.50516C5.51321 9.54304 5.56431 9.56198 5.62883 9.56198ZM3.22561 13C2.88134 13 2.591 12.8812 2.3546 12.6435C2.1182 12.4053 2 12.1134 2 11.7679V4.16248C2 4.03276 2.0511 3.91393 2.1533 3.80599C2.2555 3.69754 2.37628 3.64332 2.51564 3.64332C2.64468 3.64332 2.76314 3.69754 2.87101 3.80599C2.97837 3.91393 3.03205 4.03276 3.03205 4.16248V11.7679C3.03205 11.8218 3.05089 11.8677 3.08857 11.9056C3.12625 11.9435 3.17193 11.9624 3.22561 11.9624H8.85506C8.9841 11.9624 9.1023 12.0164 9.20966 12.1243C9.31702 12.2323 9.3707 12.3511 9.3707 12.4808C9.3707 12.6215 9.31702 12.7431 9.20966 12.8459C9.1023 12.9486 8.9841 13 8.85506 13H3.22561Z' fill='%236D757C'/%3E%3Cpath d='M5.41902 2.03833V9.56198M5.62883 10.6003C5.28456 10.6003 4.99164 10.4812 4.75008 10.243C4.508 10.0054 4.38696 9.7135 4.38696 9.36739V2.24927C4.38696 1.90316 4.508 1.60842 4.75008 1.36505C4.99164 1.12168 5.28456 1 5.62883 1H10.7581C11.1024 1 11.3956 1.12168 11.6377 1.36505C11.8792 1.60842 12 1.90316 12 2.24927V9.36739C12 9.7135 11.8792 10.0054 11.6377 10.243C11.3956 10.4812 11.1024 10.6003 10.7581 10.6003H5.62883ZM5.62883 9.56198H10.7581C10.8226 9.56198 10.8737 9.54304 10.9114 9.50516C10.9491 9.4678 10.9679 9.42187 10.9679 9.36739V2.24927C10.9679 2.18389 10.9491 2.13252 10.9114 2.09515C10.8737 2.05727 10.8226 2.03833 10.7581 2.03833H5.62883C5.56431 2.03833 5.51321 2.05727 5.47553 2.09515C5.43785 2.13252 5.41902 2.18389 5.41902 2.24927V9.36739C5.41902 9.42187 5.43785 9.4678 5.47553 9.50516C5.51321 9.54304 5.56431 9.56198 5.62883 9.56198ZM3.22561 13C2.88134 13 2.591 12.8812 2.3546 12.6435C2.1182 12.4053 2 12.1134 2 11.7679V4.16248C2 4.03276 2.0511 3.91393 2.1533 3.80599C2.2555 3.69754 2.37628 3.64332 2.51564 3.64332C2.64468 3.64332 2.76314 3.69754 2.87101 3.80599C2.97837 3.91393 3.03205 4.03276 3.03205 4.16248V11.7679C3.03205 11.8218 3.05089 11.8677 3.08857 11.9056C3.12625 11.9435 3.17193 11.9624 3.22561 11.9624H8.85506C8.9841 11.9624 9.1023 12.0164 9.20966 12.1243C9.31702 12.2323 9.3707 12.3511 9.3707 12.4808C9.3707 12.6215 9.31702 12.7431 9.20966 12.8459C9.1023 12.9486 8.9841 13 8.85506 13H3.22561Z' stroke='%236D757C' stroke-width='0.4'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; transform: translate(-50%, -50%); display: block; content: '';}
.branch_detail_visual {position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; order: 1;}
.branch_detail_visual img {width: 100%; vertical-align: middle; object-fit: cover;}
.branch_detail_content {order: 3;}
.branch_detail_close._white {background-color: #fff;}

/* custom scroll */
.branch_list_wrap .mCustomScrollBox {width: 100%;}
.branch_list_wrap .mCSB_container,
.branch_detail_wrap .mCSB_container,
.branch_zone_wrap .mCSB_container { margin-right: 0;}
.branch_list_wrap .mCSB_scrollTools,
.branch_detail_wrap .mCSB_scrollTools,
.branch_zone_wrap .mCSB_scrollTools {width: var(--scroll_size); background-color: var(--color_bg); opacity: 1;}
.branch_list_wrap .mCSB_draggerRail,
.branch_detail_wrap .mCSB_draggerRail,
.branch_zone_wrap .mCSB_draggerRail {display: none;}
.branch_list_wrap .mCSB_dragger,
.branch_detail_wrap .mCSB_dragger,
.branch_zone_wrap .mCSB_dragger {width: var(--scroll_size); border-radius: 8px;}
.branch_list_wrap .mCSB_dragger .mCSB_dragger_bar,
.branch_detail_wrap .mCSB_dragger .mCSB_dragger_bar,
.branch_zone_wrap .mCSB_dragger .mCSB_dragger_bar {width: 100%; background-color: #D4DAE1;}

.branch_list_wrap::-webkit-scrollbar,
.branch_zone_wrap::-webkit-scrollbar,
.branch_detail_wrap::-webkit-scrollbar {width: var(--scroll_size); background-color: var(--color_bg);}
.branch_list_wrap::-webkit-scrollbar-thumb,
.branch_zone_wrap::-webkit-scrollbar-thumb,
.branch_detail_wrap::-webkit-scrollbar-thumb {height: 30%; background-color: #D4DAE1; border-radius: 8px;}

.ff_marker {position: relative; transform: translate(-50%, -100%); z-index: 1;}
.ff_marker > div {position: relative; height: 40px; padding: 4px 10px 4px 14px; font-size: 17px; font-weight: 600; line-height: 170%; color: var(--color); background-color: #fff; border: 1px solid #E9EEF4; border-radius: 8px; box-shadow: 2px 4px 8px 0 rgba(109, 117, 124, .25); display: inline-flex; align-items: center; gap: 4px; box-sizing: border-box;}
.ff_marker > div::before,
.ff_marker > div::after {display: block; content: '';}
.ff_marker > div::before {position: absolute; top: 100%; left: 50%; width: 13px; height: 11px; background-color: #fff; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M5.63398 10.5C6.01888 11.1667 6.98112 11.1667 7.36603 10.5L12.5622 1.5C12.9471 0.833333 12.466 0 11.6962 0H1.30385C0.534047 0 0.0529221 0.833333 0.437822 1.5L5.63398 10.5Z' fill='white'/%3E%3C/svg%3E"); mask-repeat: no-repeat; mask-position: center; transform: translate(-50%, -5px);}
.ff_marker > div::after {width: 14px; height: 14px; background-color: var(--color_border); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cmask id='mask0_3988_287' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3988_287)'%3E%3Cpath d='M4 12L9 7L4 2' stroke='%23B8C1CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");}
.marker_badge {position: absolute; left: 50%; font-weight: 600; line-height: 170%; color: #fff; white-space: nowrap; border-radius: 24px; background-color: var(--color_point); transform: translateX(-50%); z-index: 1;}
.ff_marker._active {z-index: 3;}
.ff_marker._active > div {color: #fff; background-color: #000; border: 0;}
.ff_marker._active > div::before {background-color: #000;}
.ff_marker._active > div::after {background-color: #fff;}

.maps_control {position: absolute; top: 20px; right: 20px; display: flex; flex-direction: column; gap: 24px; z-index: 2; --size: 40px;}
.maps_control_zoom {display: flex; flex-direction: column; order: 1; gap: 2px;}
.maps_control button {position: relative; width: var(--size); height: var(--size); border-radius: 4px; border: 0; background-color: #fff; text-indent: -1000em; overflow: hidden; display: block; box-shadow: 2px 4px 8px 0 rgba(109, 117, 124, .25);}
.maps_control button::before {position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; display: block; content: ''; transform: translate(-50%, -50%);}
.maps_control .user_location {border-radius: var(--size);}
.maps_control .zoom_in::before {background-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%3Cpath d='M8 1V15' stroke='%236D757C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 8L1 8' stroke='%236D757C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-size: 16px auto;}
.maps_control .zoom_out::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17 10L3 10' stroke='%236D757C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-size: 20px auto;}
.maps_control .user_location::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9.25' stroke='%236D757C' stroke-width='1.5'/%3E%3Ccircle cx='9.99982' cy='10' r='1.81818' fill='%236D757C'/%3E%3Cpath d='M10 0.909088L10 3.63636' stroke='%236D757C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M10 16.3636L10 19.0909' stroke='%236D757C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19.0908 10L16.3635 10' stroke='%236D757C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3.63672 10L0.909446 10' stroke='%236D757C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-size: 20px auto;}
/* .btn_mylct {
  z-index: 100;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(58, 70, 88, .45);
  border-radius: 2px;
  background: #fcfcfd;
  text-align: center;
  -webkit-background-clip: padding;
  background-clip: padding-box;
} */
@media (min-width: 961px) {
  .branch_new {
    --scroll_size: 8px;
    --detail_width: 1100px;
  }
  .branch_nav {position: relative; width: 340px; height: 100%; flex: 0 0 auto;}
  .branch_title {padding: 40px 0; gap: 18px 0;}
  .branch_title h2 {font-size: 24px;}
  .branch_nav > .branch_zone_button {display: none;}

  .branch_zone {position: absolute; top: 174px; left: 10px; width: calc(100% - 20px); height: calc(100% - 184px); max-height: 480px; border: 1px solid var(--color); border-radius: 8px;}
  .branch_zone_list h4 > a::after {margin-left: 6px; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cmask id='mask0_3971_2528' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3971_2528)'%3E%3Cpath d='M4 13.5L10 7.5L4 1.5' stroke='%23D4DAE1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); mask-size: 100% auto;}
  .branch_zone_list h4 > a:hover {color: var(--color);}
  .branch_zone_list h4 > a:hover::after {background-color: var(--color_border);}

  .branch_title_func {height: 47px; padding: 8px 20px; border-bottom-color: var(--color2);}
  .branch_title_func ._all {display: none;}
  .branch_title_func ._close {top: 3px; background-color: var(--color_border); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M14.9996 1.50012L0.999847 15.5001' stroke='%23B8C1CB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.00005 1.50012L14.9998 15.5001' stroke='%23B8C1CB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-size: 16px auto;}
  .branch_title_func ._close:hover {background-color: #6D757C;}

  .branch_title .branch_zone_button a:hover {color: var(--color); border-color: var(--color);}
  .branch_title .branch_zone_button a:hover::before {background-color: var(--color);}

  .branch_zone_list h4 {font-size: 18px;}
  .branch_zone_list ul {max-width: 300px; gap: 8px 6px;}
  .branch_zone_list ul li a:hover {color: var(--color); border-color: var(--color);}

  .branch_list_layout .branch_title_func {display: none;}
  .branch_list_wrap {border-top: 1px solid #E9EEF4;}
  .branch_list {border-bottom: 1px solid #E9EEF4;}
  .branch_list a {padding: 22px 48px 22px 24px; border-top: 1px solid #E9EEF4; transition: .2s ease background-color;}
  .branch_list a:first-of-type {border-top: 0;}
  .branch_list a:hover {background-color: var(--color_bg);}
  .branch_list a::after {right: 24px;}
  .branch_list a > h4 {font-size: 20px;}

  .branch_map .map_filter {top: 20px; left: 20px; gap: 8px;}
  .branch_map .map_filter button,
  .branch_map .map_filter a {height: 40px; padding: 8px 16px; font-size: 16px; transition: .2s ease background-color, .2s ease border-color;}
  .branch_map .map_filter button:not(._active):hover,
  .branch_map .map_filter a:not(._active):hover {background-color: var(--color_bg);}
  .branch_map .map_filter button:not(._active):hover,
  .branch_map .map_filter a:not(._active):hover {border-color: var(--color_bg);}
  .branch_map .map_filter button::before,
  .branch_map .map_filter a::before {width: 20px; height: 20px; background-size: 20px auto;}
  .branch_map .map_filter ._new::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='6' y='4' width='9' height='9' fill='white'/%3E%3Cpath d='M9.0625 9.38292V11.2458C9.0625 11.5097 9.15234 11.7309 9.33203 11.9094C9.51172 12.088 9.73438 12.1772 10 12.1772C10.2656 12.1772 10.4883 12.088 10.668 11.9094C10.8477 11.7309 10.9375 11.5097 10.9375 11.2458V9.38292H12.8125C13.0781 9.38292 13.3008 9.29366 13.4805 9.11514C13.6602 8.93661 13.75 8.71539 13.75 8.45149C13.75 8.18758 13.6602 7.96636 13.4805 7.78784C13.3008 7.60931 13.0781 7.52005 12.8125 7.52005H10.9375V5.65718C10.9375 5.39327 10.8477 5.17206 10.668 4.99353C10.4883 4.81501 10.2656 4.72574 10 4.72574C9.73438 4.72574 9.51172 4.81501 9.33203 4.99353C9.15234 5.17206 9.0625 5.39327 9.0625 5.65718V7.52005H7.1875C6.92188 7.52005 6.69922 7.60931 6.51953 7.78784C6.33984 7.96636 6.25 8.18758 6.25 8.45149C6.25 8.71539 6.33984 8.93661 6.51953 9.11514C6.69922 9.29366 6.92188 9.38292 7.1875 9.38292H9.0625ZM10 19C9.78125 19 9.5625 18.9612 9.34375 18.8836C9.125 18.806 8.92969 18.6895 8.75781 18.5343C7.74219 17.6028 6.84375 16.6947 6.0625 15.8098C5.28125 14.925 4.62891 14.0673 4.10547 13.2367C3.58203 12.4062 3.18359 11.6067 2.91016 10.8383C2.63672 10.0699 2.5 9.33635 2.5 8.63777C2.5 6.30918 3.25391 4.45408 4.76172 3.07245C6.26953 1.69082 8.01562 1 10 1C11.9844 1 13.7305 1.69082 15.2383 3.07245C16.7461 4.45408 17.5 6.30918 17.5 8.63777C17.5 9.33635 17.3633 10.0699 17.0898 10.8383C16.8164 11.6067 16.418 12.4062 15.8945 13.2367C15.3711 14.0673 14.7188 14.925 13.9375 15.8098C13.1562 16.6947 12.2578 17.6028 11.2422 18.5343C11.0703 18.6895 10.875 18.806 10.6562 18.8836C10.4375 18.9612 10.2188 19 10 19Z' fill='%23FF5F68'/%3E%3C/svg%3E");}
  .branch_map .map_filter ._studio::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='5' y='6' width='10' height='9' fill='white'/%3E%3Cpath d='M10 14.8889C11.125 14.8889 12.0812 14.5 12.8687 13.7222C13.6562 12.9444 14.05 12 14.05 10.8889C14.05 9.77778 13.6562 8.83333 12.8687 8.05556C12.0812 7.27778 11.125 6.88889 10 6.88889C8.875 6.88889 7.91875 7.27778 7.13125 8.05556C6.34375 8.83333 5.95 9.77778 5.95 10.8889C5.95 12 6.34375 12.9444 7.13125 13.7222C7.91875 14.5 8.875 14.8889 10 14.8889ZM10 13.1111C9.37 13.1111 8.8375 12.8963 8.4025 12.4667C7.9675 12.037 7.75 11.5111 7.75 10.8889C7.75 10.2667 7.9675 9.74074 8.4025 9.31111C8.8375 8.88148 9.37 8.66667 10 8.66667C10.63 8.66667 11.1625 8.88148 11.5975 9.31111C12.0325 9.74074 12.25 10.2667 12.25 10.8889C12.25 11.5111 12.0325 12.037 11.5975 12.4667C11.1625 12.8963 10.63 13.1111 10 13.1111ZM2.8 18C2.305 18 1.88125 17.8259 1.52875 17.4778C1.17625 17.1296 1 16.7111 1 16.2222V5.55556C1 5.06667 1.17625 4.64815 1.52875 4.3C1.88125 3.95185 2.305 3.77778 2.8 3.77778H5.635L6.76 2.57778C6.925 2.4 7.12375 2.25926 7.35625 2.15556C7.58875 2.05185 7.8325 2 8.0875 2H11.9125C12.1675 2 12.4113 2.05185 12.6437 2.15556C12.8762 2.25926 13.075 2.4 13.24 2.57778L14.365 3.77778H17.2C17.695 3.77778 18.1187 3.95185 18.4713 4.3C18.8237 4.64815 19 5.06667 19 5.55556V16.2222C19 16.7111 18.8237 17.1296 18.4713 17.4778C18.1187 17.8259 17.695 18 17.2 18H2.8Z' fill='%239F5EF1'/%3E%3C/svg%3E");}
  .branch_map .map_filter ._seminar::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.5095 3.02817C10.5095 3.58592 10.3099 4.06338 9.91084 4.46056C9.51174 4.85775 9.03197 5.05634 8.47154 5.05634C8.25076 5.05634 8.04696 5.02676 7.86015 4.96761C7.67334 4.90845 7.48653 4.81127 7.29972 4.67606C6.89213 4.81127 6.56521 5.05634 6.31895 5.41127C6.0727 5.7662 5.94957 6.15493 5.94957 6.57746H17.999C18.3046 6.57746 18.5551 6.69577 18.7504 6.93239C18.9457 7.16901 19.0264 7.43944 18.9925 7.74366L18.2792 12.8141C18.2452 13.0676 18.1306 13.2746 17.9353 13.4352C17.74 13.5958 17.5149 13.6761 17.2602 13.6761H15.426L15.6044 11.9268C15.6893 11.0986 15.4558 10.3803 14.9038 9.77183C14.3519 9.16338 13.6598 8.85915 12.8277 8.85915H7.17234C6.34018 8.85915 5.64813 9.16338 5.09618 9.77183C4.54424 10.3803 4.31072 11.0986 4.39564 11.9268L4.57396 13.6761H2.7398C2.48506 13.6761 2.26004 13.5958 2.06473 13.4352C1.86943 13.2746 1.7548 13.0676 1.72083 12.8141L1.00755 7.74366C0.973582 7.43944 1.05425 7.16901 1.24955 6.93239C1.44486 6.69577 1.69536 6.57746 2.00105 6.57746H3.88615C3.88615 5.7493 4.11542 4.99718 4.57396 4.32113C5.0325 3.64507 5.65237 3.14648 6.43359 2.82535C6.48454 2.30141 6.70531 1.8662 7.09592 1.51972C7.48653 1.17324 7.94507 1 8.47154 1C9.03197 1 9.51174 1.19859 9.91084 1.59577C10.3099 1.99296 10.5095 2.47042 10.5095 3.02817ZM7.55446 19H12.4455C12.7173 19 12.9465 18.9155 13.1333 18.7465C13.3202 18.5775 13.4305 18.3577 13.4645 18.0873L14.0759 11.7746C14.1099 11.4028 14.008 11.0775 13.7702 10.7986C13.5324 10.5197 13.2183 10.3803 12.8277 10.3803H7.17234C6.78174 10.3803 6.46755 10.5197 6.22979 10.7986C5.99203 11.0775 5.89013 11.4028 5.9241 11.7746L6.53549 18.0873C6.56945 18.3577 6.67984 18.5775 6.86665 18.7465C7.05346 18.9155 7.28273 19 7.55446 19Z' fill='%23FF9B2D'/%3E%3C/svg%3E");}
  .branch_map .map_filter ._price::before {background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.83275 2.0805C7.69069 2.20799 7.54198 2.32786 7.38723 2.4396C7.11903 2.61959 6.81752 2.74379 6.50071 2.80679C6.36301 2.83379 6.21901 2.84549 5.9319 2.86799C5.21098 2.92559 4.85007 2.95439 4.54946 3.06059C4.20565 3.18177 3.89337 3.37847 3.6356 3.63623C3.37782 3.894 3.18111 4.20626 3.05993 4.55006C2.95372 4.85066 2.92492 5.21155 2.86732 5.93244C2.85699 6.12298 2.83656 6.31285 2.80612 6.50123C2.74312 6.81803 2.61892 7.11952 2.43891 7.38772C2.36061 7.50471 2.26701 7.61451 2.0798 7.83321C1.61089 8.384 1.37598 8.65939 1.23828 8.94739C0.920573 9.61338 0.920573 10.3874 1.23828 11.0534C1.37598 11.3414 1.61089 11.6167 2.0798 12.1675C2.26701 12.3862 2.36061 12.496 2.43891 12.613C2.61892 12.8812 2.74312 13.1827 2.80612 13.4995C2.83312 13.6372 2.84482 13.7812 2.86732 14.0683C2.92492 14.7892 2.95372 15.1501 3.05993 15.4507C3.18111 15.7945 3.37782 16.1067 3.6356 16.3645C3.89337 16.6223 4.20565 16.819 4.54946 16.9402C4.85007 17.0464 5.21098 17.0752 5.9319 17.1328C6.21901 17.1553 6.36301 17.167 6.50071 17.194C6.81752 17.257 7.11903 17.3821 7.38723 17.5611C7.50424 17.6394 7.61404 17.733 7.83275 17.9202C8.38356 18.3891 8.65897 18.624 8.94697 18.7617C9.61299 19.0794 10.387 19.0794 11.053 18.7617C11.341 18.624 11.6164 18.3891 12.1673 17.9202C12.386 17.733 12.4958 17.6394 12.6128 17.5611C12.881 17.3812 13.1825 17.257 13.4993 17.194C13.637 17.167 13.781 17.1553 14.0681 17.1328C14.789 17.0752 15.1499 17.0464 15.4505 16.9402C15.7944 16.819 16.1066 16.6223 16.3644 16.3645C16.6222 16.1067 16.8189 15.7945 16.9401 15.4507C17.0463 15.1501 17.0751 14.7892 17.1327 14.0683C17.1552 13.7812 17.1669 13.6372 17.1939 13.4995C17.2569 13.1827 17.382 12.8812 17.5611 12.613C17.6394 12.496 17.733 12.3862 17.9202 12.1675C18.3891 11.6167 18.624 11.3414 18.7617 11.0534C19.0794 10.3874 19.0794 9.61338 18.7617 8.94739C18.624 8.65939 18.3891 8.384 17.9202 7.83321C17.7927 7.69116 17.6728 7.54246 17.5611 7.38772C17.381 7.11956 17.2561 6.81819 17.1939 6.50123C17.1634 6.31285 17.143 6.12298 17.1327 5.93244C17.0751 5.21155 17.0463 4.85066 16.9401 4.55006C16.8189 4.20626 16.6222 3.894 16.3644 3.63623C16.1066 3.37847 15.7944 3.18177 15.4505 3.06059C15.1499 2.95439 14.789 2.92559 14.0681 2.86799C13.8775 2.85765 13.6877 2.83723 13.4993 2.80679C13.1823 2.74453 12.8809 2.6197 12.6128 2.4396C12.458 2.32786 12.3093 2.20799 12.1673 2.0805C11.6164 1.61161 11.341 1.37671 11.053 1.23902C10.7243 1.08167 10.3645 1 10 1C9.63554 1 9.27572 1.08167 8.94697 1.23902C8.65897 1.37671 8.38356 1.61161 7.83275 2.0805ZM13.448 6.55343C13.5851 6.69077 13.662 6.87688 13.662 7.07092C13.662 7.26496 13.5851 7.45107 13.448 7.58841L7.58794 13.4491C7.52117 13.5222 7.44028 13.581 7.35016 13.6219C7.26004 13.6629 7.16256 13.6851 7.06359 13.6874C6.96463 13.6896 6.86624 13.6718 6.77436 13.6349C6.68249 13.5981 6.59903 13.543 6.52904 13.473C6.45904 13.403 6.40396 13.3195 6.36711 13.2277C6.33026 13.1358 6.31241 13.0374 6.31465 12.9385C6.31688 12.8395 6.33914 12.742 6.38009 12.6519C6.42104 12.5618 6.47983 12.4809 6.55291 12.4141L12.4121 6.55433C12.5494 6.41726 12.7355 6.34028 12.9296 6.34028C13.1236 6.34028 13.3097 6.41726 13.4471 6.55433M13.4174 12.4429C13.4174 12.7019 13.3145 12.9503 13.1314 13.1334C12.9482 13.3165 12.6999 13.4194 12.4409 13.4194C12.1819 13.4194 11.9335 13.3165 11.7504 13.1334C11.5672 12.9503 11.4643 12.7019 11.4643 12.4429C11.4643 12.184 11.5672 11.9356 11.7504 11.7525C11.9335 11.5693 12.1819 11.4664 12.4409 11.4664C12.6999 11.4664 12.9482 11.5693 13.1314 11.7525C13.3145 11.9356 13.4174 12.184 13.4174 12.4429ZM7.55824 8.537C7.81723 8.537 8.06561 8.43412 8.24875 8.25099C8.43188 8.06786 8.53476 7.81949 8.53476 7.56051C8.53476 7.30153 8.43188 7.05316 8.24875 6.87003C8.06561 6.68691 7.81723 6.58403 7.55824 6.58403C7.29925 6.58403 7.05087 6.68691 6.86773 6.87003C6.6846 7.05316 6.58171 7.30153 6.58171 7.56051C6.58171 7.81949 6.6846 8.06786 6.86773 8.25099C7.05087 8.43412 7.29925 8.537 7.55824 8.537Z' fill='%23007FFF'/%3E%3C/svg%3E%0A");}

  .ff_marker > div {height: 40px; padding: 4px 12px 4px 16px; font-size: 18px;}
  .ff_marker:not(._active):hover > div {background-color: var(--color_bg);}
  .ff_marker:not(._active):hover > div::before {background-color: var(--color_bg);}
  .marker_badge {top: -18px; height: 24px; padding: 0 10px; font-size: 14px;}

  .branch_detail .branch-wrap {padding-top: 80px; border-top: 1px solid var(--color_border);}

  .branch_detail_popup {padding: 20px;}
  .branch_detail_wrap {box-shadow: 2px 4px 8px 0 rgba(109, 117, 124, .25);}
  .branch_detail_layout {border-radius: 16px;}
  .branch_detail_visual {max-height: 600px;}
  .branch_detail_close {width: 48px; height: 48px; mask-size: 28px auto;}
  .branch_detail_close:hover {background-color: #6D757C;}
  .branch_detail_header {padding: 60px 50px 80px 50px; gap: 30px;}
  .branch_detail_name {width: min(58.2%, 492px);}
  .branch_detail_name h2 {font-size: 40px;}
  .branch_detail_func_button {margin-top: 24px;}
  .branch_detail_func_button > a {height: 32px; padding: 0 10px;}
  .branch_detail_name .branch_download::before {background: url('/wp-content/themes/fastfive/assets/images/branch_map/0_common/ico_download_file.png') center center no-repeat; background-size: 100% auto;}
  .branch_detail_header .branch_info {padding-top: 6px; font-size: 16px; gap: 10px;}
  .branch_detail_header .branch_info li::before {top: 4px;}
  .branch_detail_header .copy_address {width: 32px; height: 32px;}
  .branch_detail_func_button > a:hover,
  .branch_detail_name .copy_link:hover,
  .branch_detail_header .copy_address:hover {color: var(--color); border-color: var(--color);}
  .branch_detail_name .copy_link:hover::before,
  .branch_detail_header .copy_address:hover::before {background-color: var(--color);}
  .branch_detail_button {--gap: 24px;}
  .branch_detail_button > a.button_cta {height: 58px; font-size: 18px; border-radius: 8px;}
  .branch_detail_button > a.button_cta::after {width: 24px; height: 24px; background-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_3927_1444' 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_3927_1444)'%3E%3Cpath d='M9.64999 7.99947L4.74999 3.09947C4.58333 2.9328 4.50277 2.73558 4.50833 2.5078C4.51388 2.28003 4.59999 2.0828 4.76666 1.91614C4.93333 1.74947 5.13055 1.66614 5.35833 1.66614C5.5861 1.66614 5.78333 1.74947 5.94999 1.91614L11.0667 7.04947C11.2 7.18281 11.3 7.33281 11.3667 7.49947C11.4333 7.66614 11.4667 7.83281 11.4667 7.99947C11.4667 8.16614 11.4333 8.33281 11.3667 8.49947C11.3 8.66614 11.2 8.81614 11.0667 8.94947L5.93333 14.0828C5.76666 14.2495 5.57221 14.33 5.34999 14.3245C5.12777 14.3189 4.93333 14.2328 4.76666 14.0661C4.59999 13.8995 4.51666 13.7022 4.51666 13.4745C4.51666 13.2467 4.59999 13.0495 4.76666 12.8828L9.64999 7.99947Z' fill='white'/%3E%3C/g%3E%3C/svg%3E"); background-size: 16px auto;}
  .branch_detail_button > a.button_go_top {top: -16px; width: 48px; height: 48px;}
  .branch_detail_button > a.button_go_top::after {width: 18px; height: 18px;}
  .branch_detail_button > a.button_go_top:hover {border-color: var(--color);}
  .branch_detail_button > a.button_go_top:hover::after {background-color: var(--color);}

  .maps_control button:hover {background-color: var(--color_bg);}
}

@media (max-width: 960px) {
  .html_map,
  .html_map body {
    overflow: hidden;
  }
  :root {
    --vh: 100%;
  }
  html,
  body {
    height: 100vh;
    height: var(--vh);
  }
  .branch_new {
    --scroll_size: 4px;
    --detail_width: 500px;
  }
  .branch-slide-box .branch-slide-box {width: 100%; height: 500px !important;}
  .branch_nav {position: absolute; left: 0; bottom: 0; width: 100%; max-height: min(80%, calc(100% - 128px)); border-radius: 24px 24px 0 0;}
  .branch_nav .branch_zone_wrap,
  .branch_nav .branch_list_wrap {height: calc(72.92vh - 60px);}
  .branch_nav._small .branch_zone_button {bottom: -100%;}
  .branch_nav._small .branch_list_layout._active {display: flex;}
  .branch_nav._small .branch_zone_wrap,
  .branch_nav._small .branch_list_wrap {height: 0;}
  .branch_nav._small .branch_title_func ._close {transform: rotate(180deg);}
  .branch_title {padding: 30px 15px 84px;}
  .branch_title._hidden {display: none;}
  .branch_title h2 {font-size: 22px;}
  .branch_title .branch_zone_button {display: none;}
  ._isMobile .branch_nav .branch_zone_wrap,
  ._isMobile .branch_nav .branch_list_wrap {transition: .3s ease height;}

  .branch_title_func {width: 100%; height: 60px; padding: 11px 20px; border-bottom-color: #E9EEF4; display: flex;}
  .branch_title_func > h3,
  .branch_title_func ._all {color: var(--color);}
  .branch_title_func ._close {top: 10px; background-color: var(--color2); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cmask id='mask0_3903_72806' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3903_72806)'%3E%3Cpath d='M18 6L10 14L2 6' stroke='%236D757C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); mask-size: 20px auto;}

  .branch_zone {width: 100%; height: 100%; z-index: 4;}
  .branch_zone header h3 {display: none;}
  .branch_zone_list h4 {font-size: 16px;}
  .branch_zone_list h4 > a::after {margin-left: 4px; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M1 11.5L6 6.5L1 1.5' stroke='%23B8C1CB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-size: 7px auto;}
  .branch_zone_list ul {max-width: 360px; gap: 12px 8px;}

  .branch_list_layout {display: none;}
  .branch_list_layout._active {display: flex;}

  .branch_list {padding-bottom: 80px; }
  .branch_list a {padding: 20px 44px 20px 20px;}
  .branch_list a::before {position: absolute; bottom: 0; left: 20px; width: calc(100% - 40px); height: 1px; background-color: #E9EEF4; display: block; content: '';}
  .branch_list a::after {right: 20px;}
  .branch_list a > h4 {font-size: 18px;}

  .branch_map .map_filter {top: 10px; left: 10px; gap: 6px; max-width: calc(100% - 80px);}
  .branch_map .map_filter button,
  .branch_map .map_filter a {height: 34px; padding: 8px 12px; font-size: 14px;}
  .branch_map .map_filter button::before,
  .branch_map .map_filter a::before {width: 14px; height: 14px;}

  .branch_map .map_filter ._new::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M5.25 6.52005V7.96895C5.25 8.17421 5.32188 8.34627 5.46563 8.48512C5.60938 8.62398 5.7875 8.6934 6 8.6934C6.2125 8.6934 6.39063 8.62398 6.53438 8.48512C6.67813 8.34627 6.75 8.17421 6.75 7.96895V6.52005H8.25C8.4625 6.52005 8.64063 6.45063 8.78438 6.31177C8.92813 6.17292 9 6.00086 9 5.7956C9 5.59034 8.92813 5.41828 8.78438 5.27943C8.64063 5.14058 8.4625 5.07115 8.25 5.07115H6.75V3.62225C6.75 3.41699 6.67813 3.24493 6.53438 3.10608C6.39063 2.96723 6.2125 2.8978 6 2.8978C5.7875 2.8978 5.60938 2.96723 5.46563 3.10608C5.32188 3.24493 5.25 3.41699 5.25 3.62225V5.07115H3.75C3.5375 5.07115 3.35938 5.14058 3.21563 5.27943C3.07188 5.41828 3 5.59034 3 5.7956C3 6.00086 3.07188 6.17292 3.21563 6.31177C3.35938 6.45063 3.5375 6.52005 3.75 6.52005H5.25ZM6 14C5.825 14 5.65 13.9698 5.475 13.9094C5.3 13.8491 5.14375 13.7585 5.00625 13.6378C4.19375 12.9133 3.475 12.207 2.85 11.5188C2.225 10.8305 1.70313 10.1634 1.28438 9.51746C0.865625 8.8715 0.546875 8.24968 0.328125 7.65201C0.109375 7.05433 0 6.48383 0 5.94049C0 4.12937 0.603125 2.6865 1.80938 1.6119C3.01563 0.537301 4.4125 0 6 0C7.5875 0 8.98438 0.537301 10.1906 1.6119C11.3969 2.6865 12 4.12937 12 5.94049C12 6.48383 11.8906 7.05433 11.6719 7.65201C11.4531 8.24968 11.1344 8.8715 10.7156 9.51746C10.2969 10.1634 9.775 10.8305 9.15 11.5188C8.525 12.207 7.80625 12.9133 6.99375 13.6378C6.85625 13.7585 6.7 13.8491 6.525 13.9094C6.35 13.9698 6.175 14 6 14Z' fill='%23FF5F68'/%3E%3C/svg%3E");}
  .branch_map .map_filter ._studio::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Crect x='3' y='4.80005' width='8' height='7.2' fill='white'/%3E%3Cpath d='M7 10.6667C7.875 10.6667 8.61875 10.375 9.23125 9.79167C9.84375 9.20833 10.15 8.5 10.15 7.66667C10.15 6.83333 9.84375 6.125 9.23125 5.54167C8.61875 4.95833 7.875 4.66667 7 4.66667C6.125 4.66667 5.38125 4.95833 4.76875 5.54167C4.15625 6.125 3.85 6.83333 3.85 7.66667C3.85 8.5 4.15625 9.20833 4.76875 9.79167C5.38125 10.375 6.125 10.6667 7 10.6667ZM7 9.33333C6.51 9.33333 6.09583 9.17222 5.7575 8.85C5.41917 8.52778 5.25 8.13333 5.25 7.66667C5.25 7.2 5.41917 6.80556 5.7575 6.48333C6.09583 6.16111 6.51 6 7 6C7.49 6 7.90417 6.16111 8.2425 6.48333C8.58083 6.80556 8.75 7.2 8.75 7.66667C8.75 8.13333 8.58083 8.52778 8.2425 8.85C7.90417 9.17222 7.49 9.33333 7 9.33333ZM1.4 13C1.015 13 0.685417 12.8694 0.41125 12.6083C0.137083 12.3472 0 12.0333 0 11.6667V3.66667C0 3.3 0.137083 2.98611 0.41125 2.725C0.685417 2.46389 1.015 2.33333 1.4 2.33333H3.605L4.48 1.43333C4.60833 1.3 4.76292 1.19444 4.94375 1.11667C5.12458 1.03889 5.31417 1 5.5125 1H8.4875C8.68583 1 8.87542 1.03889 9.05625 1.11667C9.23708 1.19444 9.39167 1.3 9.52 1.43333L10.395 2.33333H12.6C12.985 2.33333 13.3146 2.46389 13.5887 2.725C13.8629 2.98611 14 3.3 14 3.66667V11.6667C14 12.0333 13.8629 12.3472 13.5887 12.6083C13.3146 12.8694 12.985 13 12.6 13H1.4Z' fill='%239F5EF1'/%3E%3C/svg%3E");}
  .branch_map .map_filter ._seminar::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_4125_3814)'%3E%3Cpath d='M7.39627 1.57746C7.39627 2.01127 7.24106 2.38263 6.93065 2.69155C6.62024 3.00047 6.24709 3.15493 5.8112 3.15493C5.63948 3.15493 5.48097 3.13193 5.33567 3.08592C5.19038 3.03991 5.04508 2.96432 4.89978 2.85915C4.58277 2.96432 4.32849 3.15493 4.13696 3.43099C3.94543 3.70704 3.84967 4.00939 3.84967 4.33803H13.2214C13.4592 4.33803 13.654 4.43005 13.8059 4.61408C13.9578 4.79812 14.0205 5.00845 13.9941 5.24507L13.4394 9.18873C13.4129 9.38592 13.3238 9.54695 13.1719 9.67183C13.02 9.79671 12.845 9.85915 12.6468 9.85915H11.2203L11.3589 8.49859C11.425 7.85446 11.2434 7.29578 10.8141 6.82254C10.3848 6.3493 9.84652 6.11268 9.19929 6.11268H4.80071C4.15347 6.11268 3.61521 6.3493 3.18592 6.82254C2.75663 7.29578 2.57501 7.85446 2.64105 8.49859L2.77975 9.85915H1.35318C1.15505 9.85915 0.980029 9.79671 0.828127 9.67183C0.676224 9.54695 0.587064 9.38592 0.560646 9.18873L0.00587064 5.24507C-0.0205472 5.00845 0.0421952 4.79812 0.194098 4.61408C0.346001 4.43005 0.540832 4.33803 0.778593 4.33803H2.24478C2.24478 3.6939 2.42311 3.10892 2.77975 2.5831C3.13639 2.05728 3.61851 1.66948 4.22612 1.41972C4.26575 1.01221 4.43747 0.673709 4.74127 0.404225C5.04508 0.134742 5.40172 0 5.8112 0C6.24709 0 6.62024 0.15446 6.93065 0.46338C7.24106 0.772301 7.39627 1.14366 7.39627 1.57746ZM5.09791 14H8.90209C9.11343 14 9.29175 13.9343 9.43705 13.8028C9.58235 13.6714 9.6682 13.5005 9.69462 13.2901L10.1701 8.38028C10.1966 8.09108 10.1173 7.83803 9.93238 7.62113C9.74746 7.40423 9.50309 7.29577 9.19929 7.29577H4.80071C4.49691 7.29577 4.25254 7.40423 4.06762 7.62113C3.88269 7.83803 3.80344 8.09108 3.82986 8.38028L4.30538 13.2901C4.3318 13.5005 4.41765 13.6714 4.56295 13.8028C4.70825 13.9343 4.88657 14 5.09791 14Z' fill='%23FF9B2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4125_3814'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
  .branch_map .map_filter ._price::before {background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4693_71447)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31436 0.840391C5.20387 0.939547 5.08821 1.03278 4.96785 1.11969C4.75924 1.25968 4.52474 1.35628 4.27833 1.40528C4.17123 1.42628 4.05923 1.43538 3.83592 1.45288C3.27521 1.49768 2.9945 1.52008 2.76069 1.60268C2.49328 1.69693 2.2504 1.84992 2.04991 2.0504C1.84942 2.25089 1.69642 2.49376 1.60216 2.76116C1.51956 2.99496 1.49716 3.27565 1.45236 3.83634C1.44432 3.98454 1.42843 4.13222 1.40476 4.27873C1.35576 4.52513 1.25916 4.75963 1.11915 4.96822C1.05825 5.05922 0.98545 5.14462 0.839846 5.31472C0.475137 5.74311 0.292432 5.95731 0.18533 6.1813C-0.0617765 6.6993 -0.0617765 7.30129 0.18533 7.81928C0.292432 8.04327 0.475137 8.25747 0.839846 8.68586C0.98545 8.85596 1.05825 8.94136 1.11915 9.03236C1.25916 9.24095 1.35576 9.47545 1.40476 9.72184C1.42576 9.82894 1.43486 9.94094 1.45236 10.1642C1.49716 10.7249 1.51956 11.0056 1.60216 11.2394C1.69642 11.5068 1.84942 11.7497 2.04991 11.9502C2.2504 12.1507 2.49328 12.3037 2.76069 12.3979C2.9945 12.4805 3.27521 12.5029 3.83592 12.5477C4.05923 12.5652 4.17123 12.5743 4.27833 12.5953C4.52474 12.6443 4.75924 12.7416 4.96785 12.8809C5.05885 12.9418 5.14425 13.0146 5.31436 13.1602C5.74277 13.5249 5.95697 13.7076 6.18098 13.8147C6.69899 14.0618 7.30101 14.0618 7.81902 13.8147C8.04303 13.7076 8.25723 13.5249 8.68564 13.1602C8.85575 13.0146 8.94115 12.9418 9.03215 12.8809C9.24076 12.7409 9.47526 12.6443 9.72167 12.5953C9.82877 12.5743 9.94077 12.5652 10.1641 12.5477C10.7248 12.5029 11.0055 12.4805 11.2393 12.3979C11.5067 12.3037 11.7496 12.1507 11.9501 11.9502C12.1506 11.7497 12.3036 11.5068 12.3978 11.2394C12.4804 11.0056 12.5028 10.7249 12.5476 10.1642C12.5651 9.94094 12.5742 9.82894 12.5952 9.72184C12.6442 9.47545 12.7415 9.24095 12.8808 9.03236C12.9417 8.94136 13.0146 8.85596 13.1602 8.68586C13.5249 8.25747 13.7076 8.04327 13.8147 7.81928C14.0618 7.30129 14.0618 6.6993 13.8147 6.1813C13.7076 5.95731 13.5249 5.74311 13.1602 5.31472C13.061 5.20424 12.9678 5.08858 12.8808 4.96822C12.7408 4.75966 12.6437 4.52526 12.5952 4.27873C12.5716 4.13222 12.5557 3.98454 12.5476 3.83634C12.5028 3.27565 12.4804 2.99496 12.3978 2.76116C12.3036 2.49376 12.1506 2.25089 11.9501 2.0504C11.7496 1.84992 11.5067 1.69693 11.2393 1.60268C11.0055 1.52008 10.7248 1.49768 10.1641 1.45288C10.0159 1.44484 9.86819 1.42895 9.72167 1.40528C9.47513 1.35686 9.24072 1.25977 9.03215 1.11969C8.91179 1.03278 8.79613 0.939547 8.68564 0.840391C8.25723 0.475697 8.04303 0.293 7.81902 0.185901C7.56333 0.0635238 7.28347 0 7 0C6.71653 0 6.43667 0.0635238 6.18098 0.185901C5.95697 0.293 5.74277 0.475697 5.31436 0.840391ZM9.68177 4.31933C9.78838 4.42616 9.84825 4.57091 9.84825 4.72183C9.84825 4.87274 9.78838 5.0175 9.68177 5.12432L5.12395 9.68265C5.07202 9.73948 5.00911 9.78521 4.93901 9.81706C4.86892 9.84891 4.7931 9.86622 4.71613 9.86796C4.63916 9.86969 4.56263 9.85581 4.49117 9.82715C4.41971 9.7985 4.3548 9.75565 4.30036 9.70121C4.24592 9.64678 4.20308 9.58187 4.17442 9.51041C4.14576 9.43896 4.13188 9.36244 4.13361 9.28547C4.13535 9.2085 4.15267 9.13268 4.18452 9.06259C4.21637 8.9925 4.26209 8.92959 4.31893 8.87766L8.87605 4.32003C8.98287 4.21343 9.12763 4.15355 9.27856 4.15355C9.42948 4.15355 9.57424 4.21343 9.68107 4.32003M9.65797 8.90006C9.65797 9.10149 9.57795 9.29467 9.43551 9.4371C9.29307 9.57953 9.09988 9.65955 8.89845 9.65955C8.69701 9.65955 8.50382 9.57953 8.36139 9.4371C8.21895 9.29467 8.13893 9.10149 8.13893 8.90006C8.13893 8.69863 8.21895 8.50545 8.36139 8.36302C8.50382 8.22059 8.69701 8.14057 8.89845 8.14057C9.09988 8.14057 9.29307 8.22059 9.43551 8.36302C9.57795 8.50545 9.65797 8.69863 9.65797 8.90006ZM5.10085 5.86211C5.30229 5.86211 5.49548 5.78209 5.63791 5.63966C5.78035 5.49723 5.86037 5.30405 5.86037 5.10262C5.86037 4.90119 5.78035 4.70801 5.63791 4.56558C5.49548 4.42315 5.30229 4.34313 5.10085 4.34313C4.89942 4.34313 4.70623 4.42315 4.56379 4.56558C4.42135 4.70801 4.34133 4.90119 4.34133 5.10262C4.34133 5.30405 4.42135 5.49723 4.56379 5.63966C4.70623 5.78209 4.89942 5.86211 5.10085 5.86211Z' fill='%23007FFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4693_71447'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

  .ff_marker > div {height: 34px; padding: 8px 8px 8px 12px; font-size: 14px;}
  .marker_badge {top: -14px; height: 20px; padding: 0 8px; font-size: 12px;}

  .branch_detail .branch-wrap {padding-top: 60px;}

  .branch_detail_popup {--padding: 20px;}
  .branch_detail_visual {max-height: 384px;}
  .branch_detail_close {width: 40px; height: 40px; mask-size: 20px auto;}
  .branch_detail_header {padding: var(--padding); padding-bottom: 60px; flex-direction: column; gap: 13px;}
  .branch_detail_header._add_down .branch_info ._traffic {padding-right: 100px;}
  .branch_detail_func_button {position: absolute; top: 5px; right: 0; flex-direction: column;}
  .branch_detail_func_button > a {min-width: 90px; height: 28px; padding: 0 8px;}
  .branch_detail_name .branch_download::before {background: url('/wp-content/themes/fastfive/assets/images/branch_map/0_common/ico_download_file_m.png') center center no-repeat; background-size: 100% auto;}
  .branch_detail_header .branch_info {font-size: 14px; gap: 8px;}
  .branch_detail_header .branch_info li::before {top: 2px;}
  .branch_detail_header .copy_address {width: 28px; height: 28px;}
  .branch_detail_header::after {position: absolute; bottom: 0; left: var(--padding); width: calc(100% - (var(--padding) * 2)); height: 1px; background-color: #D4DAE1; display: block; content: '';}
  .branch_detail_name {width: 100%; display: flex; align-items: center;}
  .branch_detail_name h2 {font-size: 28px;}
  .branch_detail_button {--gap: 20px;}
  .branch_detail_button > a.button_cta {height: 40px; font-size: 14px; border-radius: 40px; gap: 4px;}
  .branch_detail_button > a.button_cta::after {width: 15px; height: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cmask id='mask0_4063_3755' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='24'%3E%3Crect x='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4063_3755)'%3E%3Cpath d='M4.5 12L9.5 7L4.5 2' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); background-size: 15px auto;}
  .branch_detail_button > a.button_go_top {top: -12px; width: 40px; height: 40px;}
  .branch_detail_button > a.button_go_top::after {width: 14px; height: 14px;}

  .maps_control {top: 10px; right: 10px;}
  .maps_control .zoom_in,
  .maps_control .zoom_out {display: none;}
}