@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 184, ../sass/style.scss */
body {
  font-family: "Barlow", "微軟正黑體", STHeiti, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.085rem;
  color: #666666;
}
@media screen and (max-width: 576px) {
  /* line 184, ../sass/style.scss */
  body {
    font-size: 15px;
  }
}

/* line 196, ../sass/style.scss */
body.noScroll {
  overflow: hidden;
}

/* line 200, ../sass/style.scss */
a {
  color: #8b7e8c;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 203, ../sass/style.scss */
a:hover, a:active, a:focus {
  color: #d4bd94;
  outline: none;
  text-decoration: none;
}

/* line 212, ../sass/style.scss */
p {
  margin-bottom: 1.5rem;
}

/* line 216, ../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "Barlow", "微軟正黑體", STHeiti, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900;
}

/* line 229, ../sass/style.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: "Barlow", "微軟正黑體", STHeiti, arial, sans-serif;
}

/* line 237, ../sass/style.scss */
input.form-control,
select,
select.custom-select,
textarea {
  padding: 0.5rem 0.75rem !important;
  color: #141111 !important;
  background-color: transparent !important;
  border-color: rgba(20, 17, 17, 0.3) !important;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 249, ../sass/style.scss */
input.form-control:hover, input.form-control:focus, input.form-control:active,
select:hover,
select:focus,
select:active,
select.custom-select:hover,
select.custom-select:focus,
select.custom-select:active,
textarea:hover,
textarea:focus,
textarea:active {
  color: #222 !important;
  border-color: rgba(214, 171, 96, 0.8) !important;
}

/* line 258, ../sass/style.scss */
textarea {
  min-height: 100px;
}

/* line 262, ../sass/style.scss */
select.custom-select {
  width: 100%;
  height: auto;
}

/* line 268, ../sass/style.scss */
.select-wrapper select {
  width: 100%;
  background-image: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-down-b-512.png);
  background-position: 96% center;
  background-size: 10px;
  background-repeat: no-repeat;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  /* line 268, ../sass/style.scss */
  .select-wrapper select {
    background-size: 12px;
  }
}

/* line 282, ../sass/style.scss */
::-webkit-selection {
  color: #141111;
  background: #D6AB60;
}

/* line 287, ../sass/style.scss */
::-moz-selection {
  color: #141111;
  background: #D6AB60;
}

/* line 292, ../sass/style.scss */
::selection {
  color: #141111;
  background: #D6AB60;
}

/* line 297, ../sass/style.scss */
.col-form-label {
  padding-top: calc(0.6rem - 1px * 2);
}

/* line 302, ../sass/style.scss */
.btn {
  min-width: 100px;
  padding: 0.5rem 0.75rem;
  font-size: "Barlow", "微軟正黑體", STHeiti, arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  letter-spacing: 0.15rem;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 311, ../sass/style.scss */
.btn:hover {
  text-decoration: none;
  outline: none;
}

/* line 317, ../sass/style.scss */
.btn-primary {
  background-color: #D6AB60 !important;
  border-color: #d4bd94 !important;
}
/* line 320, ../sass/style.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #222 !important;
  border-color: #141111 !important;
}

/* line 328, ../sass/style.scss */
.btn-secondary {
  color: #fff !important;
  background-color: #141111 !important;
  border-color: transparent !important;
}
/* line 332, ../sass/style.scss */
.btn-secondary:hover {
  color: #fff !important;
  background-color: #141111 !important;
  border-color: transparent !important;
}

/* line 339, ../sass/style.scss */
.btn-outline {
  background-color: transparent;
  border-color: #141111;
  color: #141111;
}
/* line 343, ../sass/style.scss */
.btn-outline:hover {
  background-color: transparent;
  border-color: #222;
  color: #222;
}

/* line 350, ../sass/style.scss */
.btn-fb {
  background-color: #3b5998;
  color: #fff !important;
}
/* line 353, ../sass/style.scss */
.btn-fb:hover {
  background-color: #2C52A5;
}

/* line 360, ../sass/style.scss */
.pay-btn .btn,
.back-btn .btn {
  width: 100%;
  padding: 0.75rem;
}

/* line 367, ../sass/style.scss */
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #141111;
}

/* line 372, ../sass/style.scss */
.custom-control.custom-radio,
.custom-control.custom-checkbox {
  padding-top: 2px;
  cursor: pointer;
  margin-bottom: 0;
}
/* line 377, ../sass/style.scss */
.custom-control.custom-radio .custom-control-indicator,
.custom-control.custom-checkbox .custom-control-indicator {
  margin-right: 0.5rem;
}

/* line 384, ../sass/style.scss */
.custom-control.custom-checkbox .custom-control-description a {
  color: #D6AB60;
}

@media screen and (min-width: 769px) {
  /* line 390, ../sass/style.scss */
  .d-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 390, ../sass/style.scss */
  .d-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 399, ../sass/style.scss */
  .d-768 {
    display: none !important;
  }
}

/* line 405, ../sass/style.scss */
.title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222;
  line-height: 1.4;
}

