@font-face {
  font-family: "Samsung Sharp Sans Regular";
  src:
    local("Samsung Sharp Sans Regular"),
    url("https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.woff") format("woff"),
}

@font-face {
  font-family: "Samsung Sharp Sans Bold";
  src:
    local("Samsung Sharp Sans Bold"),
    url("https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff") format("woff"),
}

@font-face {
  font-family: "SamsungOne 400";
  src:
    local("SamsungOne 400"),
    url("https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.woff") format("woff"),
}

a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body,
canvas, caption, center, cite, code,
dd, del, details, dfn, div, dl, dt,
em, embed,
fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, input, ins,
kbd,
label, legend, li,
mark, menu,
nav,
object, ol, output,
p, pre,
q,
ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt,
u, ul,
var, video
{
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

input::-ms-clear,
input::-ms-reveal
{
    display:none;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration
{
    display:none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type='number']
{
    -moz-appearance: textfield;
}

article, aside,
details,
figcaption, figure, footer,
header, hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

html[lang="en"] .zh {
    display: none
}

html[lang="zh"] .en {
    display: none
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.b_400,
.b_767,
.b_850
{
    display: none;
}

body,
html
{
    color: #000;
    font-family: 'Samsung Sharp Sans Regular';
    font-weight: normal;
}


.mobile {
    display: none
}

.container
{
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px 88px 20px;
    width: 100%;
}

#kv {
    margin-bottom: 50px;
}

#kv img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#lead_in {
    text-align: center;
    max-width: 860px;
    margin: auto auto 20px auto;
}

#lead_in h3
{
    font-size: 22px;
    margin-bottom: 20px;
}

#lead_in p {
    line-height: 20px;
}

#lead_in span {
    font-size: 12px
}

.top_cont
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.top_cont h2
{
    font-family: 'Samsung Sharp Sans Bold';
    font-size: 32px;
    line-height: 1.1;
}

.top_cont p
{
    font-family: 'SamsungOne 400';
    font-size: 14px;
    line-height: 1.3;
}

.star
{
    color: red;
    position: relative;
    top: -1px
}

.btn-black {
    color: #FFF;
    padding: 15px 30px;
    background-color: #000;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-family: 'SamsungOne 700';
    font-size: 14px;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.btn-black:hover {
    background-color: white;
    border: 1px solid black;
    color: black;
}

.main
{
    margin-top: 64px;
}

.main form
{
    display: flex;
    flex-direction: column;
}

.form_top_group
{
    display: flex;
    flex-direction: column;
    font-family: 'SamsungOne 400';
    gap: 48px;
}

.form_text_bx
{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 3px;
    width: 100%;
}

.form_label
{
    color: #555555;
    line-height: 19px;
}

.form_top_group input,
.form_top_group select
{
    border: none;
    border-bottom: 1px solid #555555;
    font-family: 'SamsungOne 400';
    font-size: 18px;
    line-height: 24px;
    padding: 7px 0px;
    width: 100%;
}

.form_top_group input::placeholder
{
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.input_wrap
{
    position: relative;
    width: 100%;
}

.input_wrap .btn_clear
{
    background: url(https://res9.apac2p.crm.samsung.com/res/tracking/cancel.png) no-repeat center center /contain;
    border: none;
    cursor: pointer;
    height: 16px;
    outline: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.form_text_group
{
    display: flex;
    gap: 16px;
}

.form_text_bx.select_bx .select_wrap
{
    display: flex;
    gap: 16px;
}

.form_text_bx.select_bx .select_wrap select
{
    width: 248px;
}

.form_text_bx.select_bx .select_wrap .input_wrap
{
    width: calc(100% - 248px - 16px);
}

.expand_group {
    margin-top: 90px;
    border-bottom: 1px solid #000;
}

.expand_title {
    display: flex;
    cursor: pointer;
    align-items: center;
    border-top: 1px solid #000;
    font-size: 20px;
    padding: 25px 0;
    gap: 0 10px
}

.expand_title svg {
    width: 25px;
    height: 25px;
}

.expand_group #minus {
    display: none
}

.expand_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.expanded.expand_group #minus {
    display: block;
}
.expanded.expand_group #plus {
    display: none;
}

.expanded .expand_content{

}

.expand_content_container {
    padding: 25px 0;
}

.form_check_group
{
    display: flex;
    flex-direction: column;
    margin-top: 90px
}

.form_check_module
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 90px;
}
.form_check_module:first-child
{
    margin-top: 0;
}

