.cate-btn {
    position: relative;
    text-align: left;
    margin-top: 2rem;
    display: inline-block;
    max-width: 442px;
    width: 100%;
    padding: 30px 10px 30px 25px;
    max-height: 129px;
    border-radius: 10px;
    box-shadow: #ccc 0px 0px 5px 5px;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #585555;
    height: 90px;
}

.cate-btn::before{
    content: ' \25bc ';
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    margin-right: 5px;
    font-size: 0.75rem;
    top: -2px;
}

.btn-text-02,.btn-text-03{
    margin-top: -48px;
    margin-left: -11px;
    text-align: center;
    line-height: 2rem;
}

.btn-text-01,.btn-text-04{
    text-align: center;
    margin-top: -29px;
}

.link::before{
    /* content: ' \2BC8 ';
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    margin-right: 5px;
    font-size: 1rem; */
    
    display: inline-block;
    content: '';
    margin-right: 10px;
    border-top: 4px solid transparent;
    border-left: 12px solid #0088CC;
    border-bottom: 4px solid transparent;

}

.mail-banner img {
    width: 10%;
}
.notice-banner{
    border: 2px solid #CC3C61;
    padding: 0 20px 20px 20px;
}
.notice-header {
    color: #CC3C61;
    font-size: 16px;
    display: flex;
}
.notice-header img {
    width: auto;
    height: 42px;
}

.sub-title {
    padding: 10px 165px;
}
.cus-pd-5 {
    padding: .533rem 5rem !important;
}

.ptext {
    font-size: 14px;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.inquiry-btn1 {
    margin-left: 30px;
}
.inquiry-btn2 {
    margin-left: 48px;
}
/* .notice-header .icon::before{
    position: absolute;
    content: ' ';
    display: inline-block;
    background: url(../../images/header-icons/icon-error.png) no-repeat;
    width: 40px; 
    height: 30px;
    left: -3rem;
    top: -3px;
} */

@media (max-width: 767px) {
    .mail-banner img {
        width: 25%;
        height: 60px;
    }

    .sub-title {
        margin-left: unset;
        padding: unset;
    }
}