/* line 413, ../sass/style.scss */
.sec-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8b7e8c;
  line-height: 1.1;
}

/* line 421, ../sass/style.scss */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(20, 17, 17, 0.8);
  z-index: 60;
}
@media screen and (max-width: 768px) {
  /* line 421, ../sass/style.scss */
  #header {
    padding: 0rem;
  }
}
/* line 432, ../sass/style.scss */
#header .logo {
  padding: 0.5rem 0;
}
/* line 434, ../sass/style.scss */
#header .logo img {
  max-width: 100%;
  height: auto;
}
/* line 439, ../sass/style.scss */
#header .nav {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  list-style-type: none;
}
/* line 445, ../sass/style.scss */
#header .nav li {
  display: inline-block;
  align-items: center;
  padding-top: 0.5rem;
  padding-left: 20px;
  padding-bottom: 0.5rem;
  color: #fff;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 453, ../sass/style.scss */
#header .nav li a {
  color: #fff;
}
/* line 455, ../sass/style.scss */
#header .nav li a:hover {
  color: #D6AB60;
}
/* line 458, ../sass/style.scss */
#header .nav li a i {
  padding-right: 0.25rem;
}
/* line 462, ../sass/style.scss */
#header .nav li .mob-menu {
  display: none;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 462, ../sass/style.scss */
  #header .nav li .mob-menu {
    display: block;
  }
}
/* line 469, ../sass/style.scss */
#header .nav li .mob-menu .burger {
  position: relative;
  width: 36px;
  height: 54px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 475, ../sass/style.scss */
#header .nav li .mob-menu .burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 486, ../sass/style.scss */
#header .nav li .mob-menu .burger span:nth-child(1) {
  top: 15px;
}
/* line 489, ../sass/style.scss */
#header .nav li .mob-menu .burger span:nth-child(2) {
  top: 24px;
}
/* line 492, ../sass/style.scss */
#header .nav li .mob-menu .burger span:nth-child(3) {
  top: 33px;
}
/* line 498, ../sass/style.scss */
#header .nav li .mob-menu .active span {
  background: #fff;
}
/* line 500, ../sass/style.scss */
#header .nav li .mob-menu .active span:nth-child(1) {
  top: 24px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 504, ../sass/style.scss */
