.new-branch-container {
    width: 100%;
    display: flex;
    padding: 80px 0px 120px;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    background: #222;
    position: relative;
    overflow: hidden;
}

.pg-tit {
    color: #D2EADF;
}

.world-map {
    position: absolute;
    max-width: 1215px;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.branch-swiper-container {
    width: 100%;
    margin-left: -160px;
}

.branch-swiper-container img {
    width: 100%;
}

.branch-swiper-container .swiper-slide {
    transform: scale(0.9);
}

.branch-swiper-container .swiper-slide-active {
    transform: scale(1.2);
}

.branch-swiper-container .swiper-slide-prev, .branch-swiper-container .swiper-slide-active  {
    margin-right: 80px !important;
}

.new-branch-box {
    border-radius: 20px;
    box-shadow: 8px 16px 48px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.new-branch-box>div {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    color: #222;
    text-align: left;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
    word-break: keep-all;
    gap: 10px;
}

.country-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #505050;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.45px;
}

.country-div img {
    width: 70px;
}

.search-section {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: url(../../img/global/search-bg.png);
    background-position: center center !important;
    background-size: cover !important;
}

.search-container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    background: rgba(0, 117, 74, 0.80);
    backdrop-filter: blur(10px);
}

.search-box-container {
    max-width: 705px;
    width: 100%;
    display: flex;
    border-radius: 12px;
    background: #FFF;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
    gap: 0;
}

.select-box {
    width: 124px;
    box-sizing: border-box;
    padding-right: 20px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #DDD;
    color: #222;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.select-box.selected {
    color: #000 !important;
}

.arrow{
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
}

.select-child {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #C5C6CC;
    background: #FFF;
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    left: -15px;
    font-size: 15px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: none;
}

