#bo_gall .page-top {
    text-align: center;
}

#bo_gall .page-top .page-title {
    padding-top: 120px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DEDEDE;
}

#bo_gall .page-top .page-title p.txt1 {
    font-family: Pretendard;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
}

#bo_gall .page-top .page-title p.txt2 {
    font-family: Pretendard;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
}

#bo_gall .page-top .write-row {
    display: flex;
    padding-top: 30px;
    justify-content: right;
    gap: 20px;
}

#bo_gall .page-top .write-btn {
    background: var(--A1, #E40321);
    cursor: pointer;
    display: flex;
    width: 200px;
    height: 80px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#bo_gall .page-top .write-btn p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5;
}

#bo_gall #gall_ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 30px;
}

#bo_gall .gall_li {
    padding: 0;
    width: auto;
}

#bo_gall .gall_box {
    margin: 0;
    padding: 0;
}

#bo_gall .gall_text_href {
    margin: 0;
}

#bo_gall .gall_con {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 30px;
    box-sizing: border-box;
}

#bo_gall .cate_list {}

#bo_gall .cate_item {
    border-radius: 100px;
    background: var(--title-, #222);
    padding: 8px 12px;
    width: fit-content;
}

#bo_gall .cate_item p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#bo_gall .inquiry_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    min-height: 93px;
}

#bo_gall .inquiry_cont .txt-box {
    max-width: 50%;
}

#bo_gall .inquiry_cont p.txt1 {
    color: #777;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_gall .inquiry_cont p.txt2 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 20px;
    word-break: break-all;
    height: 48px;
}

#bo_gall .inquiry_cont img {
    height: 93px;
}

#bo_gall .inquiry_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DEDEDE;
}

#bo_gall .info-list1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

#bo_gall .info-list1 .info-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

#bo_gall .info-list1 img {
    height: 13px;
}

#bo_gall .info-list1 p {
    color: #777;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_gall .info-list2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

#bo_gall .info-list2 p.txt1 {
    color: #777;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_gall .info-list2 p.txt2 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_gall .page-top .write-row button {
    background: #FFF;
    border: 1px solid #E40321;
    cursor: pointer;
    display: flex;
    width: 200px;
    height: 80px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5;
    color: #E40321;
}

/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/

@media (max-width:1320px) and (min-width: 721px) {
    #bo_gall .page-top {
        text-align: center;
    }

    #bo_gall .page-top .page-title {
        padding-top: 9.09vw;
        padding-bottom: 4.55vw;
        border-bottom: 0.08vw solid #DEDEDE;
    }

    #bo_gall .page-top .page-title p.txt1 {
        font-family: Pretendard;
        font-size: 4.24vw;
        font-weight: 700;
        line-height: 1.1;
    }

    #bo_gall .page-top .page-title p.txt2 {
        font-family: Pretendard;
        font-size: 1.97vw;
        font-weight: 400;
        line-height: 1.8;
        margin-top: 1.52vw;
    }

    #bo_gall .page-top .write-row {
        display: flex;
        padding-top: 2.27vw;
        justify-content: right;
        gap: 1.52vw;
    }

    #bo_gall .page-top .write-btn {
        background: var(--A1, #E40321);
        cursor: pointer;
        display: flex;
        width: 15.15vw;
        height: 6.06vw;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    #bo_gall .page-top .write-btn p {
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.5;
    }

    #bo_gall #gall_ul {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.52vw;
        padding-top: 2.27vw;
    }

    #bo_gall .gall_li {
        padding: 0;
        width: auto;
    }

    #bo_gall .gall_box {
        margin: 0;
        padding: 0;
    }

    #bo_gall .gall_text_href {
        margin: 0;
    }

    #bo_gall .gall_con {
        border-radius: 0.76vw;
        background: #F9F9F9;
        padding: 2.27vw;
        box-sizing: border-box;
    }

    #bo_gall .cate_list {}

    #bo_gall .cate_item {
        border-radius: 7.58vw;
        background: var(--title-, #222);
        padding: 0.61vw 0.91vw;
        width: fit-content;
    }

    #bo_gall .cate_item p {
        color: #FFF;
        font-family: Pretendard;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #bo_gall .inquiry_cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1.52vw;
        min-height: 7.05vw;
    }

    #bo_gall .inquiry_cont .txt-box {
        max-width: 50%;
    }

    #bo_gall .inquiry_cont p.txt1 {
        color: #777;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_gall .inquiry_cont p.txt2 {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        margin-top: 1.52vw;
        word-break: break-all;
        height: 3.64vw;
    }

    #bo_gall .inquiry_cont img {
        height: 7.05vw;
        width: auto;
    }

    #bo_gall .inquiry_info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1.52vw;
        padding-top: 1.52vw;
        border-top: 0.08vw solid #DEDEDE;
    }

    #bo_gall .info-list1 {
        display: flex;
        align-items: center;
        gap: 1.14vw;
    }

    #bo_gall .info-list1 .info-item {
        display: flex;
        align-items: center;
        gap: 0.38vw;
    }

    #bo_gall .info-list1 img {
        height: 0.98vw;
        width: auto;
    }

    #bo_gall .info-list1 p {
        color: #777;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_gall .info-list2 {
        display: flex;
        align-items: center;
        gap: 0.38vw;
    }

    #bo_gall .info-list2 p.txt1 {
        color: #777;
        font-family: Pretendard;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_gall .info-list2 p.txt2 {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_gall .page-top .write-row button {
        background: #FFF;
        border: 0.08vw solid #E40321;
        cursor: pointer;
        display: flex;
        width: 15.15vw;
        height: 6.06vw;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.5;
        color: #E40321;
    }
}