#header .nav li .mob-menu .active span:nth-child(2) {
  opacity: 0;
  left: -200px;
}
/* line 508, ../sass/style.scss */
#header .nav li .mob-menu .active span:nth-child(3) {
  top: 24px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  /* line 439, ../sass/style.scss */
  #header .nav {
    height: auto !important;
  }
  /* line 519, ../sass/style.scss */
  #header .nav li:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 526, ../sass/style.scss */
  #header .nav li.spec span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 439, ../sass/style.scss */
  #header .nav {
    border-bottom: none;
  }
  /* line 533, ../sass/style.scss */
  #header .nav li {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 1rem;
  }
  /* line 538, ../sass/style.scss */
  #header .nav li i {
    font-size: 1.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  /* line 538, ../sass/style.scss */
  #header .nav li i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 545, ../sass/style.scss */
  #header .nav li span {
    display: none;
  }
}
/* line 552, ../sass/style.scss */
#header #menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 556, ../sass/style.scss */
#header #menu ul li {
  padding: 1rem 0;
  list-style: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 560, ../sass/style.scss */
#header #menu ul li a {
  text-align: center;
  color: #fff !important;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 556, ../sass/style.scss */
  #header #menu ul li {
    position: relative;
    display: inline-block;
    padding: 0.8rem 0;
    overflow: hidden;
  }
  /* line 570, ../sass/style.scss */
  #header #menu ul li:after {
    position: absolute;
    display: inline-block;
    right: 0;
    padding-right: 1rem;
    background: #141111;
    background: linear-gradient(90deg, rgba(20, 17, 17, 0.8) 0%, #141111 65%);
  }
  /* line 578, ../sass/style.scss */
  #header #menu ul li a {
    display: inline-block;
    max-width: 3.6rem;
    white-space: nowrap;
  }
  /* line 582, ../sass/style.scss */
  #header #menu ul li a:hover {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 556, ../sass/style.scss */
  #header #menu ul li {
    width: 100%;
    padding-right: 2rem;
    text-align: right;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  /* line 592, ../sass/style.scss */
  #header #menu ul li:hover, #header #menu ul li:focus, #header #menu ul li:active {
    padding-right: 4rem;
  }
}

/* line 603, ../sass/style.scss */
.no-scroll {
  position: fixed;
}

/* line 608, ../sass/style.scss */
#main section {
  position: relative;
  display: block;
  padding: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  /* line 608, ../sass/style.scss */
  #main section {
    padding: 2rem 0;
	padding-top: 0;
  }
}
/* line 616, ../sass/style.scss */
#main .banner {
  position: relative;
  height: 400px;
  background-position: center 88%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 622, ../sass/style.scss */
