@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");
@font-face {
  font-family: Gotham;
  src: url('../font/GothamMedium.woff') format("woff"),
       url('../font/GothamMedium.ttf') format("truetype");
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans 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/2023-1_ECO/img/icon-arrow-up.svg");
  top: 2px;
}

select {
  width: 100%;
  height: 36px;
  display: inline-block;
  padding: 0 60px 0 10px;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2c2c2c;
  margin-bottom: 3.5%;
  border: 1px solid #322c25;
  background: url(https://sisleyparistw.com/2023-1_ECO/img/icon-arrow-down.svg) no-repeat -webkit-calc(100% - 30px) 25px;
  background: url(https://sisleyparistw.com/2023-1_ECO/img/icon-arrow-down.svg) no-repeat -moz-calc(100% - 30px) 25px;
  background: url(https://sisleyparistw.com/2023-1_ECO/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-size: 0.8rem;
  padding: 5px;
  background-color: #fff;
}

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

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

select:invalid {
  color: #878787;
}


body {
	background-color: #f1f1f1;
}
.wrapper {
  background-color: #fff;
  -moz-background-size: 750px;
  -o-background-size: 750px;
  -webkit-background-size: 750px;
  background-size: 750px;
  font-family: "Noto Sans TC";
}

.wrapper section {
  width: 750px;
  margin: 0 auto;
}

#kv_section {
  height: 1096px;
  background: url('../images/kv_bg.jpg') no-repeat top;
  text-align: center;
}
#kv_section .KV_logo {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
}
#kv_section .kv_title {
  position: absolute;
  top: 125px;
  width: 100%;
  text-align: center;
}
#kv_section .kv_title h2 {
  font-size: 4.3rem;
  color: #a9884c;
  line-height: 1;
  text-shadow: 2px 2px 4px #ffffff, -2px -2px 4px #ffffff;
}
#kv_section .kv_title h3 {
  font-size: 3rem;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}
#kv_section h4 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  bottom: 190px;
  width: 100%;
  text-align: center;
}

#kv_section .KV_btn {
  position: absolute;
  bottom: 85px;
  width: 100%;
  text-align: center;
}
#kv_section .KV_btn a {
  margin: 0 5px;
}

#section1 {
  height: 1178px;
  background: url('../images/sec1_bg0912.jpg') no-repeat top;
  padding-top: 195px;
  text-align: center;
}

#section1 h2 {
  font-size: 4.3rem;
  color: #000;
  line-height: 1;

}
#section1 h3 {
  font-size: 3.3rem;
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}
#section1 h6 {
  font-size: 1.625rem;
  color: #101010;
  margin: 35px 80px 0;
  line-height: 1.3;
}
#section1 p {
  position: absolute;
  width: 100%;
  bottom: 155px;
  font-size: 1.25rem;
}
#section1 .KV_logo {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
}
#section1 .KV_btn {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#section1 .KV_btn a {
  margin: 0 5px;
}

#section2 {
  height: 820px;
  background: url('../images/sec2_bg.jpg') no-repeat top;
}
#section2 h2 {
  position: absolute;
  top: 63px;
  left: 270px;
}
#section2 h3 {
  position: absolute;
  top: 138px;
  left: 285px;;
}
#section2 h4 {
  position: absolute;
  top: 206px;
  left: 323px;
}
#section2 h2, #section2 h3, #section2 h4, #section2 h5 {
  font-size: 2.25rem;
  color: #000;
  line-height: 1.4;
}
#section2 h2 span, #section2 h3 span, #section2 h4 span {
  font-family: Gotham;
  color: #c8a768;
  font-size: 3rem;
  margin-right: 5px;
}
#section2 .sec2_plus {
  position: absolute;
  top: 290px;
  left: 360px;
}
#section2 .sec2_plus .sec2_td1 {
  font-family: Gotham;
  color: #c8a768;
  font-size: 3.5rem;
  text-align: right;
  line-height: 1.3;
}
#section2 .sec2_plus .sec2_td1 span {
  font-size: 2.25rem;
}
#section2 .sec2_plus .sec2_td2 {
  width: 25px;
  position: relative;
}
#section2 .sec2_plus .sec2_td2 i {
  font-size: 1.125rem;
  position: absolute;
  top: 15px;
  left: 5px;
}
#section2 .sec2_plus .sec2_td3 {
  font-size: 2.5rem;
  color: #000;
  line-height: 1;
}
#section2 .sec2_h5 {
  position: absolute;
  top: 535px;
  right: 5px;
}
#section2 .sec2_h5 h5,#section2 .sec2_h5 small {
  display: inline-block;
  margin-right: 30px;
}
#section2 .sec2_h5 h5 span {
  font-family: Gotham;
  font-weight: 500;
}
#section2 .sec2_h5 small {
  font-size: 1.125rem;
  position: absolute;
  top: 10px;
  right: 145px;
}
#section2 p {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #585858;
  font-size: 0.9rem;
}

