.royalUp_wrap{
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 75px;
}
.royalUp_wrap .title {
    margin-top: 150px;
}
.royalUp_wrap .title h2{
    font-size: 20px;
    color: #3b3b3b;
    font-family: 'Pretendard-Thin';
    line-height: 150%;
}
.royalUp_wrap .title h1{
    font-size: 50px;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 20px 0;
}
.royalUp_wrap .title p{
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
    font-family: 'Pretendard-Regular';
}
.royalUp_list{
    margin-top: 50px;
}
.royalUp_list > div{
    margin-bottom: 30px;
}
.main_text{
    display: flex;
    align-items: center;
}
.royalUp_list > div:last-child{
    margin: 0;
}
.main_text h2{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}
.main_text h2 a{
    font-weight: bold;
    color: #002859;
}
.main_text p{
    font-size: 16px;
    font-family: 'Pretendard-Regular';
    line-height: 150%;
    color: rgba(0, 0, 0, .6);
}
.main_text .num_circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #002859;
    margin-right: 15px;
}
.main_text .num_circle h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.main_img img{
    width: 50%;
}
.gray_text{
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
    margin-top: 50px;
}
.gray_text p{
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 150%;
    font-family: 'Pretendard-Regular';
}


@media (max-width: 1180px) {
    .royalUp_wrap{
        width: 100%;
    }
    .royalUp_wrap .title{
        padding: 0 20px;
    }
    .royalUp_list{
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .main_text{
        align-items: flex-start;
    }
    .main_img img{
        width: 100%;
    }
    .royalUp_wrap .title h1{
        font-size: 35px;
    }
    .royalUp_wrap .title{
        margin-top: 120px;
    }
    .royalUp_wrap{
        padding-bottom: 50px;
    }
}