/* 도움말 */

ul,li.ol 
{
    list-style: none;
}
.infoOrder
{
    display:flex;
    width:100%;
    margin:0;
    padding:0;
}

.infoOrder-left
{
    width:35%;
    padding:2rem;
   
}

.infoOrder-right
{
    width:65%;
    overflow: hidden;
    padding:2rem;
}
.infoOrder-right>img
{
    width:100%;
    height:100%;
    object-fit: cover;
}
.break_line
{
    margin: 5rem 0;
}
.mb-5 .font_Gothic
{
    font-size: 2.0rem;
}

/* 반응형 */

/* 모바일 */

@media (max-width:1024px)
{
    .infoOrder
    {
        display: flex;
        flex-direction: column;
    }
    .infoOrder-left
    {
        width:100%;
        padding:1rem;
    }
    .infoOrder-right
    {
        width:100%;
        padding:1rem;
    }
}

@media (max-width:768px)
{
 
    .mb-5 .font_Gothic
    {
        text-align: center;
        font-size: 1.5rem;
    }

    .orderTitle
    {   
        white-space: nowrap;
        font-size: 1.2rem;
    }
}


@media (max-width:468px)
{

    .mb-5.font_Gothic.orderTitle
    {
        font-size: 1.1rem !important;
    }
}