@charset "UTF-8";

.height-60{
    height: 60px;
}

#footer .inner-wrap {
    display: none;
}

#footer .footer-bottom {
    border-top: 0;
}
#content {
    padding-top: 0;
}

#content .branch-search-section {
    width : calc(100% - 80px);
    height: 312px;
    background: url("/yk/@resource/images/branch.png") no-repeat center;
    margin: 70px auto 0 auto;
    text-align: center;
    padding: 60px 0 60.25px 0;
}

#content .branch-under-section {
    width : calc(100% - 80px);
    background: url("/yk/@resource/images/underimg.png") no-repeat center;
    margin: -80px auto 0;
    text-align: center;
    padding: 3.75em 0;
    position: relative;
    clip-path: inset(0 calc((100vw - 1350px) / 2) 0 calc((100vw - 1350px) / 2));
}

#content
.branch-search-section > h1,
.branch-search-section > h2{
    width:100%;
    color: #FFFFFF;
}

.branch-under-section .applyBtn {
    font-size: 20px;
    font-weight: 800;
    line-height: 57.48px;
    margin: 40px auto 0;
    background-color: #FFFFFF;
    width: 290px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .branch-under-section > h1 {
    width:100%;
    color: #FFFFFF;
    font-size: 40px;
}
.branch-search-section .breakable,
.branch-under-section .breakable {
    white-space: nowrap;
}
.branch-search-section h1{
    /*max-width : 428px;*/
    width : calc(100% - 426.63px);
    height: 57px;
    font-size: 40px;
    /*font-weight: 800;*/
    line-height: 43px;
    margin: 0 auto;
}
.branch-under-section h1{
    /*max-width : 428px;*/
    width : calc(100% - 426.63px);
    height: 57px;
    font-size: 30px;
    font-weight: 800;
    line-height: 43.48px;
    margin: 0 auto;
}
.branch-search-section h2{
    /*max-width : 508px;*/
    width : calc(100% - 290.13px);
    height: 31px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.34px;
    margin: 0 auto;
}

.content-header .search-wrap{
    padding-top : 0;
}

.content-header .search-wrap .input-wrap, .pop-search .search-wrap .input-wrap{
    border-radius: 0;
}

.search-wrap .input-wrap .input-text.large{
    /*height: ;*/
}

.search-wrap .input-wrap{
    max-width: 700px;
    border-radius: 0;
    margin: 40px auto 62.25px auto;
}

/*지사장 변호사 ~ 업무사례*/
.lawyerWrap {
    width: 100%;
    /*height: 582px;*/
    margin: -20px auto;
    padding-left: 0;
    padding-right: 0;
}

#historyWrap {
    padding-top: 0;
}
.history-wrap .tabs li + li {
    margin-left: 0;
}
.section-wrap .info-wrap .title-wrap .category span {
    z-index: 1;
}
.lawyerWrap .section-wrap .history-wrap .historyContents {
    width: 100%;
    max-width: 1280px;
    height: 230px;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
}

.lawyerWrap .section-wrap .history-wrap .historyContents .dataList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(269px, 1fr));
    gap: 7px 0;
    max-height: 174px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 215px 4px 80px;
}

.lawyerWrap .section-wrap .history-wrap .historyContents .dataList::-webkit-scrollbar {width: 8px; height: 10px}
.lawyerWrap .section-wrap .history-wrap .historyContents .dataList::-webkit-scrollbar-track {background-color: rgba(0,0,0, 0.2);}
.lawyerWrap .section-wrap .history-wrap .historyContents .dataList::-webkit-scrollbar-thumb {background-color: #FFFFFF;}
.lawyerWrap .section-wrap .history-wrap .historyContents .dataList::-webkit-scrollbar-button {width: 0; height: 0;}

.lawyerWrap .section-wrap .history-wrap .historyContents .dataList li {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 18px;
}

.exampleWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2A2B2B;
    gap: 10px;
    margin: 100px auto 0;
    width: 100%;
    max-width: 1280px;
    text-align: center;
    align-items: center;
}

.exampleWrap h1 {
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto 0.67em;
}

.exampleWrap .subTitle {
    font-size: 1.5rem;
    margin-bottom: 1.875em;
    margin-top: -30px;
    font-weight: 500;
}

.exampleWrap .exampleCard {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    justify-items: center;
    width: 100%;
}

.exampleWrap .exampleCard .card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    min-width: 290px;
    max-width: 620px;
    height: 240px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 40px 0 #00000033;
}
.exampleWrap .exampleCard .card:hover {
    transform: scale(1.04);
    transition-duration: 0.5s;
    cursor: pointer;
}

.exampleWrap .exampleCard .card .contents{
    display: flex;
    width: 100%;
    max-width: 560px;
    height: 140px;
    gap: 20px;
}

.exampleWrap .exampleCard .card .contents .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #102169CC;
    color: #ffffff;
    width: 140px;
    min-width: 140px;
    height: 140px;
    /*padding: 20px 25px;*/
    padding: 20px 14px;
    text-align: center;
    box-sizing: border-box;
    word-break: auto-phrase;
}
.exampleWrap .exBtn {
    background-color: #102169;
    color: #FFFFFF;
    width: 18.125rem;
    height: 3.75rem;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.25rem;
    word-break: keep-all;
}
.exampleWrap .exampleCard .card .contents .title p{
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    max-height: 60px;
    line-height: 30px;
    word-break: keep-all;
}

