/* 데스크탑 */
/* 원내 문진 태블릿
    1080 x 1864(1920)
    DPI : 160
    */
@media all and (min-width: 1224px) {
    .contents_warp {
        background-color: #fff;
        min-height: 100%;
        position: relative;
        margin: 0;
    }

    .contents_warp .login_section .main_title {
        font-size: 28px;
        text-align: left;
        margin-bottom: 1%;
        font-weight: 700;
    }

    .login_section > .form-login {
        margin-top: -10%;
        /*transform: scale(.85);*/
    }

    .login_section > .form-login > .main_title_sub {
        /*transform: skew(-0.1deg);*/
        font-weight: 400;
        font-size: 2.25rem;
        color: #808080;
    }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
        zoom: 1.3;
    }

    .contents_warp .login_section {
        padding-top: 3%;
        /*margin: 0 auto 0;*/
        max-width: 600px;
        width: 100%;
    }

    .contents_warp .login_section .input_section {
        margin-top: 2rem;
    }

    #hblogo {
        height: 22vh;
        padding-bottom: 5%;
        width: 35%;
        margin: 0 auto;
        display: block;
    }

    .checkupIcon {
        width: 15%;
        height: 15%;
        display: block;
        margin: 0 auto;
        padding-bottom: 3%;
        /*padding-top: 3%;*/
    }

    .contents_warp .login_section .main_title {
        display: block;
        font-size: 3rem;
        margin: 0 auto;
    }

    #munjin > .write_button {
        height: 75px;
        line-height: 58px;
        min-width: initial;
        padding: 0 10px;
        margin-top: 10%;
        background-color: #1089ff;
        border: 1px solid #1089ff;
        color: #fff;
        border-radius: 5px;
        font-size: 16pt;
        width: 85%;
        text-align: center;
        margin-left: 15%;
    }

    .write_button > .fa-solid {
        padding-right: 1.5%;
    }

    .s1_arrow {
        display: block;
        position: relative;
        /* top: 0px; */
        padding-bottom: 5%;
        margin: 0 0 2% 15%;
        text-align: -webkit-center;
        animation: arrow_down 1.5s infinite;
    }

    .scroll-arrow {
        width: 10px;
        height: 10px;
        border-right: 3px solid black;
        border-bottom: 3px solid black;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        animation: arrow-wave 1s infinite;
        animation-direction: alternate;
    }

    .scroll-arrow:nth-child(1) {
        animation-delay: 0.1s;
    }

    .scroll-arrow:nth-child(2) {
        margin-top: 6px;
        animation-delay: 0.2s;
    }

    .scroll-arrow:nth-child(3) {
        margin-top: 6px;
        animation-delay: 0.3s;
    }

    @keyframes arrow-wave {
        0% {
            opacity: 0;
        }
        50% {
            opacity: .5;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes arrow_down {
        0% {
            top: 28px;
        }
        50% {
            top: 40px;
        }
        100% {
            top: 28px;
        }
    }

    .contents_warp .login_section .main_title-result {
        display: block;
        font-size: 4vh;
        margin: 0 auto;
        text-align: center !important;
    }

    .contents_warp .login_section .input_section {
        /*margin-top: 8vw; !important;*/
    }

    .btn-arrow {
        width: 12px;
        height: 12px;
        margin-bottom: 15px;
    }

    .contents_warp .login_section .type_select_section .type_item .ty_title {
        font-size: 26px;
        font-weight: 800;
        line-height: 1.4;
    }

    /*.contents_warp .login_section .type_select_section {*/
    /*    margin-top: 8vw;*/
    /*}*/
    .login_section > .type_select_section {
        margin-top: 0;
    }

    .contents_warp .login_section .type_select_section .type_item .ty_desc {
        position: absolute;
        top: 32px;
        left: 50%;
        font-weight: 600;
        line-height: 1.4;
        font-size: 1vw !important;
    }

    .contents_warp .login_section .input_section input[type=text] {
        width: 98%;
        height: 80px;
        padding: 29px;
        font-size: 26px;
        margin-bottom: 1.5rem;
        /*transform: skew(-0.1deg);*/
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    .contents_warp .login_section .input_section select {
        width: 25%;
        height: 80px;
        padding-left: 20px;
        font-size: 26px;
        margin-bottom: 25px;
        display: inline;
        /*transform: skew(-0.1deg);*/
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    .contents_warp .login_section .input_section input[type=tel] {
        width: 46%;
        height: 80px;
        padding: 29px;
        font-size: 28px;
        margin-bottom: 25px;
        margin-left: 10px;
        display: inline;
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    #fsn {
        width: 43%;
        height: 80px;
        font-size: 26px;
        margin-bottom: 25px;
        margin-left: 0 !important;
        margin-right: 12px;
        /*transform: skew(-0.1deg);*/
        vertical-align: center;
        padding-left: 1em;
        border: 1px solid #ced4da
    }

    #ssnHyphen {
        font-size: 3rem;
        font-weight: 600 !important;
        /*vertical-align: super;*/
    }

    #esn {
        width: 44%;
        height: 80px;
        font-size: 30px;
        margin-left: 12px !important;
        /*transform: skew(-0.1deg);*/
        vertical-align: center;
        border: 1px solid #ced4da;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    #phonenum {
        width: 71%;
        /*transform: skew(-0.1deg);*/
        font-size: 26px;
    }

    .input_check .checkmark {
        position: absolute;
        top: -3px;
        left: 0;
        height: 30px;
        width: 30px;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #CDCDCD;
    }

    .input_check .checkmark:after {
        display: block;
        content: "";
        position: absolute;
        cursor: pointer;
        left: 8px;
        top: 2px;
        width: 10px;
        height: 16px;
        border: solid #CDCDCD;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .confirm_text {
        font-size: 20pt;
        padding: 5px 5px 0 5px;
        /*transform: skew(-0.1deg);*/
        font-weight: 400;
    }

    #desc_terms, #desc_privacy {
        margin-top: 3px;
        padding: 0 3%;
        zoom: 1.8;
    }

    #term_button_one, #term_button_two, #privacy_button_one, #privacy_button_two {
        width: 100%;
        line-height: 3em;
        font-size: 30pt;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #1089ff;
    }

    .contents_warp .login_section .login_bt {
        margin-top: 0;
    }

    .default_bt.login_bt {
        font-size: 30px;
        height: 3.3em;
        padding: 0 10px;
    }

    #identify {
        margin-top: 0 !important;
        background-color: #1089ff;
        border: 1px solid #1089ff;
        color: #fff;
        border-radius: 5px;
    }

    #loading-image {
        padding-top: 25%;
    }

    /* 문자 인증 */
    /* type_select -> 문자 인증 */
    .align-left {
        text-align: left;
        font-size: 12pt;
    }

    #sms_modal {
        display: none;
        margin: 5% 0 0 5%;
        width: 30%;
        height: 40px;
        font-size: 10pt;
        border: none;
        border-radius: 10px;
    }

    #certTitle {
        display: none;
        padding-top: 20%;
        font-size: 18px;
        color: #282828;
        font-weight: 800;
    }

    #certNum {
        margin: 4% 3% 0 6%;
        padding-left: 2%;
        width: 100%;
        display: none;
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 0;
        border-bottom: 1px solid #1089ff;
        font-size: 14pt;
    }

    #failMessage {
        color: #282828;
        margin: 2% 0 0 7%;
        display: none;
    }

    .contents_warp .login_section .type_select_section .type_item {
        padding: 26px 30px;
        height: 180px;
        margin-bottom: 20px;
        background-position: right 40px bottom;
    }

    #munjin > .ty_title {
        /*padding-bottom: 15%;*/
        margin-top: 5%;
        margin-left: 12%;
    }

    .ty_title_sub {
        color: #808080;
        margin-left: 12%;
    }

    #munjin > #subTitle {
        color: #808080;
        margin-left: 12%;
        margin-bottom: 1.25rem;
    }

    .format-pre pre {
        font-size: 18px;
        font-weight: 600;
    }

    #loading > #interview2 {
        padding: 0 10%;
    }

    #nav_header {
        width: 100%;
        height: 70px;
    }

    #moreInfo, #close {
        font-size: 3rem;
        margin-top: 1%;
    }

    #interview_title {
        margin-top: -4%;
        font-size: 3rem;
    }

    #navTab {
        margin-top: 2rem;
    }

    .interview_header {
        padding: 5px 0 40px !important;
    }

    .contents_warp .contents_tl {
        padding: 0 3%;
    }

    .topArrow {
        display: none !important;
    }

    #munjin > .ty_title, .ty_title_sub {
        text-align: center;
    }

    .contents_warp .interview_wrap .bottom_section {
        width: 90%;
        height: 100px;
        margin: 0 6%;
    }

    .topArrow {
        display: none !important;
    }

    .prev_bt {
        margin-left: 5rem;
    }

    .next_bt {
        margin-right: 5rem;
    }

    .contents_warp .interview_wrap {
        padding: 10px 0 200px;
    }

    .contents_warp .interview_wrap .page_title {
        font-size: 24px;
    }

    .contents_warp .interview_wrap .page_desc, .contents_warp .interview_wrap .it_title_desc2 {
        font-size: 20px;
    }

    .notApp {
        font-size: 18px;
    }
}

