
*::-webkit-scrollbar { display: none; }
body { left: 0px; top: 0px; width: 1080px; height: auto; overflow: scroll; margin: 0 auto}
input.button {display:none;} 
input.button_product {display:none;} 
input.button_A {display:none;} 
input.button_B {display:none;} 
input.button_C {display:none;} 
input.button_D {display:none;} 
   
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 145px;
    margin: 12px;
    margin-left: 60px;
}
.title_notice {
    font-family: 'SamsungOne-500';
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    width: 968px;
    height: 63px;
    color: rgb(0, 0, 0, 1);
}
.title_select {
    font-family: 'SamsungOne-400';
    font-size: 38px;
    text-align: center;
    width: 968px;
    height: 50px;
    margin-top: 20px;
    color: rgb(0, 0, 0, 0.9);
}
#privacy_header_bg_shadow {
    margin-top: 20px;
    margin-left: 25px;
    height: 2px;
}

.location_title_container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 1080px;
    height: 80px;
}
.location_title {
    font-family: 'SamsungOne-500';
    font-size: 36px;
    text-align: center;
    height: 0px;
    width: 768px;
    margin-top: 19px;
    margin-left: 156px;
    color: rgb(0, 0, 0, 0.9);
}

.nav_button {
    width: 48px;
    height: 48px;
    margin-top: 50px;
    margin-left: 52px;
}

.nav_button_product {
    width: 48px;
    height: 48px;
    margin-top: 35px;
    margin-left: 52px;
}

.nav_button_A {
    width: 48px;
    height: 48px;
    margin-top: 19px;
    margin-left: -75px;
}

.nav_button_B {
    width: 48px;
    height: 48px;
    margin-top: 19px;
    margin-left: -75px;
}

.nav_button_C {
    width: 48px;
    height: 48px;
    margin-top: 19px;
    margin-left: -75px;
}

.nav_button_D {
    width: 48px;
    height: 48px;
    margin-top: 19px;
    margin-left: -75px;
}

.sub_image {
    width: 40px;
    height: 40px;
}

.language_list_A {
    display: none;
    width:100%;
    opacity:0;
    max-height:0;
}

.language_list_A div:not(:last-of-type) {
    font-family: 'SamsungOne-500';
    font-size: 28px;
    text-align: center;
    width: 1080px;
    height: 100px;
    line-height: 100px;
    color: rgb(0, 0, 0, 0.75);
}

.language_list_B {
    display: none;
    width:100%;
    opacity:0;
    max-height:0;
}

.language_list_B div:not(:last-of-type) {
    font-family: 'SamsungOne-500';
    font-size: 28px;
    text-align: center;
    width: 1080px;
    height: 100px;
    line-height: 100px;
    color: rgb(0, 0, 0, 0.75);
}

.language_list_C {
    display: none;
    width:100%;
    opacity:0;
    max-height:0;
}

.language_list_C div:not(:last-of-type) {
    font-family: 'SamsungOne-500';
    font-size: 28px;
    text-align: center;
    width: 1080px;
    height: 100px;
    line-height: 100px;
    color: rgb(0, 0, 0, 0.75);
}

.language_list_D {
    display: none;
    width:100%;
    opacity:0;
    max-height:0;
}

.language_list_D div:not(:last-of-type) {
    font-family: 'SamsungOne-500';
    font-size: 28px;
    text-align: center;
    width: 1080px;
    height: 100px;
    line-height: 100px;
    color: rgb(0, 0, 0, 0.75);
}

.list_end {
    width: 1080px;
    height: 5px;
}

.divider {
    border-bottom: 3.5px solid rgba(0,0,0, 0.08);
    width: 972px;
    margin: auto;
}

.sub_divider {
    border-bottom: 5px solid rgba(0,0,0, 0.08);
    width: 685px;
    margin: auto;
}

input[type=checkbox]:checked + .language_list_A {
    display: block;
    max-height: 100%;
    opacity:1;
    overflow: scroll;
}
input[type=checkbox]:checked + .language_list_B {
    display: block;
    max-height: 100%;
    opacity:1;
    overflow: scroll;
}
input[type=checkbox]:checked + .language_list_C {
    display: block;
    max-height: 100%;
    opacity:1;
    overflow: scroll;
}

input[type=checkbox]:checked + .language_list_D {
    display: block;
    max-height: 100%;
    opacity:1;
    overflow: scroll;
}

.product_title_container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 1080px;
    height: 120px;
}

.product_title {
    font-family: 'SamsungOne-500';
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    height: 20px;
    width: 768px;
    margin-top: 35px;
    margin-left: 156px;
    color: rgb(0, 0, 0, 0.9);
}

#last_products {
    width: 810px;
    margin-left: 136px;
}

#last_products_nav {
    margin-left: 30px;
}

.location_language_wrap {
    display: none;
    width:100%;
    opacity:0;
    max-height:0;
}

input[type=checkbox]:checked + .location_language_wrap {
    display: block;
    max-height: 100%;
    opacity:1;
    overflow: scroll;
}

.product_location_language_wrap{
    cursor: pointer;
}

.lang_final {
    display: flex;
    height: 55px !important;
    align-items: center;
    justify-content: center;
}