*{
        box-sizing: border-box !important;
        font-family: Noto Sans KR, sans-serif;
    }

    #sec_obrtc  > *{box-sizing: border-box;}
    #sec_obrtc{
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    #cont_2c567 {
        width: 100%;
        max-width: 1000px;
        padding: 0 15px;
        margin: 0 auto;
    }


    #this_o6qwj {
        font-size: 24px;
        font-weight: 600;
        color: #2a2a2d;
    }

    #wrap_9fq8i {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding: 20px 30px;
        border: 1px solid #737373;
        border-radius: 3px;
    }

    #box_iibwg {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
    #box_iibwg .li{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        border-bottom: 1px dashed #919191;
    }
    #box_iibwg .li:last-of-type{
        border-bottom: none;
    }
    #box_iibwg .li span.tOne{
        min-width: 100px;
        font-weight: 700;
    }
    #box_iibwg .li span{
        min-width: 20px;
        font-weight: 400;
    }

    #this_h0yg9 {
        box-sizing: border-box !important;
        height: auto;
        margin-top: 50px;
    }

    #this_h0yg9 iframe {
        height: 520px !important; }

    @media (max-width: 1500px) {
        #this_h0yg9 iframe {
            height: 650px; }
        #this_h0yg9 {
            height: 650px;  }
    }
    @media (max-width: 1200px) {
        #this_h0yg9 iframe {
            height: 580px; }
        #this_h0yg9 {
            height: 580px;  }
        #wrap_9fq8i {
            flex-direction: column;
        }
        #wrap_9fq8i .box{
            width: 100%;
        }
        #box_iibwg{
            margin-bottom: 20px;
        }
    }
    @media (max-width: 992px) {
        #this_h0yg9 iframe {
            height: 480px; }
        #this_h0yg9 {
            height: 480px;  }
    }
    @media (max-width: 768px) {
        #wrap_9fq8i {
            padding: 20px;
        }
        #box_iibwg .li {
            font-size: 14px;
        }

        #this_h0yg9 iframe {
            height: 380px; }
        #this_h0yg9 {
            height: 380px;  margin-top: 30px}
    }
    @media (max-width: 576px) {

        #this_h0yg9 iframe {
            height: 300px; }
        #this_h0yg9 {
            height: 300px; margin-top: 20px }

        #box_iibwg .li span.tOne{
            min-width: 80px;
        }
        #this_o6qwj {
            font-size: 18px; }
        #sec_obrtc{ margin-top: 40px;  margin-bottom: 50px; }
    }