/* 데스크탑 분기 끝*/
.modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 1200;
}

textarea {
    display: block;
    width: 100%;
    height: calc(100% - 130px);
    padding: 20px;
    box-sizing: border-box;
    font-size: 13px;
    color: #3b5568;
    border: none;
    background-color: transparent;
    outline: none;
    resize: none;
    line-height: 1.4;
}

#term_button_one, #term_button_two, #privacy_button_one, #privacy_button_two {
    width: 100%;
    line-height: 60px;
    font-size: 22px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1089ff;
}

.modal-body {
    height: 100%;
}

#modalLabel_terms, #modalLabel_privacy {
    padding: 10px;
    font-size: 22px;
    color: #3182f6;
}

.modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

div.modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

.modal-footer {
    border-top: none;
}

.panel-body {
    font-weight: 1200;
}

.pop_title #pop_bt {
    font-size: 18px;
    margin-top: 4px;
    padding: 0;
}


#pop_bt {
    width: 80%;
    border: 2px solid skyblue;
    padding: 2px;
    margin-top: 3px;
    /*disabled: disabled;*/
}

.pop.pop_keep_document {
    padding-bottom: 0;

}

.pop_cancel {
    top: 0;
    margin-left: 45%;
    width: 5%;
}

.pop_cancel a img {
    height: 10%;


}

