.catalogue_title{
    max-width: 100%;
    height: 55px;
    background-color: var(--main-bule_2);
    margin: 0 auto;
}
.catalogue_title P{
    font-size: var(--title-font-size);
    font-weight: 600;
    color: var(--main-white);
    text-align: center;
}
.model_title{
    max-width: 100%;
    background-color: var(--main-bule_2);
    color: var(--main-white);
    text-align: center;
    padding: 5px 0;
    position: relative;
}
.model_title h1{
    font-size: 35px;
    font-weight: bold;
}
.model_title h2{
    font-size: 30px;
}
.model_title h3{
    font-size: 20px;
}
.model_txt{
    margin: 10px 15px;
}
.model_txt h1{
    font-weight: bold;
}
.model_txt h2{
    font-size: var(--w-font-size);
    line-height: 30px;
}
.model_img{
    width: 100%;
    padding-bottom: 10px;
}
.model_img img{
    max-width: 100%;
    margin: 0 auto;
}
.second_model_img{
    padding-top: 20px;
}
.model_overview{
    max-width: 100%;
    background-color: var(--main-bule);
    color: var(--main-white);
    text-align: center;
    font-weight: bold;
}
.model_overview h1{
    font-size: 32px;
    padding: 8px 0;
    font-weight: 600;
}
.model_overview_box{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.model_overview_l_w,
.model_overview_r_w{
   width: 50%;
   text-align: center;
   padding: 10px 0;
   border: 1px solid var(--main-bule_3);
}
.model_overview_r_b,
.model_overview_l_b{
    width: 50%;
    background-color: var(--main-bule_3);
    text-align: center;
    padding: 10px 0;
    border: 1px solid var(--main-bule_3);
}
.model_overview_r_b h3,
.model_overview_l_b h3{
    color: var(--main-white);
}
/* Screen Display */
.screen_display{
    max-width: 100%;
    background-color: var(--main-bule);
    color: var(--main-white);
    text-align: center;
    margin-top: 10px;
}
.screen_display h1{
    font-size: 25px;
    padding: 8px 0;
    font-weight: 600;
}
.screen_display_txt h3{
    text-align: center;
}
.screen_display_img{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}
.screen_display_img_50{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.screen_display_img_50 img{
    max-width: 49%;
    padding: 0 10px;
}
.screen_display_txt{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.screen_display_txt_50{
    width: 50%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.screen_display_txt_50 h3{
    text-align: center;
}
.screen_display_img_33{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.screen_display_img_33 img{
    max-width: 33%;
    padding: 0 10px;
}
/* Features */
.model_features{
    max-width: 100%;
    background-color: var(--main-bule);
    color: var(--main-white);
    text-align: center;
    margin-top: 10px;
}
.model_features h1{
    font-size: 25px;
    padding: 8px 0;
    font-weight: 600;
}
.model_features h2{
    padding: 8px 0;
    font-weight: 500;
}
.model_features_box{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.model_features_l{
    width: 48%;
    padding: 0 5px;
}
.model_features_r{
    width: 48%;
    padding: 0 5px;
}
.model_features_b{
    background-color: var(--main-bule_3);
    text-align: center;
    border: 1px solid var(--main-bule_3);
}
.model_features_b h3{
    color: var(--main-white);
    padding: 8px 0;
}
.model_features_w{
    text-align: center;
    border: 1px solid var(--main-bule_2);
}
.model_features_full_b{
    width: 100%;
    border: 1px solid var(--main-bule_2);
}
.model_features_full_b h3{
    text-align: center;
    padding: 8px 0;
}
.model_features_full_w{
    width: 100%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-bule_3);
}
.model_features_full_w h3{
    text-align: center;
    padding: 8px 0;
    color: var(--main-white);
}
.model_features_full{
    width: 99.4%;
    margin: 0 auto;
}
.model_features_main_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.model_features_l_b,
.model_features_r_b{
    width: 50%;
    background-color: var(--main-bule_3);
    color: var(--main-white);
    padding: 10px 0;
    border: 1px solid var(--main-bule_3);
}
.model_features_r_r,
.model_features_l_w{
    width: 50%;
    padding: 10px 0;
    border: 1px solid var(--main-bule_3);
}
.model_features_l_b h3,
.model_features_r_b h3,
.model_features_r_r h3,
.model_features_l_w h3{
    text-align: center;
}
.model_feature_display_l,
.model_feature_display_r{
    margin: 0 auto;
    padding: 0;
}
.model_feature_display_l img,
.model_feature_display_r img{
    margin: 0 auto;
    max-width: 500px;
    max-height: 435px;
    padding: 10px 10px;
}


.model_products_img {
    max-width: 100%;
}
.model_products_img img {
    width: 40%;
    margin: 0 auto;
}
.model_products_img h4 {
    text-align: center;
    font-size: 20px;
}




/* Demo Photo */
.model_photo_demo{
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
/* Demostration */
.model_demonstration{
    max-width: 100%;
    background-color: var(--main-bule);
    color: var(--main-white);
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.model_demonstration h1{
    font-size: 25px;
    padding: 8px 0;
    font-weight: 600;
}
.model_demonstration_box{
    max-width: 100%;
    margin-bottom: 10px;
}
.model_demonstration_b{
    background-color: var(--main-bule_3);
    text-align: center;
    margin: 0;
}
.model_demonstration_b h3{
    color: var(--main-white);
    padding: 10px 0;
}
.model_demonstration_w{
    text-align: center;
    padding: 10px 0;
}
.model_demonstration_box img{
    max-width: 100%;
    margin: 0 auto;
}
.model_demonstration_box_main{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.model_demonstration_box_a,
.model_demonstration_box_b,
.model_demonstration_box_c{
    width: 33%;
}


/* Techincal */
.model_techincal{
    max-width: 100%;
    background-color: var(--main-bule);
    color: var(--main-white);
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.model_techincal h1{
    font-size: 25px;
    padding: 8px 0;
    font-weight: 600;
}
.model_technical_box{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.model_technical_title{
    width: 100%;
    background-color: var(--main-bule_3);
}
.model_technical_title h2{
    color: var(--main-white);
    padding: 5px 0 5px 10px;
    font-weight: bold;
}
.model_technical_l_w{
    width: 40%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_r_b{
    width: 60%;
    border: 1px solid var(--main-bule_3);
}
.model_technical_l_w h3{
    font-size: 16px;
    color: var(--main-white);
    padding: 5px 0 5px 10px;
}
.model_technical_r_b h3{
    font-size: 16px;
    padding: 5px 0 5px 10px;
}
.model_technical_small_title_33_b_w{
    width: 33%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_small_title_34_b_w{
    width: 34%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_small_title_33_b_w h2,
.model_technical_small_title_34_b_w h2,
.model_technical_small_title_25_b_w h2{
    color: var(--main-white);
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}
.model_technical_33_w_b{
    width: 33%;
    border: 1px solid var(--main-bule_3);
}
.model_technical_34_w_b{
    width: 34%;
    border: 1px solid var(--main-bule_3);
}
.model_technical_33_w_b h3,
.model_technical_34_w_b h3,
.model_technical_25_w_b h3{
    text-align: center;
    padding: 5px 0;
}
.model_technical_small_title_40_b_w{
    width: 40%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_small_title_40_b_w h2{
    color: var(--main-white);
    font-weight: bold;
    padding: 5px 0 5px 10px;
}
.model_technical_60_w_b{
    width: 60%;
    border: 1px solid var(--main-bule_3);
}
.model_technical_60_w_b h3{
    padding: 7px 0 7px 10px;
}
.model_technical_small_title_25_b_w{
    width: 25%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_25_w_b{
    width: 25%;
    border: 1px solid var(--main-bule_3);
}
.model_technical_25_w_w{
    width: 25%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_25_w_w h3{
    text-align: center;
    padding: 5px 0;
    color: var(--main-white);
}

table{
    width: 100%;
}
table,table tr th,
table tr td{
    border:1px solid var(--main-bule_3);
}
table tr td h2{
    text-align: center;
}
.model_technical_table_25_w_w{
    width: 25%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_table_25_w_w h2{
    text-align: center;
    color: var(--main-white);
}
.model_technical_table_12_5_w_w{
    width: 12.5%;
    background-color: var(--main-bule_3);
    border: 1px solid var(--main-white);
}
.model_technical_table_12_5_w_w h2{
    text-align: center;
    color: var(--main-white);
}
@media screen and (max-width: 1790px){
    .model_height {
        height: 59px;
    }
}
@media screen and (max-width: 1399px){

    .model_height {
        height: 59px;
    }
}
@media screen and (max-width: 768px){
    /*model_technical_box*/
    .model_display_flex{
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }
}





.model_display {
    max-width: 100%;
    background-color: var(--main-bule_2);
    color: var(--main-white);
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.model_display h1 {
    font-size: 35px;
    padding: 8px 0;
    font-weight: bold;
}
.model_display_box {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.model_display_l {
    max-width: 48%;
    background-color: #555;
    margin: 0 5px;
    padding: 5px;
    margin: 0 auto;
}
.model_display_r {
    max-width: 48%;
    background-color: #555;
    margin: 0 5px;
    padding: 5px;
    margin: 0 auto;
}
.model_display_img {
    max-width: 50%;
    display: flex;
}
.model_display_txt {
    text-align: center;
    color: var(--main-white);
}
@media screen and (max-width: 768px) {
    .model_display h1 {
        font-size: 20px;
    }
}






/* Download */
.model_download_txt{
    max-width: 100%;
    background-color: var(--main-bule);
}
.model_download_txt h4{
    color: var(--main-white);
    padding: 5px;
}
.model_download h3{
    font-size: 16px;
}
.download_btn a{
    text-decoration: none;
    color: var(--main-white);
}
.download_btn{
    display: inline-block;
    background: var(--main-bule_3);
    padding: 0 10px;
    border-radius: 15px;
    transition: background 0.3s;
    border: 1px solid var(--main-bule_3);
}
.download_btn:hover{
    background: var(--main-white);
    color: var(--main-bule_3);
}
.download_btn:hover a{
    color: var(--main-bule_3);
}
.download_btn h3{
    padding: 0;
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width: 1399px){
    /* Features */
    .model_features_box {
        padding: 0 10px;
    }
    /* Technical */
    .model_technical_box {
        padding: 0 10px;
    }
    /* Policy */
    .model_policy{
        padding: 0 10px;
    }
    /* Download */
    .model_download{
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px){
    /* Title */
    .model_title h1{
        font-size: 30px;
    }
    .model_title h2{
        font-size: 25px;
    }
    .model_title h3{
        font-size: 15px;
    }
    /* Features */
    .model_features h1 {
        font-size: 20px;
    }
    .model_features_w_full_414 {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    /* Title */
    .model_title h1{
        font-size: 25px;
    }
    .model_title h2{
        font-size: 20px;
    }
    .model_title h3{
        font-size: 10px;
    }
    .model_txt h2{
        font-size: var(--small-font-size);
    }
    /* Demo Photo */
    .model_photo_demo{
        padding: 0;
    }
}

/* Other */
.max_width_20 img{
    max-width: 20%;
}
.max_width_25 img{
    max-width: 25%;
}
.max_width_30 img{
    max-width: 30%;
}
.max_width_40 img{
    max-width: 40%;
}
.max_width_50 img{
    max-width: 50%;
}
.max_width_70 img{
    max-width: 70%;
}
.height_70{
    height: 70px;
}


/* Table */
.table_bule_second_title{
    background-color: var(--main-bule);
    border: 1px solid var(--main-white);
}
.table_bule_second_title h2{
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 5px 10px;
}
.table_bule_second_title_02{
    background-color: var(--main-bule);
    border: 1px solid var(--main-white);
}
.table_bule_second_title_02 h2{
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0 5px 0;
}
.table_bule_second_title_03{
    background-color: var(--main-bule);
    border: 1px solid var(--main-white);
}
.table_bule_second_title_03 h2{
    color: #ffffff;
    text-align: left;
    padding: 5px 0 5px 10px;
}










/* */

/* BT-62 */
.bt-62_accuracy{
    height: 55px;
}
.bt-62_accuracy h3{
    padding-top: 15px;
}
/* BT-63 */
.bt-63_battery{
    height: 55px;
}
.bt-63_battery h3{
    padding-top: 15px;
}
/* BT-64 */
.bt-64_battery{
    height: 55px;
}
.bt-64_battery h3{
    padding-top: 15px;
}
/* BT-65 */
.bt-65_battery{
    height: 55px;
}
.bt-65_battery h3{
    padding-top: 15px;
}
.bt-66_battery{
    height: 55px;
}
.bt-66_battery h3{
    padding-top: 15px;
}




@media screen and (max-width: 1366px) {
    /* 12.9" iPad Pro (1st - 5th generation) landscape (1024x1366) */
    .model_title h1{
        font-size: 30px;
    }
    .model_title h2{
        font-size: 25px;
    }
    .model_title h3{
        font-size: 16px;
    }
    .model_txt h1{
        font-size: 22px;
    }
    .model_txt h2{
        font-size: 18px;
        line-height: 24px;
    }
    .model_txt h3{
        font-size: 16px;
    }
    .model_demonstration h1{
        font-size: 22px;
    }
    .model_demonstration_box_main h3{
        font-size: 14px;
    }
    .model_techincal h1{
        font-size: 22px;
    }
    .model_technical_box{
        padding: 0;
    }
    /* BT-62 */
    .bt-62_accuracy,
    .bt-62_battery{
        height: 55px;
    }
    .bt-62_accuracy h3,
    .bt-62_battery h3{
        padding-top: 15px;
    }
    /* BT-63 */
    .bt-63_accuracy{
        height: 55px;
    }
    .bt-63_accuracy h3{
        padding-top: 15px;
    }
    .bt-63_battery{
        height: 94px;
    }
    .bt-63_battery h3{
        padding-top: 35px;
    }
    /* BT-64 */
    .bt-64_descripition,
    .bt-64_accuracy,
    .bt-64_dew{
        height: 55px;
    }
    .bt-64_descripition h3,
    .bt-64_accuracy h3,
    .bt-64_dew h3{
        padding-top: 15px;
    }
    .bt-64_battery{
        height: 94px;
    }
    .bt-64_battery h3{
        padding-top: 38px;
    }
    /* BT-65 */
    .bt-65_descripition,
    .bt-65_accuracy{
        height: 55px;
    }
    .bt-65_descripition h3,
    .bt-65_accuracy h3{
        padding-top: 15px;
    }
    .bt-65_battery{
        height: 94px;
    }
    .bt-65_battery h3{
        padding-top: 38px;
    }
    /* BT-66 */
    .bt-66_descripition,
    .bt-66_accuracy{
        height: 55px;
    }
    .bt-66_descripition h3,
    .bt-66_accuracy h3{
        padding-top: 15px;
    }
    .bt-66_battery{
        height: 94px;
    }
    .bt-66_battery h3{
        padding-top: 38px;
    }
    /* BT-71 */
    .bt-71_memory{
        height: 55px;
    }
    .bt-71_memory h3{
        padding-top: 15px;
    }
    /* BT-72 */
    .bt-72_memory{
        height: 55px;
    }
    .bt-72_memory h3{
        padding-top: 15px;
    }
    /* BC-20 */
    .screen_display h1{
        font-size: 22px;
    }
    .screen_display_img_33 img{
        max-width: 30%;
    }
    .model_features h1{
        font-size: 22px;
    }
    .model_features_b h3,
    .model_features_w h3{
        font-size: 15px;
    }
    .model_feature_display_l,
    .model_feature_display_r{
        width: 48%;
    }
    .model_feature_display_l img,
    .model_feature_display_r img{
        max-width: 80%;
    }
}
@media screen and (max-width: 1194px) {
    /* 11'' iPad Pro (3rd, 4th, 5th generation) landscape (834x1194) */
    .model_txt h1{
        font-size: 18px;
    }
    .model_txt h2{
        font-size: 15px;
        line-height: 22px;
    }
    .model_txt h3{
        font-size: 14px;
    }
    .model_demonstration h1,
    .model_techincal h1{
        font-size: 18px;
    }
    .model_technical_l_w h3,
    .model_technical_r_b h3{
        font-size: 14px;
    }
    .model_download h3,
    .model_download a{
        font-size: 14px;
    }
    /* BT-62 */
    .bt-62_description,
    .bt-62_tobj{
        height: inherit;
    }
    .bt-62_description h3,
    .bt-62_tobj h3{
        padding-top: in;
    }
    .bt-62_accuracy{
        height: 67px;
    }
    .bt-62_accuracy h3{
        padding-top: 25px;
    }
    .bt-62_battery{
        height: 50px;
    }
    .bt-62_battery h3{
        padding-top: 15px;
    }
    /* BT-63 */
    .bt-63_accuracy{
        height: 50px;
    }
    .bt-63_accuracy h3{
        padding-top: 15px;
    }
    .bt-63_battery{
        height: 85px;
    }
    .bt-63_battery h3{
        padding-top: 35px;
    }
    /* BT-64 */
    .bt-64_descripition,
    .bt-64_accuracy,
    .bt-64_dew{
        height: 50px;
    }
    .bt-64_descripition h3,
    .bt-64_accuracy h3,
    .bt-64_dew h3{
        padding-top: 15px;
    }
    .bt-64_battery{
        height: 84px;
    }
    .bt-64_battery h3{
        padding-top: 32px;
    }
    /* BT-65 */
    .bt-65_descripition{
        height: 52px;
    }
    .bt-65_descripition h3{
        padding-top: 17px;
    }
    .bt-65_accuracy,
    .bt-65_memory{
        height: 50px;
    }
    .bt-65_accuracy h3,
    .bt-65_memory h3{
        padding-top: 15px;
    }
    .bt-65_battery{
        height: 84px;
    }
    .bt-65_battery h3{
        padding-top: 32px;
    }
    /* BT-66*/
    .bt-66_descripition,
    .bt-66_memory{
        height: 50px;
    }
    .bt-66_descripition h3,
    .bt-66_memory h3{
        padding-top: 15px;
    }
    .bt-66_battery{
        height: 84px;
    }
    .bt-66_battery h3{
        padding-top: 32px;
    }
    /* BT-71 */
    .bt-71_memory{
        height: 50px;
    }
    .bt-71_memory h3{
        padding-top: 15px;
    }
    /* BT-72 */
    .bt-72_memory{
        height: 50px;
    }
    .bt-72_memory h3{
        padding-top: 15px;
    }
}
@media screen and (max-width: 428px) {
    /* IPhone 13 Pro Max / 12 Pro Max (926x428) */
    .model_title h1{
        font-size: 22px;
    }
    .model_title h2{
        font-size: 18px;
    }
    .model_title h3{
        font-size: 12px;
    }
    .model_txt h1{
        font-size: 18px;
    }
    .model_txt h2{
        font-size: 14px;
    }
    .model_txt h3{
        font-size: 12px;
    }
    .model_demonstration h1,
    .model_techincal h1,
    .screen_display h1,
    .model_features h1{
        font-size: 16px;
    }
    .model_demonstration_box_main{
        max-width: 100%;
        display: block;
    }
    .model_demonstration_box_a,
    .model_demonstration_box_b,
    .model_demonstration_box_c{
        width: 100%;
        margin-bottom: 5px;
    }
    .model_demonstration_box_a h3,
    .model_demonstration_box_b h3,
    .model_demonstration_box_c h3{
        font-size: 12px;
        padding: 5px;
        margin: 0;
    }
    .model_technical_box h3,
    .model_features_box h3{
        font-size: 12px;
    }
    .model_features_l,
    .model_features_r{
        width: 100%;
    }
    .model_features_b h3{
        padding: 2px 0;
    }
    /* BT-62 */
    .bt-62_description,
    .bt-62_resolution,
    .bt-62_weight{
        height: 45px;
    }
    .bt-62_description h3,
    .bt-62_tobj h3,
    .bt-62_resolution h3,
    .bt-62_weight h3{
        padding-top: 14px;
    }
    .bt-62_tobj{
        height: 46px;
    }
    .bt-62_accuracy{
        height: 60px;
    }
    .bt-62_accuracy h3{
        padding-top: 20px;
    }
    .bt-62_battery{
        height: 75px;
    }
    .bt-62_battery h3{
        padding-top: 25px;
    }
    /* BT-63 */
    .bt-63_measurement,
    .bt-63_tobj,
    .bt-63_emissivity,
    .bt-63_resolution,
    .bt-63_mode{
        height: 46px;
    }
    .bt-63_measurement h3,
    .bt-63_tobj h3,
    .bt-63_emissivity h3,
    .bt-63_resolution h3,
    .bt-63_mode h3,
    .bt-63_weight h3,
    .bt-63_probe h3{
        padding-top: 14px;
    }
    .bt-63_accuracy{
        height: 60px;
    }
    .bt-63_accuracy h3{
        padding-top: 20px;
    }
    .bt-63_battery{
        height: 103px;
    }
    .bt-63_battery h3{
        padding-top: 47px;
    }
    .bt-63_weight,
    .bt-63_probe{
        height: 45px;
    }
    /* BT-64 */
    .bt-64_descripition,
    .bt-64_emissivity,
    .bt-64_resolution,
    .bt-64_internal{
        height: 45px;
    }
    .bt-64_descripition h3,
    .bt-64_cf h3,
    .bt-64_emissivity h3,
    .bt-64_resolution h3,
    .bt-64_internal h3{
        padding-top: 15px;
    }
    .bt-64_cf{
        height: 46px;
    }
    .bt-64_accuracy{
        height: 60px;
    }
    .bt-64_accuracy h3{
        padding-top: 20px;
    }
    .bt-64_dew{
        height: 60px;
    }
    .bt-64_battery{
        height: 117px;
    }
    .bt-64_battery h3{
        padding-top: 47px;
    }
    /* BT-65 */
    .bt-65_descripition,
    .bt-65_accuracy{
        height: 60px;
    }
    .bt-65_descripition h3{
        padding-top: 23px;
    }
    .bt-65_accuracy h3{
        padding-top: 15px;
    }
    .bt-65_battery{
        height: 117px;
    }
    .bt-65_battery h3{
        padding-top: 47px;
    }
    .bt-65_emissivity,
    .bt-65_resolution,
    .bt-65_internal,
    .bt-65_mode,
    .bt-65_memory,
    .bt-65_thermocouple{
        height: 45px;
    }
    .bt-65_emissivity h3,
    .bt-65_resolution h3,
    .bt-65_internal h3,
    .bt-65_mode h3,
    .bt-65_memory h3,
    .bt-65_thermocouple h3{
        padding-top: 15px;
    }
    /* BT-66 */
    .bt-66_descripition{
        height: 60px;
    }
    .bt-66_descripition h3{
        padding-top: 23px;
    }
    .bt-66_reading_01{
        height: 46px;
    }
    .bt-66_reading_01 h3{
        padding-top: 15px;
    }
    .bt-66_battery{
        height: 117px;
    }
    .bt-66_battery h3{
        padding-top: 47px;
    }
    .bt-66_emissivity,
    .bt-66_resolution,
    .bt-66_internal,
    .bt-66_mode,
    .bt-66_memory,
    .bt-66_thermocouple{
        height: 45px;
    }
    .bt-66_emissivity h3,
    .bt-66_resolution h3,
    .bt-66_internal h3,
    .bt-66_mode h3,
    .bt-66_memory h3,
    .bt-66_thermocouple h3{
        padding-top: 15px;
    }
    /* BT-71 */
    .bt-71_resolution,
    .bt-71_range,
    .bt-71_storage{
        height: 46px;
    }
    .bt-71_resolution h3,
    .bt-71_range h3,
    .bt-71_storage h3{
        padding-top: 15px;
    }
    .bt-71_memory{
        height: 60px;
    }
    .bt-71_memory h3{
        padding-top: 20px;
    }
    /* BT-72 */
    .bt-72_resolution,
    .bt-72_range{
        height: 46px;
    }
    .bt-72_resolution h3,
    .bt-72_range h3,
    .bt-72_storage h3{
        padding-top: 15px;
    }
    .bt-72_memory{
        height: 60px;
    }
    .bt-72_memory h3{
        padding-top: 20px;
    }
    .bt-72_storage{
        height: 45px;
    }
    /* BC-20 */
    .model_feature_display_l,
    .model_feature_display_r{
        width: 100%;
    }
    .screen_display_img,
    .screen_display_img_33{
        display: block;
    }
    .screen_display_img_33 img{
        margin: 0 auto;
        max-width: 60%;
        padding: 10px;
    }
    .model_technical_title h2{
        font-size: 14px;
    }
    .bc-20_sensitivity,
    .bc-20_better,
    .bc-20_type,
    .bc-20_continuous,
    .bc-20_temp{
        height: 46px;
    }
    .bc-20_sensitivity h3,
    .bc-20_modes h3,
    .bc-20_type h3,
    .bc-20_continuous h3,
    .bc-20_temp h3{
        padding-top: 15px;
    }
    .bc-20_modes{
        height: 45px;
    }


    /* Download */
    .model_download h3,
    .model_download h3 a{
        font-size: 12px;
    }
}
@media screen and (max-width: 414px) {
    /* IPhone 11 Pro Max / 11 / XS Max / XR (896x414) */
    /* IPhone 8 Plus / 7 Plus / 6S Plus (736x414) */
    /* BT-62 */
    .bt-62_accuracy h3{
        padding-top: 15px;
    }
    .bt-62_battery{
        height: 74px;
    }
    .bt-62_battery h3{
        padding-top: 30px;
    }
    .bt-62_dimensions{
        height: 46px;
    }
    .bt-62_dimensions h3{
        padding-top: 15px;
    }
    /* BT-63 */
    .bt-63_accuracy,
    .bt-63_reading{
        height: 60px;
    }
    .bt-63_reading h3,
    .bt-63_accuracy h3{
        padding-top: 15px;
    }
    .bt-63_battery{
        height: 118px;
    }
    /* BT-64 */
    .bt-64_accuracy h3{
        padding-top: 15px;
    }
    .bt-64_reading{
        height: 60px;
    }
    /* BT-65 */
    .bt-65_reading{
        height: 60px;
    }
    /* BT-66 */
    .bt-66_reading{
        height: 60px;
    }
    /* BT-71 */
    .bt-71_visual{
        height: 46px;
    }
    .bt-71_visual h3,
    .bt-71_emissivity h3{
        padding-top: 15px;
    }
    .bt-71_emissivity{
        height: 45px;
    }
    /* BT-72 */

    
}
@media screen and (max-width: 390px) {
    /* IPhone 13 Pro / 13 / 12 Pro / 12 (844x390) */

}
@media screen and (max-width: 375px) {
    /* IPhone 13 Mini / 11 Pro / X (812x375) */
    /* IPhone SE (2020) / 8 / 7 / 6S / 6 (667x375) */

}
@media screen and (max-width: 360px) {
    /* IPhone 12 Mini (780x360) */

}
@media screen and (max-width: 320px) {
    /* IPhone SE / 5S / 5C / 5 (568x320) */
    
}