@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 Serif TC";
}
*,
::after,
::before {
  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;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

/* 去除常见标签默认的 margin 和 padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #656565;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: middle;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

i[class*="icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

i[class*="icon-"].icon-arrow-up {
  width: 23px;
  height: 11px;
  background-image: url("https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-up.svg");
  top: 2px;
}

select {
  width: 100%;
  height: 36px;
  display: inline-block;
  padding: 0 60px 0 10px;
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2c2c2c;
  margin-bottom: 3.5%;
  border: 1px solid #322c25;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-down.svg) no-repeat -webkit-calc(100% - 30px) 25px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-down.svg) no-repeat -moz-calc(100% - 30px) 25px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-down.svg) no-repeat calc(100% - 30px) 25px;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-background-size: 26px;
  -o-background-size: 26px;
  background-size: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select option {
  font-family: "Noto Sans TC";
  font-size: 16px;
  padding: 5px;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #878787;
  display: none;
}

select:invalid {
  color: #878787;
}

/* 舊id命名 */

#dej-layout-wrap {
  background: url(https://sisleyparistw.com/2024ctbcbank/img/body-bg.jpg) center top no-repeat;
  -moz-background-size: 750px;
  -o-background-size: 750px;
  -webkit-background-size: 750px;
  background-size: 750px;
  font-family: "Noto Serif TC";
}

#dej-layout-wrap section {
  width: 750px;
  margin: 0 auto;
  padding: 0;
}

#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;
  width: 100%;
  margin: 0 auto;
}

#dej-layout-wrap h1 {
  font-size: 1.125rem;
}

#dej-layout-wrap p.subtitle {
  font-size: 28px;
  text-align: center;
}

#dej-layout-wrap a {
  text-decoration: none;
  display: block;
  text-align: center;
}

#dej-layout-wrap .chkbox {
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  color: #fff;
  padding-left: 44px;
  padding-top: 10px;
}

#dej-layout-wrap .chkbox input {
  display: none;
}

#dej-layout-wrap .chkbox:after {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 4px;
  left: 0px;
  content: " ";
  color: #000;
  display: inline-block;
  visibility: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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(https://sisleyparistw.com/2024ctbcbank/img/icon-check.png) no-repeat center/24px;
  background-color: transparent;
  display: inline-block;
  visibility: visible;
  color: #000;
  z-index: 2;
}

#dej-layout-wrap .chkbox a {
  display: inline;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: normal;
  color: #fff;
  text-decoration: underline;
}

#dej-layout-wrap .rdobox {
  cursor: pointer;
  font-size: 30px;
  color: #000000;
  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: 0px;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ffffff;
  outline: 1px solid #000;
  z-index: 1;
}

#dej-layout-wrap .rdobox.active:before {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  left: 1px;
  content: "";
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-check.png) no-repeat center/16px;

  background-color: transparent;
  display: inline-block;
  visibility: visible;
  color: #ffffff;
  z-index: 2;
}

/* #dej-layout-wrap .yt-wrap {
  padding: 37px 26px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/yt.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */

/* #dej-layout-wrap .yt-wrap .video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
} */

/* #dej-layout-wrap .yt-wrap .video iframe,
#dej-layout-wrap .yt-wrap .video object,
#dej-layout-wrap .yt-wrap .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

#dej-layout-wrap .btn-dej {
  display: inline-block;
  width: 257px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  text-align: center;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#dej-layout-wrap .btn-dej:hover {
  color: #fff;
  text-decoration: none;
}

#dej-layout-wrap .kv-section {
  height: 915px;
  min-height: 915px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/kv-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 750px;
  background-size: 750px;
  padding-top: 4px;
}

#dej-layout-wrap .kv-section .kv-top {
  margin-top: 30px;
  text-align: center;
}
#dej-layout-wrap .kv-section .kv-logo {
  margin-bottom: 240px;
}

#dej-layout-wrap .kv-section .btns {
  display: flex;
  display: -webkit-flex;
  margin-top: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#dej-layout-wrap .kv-section .btns button {
  margin: 0 16px;
}

/* s2 */

