@media (max-width: 912px){
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');


    @font-face {
        font-family: "UD Shin Go Hangul DemiBold";
        font-style: normal;
        font-display: swap;
        src:    url('../font/MO-UDShinGoHangKo2-DeB.otf') format("opentype");
    }

    @font-face {
        font-family: "UD Shin Go Hangul Regular";
        font-style: normal;
        font-display: swap;
        src:    url('../font/MO-UDShinGoHangKo2-Reg.otf') format("opentype");
    }

    @font-face {
        font-family: "UD Shin Go Hangul Light";
        font-style: normal;
        font-display: swap;
        src:    url('../font/MO-UDShinGoHangKo2-Lig.otf') format("opentype");
    }
    *{
        font-family: 'UD Shin Go Hangul Light', 'Roboto Condensed', sans-serif ;
    }
    .W-main {
        background: url('../img/bg1_m.jpg') no-repeat center center ;
        background-size: cover;
        height: 500px;
    } 
    .W-main .ments {
        min-height: auto;
        padding-top:170px;
    }
    .W-main .ments h1 {
        font-size: 20px;
        text-align: center;
    }
    .W-main .ments .dot_top:before{
        font-size: 5px;
        letter-spacing: 15px;
        margin-bottom: -10px;
    }

    .W-main .ments h2 {
        font-size: 70px;
        text-align: center;
    }
    .W-main .ments a {
        width: 300px;
        margin:0 auto; 
        font-size: 20px;
        padding:10px; 
        height:auto; 
        margin-top: 30px;
    }
    .W-main .ments p {
        font-size: 15px;
        text-align: center;
        margin-top:10px; 
        padding-bottom: 100px;;
    }
    .slogan {
        font-size: 15px;
        padding:40px 0; 
    }
    .video h3 {
        font-size:25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .video p {
        font-size: 15px;;
        text-align: center;
        margin-bottom: 30px;
    }
    .video .youtube{
        width:100%; 
        height:260px;
        margin:20px 0 ; 
    }
    .video .btns a {
        width: 50%;
        font-size: 15px;
        height:auto; 
        padding:10px; 
    }

    .sign_about{
        position: relative;
        background:url('../img/m_bg_02.jpg') no-repeat;
        background-size: 100%;
        width: 100%;
        height: 300px;
    }
    .sign_about .overlay{
        width: 100%; 
        height:100%;
        position: absolute;
        background:rgba(255,255,255,0.9); 
        z-index: -1;
    }
    .sign_about .ment {
        padding:10px;
        text-align: center;
        margin-top: 50px;
    }
    .sign_about h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;;
    }
    .sign_about h3 span {
        height:22px;
    }
    .sign_about p {
        font-size: 14px;
        margin-top: 20px;
    }
    .sign_about a {
        height:auto; 
        padding:10px;
        width:300px;
        margin: 0 auto;
        margin-top: 20px;
    }


    .why_docu .cards .card {
        width: 50%;
    }
    .why_docu .cards .img {
        width:100%;
        padding:20px;
        height:auto; 
    }
    .why_docu .cards p {
        font-size: 15px;
        text-align: center;
        margin-top:10px;
    }
    

    .why_docu_2 h3 {
    padding-top:20px;
    font-size: 24px;
    margin-bottom: 30px;
    margin: 0 20px;
    }
    .why_docu_2 .cards{
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
    .why_docu_2 .cards .card {
        width: 50%;
    }
    .why_docu_2 .cards .img {
        width:100%;
        padding:20px;
        height:auto; 
    }
    .why_docu_2 .cards p {
        font-size: 15px;
        text-align: center;
        margin-top:10px;
    }


    .global .container{
        padding: 50px 0;
        text-align: center;
    }

    .global h3 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .global p {
        font-size: 14px;;
    }
    .global .items{
        margin-top: 20px;
    }
    .global .items .item{
        padding-top: 20px;
    }
    .global .items .item h4{
        font-size: 20px;
    }
    .global .items .item span {
        font-size: 25px;
    }
    .global .items {
        margin:30px 0; 
    }
    .global .flex{
        display: flex;
        justify-content: center
    }
    .global a {
        height:auto; 
        width:170px;
        font-size: 15px;
        margin-top:30px;
        padding:10px 0;
    }

    .familay_site h3 {
        font-size: 20px;
    }
    .box_two{
        margin: 0 0 0 0;
    }
    .box_two .container{
        padding: 0 0 0 0;
    }
    .box_two .flex-wrap{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .box_two .bg {
        width: 100%;
        min-height:350px;
    }
    .box_two h3 {
        font-size: 25px;;
    }
    .box_two .ments {
        top:80px;
    }
    .box_two a {
        width: auto; ;
        height:auto; 
        padding: 10px;
        font-size: 20px;;
    }
    .box_two p {
        margin-top: 5px;
        font-size: 13px;;
    }
}