.exampleWrap .exampleCard .card .contents .title img{
    width: 28.48px;
    height: 30px;
}

.exampleWrap .exampleCard .card .contents .desc{
    width: 400px;
    color: #2A2B2B;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.exampleWrap .exampleCard .card .contents .desc h5{
    font-size: 1.25rem;
    margin: 0;
    font-weight: 600;
    text-align: left;
}

.exampleWrap .exampleCard .card .contents .desc p{
    font-size: 30px;
    word-break: break-word;
    line-height: 42.82px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: start;
}

.exampleWrap .exampleCard .card .lookBtn {
    max-width: 580px;
    width: 100%;
    height: 2.5em;
    background-color: #2A2B2B;
    color: #ffffff;
    margin-top: 1.25em;
    opacity: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
}

.lawyerWrap .contentsBox .location {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 28px;
    color: #747678;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 3.593rem;
}

.lawWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3.75em;
}

.lawWrap .totalMemBtn {
    background-color: #102169;
    color: #FFFFFF;
    width: 290px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-weight: 700;
    font-size: 20px;
}

.lawyerWrap .lawyerMem {
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0 auto 80px;
    gap: 60px 40px;
    align-items: center;
    max-width: 1280px;
}

/* 250411 대구경북 주요 변호사 명단 추가*/

.lawWrap .lawyerDaeguMem {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    width: 100%;
    max-width: 1280px;
    margin: 10px auto 50px;
}

.lawyerDaeguTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 800;

    &::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-right: 8px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Ccircle cx='8' cy='7.50024' r='5.5' stroke='%23102169' stroke-width='4'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: relative;
        top: -3px;
    }
}

.lawyerGridWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background-color: #F0F3F7;
    padding: 30px;
}

.lawyerNamesBox {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    max-width: 605px;
    padding: 15px 20px;
    width: 100%;
    min-height: 126px;
    justify-content: flex-start;
    gap: 20px;
}

.lawyerNames {
    min-width: 137px;
    font-size: 25px;
    font-weight: 700;

    &::after {
        content: " 변호사";
        font-size: 22px;
        font-weight: 600;
    }
}

.lawyerCareer {
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.lawyerWrap .lawyerMem .laywerCard {
    background-size: auto 100%;
    max-width: 290px;
    height: 384px;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.lawyerWrap .lawyerMem .info {
    background: rgba(42, 43, 43, 0.8);
    height: auto;
    padding: 20px;
    color: #FFFFFF;
    font-weight: 400;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.lawyerWrap .lawyerMem .info p {
    font-size: 1rem;
}

.lawyerWrap .lawyerMem .info .lawTitle {
    font-size: 1.25rem;
    color: #FFFFFF;
}

.lawyerWrap .lawyerMem .info .lawyerName {
    font-weight: 700;
    font-size: 1.875rem;
    color: #FFFFFF;
}
.lawyerWrap .lawyerMem .info .lawyerName::after {
    content: " 변호사";
    font-size: 1.5rem;
}


.lawyerWrap .lawyerMem .laywerCard:hover,
#content .branch-under-section:hover,
#content .section-wrap .img-wrap:hover{
    cursor:pointer;
}

.lawyerWrap .lawyerMem .laywerCard .lawMyFiled {
    padding-top: 0.938rem;
    font-weight: 400;
}

.lawyerWrap .lawyerMem .laywerCard .info .lawMyFiled span {
    font-size: 20px;
}


.lawyerWrap .icon {
    margin: 1px 0 -2px 5px;
}

.lawyerWrap .lawyerMem .laywerImg {
    background-image: url("/yk/@resource/images/@temp/lawyer_suwon_3.png");
}

/*자세히보기*/
.lawyerWrap .lawyerMem .more {
    background-color: #2A2B2B;
    opacity: 0.6;
    height: 24px;
    font-weight: 400;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
    position: absolute;
    bottom: -40px;
}

#content. lawyerWrap .lawyerMem .ico {
    padding-left: 13px;
}

.section-wrap .info-wrap{
    margin-left: 100px;
    display: flex;
    justify-content: flex-end;
    height: 53%;
    flex-direction: column;
}

#content .section-wrap .img-wrap {
    background: bottom no-repeat url("/yk/@resource/images/Bg.png"), none;
    position: absolute;
    background-size: contain;
    bottom: 0;
    right: 7.5%;
}

#imgWrap img{
    height: 630px;
    position: absolute;
    left: -22px;
    bottom: 0;
}

#imgWrap {
    max-width: 512px;
    width: 100%;
    height: 543px;
}

#content .section-wrap{
    position: relative;
    justify-content: left;
    /*height: 582px;*/
    height: 614px;
}

#content .section-wrap .clickBtn {
    position: absolute;
    top: 42.5%;
    right: 8px;
    background-color: rgba(16, 33, 105, 0.8);
    font-weight: 400;
    padding: 8px 20px;
    text-align: center;
    color: #FFFFFF;
}

