@charset "utf-8";

@import url("/site/resource/bywell/fonts/NotoSansKR/NotoSansKR.css");
@import url("/site/resource/bywell/fonts/TheJamsil/TheJamsil.css");

:root {
    --color-01: 0, 58, 149; /* #003A95 */
    --color-02: 0, 86, 224; /* #0056E0 */
    --color-03: 0, 74, 194; /* #004AC2 */
    --color-04: 8, 147, 161; /* #0893A1 */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'NotoSansKR', sans-serif;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    min-width: 360px;
}
ul, li {
    list-style: none;
}

#header {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(var(--color-01),0.95);
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

#section1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}
#section1 .fp-scroller {
    height: 100%;
}
[id*='section'] {
    background: url(/site/resource/bywell/images/shape.png) no-repeat 0 0/cover;
}
#section1 .scroll-down {
    position: absolute;
    bottom: 50px;
    animation: scrolldown 0.75s infinite alternate;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#section1 .scroll-down span {
    display: block;
}
#section1 .scroll-down .round-sq {
    position: relative;
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    cursor: pointer;
}
@keyframes scrolldown {
    0% {
        bottom: 50px;
    }
    100% {
        bottom: 45px;
    }
}

#section1 .scroll-down .round-sq .circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#section1 .scroll-down .round-sq .circle::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#section1 .scroll-down .round-sq .circle::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: rgb(var(--color-01));
    filter: brightness(0.5);
    opacity: 0;
    animation: opaciting 1s infinite alternate;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
@keyframes opaciting {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#section1 .scroll-down .line {
    position: absolute;
    width: 2px;
    height: 75px;
    background-color: #fff;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}
[id*='section']:not(.footer) .container {
    height: calc(100% - 80px);
    margin-top: 80px;
    padding: 65px 0 60px;
}
[id*='section']#section1 .container {
    margin-top: 0;
}

.top-logo a {
    display: flex;
}
.top-menu {
    display: flex;
    height: 100%;
    gap: 100px;
}
.top-menu li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.associate-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 50px;
    margin-top: 40px;
}
.associate-box .ac-list {
    display: flex;
    justify-content: center;
}
.associate-box .ac-list .ac-img {
    width: auto;
}
.visual-carousel.owl-carousel.owl-loaded {
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.visual-carousel .owl-stage-outer {
    height: 100%;
}
.visual-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.visual-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visual-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 250px;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}
.visual-carousel .owl-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/site/resource/bywell/images/main-visual.jpg) no-repeat 100%/cover;
    z-index: -1;
}
.visual-carousel .owl-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    z-index: -1;
}
.visual-carousel .txt-box {
    margin-bottom: 150px;
}
.visual-carousel .txt-box .tit {
    font-family: 'TheJamsil';
    font-size: 72px;
    font-weight: 300;
    color: #fff;
    max-width: 1100px;
    word-break: keep-all;
    margin: 0 auto;
}
.visual-carousel .txt-box .tit span {
    font-weight: 500;
}
.visual-carousel .txt-box .txt {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
    word-break: keep-all;
}

/* contents */
.section-tit {
    position: relative;
    font-family: 'TheJamsil';
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.section-tit::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #333;
    left: 50%;
    bottom: 0;
    transform: skew(-45deg) translateX(-50%);
}
.section-tit span {
    color: rgb(var(--color-02));
}
.section-stit {
    position: relative;
    font-family: 'TheJamsil';
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 30px;
}
.section-stit::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 3px;
    height: 7px;
    background-color: #0056E0;
}
.section-stit::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #003A95;
    box-shadow: 0 5px 0 #000;
}
.location .section-stit {
    margin-bottom: 10px;
}
.section-con {
    height: calc(100% - 130px);
    align-items: center;
}
.section-con.location {
    justify-content: center;
    align-items: normal;
}

@media(min-width: 1500px) {
    .section-tit {
        font-size: 36px;
        padding-bottom: 24px;
        margin-bottom: 60px;
    }
    .section-tit::before {
        width: 46px;
        height: 4px;
    }
}

