@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
}

a {
  color: #b59a3a;
}

a:hover {
  color: #b59a3a;
  text-decoration: underline;
}

a.norlink {
  color: #212529;
}

a.norlink:hover {
  color: #212529;
}

.fz-large {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.fz-smaller {
  font-size: 13.5px;
  line-height: 1.6;
}

.brk {
  word-break: break-all !important;
}

figure {
  margin-bottom: 0;
}

.header {
  position: fixed;
  z-index: 200;
  width: 100%;
  -webkit-box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.banner {
  position: relative;
}

.banner > h2 {
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner .slider-item {
  position: relative;
}

.banner .slider-item .pic img {
  display: none;
}

.banner .slider-item .pic img:nth-child(1) {
  display: block;
  width: 100%;
}

.banner .text {
  position: absolute;
  bottom: 30%;
  left: 10%;
  color: #fff;
}

.down {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  z-index: 10;
  background: #b59a3a;
  border-radius: 100%;
}

.down i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -16px;
}

.color01 {
  color: #b59a3a !important;
}

.color02 {
  color: #001042 !important;
}

.f-sm {
  color: #2e2e2e;
  margin: 1.2rem 0 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0.2rem;
}

.title-before {
  font-weight: 400;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #b59a3a;
}

.title-text {
  font-size: 31.5px;
  position: relative;
  letter-spacing: 0.3rem;
  color: #b59a3a;
}

.title-text .sm {
  color: #2e2e2e;
  margin: 1.2rem 0 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0.2rem;
}

@media (max-width: 768px) {
  .title-text {
    font-size: 22.5px;
    margin: 2rem 1rem;
  }
  .title-text .sm {
    font-size: 10.5px;
    margin-top: 0.5rem;
  }
}

@media (max-width: 575px) {
  .title-text {
    margin: 1.75rem 0rem;
  }
}

.title01 {
  font-size: 1.5rem;
  color: #000000;
  margin: 2.5rem 0 1.2rem;
  position: relative;
  letter-spacing: 0.3rem;
  text-align: center;
}

.title01 .icon:before {
  color: #b59a3a !important;
  position: relative;
  top: 2px;
  right: 5px;
}

.title01:before {
  content: '';
  width: 38%;
  height: 1px;
  background: #b59a3a;
  position: absolute;
  top: 15px;
  left: 0%;
}

.title01:after {
  content: '';
  width: 38%;
  height: 1px;
  background: #b59a3a;
  position: absolute;
  top: 15px;
  right: 0%;
}

hr.primary {
  border-top: 1px solid #b59a3a;
}

.title-1 {
  display: inline-block;
  padding: 0.2rem 1.5rem;
  margin: 0.5rem 0;
  letter-spacing: 0.2rem;
  color: white;
  font-weight: 400;
  background-color: #001042;
}

.main {
  text-align: center;
}

.main .half {
  width: 50%;
  float: left;
}

.main .half p {
  color: #b59a3a;
}

.main .product .pic {
  position: relative;
}

.main .product .pic img {
  display: none;
}

.main .product .pic img:nth-child(1) {
  display: block;
}

.main .product .text {
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  z-index: 2;
  position: relative;
  top: 14vh;
}

.main .product .text i {
  font-size: 64.5px;
  opacity: 0.2;
}

.main .product .text h2 {
  padding: 0rem 0rem 2.2rem;
  letter-spacing: 0.05rem;
  margin-top: -3rem;
  font-size: 26.1px;
}

.main .product .text p {
  border-top: 1px solid rgba(81, 107, 106, 0.3);
  margin: 0rem 2.5rem 0rem;
  padding: 2rem 0rem 0;
  letter-spacing: 0.1rem;
  font-size: 30px;
  line-height: 2.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 110px;
}

.main .product .text .activity {
  color: darkslategray;
}

.main .product a {
  display: block;
  position: relative;
  overflow: hidden;
}

.main .product a .btn {
  display: none;
  margin-top: 2rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  min-width: 30%;
  padding: 0.5rem 1.5rem;
}

.main .product a:hover .btn {
  display: inline-block;
}

.main .product a:hover p {
  border-top: none;
  margin-top: -2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

.main .product .cover {
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9deb9), to(#b59a3a));
  background: linear-gradient(#e9deb9 0%, #b59a3a 100%);
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  text-align: center;
  opacity: 0.8;
}

.main .product .cover.trans {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.index-pic {
  width: 560px;
}

.btn {
  border-radius: 20px;
  background: #fff;
  color: #b59a3a;
  padding: 0.5rem 2rem;
}

.btn.style01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2d5a6), color-stop(50%, #b59a3a));
  background-image: linear-gradient(#e2d5a6 0%, #b59a3a 50%);
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2.75rem;
  border: none;
  border-radius: 1000rem;
}

.btn.style01 i {
  font-size: 16.5px;
  margin: 0 0.5rem 0 0;
}

.btn.style02 {
  font-size: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2d5a6), color-stop(50%, #b59a3a));
  background-image: linear-gradient(#e2d5a6 0%, #b59a3a 50%);
  color: white;
  border: none;
  padding: 0;
  height: 26px;
  width: 26px;
  font-size: 13px;
  margin-top: -5px;
  margin-left: 10px;
}

.btn.style02::before {
  content: '\25B2  ';
}

.btn.style02.collapsed::before {
  content: '\25BC  ';
}

.btn.disabled {
  background: #e6e6e6;
}

.btn-style2 {
  -webkit-box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
}

.page {
  background-color: #f2f2f2;
}

.page .content {
  background: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  position: relative;
}

.page .content .box {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.page .content .tit {
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem 0 0 0;
  color: #b59a3a;
  position: relative;
  font-size: 15px;
}

.page .content .tit i {
  position: absolute;
  left: 8px;
  top: 5px;
  color: #2e2e2e;
  font-size: 18px;
}

.page .content .title {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -16px;
  padding: 5px 16px 20px;
}

.page .content .tel span {
  font-size: 12px;
}

.page .content .tel a {
  margin: 1.5rem 0.5rem;
  line-height: 15px;
}

.page .content .tel p {
  color: #979797;
  margin: 0 0 0 0.5rem;
  font-size: 14px;
}

.page .banner {
  min-height: 170px;
}

.page .banner h2 {
  color: #fff;
  text-shadow: 0 0 10px #000000;
  padding: 0 1rem;
}

.page .step {
  margin: 20px 0;
}

.page .step li {
  width: 25%;
  /**border-bottom: 1px solid #cfcfcf;**/
  margin: 0 4rem 0 0;
  min-height: 60px;
  position: relative;
  border: 1px solid #b59a3a;
  border-radius: 8px;
  padding: 0.3rem 0.5rem;
}

.page .step li .steplist {
  content: '\e90b';
  font-family: 'icofont';
  background-color: #b59a3a;
  border: 3px solid #fff;
  border-radius: 0.6rem;
  padding: 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem -1.6em;
  font-size: 1.5rem;
}

.page .step li:before {
  content: '\e90b';
  font-family: 'icofont';
  color: #b59a3a;
  position: absolute;
  right: -35px;
  bottom: 30%;
  font-size: 31px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page .step li:last-child {
  margin: 0;
}

.page .step li:last-child:before {
  display: none;
}

.restaurant .banner {
  background: url("../_img/banner-m-restaurant.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.restaurant .main {
  background: url("../_img/bg_restaurant.jpg") 0% 100% no-repeat;
  background-size: 100%;
}

.hotel .banner {
  background: url("../_img/banner-m-hotel.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.hotel .main {
  background: url("../_img/bg_hotel.jpg") 0% 100% no-repeat;
  background-size: 100%;
}

.table {
  border: 0;
}

.table th {
  background: #eeeeee;
  border: 1px solid #dfdfdf;
}

.table td {
  border: 1px solid #dfdfdf;
  vertical-align: middle;
}

.table-style01 thead th {
  background: #001042;
  color: #fff;
  border-width: 0px;
}

.table-style01 tr:nth-child(odd) {
  background: #F2F2F2;
}

.table-style01 tr:hover {
  background: #f5f0e0;
}

.table-style01 td {
  border-width: 1px 0px;
  padding: 1.5rem .3rem;
  word-break: break-all !important;
}

.table-rwd .t-desktop {
  display: inline-block;
  margin-left: -5px;
}

.table-rwd .t-mobile {
  display: none;
  margin-left: -5px;
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

.card-header {
  border-radius: 0 !important;
  background: #fff;
  border-left: 4px solid #b59a3a;
  font-size: 21px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}

.card-header button {
  outline: none;
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
  border-radius: 0;
}

.card-header button.btn {
  padding: 1.2rem 2.5rem 1.2rem 1.2rem !important;
  font-size: 21px;
  text-align: left;
  color: #000 !important;
}

.card-header button.btn:focus {
  font-size: 21px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-header :before {
  content: '\e90b';
  font-family: 'icofont';
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-header .collapsed:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table-noshow {
  display: none;
}

.step-pic .pic {
  padding: 0 1rem;
  margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: #b59a3a !important;
}

@media (max-width: 1200px) {
  .main .product .text {
    font-size: 15px;
    top: 8vh;
  }
  .main .product .text i {
    font-size: 54px;
  }
  .main .product .text h2 {
    font-size: 30px;
    margin-top: -2.5rem;
    opacity: 0.8;
    letter-spacing: 0.3rem;
    padding: 0rem 0rem 1.5rem;
  }
  .main .product .text p {
    font-size: 33px;
    line-height: 2.2rem;
    min-height: 85px;
  }
}

@media (max-width: 992px) {
  .main .product .text {
    top: 6vh;
  }
  .main .product .text i {
    font-size: 45px;
  }
  .main .product .text h2 {
    padding: 0 0 2rem;
    font-size: 18px;
  }
  .main .product .text p {
    padding: 1.25rem 0 0;
    font-size: 25px;
  }
  .main .product a .btn {
    margin-top: 0.25rem;
  }
  .main .step li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .main .step li:before {
    content: '\e90b';
    font-family: 'icofont';
    position: absolute;
    right: 50%;
    bottom: -31px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .main .page .step {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 768px) {
  .banner .text {
    font-size: 12px;
    left: 13%;
    bottom: 15%;
  }
  .banner .text h1 {
    font-size: 22.5px;
    margin-bottom: 0;
  }
  .main .product .text {
    top: 2vh;
  }
  .main .product .text i {
    font-size: 30px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 0.5rem;
    margin-top: -2rem;
    font-size: 15px;
    letter-spacing: 0.4rem;
  }
  .main .product .text p {
    font-size: 18px;
    line-height: 1.7rem;
    padding: 1rem 0 0;
    margin: 0rem 1.5rem 0rem;
    min-height: 70px;
  }
  .main .product a .btn {
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.25rem 1.5rem;
  }
  .main .product a:before {
    display: none;
  }
  .main .product a:hover .btn {
    display: inline-block;
  }
  .main .product a:hover p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0rem;
  }
  .main .product .cover {
    /*display: none;*/
  }
  .title01:before {
    content: '';
    width: 28%;
  }
  .title01:after {
    content: '';
    width: 28%;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-rwd.th-none td:before {
    content: '';
    margin-right: 0px;
  }
  .table-rwd tr:not(:first-child) td:first-child {
    margin-top: 1.5rem;
  }
  .table-rwd td:before {
    content: attr(data-th);
    display: inline-block;
    background: rgba(0, 16, 66, 0.75);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    color: white;
    padding: .5rem;
    width: 80px;
    min-width: 80px;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    margin-right: 10px;
    text-align: right;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .table-rwd .t-desktop {
    display: none;
  }
  .table-rwd .t-mobile {
    display: inline-block;
  }
  .table-style01 {
    border: none;
  }
  .table-style01 tr {
    border: none;
    background: transparent !important;
  }
  .table-style01 td {
    border: 1px solid #ccc;
  }
  .table-style01 td:first-child {
    padding: 0;
  }
  .table-style01 td:not(:first-child) {
    border-top-width: 0;
    padding: 0;
  }
  .table-style01 td.pend {
    display: none;
  }
  .table-style01__lg td:before {
    padding: .5rem;
    width: 100px;
    min-width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin-right: 10px;
  }
  .td-only-hide {
    display: none !important;
  }
  .tr-only-hide {
    display: none;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
  .table-noshow {
    display: block;
  }
}

@media (max-width: 575px) {
  .main .step li {
    margin: 0 0 2rem 0;
  }
  .main .step li:before {
    bottom: -32px;
  }
  .main .product .box {
    margin-bottom: 2px;
  }
  .main .product .text {
    font-size: 15px;
    top: 2vh;
  }
  .main .product .text i {
    font-size: 45px;
  }
  .main .product .text i :before {
    color: white;
  }
  .main .product .text h2 {
    font-size: 13.5px;
    padding: 0.5rem 0rem 0.5rem;
  }
  .main .product .text p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.5rem;
    padding: 1.5rem 0 0;
  }
  .main .product a .btn {
    margin-top: 1rem;
  }
}

@media (max-width: 414px) {
  .main .title {
    margin: 1rem;
  }
  .main .title:after, .main .title:before {
    display: none;
  }
  .page .content .box {
    padding: 0.5rem 0rem 0.5rem 2.5rem;
  }
  .page .content .box .pic img:nth-child(1) {
    display: none;
  }
  .page .content .box .pic img:nth-child(2) {
    display: block;
  }
  .page .content .box .step-pic .pic img:nth-child(1) {
    display: block;
  }
  .page .content .tel a {
    margin: 1.5rem 0;
    width: 100%;
    display: block;
    line-height: 32px;
  }
  .page .content .title {
    font-size: 21px;
  }
  .main .product a .btn {
    font-size: 21px;
  }
  .main .product .text {
    position: absolute;
    top: 5vh;
  }
  .main .product .text p {
    color: white;
    font-size: 26px;
    padding: 1rem 0 0;
    line-height: 2.5rem;
  }
  .main .product .text .activity {
    color: #eeeeee;
  }
  .main .product .pic img:nth-child(1) {
    display: none;
  }
  .main .product .pic img:nth-child(2) {
    display: block;
  }
  .main .half {
    width: 100%;
    float: none;
  }
  .banner .slider-item .pic img:nth-child(1) {
    display: none;
  }
  .banner .slider-item .pic img:nth-child(2) {
    display: block;
  }
}

@media (max-width: 320px) {
  .main .product .text {
    top: 5%;
  }
  .main .product .text i {
    font-size: 45px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 1.6rem;
    margin-top: -2.8rem;
  }
  .main .product .text p {
    font-size: 18px;
    line-height: 1.6rem;
    min-height: 75px;
  }
  .main .product a .btn {
    margin-top: 0.8rem;
  }
}

.product-2 .btn {
  border: 1px solid #b59a3a;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

@media (max-width: 575px) {
  .product-2 .btn {
    font-size: 15px;
    padding: 0.3rem 1rem;
    width: 90%;
    margin: 0 auto;
  }
}

.product-2 .btn:hover {
  color: #b59a3a;
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.product-2 .btn:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
          transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
  background-color: white;
}

.product-2 .btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product-2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 260px;
  background: #001042;
  color: #b59a3a;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.product-2 > ul::after {
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#b59a3a), to(#80691b));
  background: linear-gradient(to bottom, #b59a3a 0%, #80691b 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-2 > ul:not(:last-child) {
  margin-bottom: 2rem;
}

.product-2 > ul:hover {
  color: white;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.product-2 > ul:hover::after {
  opacity: 1;
}

.product-2 > ul:hover .btn {
  background-color: white;
}

@media (max-width: 575px) {
  .product-2 > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.product-2__bg, .product-2__textbox {
  min-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .product-2__bg, .product-2__textbox {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

ul:nth-child(odd) .product-2__bg {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 575px) {
  ul:nth-child(odd) .product-2__bg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.product-2__bg {
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 575px) {
  .product-2__bg {
    height: 157px;
  }
}

.product-2__bg.bg-restaurant {
  background-image: url(../_img/a_restaurant2.jpg);
}

.product-2__bg.bg-hotel {
  background-image: url(../_img/a_hotel2.jpg);
}

.product-2__bg.bg-golf {
  background-image: url(../_img/a_golf2.jpg);
}

.product-2__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  position: relative;
}

@media (max-width: 575px) {
  .product-2__textbox {
    padding: 1.5rem 0.3rem;
  }
}

.product-2__textbox-tit {
  min-width: 100%;
  font-size: 26.1px;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #b59a3a;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .product-2__textbox-tit {
    font-size: 23.25px;
  }
}

@media (max-width: 575px) {
  .product-2__textbox-tit {
    font-size: 21px;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    line-height: 1.2rem;
  }
}

.product-2__textbox-tit span {
  display: block;
  font-size: 22.5px;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .product-2__textbox-tit span {
    font-size: 16.5px;
  }
}

.banner-3 {
  position: relative;
  padding-top: 84.69px;
}

.banner-3 img {
  width: 100%;
}

@media (max-width: 575px) {
  .banner-3 {
    padding-top: 71.38px;
  }
}

.navbar-brand.logo {
  width: 150px;
  margin-right: 0px;
}

@media (max-width: 575px) {
  .navbar-brand.logo {
    width: 116px;
  }
}

.topcard-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16.5px;
}

@media (max-width: 575px) {
  .topcard-link {
    gap: .2rem;
    font-size: 14px;
  }
}

.topcard-link > span {
  margin: 0 5px;
}

.topcard-link figure {
  text-align: center;
  color: #b59a3a;
  margin-left: .5rem;
}

@media (max-width: 575px) {
  .topcard-link figure {
    margin-left: 0;
  }
}

.topcard-link figcaption {
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}

.topcard-link img {
  height: 50px;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 575px) {
  .topcard-link img {
    height: 30px;
  }
}

.topcard-link a {
  color: #001042;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.topcard-link a:hover {
  color: #80691b;
  text-decoration: none;
}

.topcard-link a:hover img {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}

.banner-cnt {
  padding: 84.69px 0 0 0;
}

@media (max-width: 575px) {
  .banner-cnt {
    padding: 71.38px 0 0 0;
  }
}

.footer {
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #001042;
  font-size: 13.95px;
}

.footer .csm {
  color: rgba(255, 255, 255, 0.5);
}

.footer__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1200px) {
  .footer__cnt {
    display: block;
  }
}

.footer__left {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.footer__right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
}

@media (max-width: 1200px) {
  .footer__right {
    margin-top: 1rem;
    text-align: left;
  }
}

.footer p {
  margin-bottom: 0;
}

.jsToggle {
  color: #212529;
  text-decoration: underline;
}

.jsToggle + .jsToggleBox {
  display: none;
}

.jsToggle.active {
  text-decoration: none;
}

.jsToggle.active:hover {
  text-decoration: underline;
}

.jsToggle.active::after {
  content: '';
}

.jsToggle.active + .jsToggleBox {
  display: block;
}

ol li,
ul li {
  line-height: 1.8rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.list-inline li {
  list-style-type: none;
  display: inline-block;
}

ol {
  margin: 0;
  padding: 0;
}

ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 40px;
}

ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}

ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}

ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}

ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}

ol > li > ol > li > ol > li:nth-child(1n + 10):before {
  left: -32px;
}

ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}

ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}

ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}

ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}

ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}