.section-wrap .info-wrap .title-wrap .category{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 28px;
}

.section-wrap .info-wrap .title-wrap .category img{
    width: 30px;
    height: 26px;
}
#content .section-wrap .info-wrap .title-wrap .flex .name {
    font-size: 40px;
    line-height: 33px;
    margin: 15px 0 20px;
}
#content .section-wrap .info-wrap .title-wrap .flex .profession {
    font-size: 34px;
}
#content .section-wrap .info-wrap .title-wrap .flex h1{
    font-weight: 700;
    margin: 15px 0 20px;
    z-index: 1;
    width: fit-content;
    color: #2A2B2B;
}

.section-wrap .badge-title h2{
    max-width:84px;
    width: 84px;
    height: 33px;
    font-weight:600;
    font-size: 1.5rem;
    margin-top: 0.813em;
}

#badgeWrap {
    padding-top: 0;
    display: grid;
    /*grid-template-rows: repeat(auto-fill, minmax(24px, 1fr));*/
    grid-template-columns: repeat(2, 1fr);
    max-width: 70%;
}

#badgeWrap li {
    margin-top: 20px;
    z-index: 1;
}

.section-wrap .badge-wrap li {
    /*width: 100%;*/
}

.section-wrap .badge-wrap li .text-wrap .title{
    font-size: 1rem;
    font-weight: 500;
    color: var(--grey-blue-80);
    line-height: 1.306rem;
}

.section-wrap .badge-wrap li .text-wrap .type{
    margin-top: 0.5em;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1;
}

.section-wrap .history-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.section-wrap .history-wrap .tabs {
    gap: 30px;
    color: #FFFFFF;
    margin-left: 100px;
}

.section-wrap .history-wrap .tabs li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 40px;
    text-align: center;
    background: rgba(42, 43, 43, 0.6);
}

.section-wrap .history-wrap .tabs li a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section-wrap .history-wrap .tabs li a h3{
    color: #FFFFFF;
    padding: 0;
}

.section-wrap .history-wrap .tabs li.active,
.section-wrap .history-wrap .tab-content{
    background: #102169CC;
    color: #FFFFFF;
}

.locationInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 48px;
    margin-top: -20px;
}

.locationInfo h2{
    font-size: 2.5rem;
    font-weight: 800;
}
.locationInfo .locationText {
    display: flex;
    flex-direction: row;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

#swiper {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    list-style: none;
}


.locationInfo .btnWrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
}

.btnStyle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 60px;
}

.locationInfo .btnWrap .copyBtn{
    font-weight: 600;
    color: #FFFFFF;
    background: #747678;
}

.locationInfo .btnWrap .locationBtn{
    font-weight: 600;
    background-color: #03C75A;
    color: #FFFFFF;
}

.locationInfo .btnWrap .copyBtn ,
.locationInfo .btnWrap .locationBtn {
    cursor: pointer;
}

.locationInfo .btnWrap .call{
    display: none;
    font-weight: 800;
    color: #2A2B2B;
    background: #D7DADE;
}

.locationInfo .locationText .calling::before {content: '';display: inline-block;width: 1px;background-color: var(--grey-blue-20);vertical-align: middle; height: 22px;
    margin: 0 20px;}

.branchBtnSection {
    margin-top: -240px;
    width: 100%;
}
.branchTotal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.branchTotal h2{
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 auto 0.4rem;
}
.branchTotal span {
    font-size: 1.5rem;
    font-weight: 500;
}
.branchTotalBtn {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0 20px;
}
.branchTotalBtn a {
    background-color: #F0F3F7;
    /*width: 290px;*/
    width: 23%;
    height: 50px;
    border: 1px solid #A6A8AB;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branchTotalBtn a:hover {
    transition: 0.3s ease-out;
    background-color: #102169;
    color: #ffffff;
    cursor: pointer;
}
.branchTotalBtn a:hover .ico.direct{
    content: '';
    background-image: url(../images/ico/direct_naver.png);
}
.branchTotalBtn a.disabled {
    pointer-events: none;
    color: gray;
    cursor: default;
    text-decoration: none;
}

.locationInfo .locationImgSec {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.locationInfo .locationImgSec .imageContainer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 47%;
    overflow: hidden;
}

.locationInfo .locationImgSec .imageContainer .pcMap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
    cursor: grab;
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}
.locationInfo .locationImgSec .imageContainer .zoomWrap {
    position: absolute;
    bottom: 48px;
    left: 96%;
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 3;
    width: 42px;
}
.locationInfo .locationImgSec .zoomWrap .btn {
    position: relative; /* 부모 요소 기준 설정 */
    background-color: #192A58E5;
    opacity: 90%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.locationInfo .locationImgSec .zoomWrap .btn.active {
    color: #001847;
}
.locationInfo .locationImgSec .zoomWrap .btn.active::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
/* 비활성화된 버튼의 배경 원 */
.locationInfo .locationImgSec .zoomWrap .btn.inactive::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #0F1D41;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.locationInfo .locationImgSec .zoomWrap .btn:hover{
    cursor: pointer;
}