.pop.pop_keep_document {
    padding-top: 10px;
}

.top_section {
    position: fixed;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid #E1E1E1;
    width: 100%;
    height: 55px;
    z-index: 101;
    top: 0;
}

/*.top_section .page_info {*/
/*    display: block;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    padding-bottom: 30px;*/
/*    line-height: 58px;*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*}*/

#loading {
    border: 1px #000 solid;
    background-color: #eee;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
}

.nav-item .nav-link {
    border-style: none;
    color: #555555;
    background-color: #fff;
}


.contents_warp .interview_wrap {
    /*padding: 10px 0 200px;*/
    overflow-y: scroll;
}

/*.contents_warp .interview_header .main_title {*/
/*    font-size: 37px;*/
/*}*/

.contents_warp .interview_header .main_title-result {
    font-size: 37px;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    /*border-style: solid;*/
    /*border-width: 3px 3px 0px 3px;*/
    /*border-color: #e4e4e4;*/
    /*border-radius: 10px 10px 0 0;*/
    color: #1089ff;
    /*margin-top: 5px;*/
    background-color: #fff;
    border-bottom: 2px solid rgba(25, 113, 194, 1);
}

.contents_warp .popup_section .pop.pop_complete .pop_title, .contents_warp .popup_section .pop.pop_keep_document .pop_title {
    color: chocolate;
}