#main .banner .caption {
  position: relative;
  height: 400px;
}
/* line 625, ../sass/style.scss */
#main .banner .caption .title {
  position: absolute;
  top: 82%;
  left: 0;
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 768px) {
  /* line 616, ../sass/style.scss */
  #main .banner {
    height: 300px;
  }
  /* line 636, ../sass/style.scss */
  #main .banner .caption {
    height: 300px;
  }
  /* line 638, ../sass/style.scss */
  #main .banner .caption .title {
    top: 75%;
  }
}
/* line 644, ../sass/style.scss */
#main .gradient-bc {
  margin: 0;
  padding: 0 2em 1.5rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  /* line 644, ../sass/style.scss */
  #main .gradient-bc {
    padding: 1em 0;
  }
}
/* line 651, ../sass/style.scss */
#main .gradient-bc li {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  margin: 0;
  overflow: hidden;
}
/* line 657, ../sass/style.scss */
#main .gradient-bc li:after {
  content: '>';
  position: absolute;
  display: inline-block;
  width: 1.5em;
  right: 0;
  padding-left: 1rem;
  text-align: center;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #ffffff 65%);
}
/* line 668, ../sass/style.scss */
#main .gradient-bc li:last-child {
  font-weight: bold;
}
/* line 670, ../sass/style.scss */
#main .gradient-bc li:last-child:after {
  content: '';
}
/* line 675, ../sass/style.scss */
#main .gradient-bc li:hover a {
  max-width: 6rem;
}
/* line 678, ../sass/style.scss */
#main .gradient-bc li:hover:after {
  padding-left: 0em;
  background: transparent;
}
/* line 683, ../sass/style.scss */
#main .gradient-bc li a {
  display: inline-block;
  max-width: 1.5em;
  text-decoration: none;
  color: #666666;
  white-space: nowrap;
  transition: max-width 0.5s ease-in-out;
}
/* line 690, ../sass/style.scss */
#main .gradient-bc li a:hover {
  text-decoration: none;
  color: #222;
}
/* line 694, ../sass/style.scss */
#main .gradient-bc li a:hover, #main .gradient-bc li a:focus {
  max-width: 6rem;
}
/* line 701, ../sass/style.scss */
#main .plc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 701, ../sass/style.scss */
  #main .plc {
    text-align: left;
  }
}
/* line 707, ../sass/style.scss */
#main form#inquiry {
  display: block;
  width: 100%;
  clear: both;
}
/* line 711, ../sass/style.scss */
#main form#inquiry input.form-control,
#main form#inquiry select,
#main form#inquiry select.custom-select,
#main form#inquiry textarea {
  color: #fff !important;
  background-color: rgba(20, 17, 17, 0.8) !important;
  border-color: transparent !important;
}
/* line 718, ../sass/style.scss */
#main form#inquiry input.form-control:hover, #main form#inquiry input.form-control:focus, #main form#inquiry input.form-control:active,
#main form#inquiry select:hover,
#main form#inquiry select:focus,
#main form#inquiry select:active,
#main form#inquiry select.custom-select:hover,
#main form#inquiry select.custom-select:focus,
#main form#inquiry select.custom-select:active,
#main form#inquiry textarea:hover,
#main form#inquiry textarea:focus,
#main form#inquiry textarea:active {
  color: #D6AB60 !important;
  background-color: rgba(20, 17, 17, 0.9) !important;
}
/* line 724, ../sass/style.scss */
#main form#inquiry input.form-control:-moz-placeholder,
#main form#inquiry select:-moz-placeholder,
#main form#inquiry select.custom-select:-moz-placeholder,
#main form#inquiry textarea:-moz-placeholder {
  color: #fff;
}
/* line 727, ../sass/style.scss */
#main form#inquiry input.form-control:-ms-input-placeholder,
#main form#inquiry select:-ms-input-placeholder,
#main form#inquiry select.custom-select:-ms-input-placeholder,
#main form#inquiry textarea:-ms-input-placeholder {
  color: #fff;
}
/* line 730, ../sass/style.scss */
#main form#inquiry input.form-control::-webkit-input-placeholder,
#main form#inquiry select::-webkit-input-placeholder,
#main form#inquiry select.custom-select::-webkit-input-placeholder,
#main form#inquiry textarea::-webkit-input-placeholder {
  color: #fff;
}
/* line 734, ../sass/style.scss */
#main form#inquiry .left {
  width: 38%;
  float: left;
}
@media screen and (max-width: 992px) {
  /* line 734, ../sass/style.scss */
  #main form#inquiry .left {
    width: 100%;
  }
}
/* line 741, ../sass/style.scss */
#main form#inquiry .left .form-group .mb-3 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 576px) {
  /* line 741, ../sass/style.scss */
  #main form#inquiry .left .form-group .mb-3 {
    margin-bottom: 1rem !important;
  }
}
/* line 749, ../sass/style.scss */
#main form#inquiry .right {
  width: 54%;
  float: right;
  text-align: left;
}
@media screen and (max-width: 992px) {
  /* line 749, ../sass/style.scss */
  #main form#inquiry .right {
    width: 100%;
  }
}
/* line 756, ../sass/style.scss */
#main form#inquiry .right #ser-item,
#main form#inquiry .right #in-item,
#main form#inquiry .right #pro-item,
#main form#inquiry .right #structure {
  margin-bottom: 1.5rem;
  color: #222;
}
/* line 762, ../sass/style.scss */
#main form#inquiry .right #ser-item p,
#main form#inquiry .right #in-item p,
#main form#inquiry .right #pro-item p,
#main form#inquiry .right #structure p {
  margin-bottom: 10px;
}
/* line 765, ../sass/style.scss */
#main form#inquiry .right #ser-item .form-group,
#main form#inquiry .right #in-item .form-group,
#main form#inquiry .right #pro-item .form-group,
#main form#inquiry .right #structure .form-group {
  margin-bottom: 8px;
}
/* line 770, ../sass/style.scss */
#main form#inquiry .right #structure .form-group {
  margin-bottom: 0;
}
/* line 773, ../sass/style.scss */
#main form#inquiry .right #structure select {
  min-width: 80px;
  color: #222 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #141111 !important;
  border-radius: 0 !important;
}
/* line 783, ../sass/style.scss */
#main .ads {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
/* line 788, ../sass/style.scss */
#main .ads li {
  position: relative;
  list-style: none;
}
@media screen and (min-width: 768px) {
  /* line 788, ../sass/style.scss */
  #main .ads li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    height: 250px;
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 788, ../sass/style.scss */
  #main .ads li {
    padding: 2.5rem;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  /* line 788, ../sass/style.scss */
  #main .ads li {
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
    padding: 1.5rem;
  }
}
/* line 807, ../sass/style.scss */
#main .ads li p {
  color: #fff;
}
/* line 809, ../sass/style.scss */
#main .ads li p .btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
/* line 813, ../sass/style.scss */
#main .ads li p .btn-outline:hover {
  background-color: #141111;
  border-color: #222;
  color: #fff;
}
/* line 820, ../sass/style.scss */
#main .ads li:nth-child(1) {
  background-image: url(../images/banner/ad-1.jpg);
  background-size: cover;
}
/* line 824, ../sass/style.scss */
#main .ads li:nth-child(2) {
  z-index: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2YWI2MCIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZDZhYjYwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDRiZDk0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(315deg, #d6ab60, #d6ab60 40%, #d4bd94);
  background-image: -webkit-linear-gradient(315deg, #d6ab60, #d6ab60 40%, #d4bd94);
  background-image: linear-gradient(135deg, #d6ab60, #d6ab60 40%, #d4bd94);
}
/* line 831, ../sass/style.scss */
#main .ads li:nth-child(3) {
  background-color: rgba(20, 17, 17, 0.5);
}
/* line 833, ../sass/style.scss */
#main .ads li:nth-child(3):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../images/about/ab-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
/* line 848, ../sass/style.scss */
#main .ads .border:after {
  position: absolute;
  display: block;
  top: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
  left: 0.3rem;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  content: '';
  z-index: -1;
}
/* line 862, ../sass/style.scss */
#main .nav-pills .nav-link {
  font-weight: 500;
}
/* line 864, ../sass/style.scss */
#main .nav-pills .nav-link:hover {
  color: #D6AB60;
}
/* line 867, ../sass/style.scss */
#main .nav-pills .nav-link .block {
  display: block;
}
/* line 871, ../sass/style.scss */
#main .nav-pills .nav-link.active {
  background-color: #141111;
}
@media screen and (max-width: 767px) {
  /* line 861, ../sass/style.scss */
  #main .nav-pills {
    flex-direction: row !important;
    border-right: none;
  }
  /* line 877, ../sass/style.scss */
  #main .nav-pills .nav-link {
    width: 50%;
    display: inline-block;
  }
  /* line 880, ../sass/style.scss */
  #main .nav-pills .nav-link .block {
    display: inline-block;
  }
}