/* 활성화된 아이콘 */
#reset-btn.active .resetIcon {
    background-image: url('../images/ico/ico_activeReset.png');
}

#zoom-in-btn.active .expandIcon {
    background-image: url('../images/ico/ico_activeExpand.png');
}

#zoom-out-btn.active .downScaleIcon {
    background-image: url('../images/ico/ico_activeDownscale.png');
}
/* 비활성화된 버튼 */
#reset-btn.inactive .ico {
    background-image: url('../images/ico/ico_inactiveReset.png');
}

#zoom-in-btn.inactive .ico {
    background-image: url('../images/ico/ico_inactiveExpand.png');
}

#zoom-out-btn.inactive .ico {
    background-image: url('../images/ico/ico_inactiveDownscale.png');
}

.locationInfo .locationImgSec .zoomWrap button:nth-child(1){
    border-radius: 35px;
    height: 44px;
    margin-bottom: 7px;
}
.locationInfo .locationImgSec .zoomWrap button:nth-child(2){
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    height: 44px;
}

.locationInfo .locationImgSec .zoomWrap button:nth-child(3){
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    height: 44px;
}

.locationInfo .locationImgSec .imageContainer.dragging {
    cursor: grabbing;
}

/* 250409 사무소 콘텐츠 추가 */
.board-ofc-cnt-box article {
    padding: 30px 50px;
    gap: 20px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 100%
}
.board-ofc-cnt-box article .card-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.5px 0px;
    gap: 15px;
}
.board-ofc-cnt-box article .card-img-box img {
    width: 220px;
    height: 140px;
    min-width: 220px;
    max-width: 220px
}
.board-ofc-cnt-box article .card-title-tags {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    display:flex;
    margin-bottom: 6px;
}
.board-ofc-cnt-box article .card-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #2A2B2B;
}
.board-ofc-cnt-box article .card-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2A2B2B;
}
.board-ofc-cnt-box article .card-description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 사이드 전화하기(모바일용) none 처리*/
@media  all and (min-width: 821px ) and (max-width: 1200px) {
    #content .floating-wrap .btn.call {
        display: none !important;
    }
}

@media all and (max-width: 1070px ) {
    #content .branch-under-section > h1 {
        line-height: 42px;
        width: 60%;
        font-size: 36px;
    }
}
@media all and (max-width: 1010px ) {
    .locationInfo .locationText {
        text-align: center;
        word-break: keep-all;
        flex-direction: column;
    }
    .locationInfo .locationText .calling::before {
        content: '';
        width: 0;
        height: 0;
        margin: 0;
    }

}

@media all and (max-width: 1500px) {
    .locationInfo .locationImgSec .imageContainer .zoomWrap {
        position: absolute;
        top: 35px;
        left: 96%;
        transform: translateX(-50%);
        list-style: none;
        display: flex;
        flex-direction: column;
        text-align: center;
        z-index: 3;
        width: 42px;
    }
}