/* introduce */
.introduce {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}
.introduce .greet {
    flex: 1;
}
.introduce .greet-tit {
    font-family: 'TheJamsil';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
.introduce .greet-tit span {
    position: relative;
}
.introduce .greet-tit span::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(var(--color-02),0.15);
}
.introduce .greet-txt {
    margin-bottom: 90px;
    line-height: 22px;
    letter-spacing: -0.65px;
}
.introduce .sign {
    display: flex;
    gap: 25px;
    font-weight: 500;
}
.introduce .sign .name {
    position: relative;
}
.introduce .sign .name::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #ddd;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
}
.introduce .sign .name::after {
    content: '';
    position: absolute;
    width: 89px;
    height: 80px;
    background: url(/site/resource/bywell/images/sign.png) no-repeat center bottom/100%;
    right: -110px;
    bottom: 0;
}
.introduce .info {
    flex: 0 0 450px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.introduce .info .box-tit {
    position: relative;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background: linear-gradient(90deg, rgb(var(--color-03)) 0%, rgb(var(--color-02)) 100%);
}
.introduce .info .box-tit::before {
    content: '';
    position: absolute;
    border-top: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-right: 7px solid transparent;
    top: 0;
    left: 0;
}
.introduce .info .box-list {
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: rgba(255,255,255,0.5);
}
.introduce .info .box-list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 1px;
}
.introduce .info .box-list li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0050D2;
    top: 13px;
    left: 1px;
}

@media(min-width: 768px) {
    .introduce .greet-txt {
        line-height: 26px;
    }
}
@media(min-width: 1500px) {
    .introduce .greet-tit {
        font-size: 28px;
    }
    .introduce .info .box-tit {
        font-size: 17px;
        height: 45px;
        line-height: 45px;
    }
    .introduce .info .box-list {
        padding: 20px 25px;
        font-size: 17px;
    }
}

.product .pd-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 30px;
}
.product .pd-list li {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    flex: 0 0 calc((100%/6) - 25px);
    gap: 10px;
}
.product .pd-list li .pd-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50px;
}
.product .pd-list li .pd-txt span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}
.location {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.location .lc-map {
    flex: 1 1 calc(50% - 30px);
}
.location .lc-map .root_daum_roughmap_landing {
    width: 100%;
}
.location .lc-map .root_daum_roughmap .wrap_map {
    height: 400px;
}
.location .lc-map .root_daum_roughmap .wrap_controllers {
    display: none;
}
.location .lc-map .lc-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    background-color: #0056E0;
    color: #fff;
}
.location .lc-map .lc-info .address {
    padding: 0 40px;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.location .lc-map .lc-info .address span {
    position: relative;
    font-weight: 500;
    margin-right: 15px;
    padding-right: 10px;
}
.location .lc-map .lc-info .address span::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: rgba(255,255,255,0.4);
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}
.location .lc-map .lc-info .btn {
    flex: 0 0 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #0893A1;
    color: #fff;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
}
.location .lc-map .lc-info .btn .bi {
    font-size: 26px;
}
.contact {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contact .ct-img {
    flex: 1 1 calc(50% - 30px);
}
.contact .ct-con {
    flex: 1 1 calc(50% - 30px);
}
.contact .ct-con .ct-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}
.contact .ct-con .ct-list li {
    flex: 1 1 calc(50% - 15px);
    min-height: 130px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 25px 30px;
    background-color: rgba(255,255,255,0.6);
}
.contact .ct-con .ct-list li [class*='icon'] {
    position: relative;
    flex: 0 0 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0056E0;
}
.contact .ct-con .ct-list li [class*='icon']::before {
    content: '';
    position: absolute;
    font-family: 'bootstrap-icons';
    font-size: 18px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact .ct-con .ct-list li .icon01::before {
    content: '\F4D7';
}
.contact .ct-con .ct-list li .icon02::before {
    content: '\F3E8';
}
.contact .ct-con .ct-list li .icon03::before {
    content: '\F84C';
}
.contact .ct-con .ct-list li .icon04::before {
    content: '\F3EE';
}
.contact .ct-con .ct-list li .icon05::before {
    content: '\F5C1';
}
.contact .ct-con .ct-list li .icon06::before {
    content: '\F501';
}
.contact .ct-con .ct-list li .icon01,
.contact .ct-con .ct-list li .icon04,
.contact .ct-con .ct-list li .icon05 {
    background-color: #0893A1;
}
.contact .ct-con .ct-list .txt strong {
    display: block;
    margin-bottom: 5px;
}
.contact .ct-con .ct-list .txt p {
    font-size: 16px;
}
.contact .ct-con .ct-list .txt p.adr {
    font-size: 15px;
}
.contact .ct-con .ct-list .txt p.adr span {
    font-size: 12px;
    color: #fff;
    background-color: #4d7dcb;
    border-radius: 3px;
    padding: 0 5px;
}
.contact .ct-con .ct-list .txt p.adr:last-child {
    margin-top: 5px;
}

@media(min-width: 1500px) {
    .contact .ct-con {
        font-size: 17px;
    }
}

/* footer */
.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
}
.footer .f-info {
    color: #aaa;
    font-size: 15px;
    line-height: 21px;
}
.footer .f-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.footer .f-info ul li {
    position: relative;
}
.footer .f-info ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: rgba(255,255,255,0.3);
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
}
.footer .f-info ul li span {
    font-weight: 500;
    color: #ccc;
}
.footer .f-info .copyright {
    margin-top: 10px;
}