.select-child::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.select-child .option {
    margin-bottom: 10px;
    cursor: pointer;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.select-child .option:nth-last-child(1){
    margin-bottom: 0;
}

.search-head {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.search-head .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-head input[type="text"] {
    width: 100%;
    border: none;
    background: transparent;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.search-head input[type="text"]:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.search-head input[type="text"]::placeholder {
    color: #BBB;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.store-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.store-table-container {
    width: 100%;
}

.store-table {
    width: 100%;
    border-collapse: collapse;
}

.store-table th {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    font-weight: 700;
}

.store-table th, .store-table td {
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 24px; /* 150% */
    text-align: center;
    padding: 12px 10px;
    word-break: keep-all;
}

.store-div {
    word-break: keep-all;
}

.store-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.store-table th:first-child {
    width: 10.5%;
}

.store-table th:nth-child(2) {
    width: 12%;
}

.store-table th:nth-child(3) {
    width: 18%;
}

.store-table th:nth-child(4) {
    width: 30%;
}

.store-table th:nth-child(5) {
    width: 12.5%;
}

.store-table th:last-child {
    width: 11.5%;
    text-align: center;
}

.store-table td:first-child, .store-table td:last-child {
    text-align: center;
}

.store-table td:nth-child(3) {
    cursor: pointer;
}

.store-box-container {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 12px;
}

.store-box {
    width: 100%;
    border-radius: 9px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.10);
}

.store-box-div {
    display: flex;
}

.store-box-div:first-child, .store-box-address {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.store-box-quarter {
    width: 25%;
    border-right:1px solid rgba(255, 255, 255, 0.25);
    height: 100%;
}

.store-box-half {
    width: 50%;
    height: 100%;
}

.store-box-half:first-child {
    border-right:1px solid rgba(255, 255, 255, 0.25);
}

.store-box-address, .store-box span {
    padding: 10px 5px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.paging-wrap {
    max-width: 310px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
  
.paging-wrap > svg, .paging-wrap>a>svg {
    cursor: pointer;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding: 10px;
}
  
.paging-wrap > span,
.paging-wrap > #pageNum {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.325px;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
}
  
.this {
    color: #FFF !important;
}

.modal-container {
    width: 100%;
    position: fixed;
    top: 3%;
    z-index: 100 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.store-modal-container {
    position: relative;
    background: #FFF;
    width: 980px;
    height: 90vh;
    box-sizing: border-box;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.store-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
}

.modal-info-container {
    height: 1000px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.store-tit {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.more-info-container {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
}

.more-info {
    width: calc(50% - 20px);
    display: flex;
    gap: 12px;
    align-items: center;
}

.more-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.map-container {
    width: 100%;
}

.map-container #map {
    width: 100%;
    height: 360px;
    margin-top: 20px;
}

.img-wrap {
    width: 100%;
    margin-top: 40px;
}
    
.img-slide-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
    
.img-slide-container img {
    width: 100%;
}

.img-nav-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 45%;
    left: 0%;
    z-index: 50;
}

.img-button-back, .img-button-forward {
    width: 56px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:  rgba(0, 0, 0, 0.20);
}
  
.img-button-back:hover, .img-button-forward:hover {
    background: rgba(0, 0, 0, 0.60);
    transition: 0.3s;
}

.store-name  {
    cursor: pointer;
}

.p20 {
    font-family: "Noto Sans KR";
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.5px;
}

.p40 {
    font-family: "Noto Sans KR";
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -1px;
    word-break: keep-all;
    text-align: center;
}

.p16 {
    font-family: "Noto Sans KR";
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.4px;
    word-break: keep-all;
}

@media(max-width: 1280px) {
    .new-branch-container {
        gap: 80px;
    }
    .branch-swiper-container {
        margin-left: -140px;
    }
    .branch-swiper-container .swiper-slide-prev, .branch-swiper-container .swiper-slide-active  {
        margin-right: 70px !important;
    }
    .new-branch-box p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .search-container {
        padding: 30px 20px;
        gap: 30px;
    }
    .store-table th, .store-table td {
        font-size: 14px;
        line-height: 20px; 
        letter-spacing: -0.35px;
    }
}

@media(max-width: 1024px) {
    .store-table th, .store-table td {
        font-size: 12px;
        line-height: 18px; 
        letter-spacing: -0.3px;
    }
    .store-modal-container {
        width: 90%;
        padding: 60px 24px;
    }
}

@media(max-width: 900px) {
    .new-branch-container {
        padding: 60px 0px 100px;
        gap: 60px;
    }
    .branch-swiper-container {
        margin-left: -120px;
    }
    .branch-swiper-container .swiper-slide-prev, .branch-swiper-container .swiper-slide-active  {
        margin-right: 60px !important;
    }
    .new-branch-box p {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 15px 5px;
    }
    .search-section {
        padding: 60px 0;
        gap: 40px;
    }
    .select-box {
        width: 100px;
    }
    .select-box, .select-child .option {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.35px;
    }
    /* .store-table-container {
        display: none;
    }
    .store-box-container {
        display: flex;
    } */
    .store-table th:last-child, .store-table th:nth-last-child(2), .store-table td:last-child, .store-table td:nth-last-child(2) {
        display: none;
    }
    .store-table th:first-child {
        width: 15%;
    }
    .store-table th:nth-child(2) {
        width: 18%;
    }
    .store-table th:nth-child(3) {
        width: 25%;
    }
    .store-table th:nth-child(4) {
        width: 42%;
    }
    .new-branch-box>div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .country-div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .country-div img {
        width: 50px;
    }
}

@media(max-width: 768px) {
    .world-map {
        width: 130%;
    }
    .new-branch-container {
        padding: 40px 0px 80px;
        gap: 55px;
    }
    .branch-swiper-container {
        margin-left: -100px;
    }
    .branch-swiper-container .swiper-slide-prev, .branch-swiper-container .swiper-slide-active  {
        margin-right: 50px !important;
    }
    .new-branch-box {
        border-radius: 10px;
        box-shadow: 4px 8px 24px 0px rgba(0, 0, 0, 0.08);
    }
    .search-section {
        padding: 40px 20px;
        gap: 30px;
    }
    .search-box-container {
        border-radius: 8px;
    }
    .search-container {
        width: 100%;
        padding: 20px 10px;
        gap: 20px;
        border-radius: 12px;
    }
    .store-box-address, .store-box span {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.35px;
    }
    .modal-container {
        top: 0;
    }
    .store-modal-container {
        width: 100%;
        height: 100vh;
    }
}

@media(max-width: 650px) {
    .world-map {
        width: 150%;
    }
    .new-branch-box p {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 10px 5px;
    }
    .branch-swiper-container .swiper-slide-active {
        transform: scale(1.25);
    }
    .select-box {
        width: 80px;
        padding-right: 10px;
    }
    .arrow {
        right: 10px;
    }
    .search-head {
        padding-left: 10px;
    }
    .store-box-address, .store-box span {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.3px;
    }
    .store-modal-container {
        padding: 40px 20px 20px;
    }
    .more-info-container {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    .more-info {
        width: 100%;
    }
    .map-container #map, .img-wrap {
        margin-top: 30px;
    }
    .store-close {
        padding: 6.4px 6.4px 5.6px 5.6px;
    }
    .p40 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .p20 {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .p16 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .info-container {
        gap: 0;
    }
    .new-branch-box>div {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 10px;
    }
    .country-div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .country-div img {
        width: 40px;
    }
    .store-table th:nth-child(2), .store-table td:nth-child(2) {
        display: none;
    }
    .store-table th:nth-child(3) {
        width: 35%;
    }
    .store-table th:nth-child(4) {
        width: 50%;
    }
}

@media(max-width: 480px) {
    .world-map {
        width: 150%;
    }
    .branch-swiper-container {
        margin-left: -80px;
    }
    .branch-swiper-container .swiper-slide-prev, .branch-swiper-container .swiper-slide-active  {
        margin-right: 40px !important;
    }
    .store-box-address, .store-box span {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.275px;
    }
    .new-branch-box>div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .country-div {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .country-div img {
        width: 40px;
    }
    .store-table th:first-child, .store-table td:first-child {
        display: none;
    }
    .store-table th:nth-child(3) {
        width: 40%;
    }
    .store-table th:nth-child(4) {
        width: 60%;
    }
    .map-container #map {
        height: 240px;
    }
}

@media(max-width: 400px) {
    .new-branch-box>div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .country-div {
        font-size: 11px;
        letter-spacing: -0.275px;
    }
    .country-div img {
        width: 35px;
    }
}