/* line 888, ../sass/style.scss */
#footer {
  position: relative;
  padding: 1rem;
  text-align: center;
  background-color: rgba(20, 17, 17, 0.8);
}
@media screen and (max-width: 768px) {
  /* line 888, ../sass/style.scss */
  #footer {
    padding: 0.5rem;
  }
}
/* line 896, ../sass/style.scss */
#footer ul {
  padding: 0;
  margin: 0;
}
/* line 899, ../sass/style.scss */
#footer ul li {
  list-style: none;
}
/* line 901, ../sass/style.scss */
#footer ul li a {
  color: #fff;
}
/* line 903, ../sass/style.scss */
#footer ul li a:hover {
  color: #D6AB60;
}
/* line 909, ../sass/style.scss */
#footer .info {
  padding: 1.5rem 0;
  text-align: left;
  color: #fff;
}
/* line 914, ../sass/style.scss */
#footer .info ul li {
  padding-bottom: 0.25rem;
}
/* line 916, ../sass/style.scss */
#footer .info ul li i {
  padding-right: 0.5rem;
}
/* line 919, ../sass/style.scss */
#footer .info ul li .ps {
  display: block;
  margin-left: 1.5rem;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* line 924, ../sass/style.scss */
  #footer .info ul li .block {
    display: block;
    margin-left: 1.5rem;
  }
}
/* line 931, ../sass/style.scss */
#footer .info .logo {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
/* line 935, ../sass/style.scss */
#footer .info .logo img {
  max-height: 80px;
}
@media screen and (max-width: 992px) {
  /* line 931, ../sass/style.scss */
  #footer .info .logo {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  /* line 931, ../sass/style.scss */
  #footer .info .logo {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  /* line 909, ../sass/style.scss */
  #footer .info {
    padding: 1rem 0;
  }
  /* line 947, ../sass/style.scss */
  #footer .info p {
    margin-bottom: 1rem;
  }
}
/* line 952, ../sass/style.scss */
#footer .copyright {
  padding: 0.5rem 0;
  border-top: 1px solid #666;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 952, ../sass/style.scss */
  #footer .copyright {
    border: none;
  }
}
/* line 959, ../sass/style.scss */
#footer .copyright .social {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-bottom: 0;
}
/* line 964, ../sass/style.scss */
#footer .copyright .social li {
  display: inline-block;
  list-style: none;
  padding: 0 0.25rem;
}
/* line 968, ../sass/style.scss */
#footer .copyright .social li a {
  color: #fff;
}
/* line 970, ../sass/style.scss */
#footer .copyright .social li a:hover {
  color: #D6AB60;
}
/* line 973, ../sass/style.scss */
#footer .copyright .social li a i {
  font-size: 1.4rem;
}
/* line 979, ../sass/style.scss */
#footer .copyright .amount {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-bottom: 0;
  color: #e9e9e9;
  font-size: 0.85rem;
}
/* line 986, ../sass/style.scss */
#footer .copyright .amount li {
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 979, ../sass/style.scss */
  #footer .copyright .amount {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 979, ../sass/style.scss */
  #footer .copyright .amount {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: right;
  }
}
/* line 1000, ../sass/style.scss */
#footer .copyright p {
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #D6AB60;
  text-align: right;
}
/* line 1005, ../sass/style.scss */
#footer .copyright p .elink {
  color: #D6AB60;
}
/* line 1007, ../sass/style.scss */
#footer .copyright p .elink:hover, #footer .copyright p .elink:focus {
  color: #f4c51c;
}

