@charset "utf-8";
#all_branch_informations {
	margin-top: 15em;
}
#all_branch_informations .title_area {
    font-family : BareunDotumPro1;
    text-align: center;
    color: #1a1a1a;
    line-height: 4em;
}
#all_branch_informations .title_area .info_title {
    font-size: 3em;
    font-weight: 600;
}
#all_branch_informations .title_area .info_sub_title {
    font-size: 1.6em;
    font-weight: 200;
}

#all_branch_informations .branches_tab_area {
    width: 1280px;
    max-width: 100vw;
    margin: 5em auto 0 auto;
}

#all_branch_informations .branches_tab_area ul {
    display: flex;
    line-height: 4.9em;
    flex-wrap: wrap;
}
#all_branch_informations .branches_tab_area ul li {
    font-family : BareunDotumPro1;
    position: relative;
    flex: 0 14.2857%;
    border-right: 1px solid #dfd6d1;
	border-bottom: 1px solid #dfd6d1;
}
#all_branch_informations .branches_tab_area ul li:nth-child(-n+7) {
    border-top: 1px solid #dfd6d1;
}
#all_branch_informations .branches_tab_area ul li:nth-child(7n+1) {
    border-left: 1px solid #dfd6d1;
}
#all_branch_informations .branches_tab_area ul li[on]::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #181818;
    top: -1px;
}
#all_branch_informations .branches_tab_area ul li>* {
    display: block;
    font-size: 1.8em;
    text-align: center;
    color: #696969;
}
#all_branch_informations .branches_tab_area ul li[on]>*,
#all_branch_informations .branches_tab_area ul li:hover>* {
    color: black;
}
#all_branch_informations .branches_tab_area {
    margin-top: 15px;
    letter-spacing: 0.4px;
}
#all_branch_informations .branches_tab_area ul {
    width: 1145px;
    max-width: 100%;
    display: flex;
    line-height: 4.9em;
    flex-wrap: wrap;
    margin: auto;
}
#all_branch_informations .branches_tab_area ul li {
    font-family : BareunDotumPro1;
    position: relative;
    flex: 0 14.2857%;
    border: 1px solid #dfd6d1;
    border-width: 0 1px 1px 0;
}
#all_branch_informations .branches_tab_area ul li:nth-child(7n+1) {
    border-left: 1px solid #dfd6d1;
}
#all_branch_informations .branches_tab_area ul li[on]::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px solid #181818;
    top: -1px;
}
#all_branch_informations .branches_tab_area ul li>* {
    display: block;
    font-size: 1.8em;
    text-align: center;
    color: #696969;
    cursor: default;
    user-select: none;
}
#all_branch_informations .branches_tab_area ul li>a,
#all_branch_informations .branches_tab_area ul li>span {
	cursor: pointer;
}
#all_branch_informations .branches_tab_area ul li>*>noti {
	position: absolute;
	display: inline;
	right: 50%;
	bottom: 0em;
	background: orange;
	height: auto;
	line-height: 100%;
	font-size: 0.6em;
	padding: 0.3em 0.5em;
	border-radius: 0.5em;
	color: white;
	transform: translateX(50%);
	white-space: nowrap;
}
#all_branch_informations .branches_tab_area ul li[on]>*,
#all_branch_informations .branches_tab_area ul li:hover>* {
    color: black;
}