#dej-layout-wrap .section-2 {
  height: 1040px;
  min-height: 1040px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/s2-bg.jpg);

  background-position: top center;
  background-repeat: no-repeat;
  background-size: 750px;
  padding-bottom: 30px;
  padding-top: 90px;
}
#dej-layout-wrap .section-2 p {
  font-family: "Noto Sans TC";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}
#dej-layout-wrap .section-2 .w-60 {
  width: 600px;
  text-align: center;
}
#dej-layout-wrap .section-2 .birth {
  max-width: 466px;
  margin: 45px auto 35px;
}
#dej-layout-wrap .section-2 .flower {
  width: 53px;
  height: 39px;
  margin: 70px auto;
}

#dej-layout-wrap #section-form {
  background: url(https://sisleyparistw.com/2024ctbcbank/img/form-bg.jpg?1225);

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1705px;
  -webkit-background-size: cover;
  min-height: 1705px;
}


#dej-layout-wrap #section-form #form {
  padding-top: 80px;
  margin: 0 auto;
}
#dej-layout-wrap #section-form #form .img {
  text-align: center;
  margin-bottom: 45px;
}

#dej-layout-wrap #section-form p {
  font-family: "Noto Sans TC";
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin-top: 3px;
}
#dej-layout-wrap #form .info {
  width: 600px;
  margin: 50px auto 0;
  letter-spacing: 2px;
  line-height: 1.3;
  font-size: 23px;
}
#dej-layout-wrap #form .note {
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 16px;
  margin: 0 auto 70px;
}
#dej-layout-wrap #form .notice {
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 18px;
  margin: 20px auto 0;
  width: 72%;
}
#dej-layout-wrap #section-form p a {
  color: #fff;
  display: inline;
  font-size: 18px;
}
#dej-layout-wrap #section-form .note_pic {
  width: 72%;
  margin: 0px auto 0;

}
#dej-layout-wrap #section-form .warning {
  color: #707070;
  font-family: "Noto Sans TC";
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  text-align: center;
  margin: 0 30% 20px;
  padding: 5px 20px;
  border: 1px solid #707070;
}
#dej-layout-wrap #form .note a {
  color: #19459b;
  text-decoration: underline;
  font-family: "Noto Sans TC";
  font-size: 16px;
}

#dej-layout-wrap #section-form form {
  margin: 60px 60px 0;
  padding-top: 0px;
  /* padding-bottom: 60px; */
}

#dej-layout-wrap #section-form form input[type="text"],
#dej-layout-wrap #section-form form input[type="email"],
#dej-layout-wrap #section-form form input[type="tel"] {
  display: block;
  width: calc(100% - 62px);
  height: 70px;
  padding: 10px 30px;
  margin: 0 auto 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-family: "Noto Sans TC";
  font-size: 27px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #686868;
}

#dej-layout-wrap #section-form form select,
#dej-layout-wrap #section-form form textarea,
#dej-layout-wrap #section-form form p.tbox {
  display: block;
  width: calc(100% - 62px);
  height: 70px;
  padding: 10px 30px;
  margin: 0 auto 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-family: "Noto Sans TC";
  font-size: 27px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #686868;
}
#dej-layout-wrap #section-form form #store_change_button {
  background: none;
  line-height: 0;
  text-align: left;
  height: 40px;
  margin-left: 0;
  letter-spacing: 0;
  width: 100%;
}

#dej-layout-wrap #section-form form button:hover {
  color: #fff;
  text-decoration: none;
}

.form_c li {
  display: block;
  width: calc(100% - 172px);
  height: 70px;
  padding: 10px 30px;
  margin: 0 auto 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-family: "Noto Sans TC";
  font-size: 27px;
  font-weight: normal;
  background-color: #e6e6e6;
  color: #686868;
}