/* line 1016, ../sass/style.scss */
#side-btn {
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  /* line 1016, ../sass/style.scss */
  #side-btn {
    width: 60px;
    bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  /* line 1016, ../sass/style.scss */
  #side-btn {
    width: 50px;
    bottom: 6%;
  }
}
/* line 1033, ../sass/style.scss */
#side-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #141111;
  cursor: pointer;
}
/* line 1041, ../sass/style.scss */
#side-btn span:first-child {
  margin-bottom: 1px;
  border-top-left-radius: 4px;
}
/* line 1045, ../sass/style.scss */
#side-btn span:last-child {
  border-bottom-left-radius: 4px;
}
/* line 1048, ../sass/style.scss */
#side-btn span i {
  position: absolute;
  top: 30%;
  left: 30%;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 1048, ../sass/style.scss */
  #side-btn span i {
    top: 25%;
    left: 25%;
  }
}

/* line 1062, ../sass/style.scss */
#side-btn.active {
  opacity: 1;
  visibility: visible;
  cursor: default;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1069, ../sass/style.scss */
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0 0 1rem;
}
/* line 1074, ../sass/style.scss */
.breadcrumb li:before {
  color: #d4bd94 !important;
}
/* line 1077, ../sass/style.scss */
.breadcrumb li a {
  color: #8b7e8c;
}

