@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/scx2czm.css");
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC";
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.fixed {
    overflow: hidden
}

section {
    position: relative
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: """"
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

em,
i {
    font-style: normal
}

a {
    text-decoration: none;
    color: #656565
}

img {
    vertical-align: middle
}

input {
    border: none;
    outline: none;
    color: #333
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

select {
    width: 100%;
    height: 70px;
    display: inline-block;
    padding: 0 60px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2c2c2c;
    margin-bottom: 3.5%;
    border: transparent;
    border-bottom: 1px solid #322c25;
    background: url("../images/icon-arrow-down.svg") no-repeat calc(100% - 30px) 30px;
    background-color: rgba(255, 255, 255, 0.85);
    background-size: 26px;
    font-size: 1.75rem;
    font-weight: 500;
}

select option {
    font-size: 0.8rem;
    padding: 5px;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

select:disabled {
    color: #878787;
    display: none
}

select:invalid {
    color: #878787
}

#dej-layout-wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#dej-layout-wrap section .container {
    max-width: 100% !important;
    -webkit-max-width: 100% !important;
    padding: 0;
    margin: 0
}

#dej-layout-wrap section>img {
    display: block;

    margin: 0 auto
}


#dej-layout-wrap h1 {
    font-size: 4rem
}

#dej-layout-wrap p.subtitle {
    font-size: 3rem;
    text-align: center
}

#dej-layout-wrap a {
    text-decoration: none;
    display: block;
    text-align: center
}

#dej-layout-wrap .chkbox {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2.5rem;
    color: #222;
    padding-left: 44px;
    min-width: 160px;
    min-height: 55px;
}

#dej-layout-wrap .chkbox input {
    display: none
}

#dej-layout-wrap .chkbox:after {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 4px;
    left: 0;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 0;
    border: 1px solid #696969;
    background-color: #fff;
    outline: 1px solid #696969;
    z-index: 1
}

#dej-layout-wrap .chkbox.active:before {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 2px;
    content: "";
    background: url("../images/icon-check.png") no-repeat center/24px;
    background-color: transparent;
    display: inline-block;
    visibility: visible;
    color: #fff;
    z-index: 2
}


#dej-layout-wrap .rdobox {
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-left: 25px
}

#dej-layout-wrap .rdobox input {
    display: none
}

#dej-layout-wrap .rdobox:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    left: 0;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 0;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    z-index: 1
}

#dej-layout-wrap .rdobox.active:before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 14px;
    left: 1px;
    content: "";
    background: url("../images/icon-check.png") no-repeat center/16px;
    background-color: transparent;
    display: inline-block;
    visibility: visible;
    color: #fff;
    z-index: 2
}

#dej-layout-wrap .btn-dej {
    background: #3e3e3e;
    color: white;
    display: inline-block;
    width: 280px;
    height: 69px;
    padding: 0;
    line-height: 69px;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 2.25rem;
    margin: 30px 50%;
    transform: translateX(-50%);
}

#dej-layout-wrap .btn-dej:hover {
    color: #fff;
    text-decoration: none
}

#dej-layout-wrap .pop_box {
    position: fixed;
    width: 750px;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}
#dej-layout-wrap .pop1,
#dej-layout-wrap .pop2,
#dej-layout-wrap .pop3,
#dej-layout-wrap .pop4 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
#dej-layout-wrap .pop1.active,
#dej-layout-wrap .pop2.active,
#dej-layout-wrap .pop3.active,
#dej-layout-wrap .pop4.active {
    visibility: visible;
    opacity: 1;
}
#dej-layout-wrap .pop_box .pop_bbb {
    position: absolute;
    margin: 0;
    padding: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
#dej-layout-wrap .pop_box .pop_w {
    position: relative;
    width: 630px;
    margin-left: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 90px 0 35px;
    background-color: #fff;
    border-radius: 30px;

}
#dej-layout-wrap .pop_box .pop_x {
    position: absolute;
    top: 35px;
    right: 35px;
}
#dej-layout-wrap .pop_box .pop_container {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}
#dej-layout-wrap .pop_box .pop_container img {
    max-height: calc(100vh - 130px);
}
#dej-layout-wrap .pop_box .pop_container h6 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    
}

#dej-layout-wrap .kv-section {
    height: 1077px;
    min-height: 1077px;
    padding-top: 446px;
    position: relative;
}

#dej-layout-wrap .kv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

#dej-layout-wrap .kv_img1 {
    position: absolute;
    top:771px;
    left: 89px;
    z-index: 5;
}
#dej-layout-wrap .kv_img2 {
    position: absolute;
    top:468px;
    left: 188px;
    z-index: 2;
}


#dej-layout-wrap .sec1 {
    height: 1002px;
    min-height: 1002px;
    background: url("../images/sec1_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 98px;
    text-align: center;
}
#dej-layout-wrap .sec1 h2 {
    font-family: "Noto Serif TC";
    font-size: 3.625rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}
#dej-layout-wrap .sec1 h3 {
    font-size: 2.25rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

#dej-layout-wrap .sec_step {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
#dej-layout-wrap .sec_step .sec_line {
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 120px;
    height: 22px;
    background-color: #ccc;
    z-index: 2;
}
#dej-layout-wrap .sec_step h2 {
    width: fit-content;
    margin: 0 10px 0 25px;
    font-size: 3.125rem;
    font-weight: 700;
    position: relative;
    z-index: 5;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}
#dej-layout-wrap .sec_btn {
    display: inline-block;
    width: 333px;
    height: 60px;
    padding: 0;
    line-height: 60px;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin: 0 50%;
    transform: translateX(-50%);
    position: absolute;
}

#dej-layout-wrap .sec2 {
    padding-top: 94px;
}
#dej-layout-wrap .sec2 .sec_line {background-color: #f7e3c8;}
#dej-layout-wrap .sec2 h3 {
    width: 100%;
    text-align: center;
    font-size: 2.81rem;
    font-weight: 700;
    line-height: 1;
    margin: 40px 0 20px;
} 
#dej-layout-wrap .sec2 h5 {
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 60px;
} 

#dej-layout-wrap .sec3 {
    height: 1304px;
    min-height: 1304px;
    background: url("../images/sec3_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 85px;
    overflow: hidden;
}
#dej-layout-wrap .sec3 .thin_title {
    width: fit-content;
    margin: 0 auto 45px;
    display: flex;
    align-items: center;
}
#dej-layout-wrap .sec3 .thin_title h5 {
    padding: 8px 25px 11px;
    background-color: #ebebeb;
    line-height: 1;
    font-size: 1.5rem;
}
#dej-layout-wrap .sec3 .thin_title h6 {
    padding: 8px 25px 11px;
    border: 1px solid #000;
    line-height: 1;
    font-size: 1.5rem;
    margin-left: 15px;
    letter-spacing: 2px;
}
#dej-layout-wrap .sec3 h2 {
    font-size: 2.81rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 26px;
    text-align: center;
}
#dej-layout-wrap .sec3 p {
    font-size: 1.75rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}
#dej-layout-wrap .sec3 h3 {
    width: fit-content;
    margin: 90px auto 0;
    text-align: right;
    font-size: 2.68rem;
    font-weight: 700;
}
#dej-layout-wrap .sec3 .sec3_bubble {position: absolute;}
#dej-layout-wrap .sec3 .sec3_bubble h4 {
    font-size: 2.125rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
#dej-layout-wrap .sec3 .sec3_bubble p {
    font-weight: normal;
}
#dej-layout-wrap .sec3 .sec3_bubble1 {
    top: 667px;
    left: 55px;
}
#dej-layout-wrap .sec3 .sec3_bubble2 {
    top: 998px;
    left: 152px;
}
#dej-layout-wrap .sec3 .sec3_bubble3 {
    top: 726px;
    left: 410px;
    padding: 100px 45px;
    cursor: pointer;
}

#dej-layout-wrap .sec4 {
    padding-top: 50px;
}
#dej-layout-wrap .sec4 h2 {
    text-align: center;
    font-size: 2.81rem;
    font-weight: 700;
    line-height: 1;
}
#dej-layout-wrap .sec4 .sec4_video {
    width: fit-content;
    margin: 50px auto;
}

#dej-layout-wrap .sec5 {
    padding-top: 40px;
}
#dej-layout-wrap .sec5 .sec5_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
#dej-layout-wrap .sec5 .sec5_title h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #313131;
    position: relative;
    z-index: 5;
    letter-spacing: 1px;
}
#dej-layout-wrap .sec5 .sec5_title .sec_line {
    width: 165px;
    height: 25px;
    background-color: #fee5e5;
    right: -5px;
    bottom: -8px;
    position: absolute;
    z-index: 2;
}
#dej-layout-wrap .sec5 .sec5-swiper {
    margin: 80px 30px;
}

#dej-layout-wrap .sec6 {
    padding-top: 105px;
}
#dej-layout-wrap .sec6 .sec_line {background-color: #d6c8bf;}
#dej-layout-wrap .sec6 h3 {
    width: 100%;
    text-align: center;
    font-size: 2.81rem;
    font-weight: 700;
    line-height: 1;
    margin: 35px 0 20px;
} 
#dej-layout-wrap .sec6 h5 {
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 65px;
}

#dej-layout-wrap .sec7 {
    height: 1224px;
    min-height: 1224px;
    background: url("../images/sec7_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 100px;
}
#dej-layout-wrap .sec7 h4 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
#dej-layout-wrap .sec7 h4 span {
    font-size: 1.875rem;
    font-weight: normal;
}
#dej-layout-wrap .sec7 p {
    font-size: 1.875rem;
    text-align: center;
    margin-top: 30px;
}
#dej-layout-wrap .sec7 h2 {
    position: absolute;
    top: 392px;
    left: 210px;
    font-size: 2.125rem;
    font-weight: 700;
}
#dej-layout-wrap .sec7 h3 {
    position: absolute;
    top: 446px;
    left: 306px;
    font-size: 2.125rem;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
#dej-layout-wrap .sec7 .sec_btn {
    bottom: 128px;
}

#dej-layout-wrap .sec8 {
    height: 1211px;
    min-height: 1211px;
    background: url("../images/sec8_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 120px;
}
#dej-layout-wrap .sec8 h4 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
#dej-layout-wrap .sec8 h4 span {
    font-size: 1.875rem;
    font-weight: normal;
}
#dej-layout-wrap .sec8 p {
    font-size: 1.875rem;
    text-align: center;
    line-height: 1;
    margin-top: 40px;
}
#dej-layout-wrap .sec8 h2 {
    position: absolute;
    top: 400px;
    left: 230px;
    font-size: 2.125rem;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
#dej-layout-wrap .sec8 h3 {
    position: absolute;
    top: 460px;
    left: 340px;
    font-size: 2.125rem;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
#dej-layout-wrap .sec8 h6 {
    position: absolute;
    top: 805px;
    left: 155px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #7b5c4a;
}
#dej-layout-wrap .sec8 .sec_btn {
    bottom: 130px;
}

#dej-layout-wrap .sec9 {
    padding-top: 110px;
}
#dej-layout-wrap .sec9 .sec_line {background-color: #ffcfb2;}
#dej-layout-wrap .sec9 h3 {
    width: 100%;
    text-align: center;
    font-size: 2.81rem;
    font-weight: 700;
    line-height: 1;
    margin: 45px 0 20px;
} 
#dej-layout-wrap .sec9 h5 {
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 60px;
}

#dej-layout-wrap .sec10 {
    height: 1129px;
    min-height: 1129px;
    background: url("../images/sec10_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 90px;
}
#dej-layout-wrap .sec10 h4 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
#dej-layout-wrap .sec10 h4 span {
    font-size: 1.875rem;
    font-weight: normal;
}
#dej-layout-wrap .sec10 p {
    font-size: 2rem;
    text-align: center;
    margin-top: 40px;
}
#dej-layout-wrap .sec10 .sec10_box1 {
    position: absolute;
    top: 446px;
    left: 365px;
    width: 320px;
}
#dej-layout-wrap .sec10 .sec10_box2 {
    position: absolute;
    top: 718px;
    left: 365px;
    width: 320px;
}
#dej-layout-wrap .sec10 .sec10_box1 h6,
#dej-layout-wrap .sec10 .sec10_box2 h6 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
#dej-layout-wrap .sec10 .sec10_box1 p,
#dej-layout-wrap .sec10 .sec10_box2 p {
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
}

#dej-layout-wrap .sec10 .sec_btn {
    bottom: 128px;
}

#dej-layout-wrap .sec_form {
    height: 2060px;
    min-height: 2060px;
    padding: 305px 80px 0 60px;
    background-image: url('../images/form_bg08196.jpg');
}
#dej-layout-wrap .sec_form h3 {
    font-family: "Noto Serif TC";
    text-align: center;
    font-size: 3rem;
    color: #0d0d0d;
    line-height: 1;
    margin-bottom: 25px;
}
#dej-layout-wrap .sec_form h2 {
    font-family: "Noto Serif TC";
    text-align: center;
    font-size: 3.25rem;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    background-color: #000;
    line-height: 1;
    width: fit-content;
    margin: 0 auto 40px;
}
#dej-layout-wrap .sec_form p {
    font-size: 1.75rem;
    margin-bottom: 265px;
}
#dej-layout-wrap .sec_form p span {font-weight: 500;}
#dej-layout-wrap .sec_form p small {
    font-size: 1.5rem;
    color: #5f5f5f;
    line-height: 2;
}
#dej-layout-wrap .sec_form .form_note {
    font-size: 1.25rem;
    color: #222222;
    margin-top: 20px;
}
#dej-layout-wrap .sec_form .form_note span {color: #e53b29;}

#dej-layout-wrap .sec_form .kanebo_form input[type=text],
#dej-layout-wrap .sec_form .kanebo_form input[type=tel],
#dej-layout-wrap .sec_form .kanebo_form input[type=email] {
    width: 100%;
    height: 70px;
    display: inline-block;
    padding: 0 60px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2c2c2c;
    margin-bottom: 3.5%;
    border: transparent;
    border-bottom: 1px solid #322c25;
    font-size: 1.75rem;
    font-weight: 500;
}
#dej-layout-wrap .sec_form .kanebo_form .form_select {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}
#dej-layout-wrap .sec_form .kanebo_form .form_select .form_select_l {
    font-size: 1.75rem;
    color: #2c2c2c;
    font-weight: 500;
}

#dej-layout-wrap .sec_form.check_form {
    height: 1860px;
    min-height: 1860px;
    background-image: url("../images/check_bg08192.jpg");
}
#dej-layout-wrap .sec_form .form_c {
    margin: 20px 40px 60px;
}
#dej-layout-wrap .sec_form .form_c li {
    width: 100%;
    height: 70px;
    display: inline-block;
    padding: 0 10px 0 160px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2c2c2c;
    margin-bottom: 3.5%;
    border: transparent;
    border-bottom: 1px solid #322c25;
    font-size: 1.75rem;
    font-weight: 500;
    position: relative;
}
#dej-layout-wrap .sec_form .form_c li p {
    font-size: 1.75rem;
    width: 175px;
    margin: 0;
    position: absolute;
    left: 0;
}
#dej-layout-wrap .sec_form .form_c .dej__btn {
    background: #d85212;
    color: white;
    display: inline-block;
    width: 280px;
    height: 69px;
    padding: 0;
    line-height: 69px;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 2.25rem;
    margin: 30px 50%;
    transform: translateX(-50%);
}
#dej-layout-wrap .sec_form .form_c .dej__btn.dej__btn--done {
    font-size: 1.5rem;
    line-height: 1.3;
    height: 100px;
}
#dej-layout-wrap .sec_form .form_c .note {
    font-size: 1.375rem;
    text-align: center;
}

#dej-layout-wrap .sec_footer {
    height: 1020px;
    min-height: 1020px;
    background: url("../images/footer_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 100px;
}
#dej-layout-wrap .sec_footer h2 {
    font-size: 3.75rem;
    color: #fff;
    line-height: 1;
    text-align: center;
}
#dej-layout-wrap .sec_footer .footer_img {
    margin: 50px auto 75px;
}
#dej-layout-wrap .sec_footer .footer_slogen {
    margin: 20px auto 35px;
}
#dej-layout-wrap .sec_footer h4 {
    text-align: center;
    font-size: 2.25rem;
    color: #bfbfbf;
}

footer {
    background-color: #000;
    color: #bfbfbf;
    text-align: center;
    padding: 50px 0 45px;
}