.form_check_title
{
    align-items: center;
    display: flex;
    gap: 5px;
}

.form_check_title h3
{
    font-size: 24px;
    font-family: 'SamsungOne 700';
    word-break: break-all;
}

.form_check_title p
{
    font-size: 14px;
    line-height: 19px;
}

.radio_group
{
    position: relative;
    align-items: center;
    display: flex;
    gap: 225px;
}

.radio_wrap
{
    align-items: center;
    display: flex;
    gap: 8px;
}

.radio_wrap input
{
    accent-color: #2189FF;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

.radio_wrap label
{
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 19px;
    padding-top: 2px;
}

.form_check_list_wrap
{
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    row-gap: 40px;
}

.form_check_list
{
    align-items: center;
    display: flex;
    gap: 8px;
}

.form_check_list input
{
    accent-color: #2189FF;
    cursor: pointer;
    height: 22px;
    width: 22px;
    appearance: auto;
}

.form_check_list label
{
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
}

.form_check_list label img
{
    height: 80px;
    width: 80px;
}

.form_check_list label p
{
    font-size: 14px;
    line-height: 19px;
    white-space: break-spaces;
}

.form_bottom_group
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 90px
}

.form_bottom_check_group
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.form_bottom_check
{
    font-size: 14px;
    line-height: 19px;
}

.form_bottom_check input[type="checkbox"]
{
    display: none;
}

.form_bottom_check label
{
    cursor: pointer;
    display: block;
    padding-left: 32px;
    position: relative;
}