#all_branch_informations .multiple_branch_groups {
	width: 1280px;
	max-width: 100vw;
	margin: 3em auto 0 auto;
}
#all_branch_informations .multiple_branch_groups>div {
	display: none;
	width: 1145px;
	max-width: 100%;
	margin: auto;
	padding: 0.5em;
}
#all_branch_informations .multiple_branch_groups>div[on] {
	display: block;
}
#all_branch_informations .multiple_branch_groups>div .multiple_branch_group_description {
	position: relative;
	font-size: 1.7em;
	color: #ff3600;
	line-height: 100%;
	padding-left: 1.5em;
	margin: 0em 0 1.2em 0;
	font-family : BareunDotumPro2;
}
#all_branch_informations .multiple_branch_groups>div .multiple_branch_group_description::before {
	content: "";
	position: absolute;
	left: 0.3em;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #bb947e;
}
#all_branch_informations .multiple_branch_groups>div .select_sub_branch {
	position: relative;
	font-size: 2em;
	color: #ff3600;
	line-height: 100%;
	padding-left: 1.5em;
	margin: 2em 0;
	font-family : BareunDotumPro2;
}
#all_branch_informations .multiple_branch_groups>div .select_sub_branch::before {
	content: "";
	position: absolute;
	left: 0.3em;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #bb947e;
}
#all_branch_informations .multiple_branch_groups>div>a[on] ~ .select_sub_branch {
	display: none;
}
#all_branch_informations .multiple_branch_groups>div>* {
	display: flex;
	cursor: default;
	user-select: none;
}
#all_branch_informations .multiple_branch_groups>div>a {
	cursor: pointer;
}
#all_branch_informations .multiple_branch_groups>div>* button {
	cursor: default;
}
#all_branch_informations .multiple_branch_groups>div>a button {
	cursor: pointer;
}
#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_name {
	position: relative;
	flex: 1 0 150px;
	padding: 0.5em;
}
#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_name button {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	line-height: 2.2em;
	color: #696969;
    font-family : BareunDotumPro1;
}
#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_name noti {
    position: absolute;
    display: inline;
    right: 0;
    bottom: 0.2em;
    background: orange;
    height: auto;
    line-height: 100%;
    font-size: 0.7em;
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
    color: white;
    font-family : BareunDotumPro1;
    white-space: nowrap;
}
#all_branch_informations .multiple_branch_groups>div>*[on]>div.group_branch_name button {
	color: black;
	font-family : BareunDotumPro2;
}
#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_name button::after {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	border: 1px solid #e2e2e2;
}
#all_branch_informations .multiple_branch_groups>div>*[on]>div.group_branch_name button::after {
	border: 2px solid black;
}
#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_description {
	flex: 1 1 100%;
	padding: 0.5em;
}
#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_description p {
    font-family : BareunDotumPro1;
	font-size: 1.7em;
	line-height: 2.2em;
	color: #444344;
}


