@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC", sans-serif, "Microsoft JhengHei";
}

/****************\
* IMG
\****************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: white;
  border-bottom: #d72a17 6px solid;
}
.header.header-white {
  background-color: white;
}
@media only screen and (max-width: 1185px) {
  .header {
    background-color: white;
  }
}
.header .desktop-header-container {
  position: relative;
  display: block;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 40px;
}
@media only screen and (max-width: 1185px) {
  .header .desktop-header-container {
    height: 50px;
  }
}
.header .desktop-header-container .header-btn {
  display: inline-block;
  font-size: 18px;
  padding: 11px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 1185px) {
  .header .desktop-header-container .header-btn {
    display: none;
  }
}
.header .desktop-header-container .header-btn.btn-white {
  margin-top: 20px;
  color: #d6ae3c;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.header .desktop-header-container .header-btn.btn-first {
  margin-left: 50px;
}
.header .desktop-header-container .header-btn.btn-second {
  margin-left: 20px;
}
.header .desktop-header-container .header-btn.btn-transparent {
  border: #cb9b0c 2px solid;
  color: #cb9b0c;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  float: right;
  margin-right: 240px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 18px;
}
.header .desktop-header-container .header-btn.btn-transparent:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header .desktop-header-container .header-btn.btn-transparent:hover {
  color: white;
  background-color: #cb9b0c;
}
.header .logo {
  background-image: url(../images/default/kv_sinopac.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  display: block;
  float: left;
  margin-top: 15px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 1185px) {
  .header .logo {
    float: none;
    margin: 7px auto 0 auto;
    width: 120px;
    height: 40px;
  }
}
.header .logo:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.hamburger {
  display: none;
  left: auto;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 1185px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger__icon,
.hamburger .hamburger__icon:after,
.hamburger .hamburger__icon:before {
  background-color: black;
}

.fat-nav li {
  font-size: 20px;
  padding: 0 0 40px 0;
}

.header-menu {
  z-index: 100;
}

.scroll-fix {
  max-width: 800px;
  left: auto !important;
  right: 0;
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #254a91;
}
footer div {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer div span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}
footer a.under-line {
  text-decoration: underline;
}

.wrapper {
  position: relative;
  z-index: 101;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 20px 24px;
  background: #f2f2f2;
}
.notice-area .notice-container {
  position: relative;
  text-align: justify;
  font-size: 16px;
  color: #4d4d4d;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container {
    font-size: 14px;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
}
.notice-area .notice-container ul li {
  line-height: 28px;
  margin-left: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li {
    line-height: 25px;
  }
}
.notice-area .notice-container ul li sup {
  vertical-align: super;
  font-size: 12px;
  font-weight: normal;
}
.notice-area .notice-container ul li.red-list {
  color: #ff4b4b;
}
.notice-area .notice-container ul li .txt-red, .notice-area .notice-container ul li.txt-red {
  color: #ff4b4b;
}
.notice-area .notice-container ul li .txt-bold {
  font-weight: bold;
}
.notice-area .notice-container ul li .txt-semibold, .notice-area .notice-container ul li.txt-semibold {
  font-weight: 600;
}
.notice-area .notice-container ul li .txt-orange, .notice-area .notice-container ul li.txt-orange {
  color: #f7931e;
}
.notice-area .notice-container ul li .txt-big {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .txt-big {
    font-size: 16px;
  }
}
.notice-area .notice-container ul li .txt-gold {
  color: #ac8d33;
}
.notice-area .notice-container ul li .txt-gold-inline {
  position: relative;
  display: block;
  color: #ac8d33;
  margin-left: -20px;
  padding-left: 30px;
}
.notice-area .notice-container ul li .txt-gold-inline .abs-tag-title {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container ul li .table {
  max-width: 958px;
}
.notice-area .notice-container ul li .table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .table .mobile {
    display: block;
  }
}
.notice-area .notice-container ul li .table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .table .desktop {
    display: none;
  }
}
.notice-area .notice-container ul li .table.table-1 {
  margin-top: 4px;
  margin-bottom: 8px;
}
.notice-area .notice-container ul li .dsc {
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .dsc {
    line-height: 24px;
  }
}
.notice-area .notice-container ul li .sp-txt {
  color: #f35f67;
}
.notice-area .notice-container ul li .red-example {
  display: block;
  color: #c1272d;
}
.notice-area .notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-area .notice-container ul li .link-blue {
  color: #39a5b2;
  text-decoration: underline;
}
.notice-area .notice-container ul li a {
  color: #1e9a39;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul li .dot-list {
  padding-bottom: 0;
  list-style: disc;
}
.notice-area .notice-container ul li .num-custom-list {
  list-style: none;
}
.notice-area .notice-container ul li .num-custom-list > li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}
.notice-area .notice-container ul li .num-custom-list.num-big > li {
  padding-left: 26px;
}
.notice-area .notice-container ul li .num-custom-list .num-custom {
  position: absolute;
  left: 0;
  top: -1px;
}
.notice-area .notice-container ul li .num-custom-list .num-custom.down {
  top: 4px;
}
.notice-area .notice-container ul li .dot-custom-list {
  list-style: disc;
}
.notice-area .notice-container ul li .dot-custom-list > li {
  position: relative;
  margin-left: 24px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .dot-custom-list > li {
    margin-left: 16px;
  }
}
.notice-area .notice-container ul.notice-list-dot {
  list-style: disc;
  padding-bottom: 0;
}
.notice-area .notice-container ul.notice-list-dot .notice-list-num {
  padding-bottom: 10px;
}
.notice-area .notice-container .notice-title {
  width: 75px;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #666666;
  padding: 11px 33px 24px 13px;
  margin: 0 auto;
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-title {
    font-size: 16px;
  }
}
.notice-area .notice-container .txt-underline {
  text-decoration: underline;
}
.notice-area .notice-container .red-notice {
  font-size: 18px;
  color: #ff4b4b;
  line-height: 28px;
  font-weight: bold;
}
.notice-area .notice-container .red-notice.txt-semibold {
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .red-notice {
    font-size: 16px;
  }
}
.notice-area .notice-container .notice-list {
  margin-top: 9px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .notice-list {
    margin-bottom: 20px;
  }
}
.notice-area .notice-container .sample {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #4d4d4d;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .sample {
    font-size: 14px;
    line-height: 24px;
  }
}
.notice-area .notice-container .sample-table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .sample-table .mobile {
    display: block;
  }
}
.notice-area .notice-container .sample-table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .sample-table .desktop {
    display: none;
  }
}
.notice-area .notice-container .sample-table.sample-table-1 {
  margin-top: 11px;
  margin-bottom: 15px;
}
.notice-area .notice-container .sample-table.sample-table-2 {
  margin-top: 17px;
  margin-bottom: 15px;
}
.notice-area .notice-container .sample-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 17px;
}
.notice-area .notice-container .sample-check.last {
  margin-bottom: 28px;
}
.notice-area .notice-container .sample-check img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .sample-check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 12px;
  }
  .notice-area .notice-container .sample-check img {
    width: 12px;
    height: 12px;
    margin-top: 4px;
  }
}

.icon-plus {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 500px) {
  .icon-plus {
    top: 13px;
    right: 12px;
  }
}
.icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
}

@-webkit-keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

@keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@-webkit-keyframes floatingCloud {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes floatingCloud {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 850px;
}

.font-weight {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
}

.fixed-icon-area {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 134px;
  z-index: 102;
}
.fixed-icon-area a {
  display: block;
  cursor: pointer;
}
.fixed-icon-area a:nth-child(3), .fixed-icon-area a:nth-child(4) {
  margin-top: -20px;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area {
    width: 90px;
    right: 2px;
    bottom: 10px;
  }
  .fixed-icon-area a:nth-child(3), .fixed-icon-area a:nth-child(4) {
    margin-top: -15px;
  }
}

.section-title-area .txt-blue {
  color: #004eba;
}
.section-title-area .txt-purple {
  color: #92348c;
}
.section-title-area .first-txt {
  margin-right: 5px;
}
.section-title-area .txt-bold {
  font-weight: bold;
}
.section-title-area .section-title {
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  font-size: 35px;
}
@media only screen and (max-width: 500px) {
  .section-title-area .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .section-title-area .mobile-hide {
    display: none;
  }
}
.section-title-area .mobile-show {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-title-area .mobile-show {
    display: block;
  }
}
.section-title-area .flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-title-area .flex-title .title-icon {
  width: 42px;
}
@media only screen and (max-width: 500px) {
  .section-title-area .flex-title .title-icon {
    width: 36px;
  }
}
.section-title-area .flex-title .title-icon.icon-left {
  margin-right: 10px;
}
.section-title-area .flex-title .title-icon.icon-right {
  margin-left: 10px;
}
.section-title-area .section-title-dsc {
  color: #333333;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-title-area .section-title-dsc .mobile-break {
    display: block;
  }
}

/**************\
* Main
\**************/
.section-kv {
  position: relative;
  overflow: hidden;
  margin-top: 86px;
}
@media only screen and (max-width: 1185px) {
  .section-kv {
    margin-top: 63px;
  }
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .title {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  text-indent: -9999876px;
  z-index: -1;
  overflow: hidden;
}
.section-kv .kv-percent,
.section-kv .kv-title,
.section-kv .kv-decoration1,
.section-kv .kv-decoration2,
.section-kv .kv-tag {
  position: absolute;
}
.section-kv .kv-percent {
  width: 28.2638888889%;
  left: 49.4444444444%;
  top: 26.3333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-percent {
    width: 76%;
    left: 7.7333333333%;
    top: 53%;
  }
}
.section-kv .kv-title {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  width: 31.1805555556%;
  left: 18.4722222222%;
  top: 33.3333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 86.7733333333%;
    left: 7.2%;
    top: 18%;
  }
}
.section-kv .kv-decoration1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 12.0833333333%;
  left: 50.8333333333%;
  top: 13.3333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-decoration1 {
    width: 32.2666666667%;
    left: 11.4666666667%;
    top: 44%;
  }
}
.section-kv .kv-decoration2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 9.7222222222%;
  left: 72.0138888889%;
  top: 20.8333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-decoration2 {
    width: 25.8666666667%;
    left: 68.5333333333%;
    top: 49.1666666667%;
  }
}
.section-kv .kv-tag {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 13.6111111111%;
  left: 18.75%;
  top: 8%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-tag {
    width: 36.8%;
    left: 7.7333333333%;
    top: 5%;
  }
}

