/* common */

.container {
    max-width: 1400px !important;
}

.sec-inner {
    overflow: hidden;
    padding: 40px 0 0;
}

.sec-inner._end {
    padding: 40px 0;
}

._tit h2 {
    display: inline;
    position: relative;
    font-size: 30px !important;
    font-weight: 600;
    letter-spacing: -1.0px;
}

._tit h3 {
    display: inline-block;
    position: relative;
    font-size: 24px !important;
    font-weight: 500 !important;
    letter-spacing: -1.0px;
}

.sec-inner ._txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

._bullet {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    z-index: 1;
}

._bullet {
    background-color: #2ec289 !important;
}

._tit.d-flex {
    padding-bottom: 40px;
}

._tit.d-flex .me-sm-auto {
    display: block;
    position: relative;
    width: 100%;
}

._tit.d-flex .me-sm-auto:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

/* CUSTOMER */

.list_info:first-child {
    border-top: 1px solid #ebebeb;
}

.list_info:last-child {
    border-bottom: 1px solid #ebebeb;
}

.list_info {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.list_info+.list_info {
    border-top: 1px solid #ebebeb
}

.list_info .item_title {
    display: flex;
    align-items: center;
    column-gap: 5px;
    float: left;
    width: 168px;
    padding-left: 10px;
    font-size: 15px;
}

.list_info .item_title .material-symbols-outlined {
    /* font-size: 20px; */
}

.list_info .item_title .icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 6px 0 0 6px;
    border-radius: 50%;
    vertical-align: top;
}

.list_info .item_title .icon_open {
    background-color: #43df89
}

.list_info .item_description {
    overflow: hidden;
    padding-right: 10px
}

.list_info .text {
    display: block
}

.list_info .text+.text {
    margin-top: 8px
}

.list_info .sub_description {
    margin-left: 64px;
    color: #999
}

.list_info .sub_title {
    display: inline-block;
    min-width: 40px;
    margin-right: 20px;
    color: #999
}

.list_info .item_description {
    margin-left: 60px;
    margin-bottom: 0;
    color: #666
}

.list_info .local_description .sub_text:before {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 2px 9px 0 -11px;
    background-color: #e0e0e0;
    vertical-align: top;
    content: ""
}

.list_info .time_description .sub_title {
    min-width: 80px
}

.list_info .link_confirm {
    display: inline-block;
    padding: 0 8px;
    margin: -6px 0 0 9px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    color: #666;
    letter-spacing: -.5px;
    vertical-align: top;
    line-height: 26px
}

.list_info .text_notice {
    font-size: 13px;
    color: #999
}

.list_info .text_notice .link_confirm {
    border: 0;
    margin: 0 0 0 12px;
    color: #999;
    text-decoration: underline !important;
}

.list_guide {
    margin-left: -30px;
    margin-bottom: -23px;
    padding-left: 0;
}

.list_guide .item_guide {
    display: inline-block;
    min-width: 80px;
    margin-bottom: 23px;
    text-align: center;
    vertical-align: top;
}

.list_guide .icon {
    font-size: 36px;
}

.list_guide .sub_text {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.item_description.area_account .sub_title {
    float: left;
    width: 77px;
}

.item_description.area_account .sub_text {
    display: inline-block;
    width: 200px
}

/* 로퀵 */

.sec-quick ul {
    padding-left: 0;
}

.sec-quick ul li {
    list-style: none;
    padding: 2px 0;
    font-size: 16px;
    font-weight: 300;
    /* line-height: 1.7; */
}

/* 오시는 길 */

.map-adr {
    height: auto;
    margin: 10px 0;
    padding: 20px 0;
}

.map-adr h3 {
    font-size: 15px;
}

.map-adr p {
    font-size: 26px;
    color: var(--bs-teal);
    letter-spacing: -0.6px;
}

/* 퀵 배너 */

#backtotop {
    position: fixed;
    bottom: 30%;
    right: 5px;
    z-index: 1000;
}

[class~=q-menu] nav {
    overflow: hidden;
    border: 1px solid #2ec289;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.15); */
    border-radius: 999px;
}

[class~=q-menu] nav div {
    width: 80px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease
}

[class~=q-menu] nav div a {
    display: block;
    padding: 20px 5px 15px 5px;
}

[class~=q-menu] nav div {
    /* background-color: #f9f9f9; */
}

[class~=q-menu] nav div a i,
[class~=q-menu] nav div a svg {
    display: block;
    margin: 0 auto 8px;
    font-size: 24px;
    color: #000;
}

[class~=q-menu] nav div a span {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 1.4em
}

/* 미디어쿼리 */

@media all and (max-width: 1400px) {

    /* common */

    .sec-inner {
        padding: 20px 0;
    }

    .sec-inner._end {
        padding: 20px 0;
    }

    ._tit h2 {
        font-size: 24px !important;
    }
    
    ._tit h3 {
        font-size: 18px !important;
    }
    
    .sec-inner ._txt {
        font-size: 14px;
    }

}

@media all and (max-width: 1200px) {

    /* */

    #main-wrap .container {
        padding: 0 10px !important;
    }

    /* */

    .list_info .item_title {
        width: 148px;
        font-size: 14px;
    }

    .list_info .item_description {
        font-size: 13px;
    }

    .list_guide {
        margin-left: 0; 
    }

    /* 로퀵은? */

    .sec-quick .d-flex {
        flex-wrap: wrap;
        gap: 2rem !important;
    }

    .sec-quick .d-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 20px;
    }

    /* 오시는 길 */

    .map-adr {
        flex-wrap: wrap;
        gap: 1rem !important;
    }

    .map-adr p {
        margin-bottom: 0;
        font-size: 18px;
    }

    .map-adr .btn {
        font-size: 14px;
    }

}

@media screen and (max-width: 1024px) {

    /* */

    .home-slide .container {
        height: 50svh !important;
    }

    .home-slide .container .lh-base.fs-1 {
        font-size: 22px !important;
    }

    /* 오시는 길 */

    .map-adr div + div {
        width: 100%;
    }

    /* */

    [class~=q-menu] nav div {
        width: 42px;
    }

    [class~=q-menu] nav div a i, 
    [class~=q-menu] nav div a svg {
        font-size: 18px;
    }

    [class~=q-menu] nav div a span {
        display: none;
        font-size: 11px;
    }

    [class~=q-menu] nav div a {
        padding: 12px 5px 7px 5px;
    }

}