#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 #gall_ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 40px;
    padding-top: 60px;
}

#bo_gall .gall_li {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0;
}

#bo_gall .gall_img {
    position: relative;
    border: none;
}

#bo_gall .gall_img img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100% !important;
}

#bo_gall .gall_img img.playBtn {
    height: 60px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bo_gall .gall_img p {
    color: var(--Text-Main, #222);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    margin-top: 10px;
}

#bo_gall .gall_estimate {
    padding: 0 24.5px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
}

#bo_gall .gall_estimate a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
}

#bo_gall .gall_estimate a:last-child {
    border: none;
}

#bo_gall .gall_estimate img {
    width: 150px;
}

#bo_gall .gall_estimate .txt-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#bo_gall .gall_estimate p.txt1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

#bo_gall .gall_estimate p.txt3 {
    color: #777;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

#bo_gall .gall_estimate span {
    color: var(--A1, #E40321);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#bo_gall .gall_box {
    margin: 0;
    border-radius: 0;
}

#bo_gall .gall_img a {}

#bo_gall .gall_img .no_image {
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bo_gall .gall_img a .imgbox {
    position: relative;
    height: 225px;
}

#bo_gall #gall_ul:after {
    display: none;
}

.btn_bo_user {
    display: flex;
    align-items: center;
}

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

#bo_gall .page-top .write-row a {
    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-row a p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5;
}

#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 #gall_ul {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 4.55vw 3.03vw;
        padding-top: 4.55vw;
    }

    #bo_gall .gall_li {
        width: 100%;
        padding: 0;
        float: none;
        margin: 0;
    }

    #bo_gall .gall_img {
        position: relative;
        border: none;
    }

    #bo_gall .gall_img img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100% !important;
        width: auto;
    }

    #bo_gall .gall_img img.playBtn {
        height: 4.55vw !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
    }

    #bo_gall .gall_img p {
        color: var(--Text-Main, #222);
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6;
        text-align: left;
        margin-top: 0.76vw;
    }

    #bo_gall .gall_estimate {
        padding: 0 1.86vw;
        border: 0.08vw solid #DEDEDE;
        box-sizing: border-box;
    }

    #bo_gall .gall_estimate a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2.27vw 0;
        box-sizing: border-box;
        border-bottom: 0.08vw solid #DEDEDE;
    }

    #bo_gall .gall_estimate a:last-child {
        border: none;
    }

    #bo_gall .gall_estimate img {
        width: 11.36vw;
    }

    #bo_gall .gall_estimate .txt-box {
        display: flex;
        flex-direction: column;
        gap: 0.76vw;
    }

    #bo_gall .gall_estimate p.txt1 {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

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

    #bo_gall .gall_estimate p.txt3 {
        color: #777;
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 0.76vw;
    }

    #bo_gall .gall_estimate span {
        color: var(--A1, #E40321);
        font-family: Pretendard;
        font-size: 1.52vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #bo_gall .gall_box {
        margin: 0;
        border-radius: 0;
    }

    #bo_gall .gall_img a {}

    #bo_gall .gall_img .no_image {
        height: 17.05vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bo_gall .gall_img a .imgbox {
        position: relative;
        height: 17.05vw;
    }

    #bo_gall #gall_ul:after {
        display: none;
    }

    .btn_bo_user {
        display: flex;
        align-items: center;
    }

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

    #bo_gall .page-top .write-row a {
        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-row a 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 .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 {}

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

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

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

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

    #bo_gall .gall_li {}

    #bo_gall .gall_img {}

    #bo_gall .gall_img img {}

    #bo_gall .gall_img img.playBtn {
        width: auto;
        height: 8.33vw !important;
    }

    #bo_gall .gall_img p {
        font-size: 2.78vw;
        margin-top: 1.39vw;
        line-height: 4.56vw;
    }

    #bo_gall .gall_estimate {}

    #bo_gall .gall_estimate a {}

    #bo_gall .gall_estimate a:last-child {}

    #bo_gall .gall_estimate img {}

    #bo_gall .gall_estimate .txt-box {}

    #bo_gall .gall_estimate p.txt1 {}

    #bo_gall .gall_estimate p.txt2 {}

    #bo_gall .gall_estimate p.txt3 {}

    #bo_gall .gall_estimate span {}

    #bo_gall .gall_box {}

    #bo_gall .gall_img a {
        height: auto;
    }

    #bo_gall .gall_img .no_image {}

    #bo_gall .gall_img a .imgbox {
        height: 23.44vw;
    }

    #bo_gall #gall_ul:after {}

    .btn_bo_user {}

    #bo_gall .page-top .write-row {
        display: none;
    }

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

    #bo_gall .page-top .write-row a p {}

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

    #bo_btn_top {
        margin: 0;
    }

    #bo_gall .gall_li .gall_chk {
        display: none;
    }
}