.section-project {
  z-index: 102;
  position: relative;
}
.section-project .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-project .mobile {
    display: block;
  }
}
.section-project .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-project .desktop {
    display: none;
  }
}
.section-project .section-bg-icon {
  position: absolute;
}
.section-project .section-bg-icon.icon-1 {
  width: 20%;
  left: 5.4166666667%;
  bottom: -53.9568345324%;
}
@media only screen and (max-width: 1441px) {
  .section-project .section-bg-icon.icon-1 {
    bottom: 10.4316546763%;
  }
}
@media only screen and (max-width: 768px) {
  .section-project .section-bg-icon.icon-1 {
    bottom: 53.9568345324%;
  }
}
.section-project .section-bg-icon.icon-2 {
  width: 11.7361111111%;
  left: 76.0416666667%;
  top: 22.3021582734%;
}
.section-project .section-bg-icon.icon-3 {
  width: 83.4666666667%;
  left: 8.8%;
  bottom: 19px;
}
.section-project .container {
  padding: 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section-project .container {
    padding: 40px 20px 190px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .section-project .container {
    padding: 40px 20px 190px 20px;
  }
}
.section-project .container .section-ticket {
  max-width: 706px;
  margin: 0 auto;
}
.section-project .container .section-ticket .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-project .container .section-ticket .mobile {
    display: block;
  }
}
.section-project .container .section-ticket .desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .section-project .container .section-ticket .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .section-project .container .section-ticket {
    max-width: 550px;
  }
}
@media only screen and (max-width: 960px) {
  .section-project .container .section-ticket {
    max-width: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .section-project .container .section-ticket {
    max-width: 306px;
  }
}

.section-feature {
  background-color: #e9dfd6;
  position: relative;
}
.section-feature .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 6.94%;
  background: url("../images/section-2-top-bg@2x.png") no-repeat center center, #fff;
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .section-feature .bg {
    background: url("../images/mobile/m-section-2-top-bg@2x.png") no-repeat center center, #fff;
    background-size: cover;
  }
}
.section-feature .container {
  max-width: 902px;
  padding: 72px 20px 62px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container {
    max-width: 342px;
    padding: 50px 16px 35px;
  }
}
.section-feature .container .section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .section-title-area {
    gap: 7.5px;
  }
}
.section-feature .container .section-title-area .title-icon {
  width: 87px;
  height: 87px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .section-title-area .title-icon {
    width: 70px;
    height: 69px;
  }
}
.section-feature .container .section-title-area .section-title {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.section-feature .container .section-title-area .section-title .title {
  font-size: 34px;
  font-weight: bold;
  color: #e9474d;
  line-height: 30px;
  margin-bottom: 13px;
}
.section-feature .container .section-title-area .section-title .sub-title {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #54484e;
}
@media only screen and (max-width: 768px) {
  .section-feature .container .section-title-area .section-title .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .section-feature .container .section-title-area .section-title .title .break {
    display: block;
  }
  .section-feature .container .section-title-area .section-title .title .hidden {
    display: none;
  }
  .section-feature .container .section-title-area .section-title .sub-title {
    font-size: 21px;
    line-height: 24px;
  }
}
.section-feature .container .block-area {
  max-width: 781px;
  margin: 44px auto 23px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area {
    max-width: 291px;
    margin: 34px auto 36px;
  }
}
.section-feature .container .block-area .block-content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 39px;
  gap: 16px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block-content {
    gap: 30px;
    margin-bottom: 25px;
  }
}
.section-feature .container .block-area .block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-left: 16px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    padding-left: 0;
  }
}
.section-feature .container .block-area .block-image {
  width: 166px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block-image {
    width: 150px;
  }
}
.section-feature .container .block-area .block-dsc {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #54484e;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block-dsc {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-feature .container .block-area .block-ticket .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block-ticket .mobile {
    display: block;
  }
}
.section-feature .container .block-area .block-ticket .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-area .block-ticket .desktop {
    display: none;
  }
}
.section-feature .container .block-table .block-table-title {
  color: #54484e;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.section-feature .container .block-table .block-table-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 326px;
  height: 12px;
  z-index: -1;
  background-color: #fdea14;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-table .block-table-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 14px;
  }
  .section-feature .container .block-table .block-table-title::after {
    bottom: 1px;
    width: 293px;
    height: 10px;
  }
}
.section-feature .container .block-table .table {
  margin-bottom: 21px;
}
.section-feature .container .block-table .table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-table .table .mobile {
    display: block;
  }
}
.section-feature .container .block-table .table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-table .table .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-table .table {
    margin-bottom: 14px;
  }
}
.section-feature .container .block-table .notice {
  color: #666666;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 22px;
}
@media only screen and (max-width: 500px) {
  .section-feature .container .block-table .notice {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-left: 0;
  }
}