#all_branch_informations .branches_info_area .branch_info_data {
    padding: 5em 1em;
    display: none;
    max-width: 100vw;
    width: 1145px;
    line-height: 3.4em;
    margin: auto;
}
#all_branch_informations .branches_info_area .branch_info_data[on] {
    display: block;
}
#all_branch_informations .branches_info_area .branch_info_data .branch_info_detail {
    font-family : BareunDotumPro1;
    display: flex;
}
#all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div {
    flex: 1 auto;
}
#all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div:last-child {
    flex: 1 340px;
    max-width: 340px;
}
#all_branch_informations .info_row {
    font-family : BareunDotumPro1;
    display: flex;
    font-size: 1.8em;
    letter-spacing: 0.4px;
}
#all_branch_informations .info_row:not(:first-child) {
    margin-top: 1em;
}
#all_branch_informations .info_row .info_title {
    flex: 1 140px;
    min-width: 140px;
    max-width: 140px;
    width: 140px;
    padding-left: 24px;
    position: relative;
}
#all_branch_informations .info_row .info_title:first-child:last-child {
	width: 100%;
	flex: 1 100%;
	max-width: 100%;
}
#all_branch_informations .info_row .info_title::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 9px;
    width: 3px;
    height: 16px;
    background: #bb947e;
}
#all_branch_informations .info_row .info_data {
    flex: 1 100%;
}
#all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div .button_area {
    justify-content: end;
}
#all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div .button_area>a {
    background-image: url(/img/button_bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-size: cover;
    color: white;
    line-height: 2.4em;
    border-radius: 2em;
    overflow: hidden;
    padding: 0 2em;
}
#all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div .button_area>a:hover {
    opacity: 0.6;
}
#all_branch_informations .branch_howtocome {
	margin-top: 10em;
}
#all_branch_informations .branch_howtocome .naver_map_view {
    border: 1px solid #e2e2e2;
    margin-top: 30px;
}
#all_branch_informations .branch_howtocome .howtocome_detail {
	margin-top: 3em;
	font-family: BareunDotumPro1;
}
#all_branch_informations .branch_howtocome .picture_of_building_info {
	position: relative;
	display: block;
	width: 95%;
	max-width: 1048px;
	margin: auto;
	margin-bottom: 2em;
	box-sizing: border-box;
}
#all_branch_informations .branch_howtocome .picture_of_building_info img {
	width: 100%;
}
#all_branch_informations .branch_howtocome .picture_of_building_info>div {
	width: 100%;
	text-align: center;
	background: #e8ddc1;
	color: black;
	font-size: 1.4em;
}
#all_branch_informations .branch_howtocome .howtocome_area {
	margin: 2em 0;
}
#all_branch_informations .branch_howtocome .picture_of_building_info .howtocome-slider .splide__slide {
	position: relative;
	max-height: 720px;
}
#all_branch_informations .branch_howtocome .picture_of_building_info .howtocome-slider .splide__slide>p {
	position: absolute;
	bottom: 0;
	left :0;
	width : 100%;
	background: rgba(0,0,0,0.6);
	color: white;
	font-weight:  600;
	font-size: 1.2em;
	line-height: 2.5em;
}
#all_branch_informations .branch_howtocome .picture_of_building_info .howtocome-slider .splide__arrow.splide__arrow--prev {
	left: -3em;
}
#all_branch_informations .branch_howtocome .picture_of_building_info .howtocome-slider .splide__arrow.splide__arrow--next {
	right: -3em;
} 
#all_branch_informations .branch_howtocome .howtocome_area ._title {
	font-size: 1.8em;
	line-height: 120%;
	padding: 1em 0;
}
#all_branch_informations .branch_howtocome .howtocome_area ._details {
	background: #f9f9f9;
	padding: 2em 3em;
	line-height: 130%;
}
[lang='kr'] #all_branch_informations .branch_howtocome .howtocome_detail .howtocome_area {
	display: none;
}
#all_branch_informations .branch_howtocome .howtocome_area ._details ._how {
	font-family: BareunDotumPro3;
	font-size: 1.8em;
	line-height: 120%;
    font-weight: 600;
	padding: 1em 0;
}
#all_branch_informations .branch_howtocome .howtocome_area ._details ._way {
	font-size: 1.8em;
	line-height: 160%;
	padding-bottom: 1em;
}
#all_branch_informations .support_language_flags {
	display: flex;
	flex-wrap: wrap;
}
#all_branch_informations .support_language_flags>* {
	flex: 0 200px;
	width: 200px;
	
}
#all_branch_informations .support_language_flags img {
	width: 100%;
}
#all_branch_informations .branches_tab_area.influencer_option li:not([influencer_option]):not([on]) {
	display: none;
}
#all_branch_informations .branches_tab_area.influencer_option li:not([influencer_option]) {
	background: #f3f3f3;
}
#all_branch_informations .branches_tab_area.influencer_option:not(._other_branch_show) li:not([influencer_option])[on] {
	border: 0;
}
#all_branch_informations .branches_tab_area.influencer_option:not(._other_branch_show) li:not([influencer_option])[on] a {
	color: #6d6d6d;
}
#all_branch_informations .branches_tab_area.influencer_option li.other_onoff_button {
	border: 0;
	white-space: nowrap;
}
#all_branch_informations .branches_tab_area.influencer_option li.other_onoff_button>span {
	position: relative;
	text-align: center;
	padding: 0 3em;
	font-size: 1.5em;
	cursor: pointer;
}
#all_branch_informations .branches_tab_area.influencer_option li.other_onoff_button>span::before {
	content: "";
	position: absolute;
	right: 1.5em;
	top: 50%;
	display: block;
	border-top: 0.25em solid;
	border-right: 0.25em solid;
	border-bottom: 0.25em solid transparent;
	border-left: 0.25em solid transparent;
	transform-origin: right top;
	transform: rotate(45deg);
}
#all_branch_informations .branches_tab_area.influencer_option._other_branch_show li:not([influencer_option]) {
	display: block;
}
#all_branch_informations .branches_tab_area.influencer_option._other_branch_show li.other_onoff_button>span::before {
	right: initial;
	left: 1em;
	transform: rotate(-135deg);
}
#all_branch_informations .branches_tab_area.influencer_option li.other_onoff_button>span {
	display: none;
}
#all_branch_informations .branches_tab_area.influencer_option:not(._other_branch_show) li.other_onoff_button>span._off,
#all_branch_informations .branches_tab_area.influencer_option._other_branch_show li.other_onoff_button>span._on {
	display: block;
}
@media (max-width: 914px) {
    #all_branch_informations {
    	margin-top: 10em;
    }
    #all_branch_informations .title_area {
        line-height: 2em;
    }
    #all_branch_informations .title_area .info_title {
        font-family : "BareunDotumPro2";
        font-size: 1.6em;
    }
    #all_branch_informations .title_area .info_sub_title {
        font-size: 1.2em;
    }

    #all_branch_informations .branches_tab_area {
        margin-top: 2.5em;
    }

    #all_branch_informations .branches_tab_area ul {
        width: 100vw;
        line-height: 3.8em;
    }
    #all_branch_informations .branches_tab_area ul li>* {
        font-size: 1.3em;
    }
	#all_branch_informations .branches_tab_area ul li>*>noti {
		transform-origin: center bottom;
		transform: translateX(50%) scale(0.8);
		font-size: 0.75em;
	}
    #all_branch_informations .branches_tab_area ul li {
        flex: 0 33.33333%;
    }

    #all_branch_informations .branches_tab_area ul li[on]::before {
        border-top: 2px solid #ff3600;
        color: #ff3600;
    }
    #all_branch_informations .branches_tab_area ul li[on]>* {
        color: #ff3600;
        font-family: BareunDotumPro2;
    }
    #all_branch_informations .branches_tab_area ul li:nth-child(-n+7) {
        border-top: initial;
    }
    #all_branch_informations .branches_tab_area ul li:nth-child(7n+1) {
        border-left: initial;
    }
    #all_branch_informations .branches_tab_area ul li:nth-child(-n+3) {
        border-top: 1px solid #dfd6d1;
    }
    #all_branch_informations .branches_tab_area ul li:nth-child(3n+1) {
        border-left: 1px solid #dfd6d1;
    }
	#all_branch_informations .multiple_branch_groups {
        margin-top: 2em;
	}
	#all_branch_informations .multiple_branch_groups>div .multiple_branch_group_description {
		font-size: 1.4em;
	}
	#all_branch_informations .multiple_branch_groups>div>* {
		font-size: 0.8em;
	}
	#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_name {
		flex: 1 0 15em;
	}
	#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_name button {
		line-height: 2.3em;
	}
	#all_branch_informations .multiple_branch_groups>div>*[on]>div.group_branch_name button {
		color: #ff3600;
	}
	#all_branch_informations .multiple_branch_groups>div>*[on]>div.group_branch_name button::after {
		border-color: #ff3600;
	}
	#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_description {
		padding: 1.5em;
	}
	#all_branch_informations .multiple_branch_groups>div>*>div.group_branch_description p {
		line-height: 120%;
		word-break: break-word;
	}
    #all_branch_informations .branches_info_area .branch_info_data {
        padding: 3.5em 2em;
        max-width: 100vw;
        line-height: 2.4em;
    }
    #all_branch_informations .info_row {
        font-size: 1.3em;
    }
    #all_branch_informations .branches_info_area .branch_info_data .branch_info_detail {
        flex-wrap: wrap;
    }
    #all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div {
        flex: 1 100% !important;
        max-width: 100% !important;
    }
    #all_branch_informations .branches_info_area .branch_info_data .branch_info_detail>div .button_area {
        justify-content: center;
    }
    #all_branch_informations .branch_howtocome .contents {
        width: 100%;
    }
    #all_branch_informations .branch_howtocome .naver_map_view {
        width: 100%;
        height: 60vw;
    }
    #all_branch_informations .branch_howtocome .naver_map_view .beauty_marker a.name {
        font-size: 0.9em;
    }
	#all_branch_informations .branch_howtocome .picture_of_building_info {
		width: 100%;
	}
	#all_branch_informations .branch_howtocome .picture_of_building_info>div {
		font-size: 1em;
	}
	#all_branch_informations .branch_howtocome .picture_of_building_info .howtocome-slider .splide__arrow.splide__arrow--prev {
		left: -1.5em;
	}
	#all_branch_informations .branch_howtocome .picture_of_building_info .howtocome-slider .splide__arrow.splide__arrow--next {
		right: -1.5em;
	} 
	#all_branch_informations .branch_howtocome .howtocome_area {
		margin: 2em 0;
	}
	#all_branch_informations .branch_howtocome .howtocome_area ._title {
		font-size: 1.3em;
		line-height: 120%;
		padding: 1em 0;
	}
	#all_branch_informations .branch_howtocome .howtocome_area ._details {
		background: #f9f9f9;
		padding: 2em 3em;
		line-height: 130%;
	}
	#all_branch_informations .branch_howtocome .howtocome_area ._details ._how {
		font-family: BareunDotumPro3;
		font-size: 1.3em;
		line-height: 120%;
		padding: 1em 0;
	}
	#all_branch_informations .branch_howtocome .howtocome_area ._details ._way {
		font-size: 1.3em;
		line-height: 160%;
		padding-bottom: 1em;
	}
	#all_branch_informations .branches_tab_area.influencer_option li.other_onoff_button>span {
		font-size: 1.2em;
	}
}
.thumbnails-view {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}
.thumbnail:not(.is-active) {
	opacity: 0.7;
}

.thumbnail img {
  width: 100%;
  height: auto;
}