html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--------------*/
/*----common----*/
/*--------------*/
html, body{
    overflow-x: hidden;
    max-width: 100%;
}
body{
    background-color: #fcfdff;
    font-family: "Pretendard";
}

.web-none{
    display: none !important;
}

/*-----------------*/
/*---company_top---*/
/*-----------------*/
.company_top .inner {
    padding: 80px 0 110px 0;
    position: relative;
}

.img-effect-glass {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tab_menu {
    display: flex;
    justify-content: center;
    font-size: 18px;
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    margin-top: -35px;
    z-index: 10;
}

.tab_menu a {
    padding: 12px 34px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #FFFFFF;
}

.tab_menu a.left {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
}

.tab_menu a.right {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
}

.tab_menu a.current {
    color: #1A00DF;
}

.header_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header_logo p {
    text-align: center;
    color: #1a00df;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -2px;
    font-weight: 600;
}

.header_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    text-align: center;
}

.main-title{
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: -0.4px;
    font-weight: 700;
}

.main-sub-text{
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 400;
}

.card-title{
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 600;
}

.card-sub-text{
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 400;
}

.sub-text{
    font-size: 1.15rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 500;
}


.branch_tab .inner{
    max-width: 980px;
}

/*tab css*/

.tab_container{
    padding-top: 40px;
    width: 100%;
    max-width: 1180px;
}

.tab_container ul.tabs{
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;

}
ul.tabs li{
    color: #999;
    padding: 12px 24px;
    border-radius: 99px;
    cursor: pointer;
    border: 1px solid #999;
    white-space : nowrap;
    background: #fff none;
}

ul.tabs li.on{
    background: #fff;
    color: #1A00DF;
    border: 1px solid #1A00DF;
}

.tab-content{
    display: none;
    margin-top: 40px;

}

.tab-content.on{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px;
}

.tab-content .branch_layout{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
}


.tab-content .branch_information{
    background-color: #fff;
    box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    border-radius: 16px;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
}

.tab-content .branch_information p.sub-text {
    color: #999;
    margin-bottom: 8px;
}


.point.tip{
    padding: 20px 20px;
    border-radius: 16px;
    background-color: #f6f8ff;
    margin-top: 24px;
}
.point.tip p {
    position: relative;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 600;
}
.point.tip p span{
    font-weight: 400;
}
.point.tip p::before{
    display: none
}

.tip{
    padding: 20px 32px;
    border-radius: 16px;
    background-color: #FAFAFA;
}
.tip p {
    position: relative;
    font-size: 1.15rem;
    line-height: 150%;
    letter-spacing: -0.45px;
    font-weight: 600;
}
.tip p span{
    font-weight: 400;
    color: #666;
}

.tip p::before{
    content: "";
    clear: both;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background-color: #1A00DF;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tab-content .branch_information button{
    background-color: #1A00DF;
    border-radius: 8px;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    width: 100%;
    border: 0;
    cursor: pointer;
    margin-top: 8px;
}

.tab-content .branch_map{
    min-width: 280px;
    height: 305px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    text-align: center;
    vertical-align: middle;

}

.tab-content .branch_information ul{
    margin-bottom: 16px;
}


.tab-content .branch_img {
    box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    border-radius: 16px;
    height: 400px;

}


swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.branch_rental-return .rental-return_layout{
    background-color: #fff;
    box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -webkit-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 4px 0px 1px rgba(0,0,0,0.06);
    border-radius: 16px;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.branch_rental-return .rental-return_layout .title{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}


.branch_rental-return .rental-return_layout .retal-return_img_set {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.branch_rental-return .rental-return_layout .retal-return_img_set img{
    width: 100%;
    border-radius: 16px;
}

.branch_rental-return .rental-return_layout .retal-return_img_set .map-button_set{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.branch_rental-return .rental-return_layout .retal-return_img_set .map-button_set a{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background-color: #FAFAFA;
    border: 1px solid #eaeaea;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;

}
.branch_rental-return .rental-return_layout .retal-return_img_set .map-button_set a p{
    width: 100%;
    text-align: center;
}
.branch_rental-return .rental-return_layout .retal-return_img_set .map-button_set a img{
    width: 24px;
}


/*-------------------*/
/*--text-medial--*/
/*-------------------*/

@media (max-width: 980px) {
    html{
        font-size: 12px;
    }
    .inner {
        padding: 0 16px;
    }
    .web-none{
        display: flex !important;
    }
}




/*-------------------*/
/*--contents-medial--*/
/*-------------------*/

@media (max-width: 980px) {
    .branch_tab .inner{
        padding: 0;
    }

    .branch_tab .tab-content{
        margin: 24px 8px 0 8px;
    }

    .tab_container ul.tabs{
        justify-content: flex-start;
        overflow: scroll;
        padding:0 16px;
    }
    .tab_container ul.tabs::-webkit-scrollbar{
        display:none;
    }

    .tab-content .branch_layout{
        flex-direction: column;
    }
    .tab-content .branch_map{
        width: 100%;
    }
    .branch_rental-return .rental-return_layout{
        padding: 16px;
    }

    .branch_rental-return .rental-return_layout .retal-return_img_set .map-button_set{
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
}