/* owl-carousel */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 150px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,1);
}

/* fp-nav */
#fp-nav ul li a span, 
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span {
    background-color: rgb(var(--color-02));
}
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}
/* #fp-nav ul li:last-child {
    display: none;
} */

#fp-nav ul li .fp-tooltip {
    padding: 5px 8px;
    background-color: rgb(var(--color-02));
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    border-radius: 4px;
}

/* etc */
.line-gap {
    margin: 60px 0;
    border: none;
    border-top: 1px dashed #ddd;
}

/* fake select-01 */
.select-box {
    position: relative;
}
.select-box::before {
    content: "\F658";
    position: absolute;
    top: calc(50% + 1px);
    left: 8px;
    pointer-events: none;
    font-family: bootstrap-icons;
    color: #fff;
    font-size: 14px;
    transform: translateY(-50%);
}
.select-box::after {
    content: '';
    position: absolute;
    top: calc(60% + 1px);
    right: 8px;
    pointer-events: none;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translateY(-50%);
}
.select-box select {
    appearance: none;
    border: 0;
    font-size: 13px;
    color: #fff;
    background-color: rgba(var(--color-01));
    padding: 6px 30px;
    border-radius: 5px;
    border: 1px solid #fff;
}

/* fake select-02 */
.custom-select {
	position: relative;
    min-width: 100px;
}
.custom-select::before {
    content: '\F658';
    position: absolute;
    top: calc(50% + 1px);
    left: 9px;
    pointer-events: none;
    font-family: bootstrap-icons;
    color: #fff;
    font-size: 14px;
    transform: translateY(-50%);
}
.custom-select::after {
	/* content: '';
    position: absolute;
    top: calc(60% + 1px);
    right: 8px;
    pointer-events: none;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translateY(-50%); */
    content: '\F229';
    position: absolute;
    top: calc(50% + 1px);
    right: 8px;
    pointer-events: none;
    font-family: bootstrap-icons;
    color: #fff;
    font-size: 11px;
    transform: translateY(-50%);
}
.custom-select[open]::after {
    top: 50%;
	transform: translateY(-50%) rotateX(180deg);
}

.custom-select[open] {
	z-index: 1;
}
.custom-select summary {
	padding: 5px 30px;
	cursor: pointer;
	border-radius: 5px;
    border: 1px solid #fff;
	list-style: none;
    font-size: 13px;
}
.custom-select[open] summary {
    background: #133685;
}
.custom-select summary::-webkit-details-marker {
	display: none;
}
.custom-select summary:focus {
	outline: none;
}
.custom-select ul {
    width: 100%;
    background-color: #eee;
    border: 1px solid #ddd;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    padding: 8px;
    border-radius: 5px;
}
.custom-select li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.custom-select li:first-child {
	padding-top: 0;
}
.custom-select li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.custom-select summary.radios {
	counter-reset: radios;
}
.custom-select summary.radios:before {
	content: var(--selection);
}
.custom-select input[type=radio] {
	counter-increment: radios;
	appearance: none;
	display: none;
    pointer-events: none;
}
.custom-select input[type=radio]:checked {
	display: inline;
	--display: block;
}
.custom-select input[type=radio]:after {
	content: attr(title);
	display: inline;
	font-size: 13px;
    color: #fff;
}
.custom-select ul.list {
	counter-reset: labels;
}
.custom-select label {
	width: 100%;
	display: flex;
	cursor: pointer;
	justify-content: space-between;
    font-size: 13px;
}