#section3 {
  height: 1440px;
  background: url('../images/sec1_bg_2.jpg') no-repeat bottom;
  padding-top: 75px;
  text-align: center;
}
#section3 .sec3_title img {
  display: inline-block;
  vertical-align: top;
}
#section3 .sec3_title h2 {
  font-size: 2.625rem;
  font-weight: 500;
  color: #a37e3d;
  line-height: 1;
}
#section3 h3 {
    font-size: 2.625rem;
    color: #000;
    font-weight: 500;
}
#section3 h4 {
  display: block;
  font-size: 2.625rem;
  font-weight: 500;
  color: #a37e3d;
  text-shadow: 2px 2px 4px #ffffff, -2px -2px 4px #ffffff;
  margin-top: 50px;
}
#section3 h5 {
    margin-top: 365px;
    font-size: 2.625rem;
    font-weight: 500;
    color: #a37e3d;
    text-shadow: 2px 2px 4px #ffffff, -2px -2px 4px #ffffff;
}

#section3 .sec3_flex {
  margin: 80px 60px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#section4 {
      height: 850px;
    background: url(../images/sec4_bg.jpg) no-repeat center -50px;
}
#section4 h2 {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.625rem;
    color: #000;
    font-weight: 500;
  width: 480px;
  text-align: center;
}
#section4 .sec4_p1 {
  position: absolute;
  top: 360px;
  right: 70px;
}
#section4 p {
  font-size: 2.5rem;
  color: #1d1d1d;
  line-height: 1.2;
  letter-spacing: 2px;
  font-style: italic;
}
#section4 p span {
  font-family: Gotham;
  font-size: 4.5rem;
  color: #dd6672;
  margin: 0 2px;
}
#section4 p i {
  font-family: Gotham;
  font-size: 2.25rem;
  color: #dd6672;
  margin-right: 2px;
}
#section4 .sec4_pp {
  position: absolute;
    top: 550px;
    right: 155px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2;
}
#section4 h6 {
      position: absolute;
    bottom: 85px;
    left: 320px;
    color: #dd6672;
}

#section-5 {
  height: 800px;
  background: url('../images/sec5_bg.jpg') no-repeat top;
  padding-top: 30px;
}
#section-5 .sec5_title {
  text-align: center;
}
#section-5 .sec5_title h2 {
  font-size: 2.625rem;
  font-weight: 500;
  color: #c19547;
}
#section-5 .sec5_p {
  margin: 20px 80px 0;
  font-size: 1.625rem;
  color: #222222;
  line-height: 1.6;
}
#section-5 .sec5_note {
  margin: 25px 80px 0;
  font-size: 1.25rem;
  color: #222222;
}
#section-5 .sec5_flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px;
  align-items: center;
}
#section-5 .sec5_flex .sec5_flex_img {
  width: 50%;
  text-align: center;
  position: relative;
}
#section-5 .sec5_flex  .sec5_flex_img p {
  position: absolute;
  top: 35px;
  right: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 1;
  padding: 13px;
  color: #fff;
}
#section-5 .sec5_flex .sec5_flex_txt h4 {
  font-size: 2rem;
  color: #222222;
  text-align: center;
  line-height: 1.8;
}
#section-5 .sec5_flex .sec5_flex_txt h5 {
  font-size: 1.5rem;
  color: #222222;
}
#section-5 .sec5_flex .sec5_flex_txt h6 {
  font-size: 1.5rem;
  color: #222222;
}
#section-5 .sec5_flex .sec5_flex_txt h6 span {
  font-size: 3rem;
  font-weight: 500;
  color:#c19547;
}
#section-5 .sec5_flex .sec5_flex_txt h6 small {
  font-size: 1.25rem;
}
#section-5 .sec5_flex .sec5_flex_txt p {
  font-size: 1.25rem;
  color: #222222;
}

#section-6,
#section-7 {
  text-align: center;
}
#section-6 img,
#section-7 img {
  width: 100%;
}

#secrion_form {
  margin: 0 auto;
  padding: 0;
  width: 750px;
  position: relative;
  background-color: #fff;
}

#thanks_section {
  margin: 0 auto;
  width: 750px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  width: 750px;
    margin: 0 auto;
    padding: 33px 0 36px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: #fff;
    font-family: Arial, sans-serif;
}