/*Tablet 사이즈*/
@media all and (max-width: 960px) {
    #content  {overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch;}
    .introduce.member section.view {
        padding-bottom: 50px;
    }
    .content-primary {
        padding: 60px 0 120px;
    }
    #content .branch-search-section {
        width: 100%;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 30px 0;
        margin: 75px auto 0 auto;
        height: 270px;
    }

    #content .branch-search-section > h1 {
        font-size: 1.625rem;
        line-height: 2.063rem;
        height: 3.563rem;
    }

    .branch-search-section h2 {
        margin: 17px auto 0;
        width: calc(100% - 100px);
        font-size: 18px;
    }

    .content-header .search-wrap {
        padding-top: 6px;
    }

    .content-header .search-wrap {
        width: 100%;
    }

    .lawWrap {
        padding-top: 30px;
    }

    .lawyerWrap .lawyerMem {
        padding: 0 20px;
        flex-wrap: wrap;
        gap: 60px 20px;
        margin: 0 auto 70px;
    }
    .lawyerWrap .lawyerMem .laywerCard {
        max-width: 100%;
        width: calc(50% - 10px);
        height: 350px;
    }

    .lawyerWrap .lawyerMem .info p {
        font-size: 0.875rem;
    }
    .lawyerWrap {
        width: 100%;
        margin: -60px auto;
    }
    #content .section-wrap {
        min-height: 445px;
        height: 580px
    }

    #content .section-wrap .clickBtn .ico {
        width: 10px;
        height: 10px;
        margin: 0 0 -1px 3px;
    }

    #content .section-wrap .img-wrap img {
        max-width: 243px;
        margin: -65px auto;
        padding-bottom: 67px;
    }
    #content .section-wrap .img-wrap {
        bottom: 148px;
        left: 26%;
        padding: 0;
    }
    #content .section-wrap .info-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 350px;
        margin-left: calc(90px - 7vw);
    }
    #content .section-wrap .clickBtn {
        right: 25%;
        font-size: 14px;
    }

    #content .section-wrap .info-wrap .title-wrap .flex h1 {
        margin: 18px 0 20px;
        font-size: 32px;
    }
    .section-wrap .badge-title h2 {
        font-size: 1.125rem;
        margin-top: 0;
    }
    .section-wrap .info-wrap .title-wrap .category img {
        width: 16px;
        height: 14px;
    }
    .section-wrap .info-wrap .title-wrap .category span {
        font-size: 1rem;
    }
    .introduce.member section.view .info-wrap .title-wrap .category {
        font-size: 19px;
    }
    .lawyerWrap .section-wrap .info-wrap .title-wrap {
        z-index: 1;
    }
    .lawyerWrap .section-wrap .history-wrap .historyContents {
        height: 190px;
        padding: 17px 20px;
    }
    .lawyerWrap .section-wrap .history-wrap .historyContents .dataList::-webkit-scrollbar {width: 5px; height: 10px}

    .lawyerWrap .lawyerMem .info .lawyerName {
        font-size: 1.313rem;
    }
    .lawyerWrap .section-wrap .history-wrap .historyContents .dataList {
        grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
        gap: 1px 0;
        max-height: 140px;
        padding: 0 130px 0 0;
    }
    .section-wrap .history-wrap .tabs li a h3 {
        font-size: 1rem;
    }

    .lawyerWrap .section-wrap .history-wrap .historyContents .dataList li {
        font-size: 0.875rem;
    }
    .section-wrap .info-wrap .title-wrap .category {
        height: 0;
        line-height: 16px;
        align-items: start;
        font-size: 20px;
        font-weight: 600;
    }

    .section-wrap .badge-wrap li .text-wrap .title {
        line-height: 15px;
        font-size: 0.875rem;
    }

    .section-wrap .badge-wrap li .text-wrap .type {
        margin-top: 5px;
        font-size: 1rem;
    }
    .lawyerWrap .lawyerMem .more {
        font-size: 14px;
    }
    .lawWrap .totalMemBtn {
        width: calc(100% - 40px);
        height: 50px;
        font-size: 1rem;
    }
    .lawyerWrap .lawyerMem .info .lawyerName::after {
        content: " 변호사";
        font-size: 1.125rem;
    }

    #content .branch-under-section {
        width: 100%;
        margin: 60px 0 -50px;
    }

    #content .branch-under-section > h1 {
        line-height: 42px;
        font-size: 1.625rem;
    }

    .branch-under-section .applyBtn {
        height: 50px;
        font-size: 1rem;
        line-height: 19px;
        margin: 71px auto 0;
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .branch-under-section .applyBtn .ico {
        width: 5.5px;
        height: 10px;
    }
    #badgeWrap li {
        width: 160px;
    }

    #content .section-wrap .info-wrap .title-wrap .flex .name {
        font-size: 1.438rem;
        line-height: 33px;
        margin: 15px 0 20px;
    }
    #content .section-wrap .info-wrap .title-wrap .flex .profession {
        font-size: 1.313rem;
    }
    #badgeWrap li .badge-1 {
        width: 19px;
        height: 19px;
    }
    .section-wrap .history-wrap .tabs li {
        max-width: 120px;
    }

    .locationInfo {
        width: 100%;
    }

    .locationInfo .locationText {
        font-size: 1.125rem;
        line-height: 1.563rem;
        text-align: center;
        word-break: keep-all;
        flex-direction: column;
    }
    .locationInfo h2 {
        font-size: 1.625rem;
        font-weight: 800;
        line-height: 2.313rem;
    }
    .locationInfo .locationText .calling::before {
        content: '';
        width: 0;
        height: 0;
        margin: 0;
    }
    .section-wrap .history-wrap .tabs {
        margin-left: 20px;
        gap: 10px;
    }
    .btnStyle {
        height: 3.125rem;
    }
    .locationInfo .btnWrap {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 30px;
    }

    .locationInfo .btnWrap .copyBtn ,
    .locationInfo .btnWrap .locationBtn {
        width: calc(100% - 40px);
        font-size: 1rem;
    }

    .lawyerWrap .lawyerMem .laywerCard .info .lawMyFiled span {
        font-size: 16px;
    }
    .exampleWrap {
        margin: 50px auto 0;
    }
    .exampleWrap .exampleCard {
        padding: 0 20px;
        width: 100%;
    }
    .exampleWrap .exampleCard .card {
        width: 100%;
        max-width: 100%;
        box-shadow: 0 0 20px 0 #00000033;
    }
    .exampleWrap .exampleCard .card .contents .desc p {
        font-size: 1.3rem;
        line-height: 28px;
    }
    .exampleWrap .exampleCard .card .contents .desc h5 {
        font-size: 1rem;
    }
    .exampleWrap .exampleCard .card .contents {
        /*max-width: 575px;*/
        max-width: 100%;
    }
    .exampleWrap .exBtn {
        width: calc(100% - 40px);
        height: 50px;
        font-size: 1rem;
        margin-top: 20px;
    }

    .exampleWrap .subTitle {
        font-size: 1.125rem;
        margin: -20px 0 20px;
        line-height: 23.5px;
        width: 260px;
    }
    .exampleWrap h1 {
        font-size: 1.625rem;
    }
    .exampleWrap .exampleCard .card .lookBtn {
        margin-top: 20px;
        font-size: 14px;
        height: 40px;
        max-width: 100%;
    }
    .branchBtnSection {
        margin-top: -133px;
    }
    .branchTotalBtn a {
        /*width: 280px;*/
        width: 31%;
        min-width: 217px;
    }
    .branchTotal h2 {
        font-size: 1.625rem;
    }
    .branchTotal span {
        font-size: 1.125rem;
        line-height: 23.5px;
    }
    .locationInfo .locationImgSec {
        margin-top: 30px;
    }
    .locationInfo .locationImgSec .imageContainer .zoomWrap {
        display: none;
    }

    .lawWrap .lawyerDaeguMem {
        margin: 0 auto 30px;
        gap: 15px 0;
    }

    .lawyerDaeguTitle {
        font-size: 1.313rem;
    }

    .lawyerGridWrap {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 20px;
        padding: 15px;
        gap: 5px;
        background-color: #F0F3F7;
    }

    .lawyerNamesBox {
        display: flex;
        align-items: center;
        background-color: #FFFFFF;
        padding: 15px 20px;
        width: 100%;
        max-width: 100%;
        min-height: 107px;
        justify-content: flex-start;
        gap: 10px;
    }


    .lawyerNames {
        font-size: 20px;
        min-width: 106px;

        &::after {
            content: " 변호사";
            font-size: 18px;
            font-weight: 600;
        }
    }

    .lawyerCareer {
        font-size: 16px;
        font-weight: 500;
    }

    /* 250410 콘텐츠 사무소 리스트 태블릿 스타일 추가 */
    .board-ofc-cnt-box {
        padding: 0 20px;
    }
    .board-ofc-cnt-box article {
        padding: 20px;
    }
    .board-ofc-cnt-box article .card-content-box {
        width: calc(100% - (20px + 110px));
    }
    .board-ofc-cnt-box article .card-img-box {
        width: 110px;
        height: 110px;
    }
    .board-ofc-cnt-box article .card-img-box img {
        height: 100%;
        width: 100%;
        min-width: unset;
        object-fit: cover;
        object-position: center;
    }
    .board-ofc-cnt-box article .card-title-tags {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .board-ofc-cnt-box article .card-title {
        display: -webkit-box;
        font-size: 1.3rem;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .board-ofc-cnt-box article .card-description {
        font-size: 15px;
        line-height: 20px;
    }
}
@media all and (max-width: 820px) {
    .locationInfo {
        margin-top: -60px;
    }
    .content-header .search-wrap .input-wrap {
        margin: 40px auto 62.25px;
        width: calc(100% - 30px);
    }

    #searchInput {
        /*width: calc(100% - 62px);*/
        height: 60px;
        line-height: 60px;
    }
    .branchBtnSection {
        margin-top: -173px;
    }
}