#popup_section2 .pop.pop_keep_document {
    height: 661px;
    padding-top: 5px;
}

.contents_warp .interview_wrap .page_desc, .contents_warp .interview_wrap {
    /*font-size: 17px;*/
    display: block;
}

.it_title_desc {
    font-size: 15px;
    display: block;
    color: #898989;
}

.contents_warp .interview_wrap .page_desc, .contents_warp .interview_wrap .it_title_desc2 {
    /* 	    margin-left: 39px; */
    /*font-size: 1.5rem;*/
    display: inline;
}

.it_title_desc3 {
    /*font-size: 2.5rem;*/
    font-weight: 800;
    margin-bottom: 10px;
}

.contents_warp .interview_wrap .it_item.list_item .it_contents {
    font-size: 18px;
}

.contents_warp .interview_wrap .it_contents .it_table .check_item .item_contents {
    font-size: 18px;
    font-weight: 600;
}

/** 
.input_select {
	padding: 0px 0px 0px 6px;
	height:95%;
   	width: 100%;
	line-height: 24px;
}
**/
.input_select {
    margin-left: 10px;
}

#result_page {
    margin-top: 10px !important;
}

div[name="smallFont"] {
    font-size: 10px !important;
}

.top_section .contents_tl {
    margin-left: 0;
}