/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/

@media (max-width:720px) {
    #bo_gall .page-top {
        padding: 0 6.94vw;
    }

    #bo_gall .page-top .page-title {
        padding-top: 16.67vw;
        padding-bottom: 8.33vw;
    }

    #bo_gall .page-top .page-title p.txt1 {
        font-size: 8.33vw;
        line-height: 1;
    }

    #bo_gall .page-top .page-title p.txt2 {
        font-size: 4.17vw;
        line-height: 9.72vw;
        margin-top: 0;
    }

    #bo_gall .page-top .write-row {
        padding-top: 4.17vw;
    }

    #bo_gall .page-top .write-btn {
        width: 27.78vw;
        height: 11.11vw;
    }

    #bo_gall .page-top .write-btn p {
        font-size: 2.5vw;
        line-height: 6.25vw;
    }

    #bo_gall #gall_ul {
        grid-template-columns: 1fr;
        padding: 4.17vw 6.94vw 0;
        gap: 2.78vw;
    }

    #bo_gall .gall_li {}

    #bo_gall .gall_box {}

    #bo_gall .gall_text_href {}

    #bo_gall .gall_con {
        padding: 4.17vw;
        border-radius: 1.39vw;
    }

    #bo_gall .cate_list {}

    #bo_gall .cate_item {
        border-radius: 23.91vw;
        padding: 1.91vw 2.87vw;
    }

    #bo_gall .cate_item p {
        font-size: 2.63vw;
    }

    #bo_gall .inquiry_cont {
        margin-top: 2.64vw;
        min-height: unset;
        gap: 1.11vw;
        justify-content: space-between;
    }

    #bo_gall .inquiry_cont .txt-box {}

    #bo_gall .inquiry_cont p.txt1 {
        font-size: 3.06vw;
    }

    #bo_gall .inquiry_cont p.txt2 {
        margin-top: 2.92vw;
        font-size: 3.61vw;
        line-height: 150%;
        height: auto;
    }

    #bo_gall .inquiry_cont img {
        height: 20.83vw;
        width: auto;
    }

    #bo_gall .inquiry_info {
        margin-top: 2.64vw;
        padding-top: 2.78vw;
    }

    #bo_gall .info-list1 {
        gap: 1.39vw;
    }

    #bo_gall .info-list1 .info-item {
        gap: 1.3vw;
    }

    #bo_gall .info-list1 img {
        height: 3.39vw;
        width: auto;
    }

    #bo_gall .info-list1 p {
        font-size: 3.39vw;
    }

    #bo_gall .info-list2 {
        gap: 1.39vw;
    }

    #bo_gall .info-list2 p.txt1 {
        font-size: 3.06vw;
    }

    #bo_gall .info-list2 p.txt2 {
        font-size: 3.06vw;
    }

    #bo_gall .page-top .write-row button {}
}