/* 1160px */
@media screen and (max-width: 1160px) {
    :root {
        --questionValues: 0.80;
    }
    *.hover {
        pointer-events: none;
    }

    /*=== 2 ===*/
    /*.blocks {*/
    /*    width: calc(51.6rem * var(--businessBlockVarlu));*/
    /*}*/
    /*=== 2 ===*/

    /*=== 3 ===*/
    .company_block{margin-top: calc(50rem - 30rem);}
    .company_block_1{font-size: 6rem;}
    .company_block_2{font-size: 6rem;}
    .company_block_3{font-size: clamp(16px, 2rem, 2rem); width: 100%;}
    .view_more_button{font-size: 2.5rem;}
    /*=== 3 ===*/

    /*=== 4 ===*/

    /*=== 4 ===*/

    /*=== 5 ===*/
    .questions_block {
        left: calc(50vw - 390px);
        width: 780px;
    }
    /*=== 5 ===*/
}
@media screen and (max-width: 1920px) and (orientation: portrait) {
    :root {
        --businessCenterHeight: 70rem;
        --businessBlockVarlu: 1;
        --companyWidth: 80vw;
        --newsValues: 0.7;
        --questionValues: 0.70;
    }
    *.hover {
        pointer-events: none;
    }
    /*=== 2 ===*/
    .blocks {
        width: calc(52rem * var(--businessBlockVarlu));
    }
    /*=== 2 ===*/

    /*=== 3 ===*/
    .company_block {width: 60vw}
    .company_handsImage {width: 100%}
    /*=== 3 ===*/

    /*=== 4 ===*/
    .news_title_more {display: none;}
    .news_block_content {display: none;}
    .news_title {
        height: 0;
        overflow: visible;
    }
    .news_title_name {
        position: absolute;
        top: calc(-7rem * var(--newsValues));
        right: 0;
        height: clamp(20px, 5.5rem * var(--newsValues), 54.8px);
    }
    .half {
        width : calc(46rem * var(--newsValues));
        height : calc(46rem * var(--newsValues));
    }
    .news_blocks {
        height: 100%;
    }
    .half:nth-child(1) {
        margin-right: calc(19rem * var(--newsValues));
    }
    .half:nth-child(2) {
        margin-left: calc(19rem * var(--newsValues));
    }
    .news_area_block {
        display: block;
        margin-top: calc(50rem - calc(calc(46rem * var(--newsValues)) - 60px));
        width: calc(65rem * var(--newsValues));
        height: calc(92rem * var(--newsValues));
    }
    .news_void_left,
    .news_void_right {
        animation: none;
        display: none;
    }
    .news_block .news_block_text {
        width: 86%;
        height: 68%;
        margin: 16% 7% 16% 7%;
    }
    /*=== 4 ===*/
}
/* 모바일 가로 모드 뷰포트 */
@media screen and (max-width: 780px) and (orientation: landscape) {
    :root {
        --newsValues: 0.7;
    }
    /*=== 4 ===*/

    /*=== 4 ===*/
    /*=== 5 ===*/
    .questions_block {
        left: calc(50vw - 240px);
        width: 480px;
    }
    /*=== 5 ===*/
}
/* 태블릿 뷰포트 */
@media screen and (max-width: 780px) and (orientation: portrait) {
    :root {
        --businessCenterHeight: 70rem;
        --businessBlockVarlu: 1;
        --companyWidth: 80vw;
        --newsValues: 0.7;
        --questionValues: 0.70;
    }
    /*=== 1 ===*/
    .main_text_content br {
        content: " ";
        display: inline;
    }
    .main_texts {
        top: calc(50rem - clamp(162.5px ,23vw, 230px));
        height: clamp(325px ,46vw, 460px);
    }
    .main_title {
        margin: auto;
        width: clamp(340px, 61.53vw, 480px);
        text-align: left;
        height: clamp(222px ,6vw * 5.5, 312px);
    }
    .main_title_1,
    .main_title_2 {
        display: block;
    }
    .main_title_1_1,
    .main_title_1_2,
    .main_title_2_1,
    .main_title_2_2 {
        height: 50%;
    }
    .main_title_1_2,
    .main_title_2_2 {
        margin: 0;
    }
    .main_text {
        width: clamp(340px, 61.53vw, 480px);
        height: clamp(68px, 2.75vw * 4.2, 96px);
    }
    /*=== 1 ===*/

    /*=== 2 ===*/
    .blocks {
        width: calc(52rem * var(--businessBlockVarlu));
    }
    /*=== 2 ===*/

    /*=== 3 ===*/
    .company_block {width: 60vw}
    .company_handsImage {width: 100%}
    /*=== 3 ===*/

    /*=== 4 ===*/
    .news_title_more {display: none;}
    .news_block_content {display: none;}
    .news_title {
        height: 0;
        overflow: visible;
    }
    .news_title_name {
        position: absolute;
        top: calc(-7rem * var(--newsValues));
        right: 0;
        height: clamp(20px, 5.5rem * var(--newsValues), 54.8px);
    }
    .half {
        width : calc(46rem * var(--newsValues));
        height : calc(46rem * var(--newsValues));
    }
    .news_blocks {
        height: 100%;
    }
    .half:nth-child(1) {
        margin-right: calc(19rem * var(--newsValues));
    }
    .half:nth-child(2) {
        margin-left: calc(19rem * var(--newsValues));
    }
    .news_area_block {
        display: block;
        margin-top: calc(50rem - calc(calc(46rem * var(--newsValues)) - 60px));
        width: calc(65rem * var(--newsValues));
        height: calc(92rem * var(--newsValues));
    }
    .news_void_left,
    .news_void_right {
        animation: none;
        display: none;
    }
    .news_block .news_block_text {
        width: 86%;
        height: 68%;
        margin: 16% 7% 16% 7%;
    }
    /*=== 4 ===*/

    /*=== 5 ===*/
    .questions_block {
        bottom: calc(50rem - 17.3rem);
        left: calc(50vw - 240px);
        width: 460px;
    }
    .questions_text_box {
        margin-top: 3rem;
    }
    .questions_italic_text.white {
        margin-top: 10rem;
    }
    .questions_text_box br {
        content : normal;
    }
    /*=== 5 ===*/
}
/* 모바일 뷰포트 */
@media screen and (max-width: 480px) and (orientation: portrait) {
    :root {
        --businessCenterHeight: 85rem;
        --businessBlockVarlu: 0.9;
        --companyWidth: 95vw;
        --questionValues: 0.60;
    }

    /*=== 2 ===*/
    .business-type-up {
        height: 15rem;
    }
    .business-type-down {
        display: none;
    }
    .business-center {
        top: 15rem;
    }
    /*=== 2 ===*/

    /*=== 3 ===*/
    .company_block {width: 70vw}
    /*=== 3 ===*/

    /*=== 4 ===*/

    /*=== 4 ===*/

    /*=== 5 ===*/
    .questions_block {
        left: calc(50vw - 170px);
        width: 340px;
    }
    /*=== 5 ===*/
}