#dej-layout-wrap #section-form form input[type="text"]::-webkit-input-placeholder,
#dej-layout-wrap #section-form form input[type="email"]::-webkit-input-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::-webkit-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::-webkit-input-placeholder,
#dej-layout-wrap #section-form form textarea::-webkit-input-placeholder,
#dej-layout-wrap #section-form form p.tbox::-webkit-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]:-moz-placeholder,
#dej-layout-wrap #section-form form input[type="email"]:-moz-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]:-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select:-moz-placeholder,
#dej-layout-wrap #section-form form textarea:-moz-placeholder,
#dej-layout-wrap #section-form form p.tbox:-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]::-moz-placeholder,
#dej-layout-wrap #section-form form input[type="email"]::-moz-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::-moz-placeholder,
#dej-layout-wrap #section-form form textarea::-moz-placeholder,
#dej-layout-wrap #section-form form p.tbox::-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]:-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="email"]:-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]:-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select:-ms-input-placeholder,
#dej-layout-wrap #section-form form textarea:-ms-input-placeholder,
#dej-layout-wrap #section-form form p.tbox:-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]::-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="email"]::-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::-ms-input-placeholder,
#dej-layout-wrap #section-form form textarea::-ms-input-placeholder,
#dej-layout-wrap #section-form form p.tbox::-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]::-webkit-input-placeholder,
#dej-layout-wrap #section-form form input[type="email"]::-webkit-input-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::-webkit-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]:-moz-placeholder,
#dej-layout-wrap #section-form form input[type="email"]:-moz-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]:-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]::-moz-placeholder,
#dej-layout-wrap #section-form form input[type="email"]::-moz-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]:-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="email"]:-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]:-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]::-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="email"]::-ms-input-placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]::placeholder,
#dej-layout-wrap #section-form form input[type="email"]::placeholder,
#dej-layout-wrap #section-form form input[type="tel"]::placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::-webkit-input-placeholder,
#dej-layout-wrap #section-form form textarea::-webkit-input-placeholder,
#dej-layout-wrap #section-form form p.tbox::-webkit-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select:-moz-placeholder,
#dej-layout-wrap #section-form form textarea:-moz-placeholder,
#dej-layout-wrap #section-form form p.tbox:-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::-moz-placeholder,
#dej-layout-wrap #section-form form textarea::-moz-placeholder,
#dej-layout-wrap #section-form form p.tbox::-moz-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select:-ms-input-placeholder,
#dej-layout-wrap #section-form form textarea:-ms-input-placeholder,
#dej-layout-wrap #section-form form p.tbox:-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::-ms-input-placeholder,
#dej-layout-wrap #section-form form textarea::-ms-input-placeholder,
#dej-layout-wrap #section-form form p.tbox::-ms-input-placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form select::placeholder,
#dej-layout-wrap #section-form form textarea::placeholder,
#dej-layout-wrap #section-form form p.tbox::placeholder {
  color: #2c2c2c;
}

#dej-layout-wrap #section-form form input[type="text"]:disabled,
#dej-layout-wrap #section-form form input[type="email"]:disabled,
#dej-layout-wrap #section-form form input[type="tel"]:disabled {
  color: #878787;
  background-color: #fff;
  -webkit-text-fill-color: #878787;
  opacity: 1;
  /* required on iOS */
}

#dej-layout-wrap #section-form form select:disabled,
#dej-layout-wrap #section-form form textarea:disabled,
#dej-layout-wrap #section-form form p.tbox:disabled {
  color: #878787;
  background-color: #fff;
  -webkit-text-fill-color: #878787;
  opacity: 1;
  /* required on iOS */
}

#dej-layout-wrap #section-form form input[type="text"]:focus,
#dej-layout-wrap #section-form form input[type="text"]:active {
  outline: none;
}

#dej-layout-wrap #section-form form input[type="email"]:focus,
#dej-layout-wrap #section-form form input[type="email"]:active {
  outline: none;
}

#dej-layout-wrap #section-form form input[type="tel"]:focus,
#dej-layout-wrap #section-form form input[type="tel"]:active {
  outline: none;
}