/* 21인치 태블릿 세로 해상도 = 1080 X 1920 */
@media screen and (device-width: 1080px) and (device-height: 1920px) {
    .contents_warp {
        background-color: #fff;
        min-height: 100%;
        position: relative;
        margin: 0;
    }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
        zoom: 2.2;
        /*/*transform: skew(-0.1deg);*/
    }

    .contents_warp .login_section {
        padding-top: 6em;
        margin: 0 auto 0;
        width: 100%;
    }

    #hblogo {
        height: 22vh;
        padding-bottom: 5%;
        width: 35%;
        margin: 0 auto;
        display: block;
    }

    .checkupIcon {
        width: 15%;
        height: 15%;
        display: block;
        margin: 0 auto;
        padding-bottom: 3%;
        /*padding-top: 3%;*/
    }

    .contents_warp .login_section .main_title {
        display: block;
        font-size: 32pt;
        margin: 0 auto;
        text-align: left;
        font-weight: 700;
    }

    .login_section > .form-login > .main_title_sub {
        /*transform: skew(-0.1deg);*/
        font-weight: 400;
        font-size: 24px;
        color: #808080;
    }

    .contents_warp .login_section .main_title-result {
        display: block;
        font-size: 4vh;
        margin: 0 auto;
        text-align: center !important;
    }

    .input_section {
        /*transform: skew(-0.1deg);*/
        margin-top: 35px !important;
    }

    .btn-arrow {
        width: 1.5rem;
        height: 1.25rem;
        margin-bottom: -7px;
    }

    .contents_warp .login_section .type_select_section .type_item .ty_title {
        font-size: 48px;
        font-weight: 800;
        line-height: 1.4;
    }

    .contents_warp .login_section .type_select_section {
        margin-top: 8vw;
    }

    .type_select_section > .type_item {
        padding-top: 30% !important;
    }

    .contents_warp .login_section .type_select_section .type_item .ty_desc {
        position: absolute;
        top: 10em;
        left: 8%;
        font-weight: 600;
        line-height: 1.4;
        /*font-size: 1vw !important;*/
    }

    .contents_warp .login_section .type_select_section .type_item .ty_desc_next {
        position: absolute;
        top: 12em;
        left: 8%;
        font-weight: 600;
        line-height: 1.4;
        /*font-size: 1vw !important;*/
    }

    .contents_warp .login_section .input_section input[type=text] {
        width: 585px;
        height: 80px;
        padding: 29px;
        font-size: 28px;
        margin-bottom: 25px;
        /*transform: skew(-0.1deg);*/
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 400;
    }

    #loading-image {
        padding-top: 65%;
    }

    .contents_warp .login_section .input_section select {
        width: 150px;
        height: 80px;
        padding-left: 20px;
        font-size: 28px;
        margin-bottom: 25px;
        display: inline;
        /*transform: skew(-0.1deg);*/
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 400;
    }

    .contents_warp .login_section .input_section input[type=tel] {
        width: 46%;
        height: 80px;
        padding: 29px;
        font-size: 28px;
        margin-bottom: 25px;
        margin-left: 5px;
        display: inline;
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 400;
    }

    #ssnHyphen {
        font-weight: 600 !important;
        vertical-align: super;
    }

    #phonenum {
        width: 71%;
        /*transform: skew(-0.1deg);*/
    }

    .input_check .checkmark {
        position: absolute;
        top: -4px;
        left: -4px;
        height: 32px;
        width: 32px;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #CDCDCD;
    }

    .input_check .checkmark:after {
        display: block;
        content: "";
        position: absolute;
        cursor: pointer;
        left: 12px;
        top: 4px;
        width: 7px;
        height: 18px;
        border: solid #CDCDCD;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .input_check {
        /*transform: skew(-0.1deg);*/
        font-size: 16px;
        line-height: 25px;
        padding-left: 34px;
    }

    .confirm_text {
        font-size: 20pt;
        padding: 5px 5px 0 5px;
        font-weight: 400;
    }

    #desc_terms, #desc_privacy {
        margin-top: 2px;
        padding: 0 3%;
        zoom: 1.8;
    }

    #term_button_one, #term_button_two, #privacy_button_one, #privacy_button_two {
        width: 100%;
        line-height: 3em;
        font-size: 30pt;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #1089ff;
    }

    textarea {
        display: block;
        width: 100%;
        height: calc(100% - 10%);
        padding: 20px;
        box-sizing: border-box;
        font-size: 20pt !important;
        color: #3b5568;
        border: none;
        background-color: transparent;
        outline: none;
        resize: none;
        line-height: 1.4;

    }

    .contents_warp .login_section .login_bt {
        margin-top: 0;
    }

    .default_bt.login_bt {
        font-size: 30px;
        height: 3.3em;
        padding: 0 10px;
    }

    #identify {
        margin-top: 0 !important;
        background-color: #1089ff;
        border: 1px solid #1089ff;
        color: #fff;
        border-radius: 5px;
    }

    .contents_warp .login_section .type_select_section .type_item {
        margin: 5%;
        padding: 26px 30px;
        height: 11em;
        background-position: right 40px bottom;
    }

    .it_title_text2 {
        font-size: 16pt;
    }

    .contents_warp .interview_wrap .bottom_section .trans_bt.prev_bt {
        left: 10%;
        border-radius: 6px;
        border-width: 0;
        box-shadow: rgb(50 50 93 / 10%) 0 0 0 1px inset, rgb(50 50 93 / 10%) 0 2px 5px 0, rgb(0 0 0 / 7%) 0 1px 1px 0;
        box-sizing: border-box;
        cursor: pointer;
        outline: none;
        transition: all .2s, box-shadow .08s ease-in;
        user-select: none;
        -webkit-user-select: none;
        font-size: 2.75rem;
        height: 75px;
        width: 180px;
    }

    .contents_warp .interview_wrap .bottom_section .trans_bt.next_bt {
        left: initial;
        right: 10%;
        border-width: 0;
        box-shadow: rgb(50 50 93 / 10%) 0 0 0 1px inset, rgb(50 50 93 / 10%) 0 2px 5px 0, rgb(0 0 0 / 7%) 0 1px 1px 0;
        box-sizing: border-box;
        cursor: pointer;
        outline: none;
        transition: all .2s, box-shadow .08s ease-in;
        user-select: none;
        -webkit-user-select: none;
        font-size: 2.75rem;
        height: 75px;
        width: 180px;
    }

    /*.next_bt:active {*/
    /*    filter: brightness(75%);*/
    /*    transform: scale(0.95);*/
    /*}*/

    #fsn {
        width: 260px;
        height: 80px;
        font-size: 20pt;
        margin-bottom: 25px;
        margin-left: 0 !important;
        margin-right: 10px;
        /*transform: skew(-0.1deg);*/
        vertical-align: center;
        padding-left: 1em;
        border: 1px solid #ced4da
    }

    #ssnHyphen {
        font-size: 2.5vw !important;
        font-weight: 800 !important;
        vertical-align: revert;
    }

    #esn {
        width: 260px;
        height: 80px;
        font-size: 20pt;
        margin-bottom: 25px;
        margin-left: 13px !important;
        /*transform: skew(-0.1deg);*/
        vertical-align: center;
        padding-left: 1em;
        border: 1px solid #ced4da;
    }

    .interview_wrap {
        max-width: 850px;
        margin: 0 0 0 8%;
    }

    .contents_warp .interview_wrap .bottom_section {
        width: 85%;
        padding-top: 10px;
    }

    .topArrow {
        display: none !important;
    }

    .contents_warp .interview_wrap .bottom_section {
        margin-left: 0;
        height: 140px;
    }

    #munjin > .ty_title, .ty_title_sub {
        text-align: center;
    }

    #munjin > .ty_title {
        font-size: 50px;
    }

    #munjin > .ty_title_sub {
        font-size: 35px;
    }

    #munjin > .write_button {
        font-size: 35px;
        height: 120px;
    }

    .contents_warp .interview_wrap .it_item .it_contents .it_table .check_item .item_title {
        font-size: 18px;
    }

    .contents_warp .interview_wrap .it_item .it_title .it_title_text {
        font-size: 20px;
        line-height: 30px;
    }

    .contents_warp .interview_wrap .it_item .it_title .it_number {
        font-size: 22px;
    }

    /*.contents_warp .interview_wrap .it_item .it_contents .trans_bt {*/
    /*    margin-top: 1.25rem;*/
    /*    height: 65px;*/
    /*    margin-right: 1%;*/
    /*    !*width: 180px;*!*/
    /*}*/
    .default_bt.trans_bt {
        font-size: 16px;
        height: 60px;
    }

    .nomal3 {
        margin-top: 1.25rem;
        height: 65px;
        margin-right: 2%;
        width: 180px;
    }

    .it_title > .it_title_text > .it_title_desc {
        margin-bottom: 1.5rem;
    }

    .contents_warp .interview_wrap .it_item .nomal4_con {
        margin-top: 1.25rem;
        font-size: 18px;
    }

    .workout-input {
        width: 100px !important;
    }

    .contents_warp .interview_wrap {
        padding: 10px 0 200px;
        overflow-y: scroll;
    }

    .contents_warp .interview_wrap .bottom_section .page_info {
        font-size: 24px;
    }

    .contents_warp .interview_wrap .page_desc_nomal2 {
        font-size: 16px;
    }

    .contents_warp .interview_wrap .it_item .it_contents .con6_4-1-before {
        right: 22%;
    }

    .tablet {
        display: block !important;
    }

    .smoke-tablet {
        margin-top: -40px;
        margin-left: 20%;
    }

    .smoke-tablet2 {
        right: 50%;
    }

    .smoke-tablet3 {
        margin-top: 0 !important;
        margin-right: -17%;
    }

    .it_title_desc3 {
        font-size: 20px;
    }

    .smoke-tablet4 {
        margin-left: 20%;
    }

    .special-text {
        margin-bottom: 15px;
    }

    .input_number2 {
        width: 240px !important;
    }
}