.form_bottom_check label::after
{
    background: url(https://res9.apac2p.crm.samsung.com/res/tracking/unchecked.png) no-repeat center /cover;
    border-radius: 50%;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.form_bottom_check2 label::after
{
    top: 0;
}

.form_bottom_check input[type="checkbox"]:checked ~  label::after
{
    background-image: url(https://res9.apac2p.crm.samsung.com/res/tracking/checked.png);
}

.form_bottom_check label a
{
    color: #006BEA;
    display: inline-block;
}

.form_bottom_check label img
{
    height: 14px;
    width: 14px;
}

.form_bottom_group button
{
    align-items: center;
    background-color: #000;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family:'SamsungOne 700';
    font-size: 14px;
    height: 40px;
    justify-content: center;
    margin: 0 auto;
    width: 146px;
}

.form_bottom_group button:hover
{
    background-color: white;
    border: 1px solid black;
    color: black;
}

.form_bottom_group button.disabled
{
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
}

.g-recaptcha
{
    height: 76px;
    width: 302px;
}

.blank
{
    align-items: flex-end;
    background-color: #000;
    display: flex;
    display: inline-block;
    height: 2px;
    width: 100px;
}

.underline
{
    display: inline;
    overflow-wrap: break-word;
    text-decoration: underline;
    word-break: break-all;
    padding: 0 5px;
}

.parsley-errors {
    position: absolute;
    bottom: -15px;
    left: 0
}

.form_bottom_check_group .parsley-errors{
    left: 27px;
}

.parsley-error {
    color: red
}

.general {
    padding: 50px 20px;
    max-width: 860px;
    margin: auto;
    text-align: center;
}

strong{
    font-family: 'Samsung Sharp Sans Bold';
}

input, select, textarea {
    appearance: auto;
}

@media screen and (max-width:1150px)
{
    .form_check_module3 .form_check_title
    {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

@media screen and (max-width:1050px)
{
    .form_check_list label img
    {
        height: 48px;
        width: 48px;
    }

    .form_check_list input
    {
        height: 20px;
        width: 20px;
    }

    .form_check_list_wrap
    {
        grid-template-columns: repeat(3,1fr);
    }

    .form_check_title
    {
        align-items: flex-start;
        display: block;
        flex-direction: column;
        gap: 3px;
    }

    .form_check_title h3
    {
        display: inline;
        font-size: 20px;
        line-height: 26px;
        word-break: keep-all;
    }

    .form_check_title p
    {
        display: inline-block;
        font-size: 12px;
        padding-left: 3px;
        word-break: keep-all;
    }

    .underline
    {
        word-break: break-all;
    }

    .form_check_module3 .form_check_title {
        display: flex;
    }
    .form_check_title h3 {
        word-break: break-word;
        display: block;;
    }
}

@media screen and (max-width:850px)
{
    .b_850
    {
        display: block;
    }

    .n_850
    {
        display: none;
    }

    .top_cont h2
    {
        font-size: 22px;
        line-height: 29px;
    }

    .top_cont p
    {
        font-size: 12px;
    }

    .form_check_list_wrap
    {
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width:767px)
{
    .b_767
    {
        display: block;
    }

    .n_767 {
        display: none;
    }

    .container
    {
        box-sizing: border-box;
        padding: 64px 24px;
        width: 100%;
    }

    .main
    {
        margin-top: 48px;
    }

    .form_top_group input,
    .form_top_group select
    {
        font-size: 14px;
        padding: 0 0 7px;
    }

    .form_top_group input::placeholder
    {
        font-size: 14px;
    }

    .input_wrap .btn_clear
    {
        top: 3px;
        transform: translateY(0);
    }

    .form_top_group
    {
        gap: 38px;
    }

    .form_text_group
    {
        flex-direction: column;
        gap: 38px;
    }

    .form_label
    {
        font-size: 12px;
    }

    .radio_group
    {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .expand_group {
        margin-top: 40px
    }

    .form_check_module {
        margin-top: 40px
    }

    .form_check_group
    {
        gap: 0 64px;
        margin-top: 40px
    }

    .form_check_list_wrap
    {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .form_bottom_check2 label::after
    {
        top: 0;
        transform: translateY(0);
    }

    .form_text_bx.select_bx .select_wrap .input_wrap,
    .form_text_bx.select_bx .select_wrap select
    {
        width: 100%;
    }

    .form_bottom_check label::after
    {
        height: 20px;
        width: 20px;
    }

    .form_bottom_check label
    {
        padding-left: 28px;
    }
}

@media screen and (max-width:480px)
{
     .form_text_bx.select_bx .select_wrap select {
        width: 150px !important
    }
    .parsley-errors {
        bottom: -30px;
    }
}

@media screen and (max-width:400px)
{
    .g-recaptcha
    {
        margin: 0 auto;
    }

    .b_400
    {
        display: block;
    }
}

.error,
.parsley-custom-error-message,
.parsley-length,
.parsley-required,
.parsley-requiredIf,
.parsley-type
{
	color: red;
	font-size: 12px;
	padding: 4px;
}

#overlay
{
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    cursor: not-allowed;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.loader
{
    -ms-transform: translate(-50%,-50%);
    animation: pulse 1s linear infinite;
    border-radius: 50%;
    border: 5px solid #FFF;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 50px;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
}

.loader:after
{
    animation: scaleUp 1s linear infinite;
    border-radius: 50%;
    border: 5px solid #FFF;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
}

@keyframes scaleUp
{
    0%
    {
        transform: translate(-50%, -50%) scale(0);
    }

    60% , 100%
    {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes pulse
{
    0% , 60% , 100%
    {
        transform: scale(1);
    }

    80%
    {
        transform: scale(1.2);
    }
}