#dej-layout-wrap #section-form form select:focus,
#dej-layout-wrap #section-form form select:active {
  outline: none;
}

#dej-layout-wrap #section-form form textarea:focus,
#dej-layout-wrap #section-form form textarea:active {
  outline: none;
}

#dej-layout-wrap #section-form form p.tbox:focus,
#dej-layout-wrap #section-form form p.tbox:active {
  outline: none;
}

#dej-layout-wrap #section-form form .agree {
  margin-top: 0;
  margin-left: 40px;
  margin-right: 20px;
  font-family: "Noto Sans TC";
}

#dej-layout-wrap #section-form form .lbl {
  width: 100%;
  font-family: "Noto Sans TC";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

#dej-layout-wrap #section-form form .step1 > button {
  display: block;
  margin: 60px auto 80px;
  background-color: #2c2c2c00;
  border: none;
}
#dej-layout-wrap #section-form  #store  option {
  font-size: 16px;
  color: #282828;  
  font-family: "Noto Sans TC"; 
  font-weight: 600;
}
#dej-layout-wrap #section-form   optgroup  {
  font-size: 16px;
  color: #a9a9a9;  
  font-family: "Noto Sans TC"; 
  font-weight: 400;
}
#dej-layout-wrap #section-form form .line {
  text-decoration: none;
  display: block;
  width: 373px;
  margin: 0 auto;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 3000;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress .progress-inner {
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.progress .progress-inner::before,
.progress .progress-inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.progress .progress-inner::before {
  opacity: 0.5;
}

.progress .progress-inner::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation: loading 1.5s 0s infinite linear;
  -moz-animation: loading 1.5s 0s infinite linear;
  -o-animation: loading 1.5s 0s infinite linear;
  animation: loading 1.5s 0s infinite linear;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-o-keyframes loading {
  0% {
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}

body #storeSelectBoxItContainer {
  width: calc(100% - 62px);
  height: 50px;
  display: inline-block;
  padding: 0 60px 0 10px;
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2c2c2c;
  margin-bottom: 3.5%;
  border: 1px solid #322c25;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-down.svg) no-repeat -webkit-calc(100% - 22px) 19px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-down.svg) no-repeat -moz-calc(100% - 22px) 19px;
  background: url(https://sisleyparistw.com/2024ctbcbank/img/icon-arrow-down.svg) no-repeat calc(100% - 22px) 19px;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-background-size: 18px;
  -o-background-size: 18px;
  background-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 2px 26px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: normal;
  background-color: #fff;
  color: #2c2c2c;
}

body #storeSelectBoxItContainer .selectboxit-btn {
  padding-left: 0;
}

body #storeSelectBoxItContainer .selectboxit-text {
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: normal;
  background-color: #fff;
  color: #2c2c2c;
}

.form_c button.dej__btn {
  font-family: "Noto Sans TC";
  display: block;
  font-size: 22.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 12.5px;
  text-align: center;
  color: #fff;
  margin: 50px auto 20px;
  border: 0;
  background-color: transparent;
  padding: 5px 76px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #53321b;
}

.form_c button.dej__btn.dej__btn--done {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 80px;
  letter-spacing: 2px;
  margin: 50px auto 0;
}

.chk-form #dej-layout-wrap #section-form {
  margin: 0;
  padding: 5px;
  height: 100vh;
  min-height: 1600px;
  height: 1600px;
}

.chk-form #dej-layout-wrap #section-form .form_c ul {
  margin-top: 80px;
}

.chk-form #dej-layout-wrap #section-form .form_c .note {
  font-size: 22.5px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  text-align: center;
  color: rgb(0, 0, 0);
}

.chk-form #dej-layout-wrap #section-form .form_c .line {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

form {
  margin: 0;
}
#dej-layout-wrap #section-form .step1 {
  width: 100%;
  margin-top: 10%;
  text-align: center;
}
#dej-layout-wrap #section-form .step1 .line {
  text-decoration: none;
  display: block;
  width: 373px;
  margin: 80px auto 0;
  padding-bottom: 10%;
}