/* END 1080x1920*/

.swal2-content {
    font-size: 14px !important;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}


/* 원내 납품 태블릿 가로모드 시 1920px */
@media all and (device-width: 1920px) and (device-height: 1080px) {
    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto;
        zoom: 1.8;
        /*/*transform: skew(-0.1deg);*/
    }

    .contents_warp .login_section {
        margin: 0 auto 0;
        max-width: 600px;
        width: 100%;
    }

    #hblogo {
        height: 22vh;
        padding-bottom: 5%;
        width: 35%;
        margin: 0 auto;
        display: block;
    }

    .checkupIcon {
        width: 15%;
        height: 15%;
        display: block;
        margin: 0 auto;
        padding-bottom: 3%;
        /*padding-top: 3%;*/
    }

    .contents_warp .login_section .main_title {
        display: block;
        font-size: 4vh;
        margin: 0 auto;
        text-align: left;
    }

    .contents_warp .login_section .main_title-result {
        display: block;
        font-size: 4vh;
        margin: 0 auto;
        text-align: center !important;
    }

    .contents_warp .login_section .input_section {
        /*margin-top: 8vw; !important;*/
    }

    .contents_warp .login_section .type_select_section .type_item .ty_title {
        font-size: 48px;
        font-weight: 800;
        line-height: 1.4;
    }

    .ty_title_sub {
        color: #808080;
        font-size: 26px;
        margin-left: 5% !important;
    }

    .contents_warp .login_section .type_select_section {
        margin-top: 8vw;
    }

    .contents_warp .login_section .type_select_section .type_item .ty_desc {
        position: absolute;
        top: 6em;
        left: 8%;
        font-weight: 600;
        line-height: 1.4;
        /*font-size: 1vw !important;*/
    }

    .contents_warp .login_section .type_select_section .type_item .ty_desc_next {
        position: absolute;
        top: 9em;
        left: 8%;
        font-weight: 600;
        line-height: 1.4;
        /*font-size: 1vw !important;*/
    }

    .contents_warp .login_section .input_section {
        margin-top: 30px;
    }

    .contents_warp .login_section .input_section input[type=text] {
        width: 99%;
        height: 80px;
        padding: 29px;
        font-size: 28px;
        margin-bottom: 25px;
        /*transform: skew(-0.1deg);*/
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    #chartnum {
        width: 99%;
        height: 80px;
        padding: 29px;
        font-size: 28px;
        margin-bottom: 25px;
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    .contents_warp .login_section .input_section select {
        width: 25%;
        height: 80px;
        padding-left: 20px;
        font-size: 28px;
        margin-bottom: 25px;
        display: inline;
        /*transform: skew(-0.1deg);*/
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    .contents_warp .login_section .input_section input[type=tel] {
        /*width: 46%;*/
        height: 80px;
        padding: 29px;
        font-size: 28px;
        margin-bottom: 25px;
        margin-left: 5px;
        margin-right: 0 !important;
        display: inline;
        border-radius: 5px;
        border: 2px solid #ced4da !important;
        font-weight: 600;
    }

    #fsn {
        width: 260px;
        height: 80px;
        font-size: 26px;
        margin-bottom: 25px;
        margin-left: 0 !important;
        margin-right: 12px;
        /*transform: skew(-0.1deg);*/
        vertical-align: center;
        padding-left: 1em;
        border: 1px solid #ced4da
    }

    #ssnHyphen {
        font-size: 26pt !important;
        font-weight: 600 !important;
        vertical-align: revert;
        padding-left: 10px;
    }

    #esn {
        width: 260px;
        height: 80px;
        font-size: 30px;
        margin-left: 12px !important;
        /*transform: skew(-0.1deg);*/
        vertical-align: center;
        border: 1px solid #ced4da;
        margin-bottom: 25px;
        padding-left: 20px;
        padding-top: 30px;
    }

    #phonenum {
        width: 73%;
        /*transform: skew(-0.1deg);*/
    }

    .input_check .checkmark {
        position: absolute;
        top: -5px;
        left: 0;
        height: 35px;
        width: 35px;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #CDCDCD;
    }

    .input_check .checkmark:after {
        display: block;
        content: "";
        position: absolute;
        cursor: pointer;
        left: 10px;
        top: 2px;
        width: 11px;
        height: 21px;
        border: solid #CDCDCD;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .confirm_text {
        font-size: 20pt;
        padding: 5px 5px 0 10px;
        /*transform: skew(-0.1deg);*/
        font-weight: 400;
    }

    #desc_terms, #desc_privacy {
        margin-top: 3px;
        padding: 0 2%;
        zoom: 1.8;
    }

    #term_button_one, #term_button_two, #privacy_button_one, #privacy_button_two {
        width: 100%;
        line-height: 3em;
        font-size: 30pt;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #1089ff;
    }

    textarea {
        display: block;
        width: 100%;
        height: calc(100% - 15%);
        padding: 20px;
        box-sizing: border-box;
        font-size: 20pt !important;
        color: #3b5568;
        border: none;
        background-color: transparent;
        outline: none;
        resize: none;
        line-height: 1.4;
    }

    .contents_warp .login_section .login_bt {
        margin-top: 0;
    }

    .default_bt.login_bt {
        font-size: 30px;
        height: 3.3em;
        padding: 0 10px;
    }

    #identify {
        margin-top: 0 !important;
        background-color: #1089ff;
        border: 1px solid #1089ff;
        color: #fff;
        border-radius: 5px;
    }

    #loading-image {
        padding-top: 25%;
    }

    .contents_warp .login_section .type_select_section .type_item {
        margin: 5%;
        padding: 5em 26px 30px 0;
        height: 11em;
        background-position: right 40px bottom;
    }

    #munjin > .ty_title {
        /* padding-bottom: 15%; */
        margin-top: 5%;
        margin-left: 5%;
    }

    #munjin > .write_button {
        height: 95px;
        line-height: 58px;
        min-width: initial;
        padding: 0 10px;
        background-color: #1089ff;
        border: 1px solid #1089ff;
        color: #fff;
        border-radius: 5px;
        font-size: 22pt;
        width: 95%;
        text-align: center;
        margin-left: 2.5rem;
    }

    .contents_warp .interview_wrap .bottom_section .trans_bt.prev_bt {
        left: 5%;
        border-radius: 6px;
        border-width: 0;
        box-shadow: rgb(50 50 93 / 10%) 0 0 0 1px inset, rgb(50 50 93 / 10%) 0 2px 5px 0, rgb(0 0 0 / 7%) 0 1px 1px 0;
        box-sizing: border-box;
        cursor: pointer;
        outline: none;
        transition: all .2s, box-shadow .08s ease-in;
        user-select: none;
        -webkit-user-select: none;
    }

    .contents_warp .interview_wrap .bottom_section .trans_bt.next_bt {
        left: initial;
        right: 10%;
        color: #ffffff;
        background-color: #1089ff;
        border-radius: 6px;
        border-width: 0;
        box-shadow: rgb(50 50 93 / 10%) 0 0 0 1px inset, rgb(50 50 93 / 10%) 0 2px 5px 0, rgb(0 0 0 / 7%) 0 1px 1px 0;
        box-sizing: border-box;
        cursor: pointer;
        outline: none;
        transition: all .2s, box-shadow .08s ease-in;
        user-select: none;
        -webkit-user-select: none;
    }

    /*.next_bt:active {*/
    /*    filter: brightness(75%);*/
    /*    transform: scale(0.95);*/
    /*}*/

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-left: 35em;
        border-bottom: 1px solid #dee2e6;
    }

    .contents_warp .interview_header {
        padding: 60px 0 40px;
        margin: 0 36em;
        /* background-color: #F2F2F2; */
    }

    .contents_warp .interview_wrap .it_contents .it_table .check_item .item_title {
        font-size: 2rem;
    }

    .notApp {
        margin-top: 1%;
        font-size: 2rem;
    }

    .contents_tl > .page_title {
        font-size: 3rem;
    }

    .page_desc {
        font-size: 2rem;
    }

    .it_number {
        font-size: 2.25rem;
    }

    .trans_bt {
        font-size: 1.75rem;
    }

    .next_bt, .prev_bt {
        font-size: 2.2rem;
    }

    .s1_arrow {
        margin: 0 0 2% 10%;
    }

    #moreInfo, #close {
        margin-top: 0;
    }

    #interview_title {
        margin-top: -60px;
    }
}