@media all and (max-width: 919px) {
    .exampleWrap .exampleCard {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        width: calc(100% - 40px);
        padding: 0;
    }

    .exampleWrap .exampleCard .card {
        height: 210px;
        min-width: 280px;
        max-width: 100%;
        min-height: 127px;
    }

    .exampleWrap .exampleCard .card .contents .title {
        width: 110px;
        height: 110px;
        min-width: 110px;
        padding: 8px 11px;
    }

    .exampleWrap .exampleCard .card .contents .title img {
        width: 30px;
        height: 31px;
    }

    .exampleWrap .exampleCard .card .contents .title p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 9px;
    }

    .exampleWrap .exampleCard .card .lookBtn {
        margin-top: -6px;
    }

    .exampleWrap .exampleCard .card .contents .desc {
        width: 100%;
        max-height: 110px;
        /*min-width: 178px;*/
        line-height: 28px;
    }

    .exampleWrap .exampleCard .card .contents .desc p {
        font-size: 21px;
        line-height: 31px;
        text-align: left;
    }

    .exampleWrap .exampleCard .card .contents .desc h5 {
        font-size: 16px;
        line-height: 21px;
    }
}

/*Mobile사이즈*/
@media all and (max-width: 550px) {
    #content {
        overflow-x: hidden;
        width: 100vw;
    }

    #content .view {
        padding-top: 20px;
    }

    .content-header .search-wrap {
        padding-top: 17px;
        height: 110px;
    }

    #content .branch-search-section {
        height: calc(100% - 30px);
        padding: 30px;
        margin-top: 60px;
    }

    #content .branch-search-section > h1 {
        font-size: 23px;
        line-height: 28px;
        height: 33px;
    }

    .branch-search-section h2 {
        margin: 17px auto 0;
        width: 80%;
        font-size: 16px;
        line-height: 22px;
        height: auto;
    }

    .ico.more {
        width: 9px;
        height: 10px;
        margin: 0 0 1px 7px;
    }

    .lawyerWrap {
        width: 100%;
        margin: -60px auto;
    }

    .content-primary {
        padding: 0;
    }

    #content .section-wrap {
        min-height: 465px;
        height: 100%;
    }

    #content .section-wrap .clickBtn {
        position: absolute;
        top: 37%;
        right: 30%;
        padding: 5.5px 10px;
        font-size: 11px;
    }

    #content .section-wrap .clickBtn .ico {
        width: 10px;
        height: 10px;
        margin: 0 0 -1px 3px;
    }

    #content .section-wrap .img-wrap {
        position: absolute;
        background-size: contain;
        bottom: 100px;
        /*left: 30%;*/
    }

    #content .branch-search-section .breakable,
    #content .branch-under-section .breakable {
        overflow-wrap: normal;
    }

    #content .section-wrap .img-wrap img {
        max-width: 219px;
        margin: -67px auto;
        padding-bottom: 67px;
    }

    #content .section-wrap .info-wrap {
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 300px;
    }

    .content-header .search-wrap .input-wrap {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .search-wrap .input-wrap .input-text.large::placeholder {
        font-size: 14px;
    }

    #badgeWrap {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 496px;
        gap: 0;
    }

    #badgeWrap li {
        margin-top: 20px;
        width: 298px;
    }

    .section-wrap .history-wrap .tabs {
        margin-left: 20px;
    }

    .section-wrap .info-wrap .title-wrap .category img {
        width: 15px;
        height: 13px;
        margin-right: -5px;
    }

    .section-wrap .info-wrap .title-wrap span {
        line-height: 17px;
        z-index: 1;
        font-size: 13px;
    }

    #content .section-wrap .info-wrap .title-wrap .flex .name {
        font-size: 23px;
        line-height: 33px;
        margin: 15px 0 20px;
    }

    #content .section-wrap .info-wrap .title-wrap .flex .profession {
        font-size: 18px;
    }

    .section-wrap .history-wrap .tabs li {
        width: 87px;
        height: 25px;
    }

    .section-wrap .history-wrap .tabs li a h3 {
        font-size: 12px;
    }

    #content .section-wrap .info-wrap .title-wrap .flex h1 {
        font-weight: 700;
        margin: 18px 0 20px;
        z-index: 1;
        width: fit-content;
        color: #2A2B2B;
    }

    .section-wrap .badge-title h2 {
        font-size: 15px;
        line-height: 20.5px;
        margin-top: 0;
        height: 23px;
    }

    .lawWrap .lawyerDaeguMem {
        gap: 30px 0 ;
        margin: 0 auto 20px;
    }
    .lawyerName {
        font-size: 18px;
        white-space: normal;
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .lawWrap .totalMemBtn {
        background-color: #102169;
        color: #FFFFFF;
        width: calc(100% - 40px);
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        font-size: 13px;
    }

    .section-wrap .info-wrap .title-wrap .category {
        height: 0;
        line-height: 16px;
        align-items: start;
        color: #747678;
        font-size: 20px;
        font-weight: 600;
    }

    .section-wrap .badge-wrap li .text-wrap .title {
        font-size: 11px;
        line-height: 15px;
    }

    .section-wrap .badge-wrap li .text-wrap .type {
        margin-top: 5px;
        font-size: 13px;
    }

    .section-wrap .badge-wrap {
        flex-direction: column;
        width: 80%;
        align-items: flex-start;
        padding-top: 0;
    }

    #badgeWrap {
        padding: 0;
    }

    #badgeWrap li {
        margin-top: 10px;
    }

    #badgeWrap .ico {
        width: 19px;
        height: 18px;
    }

    .lawWrap {
        padding-top: 30px;
    }

    .lawyerWrap .lawyerMem {
        gap: 40px 20px;
        margin: 0 auto 45px;
    }

    .lawyerWrap .lawyerMem .info .lawyerName {
        font-size: 18px;
        white-space: normal;
    }

    .lawyerWrap .lawyerMem .info .lawyerName::after {
        content: " 변호사";
        font-size: 15px;
    }

    .lawyerWrap .lawyerMem .info p {
        font-size: 11px;
        line-height: 17px;
    }
    .lawyerWrap .section-wrap .history-wrap .historyContents {
        min-width: 100%;
        max-width: 415px;
        height: 140px;
        padding: 20px 20px 20px 15px;
    }

    .lawyerWrap .section-wrap .history-wrap .historyContents .dataList {
        gap: 3px 0;
        max-height: 100px;
        padding: 0 0 0 5px;
    }

    .lawyerWrap .section-wrap .history-wrap .historyContents .dataList li {
        font-size: 11px;
    }

    .exampleWrap .exampleCard {
        grid-template-columns: repeat(1, 1fr);
        width: 90%;
    }

    .exampleWrap .exampleCard .card {
        height: 127px;
        padding: 10px;
    }

    .exampleWrap .exampleCard .card .contents {
        gap: 10px;
        height: auto;
    }

    .exampleWrap .exampleCard .card .contents .title {
        width: 74px;
        height: 74px;
        padding: 8px 11px;
        min-width: 74px;
    }

    .exampleWrap .exampleCard .card .contents .title img {
        width: 20px;
        height: 21px;
    }

    .exampleWrap .exampleCard .card .contents .title p {
        font-size: 13px;
        line-height: 15px;
        margin-top: 6px;
    }

    .exampleWrap .exampleCard .card .lookBtn {
        width: 100%;
        margin-top: 8px;
        font-size: 11px;
        height: 40px;
    }

    .exampleWrap h1 {
        font-size: 23px;
    }

    .exampleWrap .exampleCard .card .contents .desc {
        max-height: 74px;
        height: auto;
        overflow: hidden;
    }

    .exampleWrap .exampleCard .card .contents .desc p {
        font-size: 18px;
        line-height: 28px;
        overflow: visible;
        text-align: left;
    }

    .exampleWrap .exampleCard .card .contents .desc h5 {
        font-size: 13px;
        line-height: 17px;
    }

    .exampleWrap .subTitle {
        font-size: 15px;
        margin: -20px 0 20px;
        line-height: 20px;
        width: 206px;
    }

    .exampleWrap .exBtn {
        width: 90%;
        height: 35px;
        align-self: center;
        font-size: 13px;
        margin-top: 10px;
    }

    .lawyerWrap .lawyerMem .laywerCard {
        height: 248px;
    }

    .lawyerWrap .lawyerMem .info {
        height: 110.5px;
        /*min-height: 142px;*/
        padding: 10px;
    }

    .lawyerWrap .lawyerMem .laywerCard .info .lawMyFiled span {
        font-size: 13px;
        line-height: 17px;
    }

    .lawyerWrap .lawyerMem .laywerCard .lawMyFiled {
        padding-top: 8px;
        font-weight: 400;
    }

    .lawyerWrap .lawyerMem .more {
        height: 25px;
        font-size: 11px;
        padding: 0;
        bottom: -25px;
    }

    .lawyerWrap .lawyerMem .more .icon {
        width: 10px;
        height: 12px;
        padding-top: 5px;
    }

    #content .branch-under-section {
        width: 100%;
        padding: 30px 20px;
        display: inline-block;
    }

    .branch-search-section .breakable,
    .branch-under-section .breakable {
        white-space: nowrap;
    }

    #content .branch-under-section > h1 {
        font-size: 23px;
        line-height: 33px;
        width: 98%;
    }

    .branch-under-section .applyBtn {
        height: 35px;
        font-size: 13px;
        line-height: 19px;
        margin: 27px auto 0;
        width: 100%;
        max-width: 100%;

    }

    .branch-under-section .applyBtn .ico {
        width: 5.5px;
        height: 10px;
    }

    .locationInfo .btnWrap {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        gap: 10px;
    }

    .locationInfo h2 {
        font-size: 23px
    }

    .locationInfo .locationText {
        font-size: 16px;
        line-height: 22px;
        max-width: 376px;
        text-align: center;
        word-break: keep-all;
        padding: 0 10px;
    }

    .locationInfo .btnWrap i {
        width: 14px;
        height: 13px;
    }

    .locationInfo .btnWrap .call {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .locationInfo .btnWrap .copyBtn,
    .locationInfo .btnWrap .locationBtn,
    .locationInfo .btnWrap .call {
        width: 100%;
        height: 35px;
        font-size: 13px;
    }

    .direction {
        margin-top: 20px;
    }

    .locationInfo {
        margin-top: -95px;
    }

    .branchBtnSection {
        margin-top: -180px;
    }
    .branchTotalBtn {
        margin-top: 20px;
        gap: 10px;
    }
    .branchTotalBtn a {
        width: 48%;
        min-width: 147.5px;
        height: 30px;
        font-size: 11px;
    }
    .branchTotal h2 {
        font-size: 23px;
    }
    .branchTotal span {
        font-size: 15px;
        line-height: 20px;
        padding: 0 10px;
    }
    .branchTotalBtn .ico {
        width: 13px;
        height: 12px;
        margin-bottom: 1.3px;
    }
    .locationInfo .locationImgSec {
        margin-top: 4px;
    }
    .locationInfo .locationImgSec .imageContainer {
        padding-top: 56.25%;
    }
    .locationInfo .locationImgSec .imageContainer .mobileMap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.2s ease;
        cursor: grab;
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-top: 0;
    }

    /*  250411 :: 대구경북 주요변호사 스타일  */
    .lawWrap .lawyerDaeguMem {
        margin: 0 auto 30px;
        gap: 15px 0;
    }

    .lawyerDaeguTitle {
        font-size: 19px;
    }

    .lawyerGridWrap {
        margin: 0;
        gap: 5px;
    }

    .lawyerNames {
        font-size: 17px;
        min-width: 49px;

        &::after {
            content: " 변 호 사";
            display: block;
            font-size: 14px;
            font-weight: 600;
        }
    }

    .lawyerCareer {
        font-size: 14px;
        font-weight: 500;
    }

    .icon_mob {
        width: 18px;
        height: 17px;
    }

    /* 250410 콘텐츠 사무소 리스트 모바일 스타일 추가 */
    .board-ofc-cnt-box {
        padding: 0;
    }
    .board-ofc-cnt-box article {
        width: 90%;
        padding: 24px;
        margin: 0 auto;
    }
    .board-ofc-cnt-box article .card-content-box {
        width: calc(100% - (20px + 90px));
        gap: 5px;
    }
    .board-ofc-cnt-box article .card-img-box {
        margin: auto;
        width: 90px;
        height: 90px;
    }
    .board-ofc-cnt-box article .card-title-tags {
        font-size: 13px;
        line-height: 17px;
    }
    .board-ofc-cnt-box article .card-title {
        font-size: 18px;
        line-height: 28px;
    }
    .board-ofc-cnt-box article .card-description {
        font-size: 12px;
    }
}