
    @charset "UTF-8";
    /*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');*/

    .prepare__wrap {
        line-height: 1.3;
        font-weight: 300;

        width: 100%;
        position: relative;
    }

    .bg_box {
        max-width: 1400px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background: #f5f5f5;
        padding: 5% 0;
    }
    
    .bg_box h1 {
        font-size: 50px;
        font-weight: 700;
        color: #222;
    }

    .bg_box h2 {
        font-size: 40px;
        font-weight: 400;
        color: #666;
    }

    .bg_box img {
        margin: 3% 0;
    }

    .bg_box .ko {
        font-size: 26px;
        font-weight: 700;
        color: #222;
    }

    .bg_box .en {
        font-size: 22px;
        font-weight: 400;
        color: #666;
    }

    @media (max-width:1440px) {
        .content{margin:0 20px;}

    }

    @media (max-width:1240px) {
        .bg_box h1 {
            font-size: 46px;
        }

        .bg_box h2 {
            font-size: 36px;
        }

        .bg_box .ko {
            font-size: 24px;
        }

        .bg_box .en {
            font-size: 20px;
        }
    }

    @media (max-width:1024px) {
        
        .bg_box h1 {
            font-size: 40px;
        }

        .bg_box h2 {
            font-size: 32px;
        }

        .bg_box .ko {
            font-size: 20px;
        }

        .bg_box .en {
            font-size: 18px;
        }
        .bg_box img{width: 20%;}
    }

    @media (max-width:768px) {
        .bg_box h1 {
            font-size: 36px;
        }

        .bg_box h2 {
            font-size: 26px;
        }

        .bg_box .ko {
            font-size: 18px;
        }

        .bg_box .en {
            font-size: 16px;
        }

    }

    @media (max-width:481px) {
      
        .bg_box img {
            width: 30%;
        }

        .bg_box h1 {
            font-size: 32px;
        }

        .bg_box h2 {
            font-size: 20px;
        }

        .bg_box .ko {
            font-size: 16px;
        }

        .bg_box .en {
            font-size: 14px;
        }

    }