/* line 1083, ../sass/style.scss */
.gray-bg {
  position: relative;
  background-color: #F9F9F9;
}

/* line 1088, ../sass/style.scss */
.pagination {
  margin: 1.5rem 0;
}
/* line 1090, ../sass/style.scss */
.pagination li {
  counter-increment: pagination;
}
/* line 1092, ../sass/style.scss */
.pagination li a {
  color: #666666;
  background-color: transparent;
  border: none;
}
/* line 1096, ../sass/style.scss */
.pagination li a:after {
  content: " " counter(pagination) " ";
}
/* line 1101, ../sass/style.scss */
.pagination li:hover a {
  color: #141111;
  background-color: #d4bd94;
}
/* line 1107, ../sass/style.scss */
.pagination li.active a {
  color: #141111;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 2px solid #141111;
}
/* line 1115, ../sass/style.scss */
.pagination li:first-child a {
  display: inline-block;
}
/* line 1118, ../sass/style.scss */
.pagination li:first-child a:after {
  content: "<";
}
/* line 1123, ../sass/style.scss */
.pagination li:last-child a {
  display: inline-block;
}
/* line 1126, ../sass/style.scss */
.pagination li:last-child a:after {
  content: ">";
}
/* line 1130, ../sass/style.scss */
.pagination li:nth-child(2) {
  counter-reset: pagination;
}
/* line 1133, ../sass/style.scss */
.pagination li:nth-last-child(2) {
  display: inline-block;
}
/* line 1135, ../sass/style.scss */
.pagination li:nth-last-child(2):after {
  padding: 0 1rem;
  content: "...";
}
/* line 1139, ../sass/style.scss */
.pagination li:nth-last-child(2) a {
  display: inline-block;
}

/* line 1146, ../sass/style.scss */
.slide {
  text-align: center;
}

/* line 1150, ../sass/style.scss */
.slick-prev {
  left: 25px;
}

/* line 1154, ../sass/style.scss */
.slick-next {
  right: 25px;
}

/* line 1158, ../sass/style.scss */
.slick-prev,
.slick-next {
  width: 70px;
  height: 70px;
  z-index: 99;
}
/* line 1163, ../sass/style.scss */
.slick-prev:before,
.slick-next:before {
  color: #141111;
}

/* line 1168, ../sass/style.scss */
.mc {
  color: #141111;
}

/* line 1172, ../sass/style.scss */
.bk {
  color: #222;
}

/* line 1176, ../sass/style.scss */
.bd {
  color: #666666;
}

/* line 1180, ../sass/style.scss */
.gray-c {
  color: #8b7e8c;
}

/* line 1184, ../sass/style.scss */
.sec-c {
  color: #D6AB60;
}

/* line 1188, ../sass/style.scss */
.italic {
  font-style: italic;
}

/* line 1192, ../sass/style.scss */
.fs-75 {
  font-size: 0.75rem;
}

/* line 1196, ../sass/style.scss */
.fs-85 {
  font-size: 0.85rem;
}

/* line 1200, ../sass/style.scss */
.fs-9 {
  font-size: 0.9rem;
}

/* line 1204, ../sass/style.scss */
.fs-95 {
  font-size: 0.95rem;
}

/* line 1208, ../sass/style.scss */
.wgbg {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ffffff, rgba(255, 255, 255, 0.97));
}
/* line 1212, ../sass/style.scss */
.wgbg:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/bg.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
