@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 .kv-section {
    height: 1274px;
    min-height: 1274px;
    padding-top: 552px;
    position: relative;
}

#dej-layout-wrap .kv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#dej-layout-wrap .kv-section .kv_slogan {
    text-align: center;
    position: relative;
    z-index: 1;
}

#dej-layout-wrap .kv-section .kv_slogan .kv_subtitle {
    margin: 30px 0 0;
}
#dej-layout-wrap .kv-section .kv_slogan h5 {
    margin: 35px 0;
    font-size: 2.875rem;
    color: #f7b146;
    line-height: 1;
}
#dej-layout-wrap .kv-section .kv_slogan .kv_btn {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 50px 15px 65px;
    border: 1px solid #e7e7e7;
    font-size: 2.125rem;
    color: #fff;
    background: transparent;
} 
#dej-layout-wrap .kv-section .kv_slogan .kv_btn img{margin-left: 20px;}

#dej-layout-wrap .sec1 {
    height: 1126px;
    min-height: 1126px;
    background: url("../images/sec1_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 127px;
}
#dej-layout-wrap .sec1 .sec1_bubble1 {
    position: absolute;
    top: 338px;
    left: 57px;
}
#dej-layout-wrap .sec1 .sec1_bubble2 {
    position: absolute;
    top: 312px;
    right: 42px;
}
#dej-layout-wrap .sec1 .sec1_bubble3 {
    position: absolute;
    top: 538px;
    left: 57px;
}
#dej-layout-wrap .sec1 .sec1_bubble4 {
    position: absolute;
    top: 508px;
    right: 42px;
}
#dej-layout-wrap .sec1 .sec1_under {
    position: absolute;
    bottom: 40px;
    right: 17px;
}

#dej-layout-wrap .sec2 {
    height: 1182px;
    min-height: 1182px;
    background: url("../images/sec2_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 110px;
}
#dej-layout-wrap .sec2 .sec2_title {
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
#dej-layout-wrap .sec2 .sec2_title .line {
    width: 670px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 40px;
}
#dej-layout-wrap .sec2 .sec2_title h2 {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    background-color: #04060e;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
}
#dej-layout-wrap .sec2 .sec2_title h2 span {font-family: "Noto Serif TC";}

#dej-layout-wrap .sec2 .sec2_bubble {
    margin: 45px auto 40px;
    padding: 90px 90px 75px;
    background-image: url("../images/sec2_bubble.png");
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    width: 595px;
}
#dej-layout-wrap .sec2 .sec2_bubble .sec2_bubble_box {
    text-align: center;
}
#dej-layout-wrap .sec2 .sec2_bubble .sec2_bubble_box h6 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #c8eaff;
    padding-bottom: 5px;
    border-bottom: 1px solid #c8eaff;
    margin-bottom: 15px;
}
#dej-layout-wrap .sec2 .sec2_bubble .sec2_bubble_box p {
    font-size: 1.875rem;
    color: #72aed2;
}
#dej-layout-wrap .sec2 .sec2_yt {
    margin: 0 auto;
    width: fit-content;
}

#dej-layout-wrap .sec3 {
    height: 1531px;
    min-height: 1531px;
    background: url("../images/sec3_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 90px;
    overflow: hidden;
}
#dej-layout-wrap .sec3 h2 {
    font-size: 4rem;
    font-weight: 500;
    color: #7c6655;
    text-align: center;
    line-height: 1;
    padding-bottom: 15px;
    background-image: url("../images/sec3_title.jpg") ;
    background-position: bottom;
    background-repeat: no-repeat;
}
#dej-layout-wrap .sec3 h2 span {font-family: "Noto Serif TC";}
#dej-layout-wrap .sec3 h3 {
    margin: 70px 0 0 100px;
    font-size: 2.25rem;
    font-weight: 300;
    color: #493825;
}
#dej-layout-wrap .sec3 .sec3_slide {
  padding: 20px 100px 0;
}
#dej-layout-wrap .sec3 .sec3_slide .sec3_capsule {
    width: 165px;
    height: 58px;
    margin: 10px auto 30px;
    border-radius: 30px;
    background-color: #eddac8;
    filter: drop-shadow(6px 6px 5px #ffffff)
            drop-shadow(-8px -8px 5px #ffffff);
    text-align: center;
    font-size: 2.25rem;
    font-weight: 400;
    color: #493825;
}
#dej-layout-wrap .sec3 .sec3_slide .slick-dots {
  bottom: -35px;
  width: 550px;
}
#dej-layout-wrap .sec3 .sec3_slide .slick-dots li button:before {
  width: 16px;
  height: 16px;
  color: #fff;
  opacity: 1;
  font-size: 12px;
}
#dej-layout-wrap .sec3 .sec3_slide .slick-dots li.slick-active button:before {
  color: #947258;
}
#dej-layout-wrap .sec3 .sec3_slide .slick-prev {left: 45px;}
#dej-layout-wrap .sec3 .sec3_slide .slick-next {right: 45px;}

#dej-layout-wrap .sec4 {
    height: 1385px;
    min-height: 1385px;
    background: url("../images/sec4_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 95px;
}
#dej-layout-wrap .sec4 h5 {
    margin: 0 auto;
    width: fit-content;
    padding: 5px 20px 5px 40px;
    background-image: url('../images/sec4_title.jpg');
    font-size: 1.875rem;
    color: #0d0d0d;
}
#dej-layout-wrap .sec4 h2 {
    text-align: center;
    font-size: 3.875rem;
    font-weight: 500;
    color: #0d0d0d;
    margin: 25px 0 30px;
    line-height: 1;
}
#dej-layout-wrap .sec4 h3 {
    font-size: 2.125rem;
    font-weight: 400;
    color: #182933;
    line-height: 1;
    text-align: center;
}
#dej-layout-wrap .sec4 h3 span {color: #fff;}
#dej-layout-wrap .sec4 .sec4_tech {
    position: absolute;
    top: 339px;
    left: 40px;
}
#dej-layout-wrap .sec4 .sec4_bubble {
    position: absolute;
    top: 470px;
    left: 120px;
}
#dej-layout-wrap .sec4 .sec4_bubble2 {
    position: absolute;
    top: 671px;
    left: 23px;
}
#dej-layout-wrap .sec4 .sec4_under {
    position: absolute;
    bottom: 60px;
    right: 17px;
}

#dej-layout-wrap .sec_form {
    height: 1300px;
    min-height: 1300px;
    padding-top: 90px;
    background-color: #fff;
}
#dej-layout-wrap .sec_form h2 {
    text-align: center;
    font-size: 3.75rem;
    font-weight: 700;
    color: #0d0d0d;
    line-height: 1;
}
#dej-layout-wrap .sec_form p {
    font-size: 1.875rem;
    margin: 40px;
}
#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: 1.6;
}
#dej-layout-wrap .sec_form .form_note {
    font-size: 1.375rem;
    color: #222222;
    margin: 0 30px 0 40px;
}
#dej-layout-wrap .sec_form .kanebo_form {padding: 0 45px;}
#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: 1550px;
    min-height: 1550px;
}
#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: 1140px;
    min-height: 1140px;
    background: url("../images/footer_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 125px;
}
#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: 70px auto 80px;
}
#dej-layout-wrap .sec_footer .footer_slogen {
    margin: 35px auto 90px;
}
#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;
}