@media (max-width: 1499px) {
    html, body {
        font-size: 16px;
    }
    .container {
        max-width: 95%;
    }
    .top-menu {
        gap: 50px;
    }
    .visual-carousel .txt-box {
        padding: 0 10%;
    }
    .visual-carousel .txt-box .tit {
        font-size: 58px;
    }
    .visual-carousel .txt-box .txt {
        font-size: 18px;
    }
    .product .pd-list li {
        flex: 0 0 calc((100%/5) - 24px);
    }
    .introduce .info {
        flex: 1 1 100%;
        flex-flow: row;
        flex-wrap: wrap;
    }
    .introduce .info .box {
        flex: 1 1 calc(50% - 20px);
    }
    .introduce .info .box-list {
        height: calc(100% - 45px);
    }
    .location .lc-map {
        flex: 1 1 100%;
    }
    .contact .ct-img {
        display: none;
    }
}
@media (max-width: 991px) {
    .visual-carousel .txt-box .tit {
        font-size: 40px;
    }
    .visual-carousel .txt-box .txt {
        font-size: 16px;
        margin-top: 25px;
    }
    .top-logo a img {
        width: 110px;
    }
    .custom-select summary {
        font-size: 12px;
    }
    .custom-select input[type=radio]:after {
        font-size: 12px;
    }
    .custom-select label {
        font-size: 12px;
    }
    .product .pd-list li {
        flex: 0 0 calc((100%/4) - 23px);
    }
    .product .pd-list li img {
        width: 50%;
    }
    .location .lc-map .root_daum_roughmap .wrap_map {
        height: 300px;
    }
    .location .lc-map .lc-info {
        height: 70px;
    }
    .location .lc-map .lc-info .address {
        padding: 0 20px;
        font-size: 13px;
    }
    .location .lc-map .lc-info .address span {
        padding-right: 10px;
    }
    .location .lc-map .lc-info .btn {
        flex: 0 0 70px;
    }
    .location .lc-map .lc-info .btn .bi {
        font-size: 21px;
    }
    .location .lc-map .lc-info .btn span {
        display: none;
    }

    .footer {
        padding: 25px 0 20px;
    }
    .footer .f-info {
        flex: 1 1 100%;
        font-size: 13px;
        text-align: center;
    }
    .footer .f-info ul {
        justify-content: center;
        gap: 0;
        margin-bottom: 10px;
    }
    .footer .f-info ul.address li {
        flex: 1 1 100%;
    }
    .footer .f-logo {
        flex: 1 1 100%;
        text-align: center;
        margin-top: 20px;
    }
    .footer .f-logo a img {
        width: 110px;
    }
    .footer .f-info ul li::before {
        display: none;
    }
}
@media (max-width: 767px) {
    html, body {
        font-size: 14px;
    }
    #header {
        height: 60px;
    }
    #header .container {
        height: 60px;
    }
    [id*='section']:not(.footer) .container {
        height: calc(100% - 60px);
        margin-top: 60px;
        padding: 50px 0;
    }
    .top-logo a img {
        width: 100px;
    }
    .container {
        max-width: 90%;
    }
    .associate-box {
        height: 35px;
        margin-top: 30px;
    }
    .visual-carousel .txt-box .tit {
        font-size: 32px;
    }
    .visual-carousel .txt-box .txt {
        font-size: 14px;
    }
    .visual-carousel .txt-box .txt br {
        display: none;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 80px;
    }
    .top-menu {
        display: none;
    }
    .introduce .info .box {
        flex: 1 1 100%;
    }
    .product .pd-list {
        font-size: 14px;
    }
    .product .pd-list li {
        flex: 0 0 calc((100%/3) - 20px);
    }
    .location .lc-map .root_daum_roughmap .wrap_map {
        height: 200px;
    }
    .contact .ct-con .ct-list {
        gap: 5px;
    }
    .contact .ct-con .ct-list li {
        flex: 1 1 100%;
        min-height: 0;
        padding: 15px 15px 20px;
    }
    .contact .ct-con .ct-list li [class*='icon'] {
        flex: 0 0 40px;
        height: 40px;
    }
    .contact .ct-con .ct-list .txt p,
    .contact .ct-con .ct-list .txt p.adr {
        font-size: 14px;
    }
}
@media (max-width: 499px) {
    .visual-carousel .txt-box {
        padding: 0 5%;
    }
    .product .pd-list li {
        flex: 0 0 calc((100%/2) - 15px);
    }
    .location .lc-map .root_daum_roughmap .wrap_map {
        height: 150px;
    }
    .location .lc-map .lc-info {
        height: 60px;
    }
    .location .lc-map .lc-info .address span {
        display: none;
    }
    .location .lc-map .lc-info .btn {
        flex: 0 0 60px;
    }
    .location .lc-map .lc-info .btn .bi {
        font-size: 18px;
    }
}