.section-get .container {
  max-width: 1000px;
  padding: 61px 20px 70px;
}
@media only screen and (max-width: 768px) {
  .section-get .container {
    max-width: 342px;
    padding: 38px 17.5px 42px;
  }
}
.section-get .container .section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 500px) {
  .section-get .container .section-title-area {
    gap: 7px;
  }
}
.section-get .container .section-title-area .title-icon {
  width: 88px;
  height: 86px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .section-get .container .section-title-area .title-icon {
    width: 70px;
    height: 69px;
  }
}
.section-get .container .section-title-area .section-title .title {
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  color: #e9474d;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  .section-get .container .section-title-area .section-title .title {
    font-size: 26px;
    line-height: 1;
  }
}
.section-get .container .block-area {
  position: relative;
  margin-top: 28px;
  background: url("../images/section-3-bg@2x.png") no-repeat center center;
  background-size: contain;
  padding: 69px 38px 0 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .section-get .container .block-area {
    margin-top: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f0e8e4;
    padding: 30px 0 0;
    gap: 23px;
  }
}
.section-get .container .bar {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84.4%;
  height: 2px;
  background-color: #ffffff;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .section-get .container .bar {
    display: block;
  }
}
.section-get .container .block-item .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-get .container .block-item .mobile {
    display: block;
  }
}
.section-get .container .block-item .desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .section-get .container .block-item .desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section-get .container .block-item.item-1 {
    max-width: 313px;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  .section-get .container .block-item.item-2 {
    max-width: 324px;
    -webkit-transform: translateX(23.5px);
            transform: translateX(23.5px);
  }
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #5a3c3c;
  border: #5a3c3c 2px solid;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: inherit;
  border: #5a3c3c 2px solid;
}

.owl-dots .owl-dot {
  outline: none;
}