/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  box-sizing: border-box;
}

i {
  font-style: italic;
}

span {
  line-height: inherit;
}

a {
  text-decoration: none;
  outline: none;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1 !important;
  width: 100% !important;
}

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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  background: transparent;
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
  border-radius: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0;
  border: none;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #000000;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  width: auto;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

picture {
  width: 100%;
}

input::-moz-placeholder {
  color: #9f9f9f;
}

input::placeholder {
  color: #9f9f9f;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}

textarea::placeholder {
  color: #9f9f9f;
}

/* 202212 catchD: tab arrow start */
.new-v2-page-detail__types {
  height: 70px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.new-v2-page-detail__types-container {
  position: relative;
  height: 100%;
  width: calc(100% - 64px);
  margin: 0 auto;
  overflow: hidden;
}

.new-v2-page-detail__types-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.new-v2-page-detail__types-link {
  width: 186px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  cursor: pointer;
  transition: color 0.3s;
  margin-right: 8px;
}

.new-v2-page-detail__types-link:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .new-v2-page-detail__types-link {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
  .new-v2-page-detail__types-link {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
  .-lang-en .new-v2-page-detail__types-link, .new-v2-page-detail__types-link.-en {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
  .-lang-en .new-v2-page-detail__types-link, .new-v2-page-detail__types-link.-en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .new-v2-page-detail__types-link {
    flex: 0 0 147px;
    width: 147px;
  }
}
.-pc .new-v2-page-detail__types-link:hover, .new-v2-page-detail__types-link.-active, .new-v2-page-detail__types-link:active {
  color: #ff6700;
}

.new-v2-page-detail__types-link.-active::after {
  opacity: 1;
}

.new-v2-page-detail__types-link::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #ff6700;
  opacity: 0;
  transition: opacity 0.3s;
}

.new-v2-page-detail__types.-around .new-v2-page-detail__types-navigation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
}

.new-v2-page-detail__types.-around .new-v2-page-detail__types-navigation-button {
  width: 32px;
  height: 32px;
  pointer-events: all;
}

.new-v2-page-detail__types-navigation {
  width: 96px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 24px;
  z-index: 10;
}

@media (max-width: 767px) {
  .new-v2-page-detail__types-navigation {
    width: 80px;
    height: auto;
    padding-left: 8px;
  }
}
.new-v2-page-detail__types-navigation-button {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s;
}

.-pc .new-v2-page-detail__types-navigation-button:hover, .new-v2-page-detail__types-navigation-button:active {
  color: #ff6700;
}

.new-v2-page-detail__types-navigation-button.-disabled {
  opacity: 0;
  pointer-events: none;
}

.new-v2-page-detail__types-navigation-button svg {
  width: 16px;
  height: 16px;
  display: block;
}

/* 202212 catchD: tab arrow end */
.v2-a-common-button {
  width: auto;
  height: 47px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 141px;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .v2-a-common-button {
    width: auto;
    height: 43px;
    min-width: 120px;
    border-radius: 22px;
  }
}
.-pc .v2-a-common-button:hover .v2-a-common-button__bg-hover, .v2-a-common-button:active .v2-a-common-button__bg-hover {
  opacity: 1;
}

.v2-a-common-button.-black .v2-a-common-button__bg-default {
  background: 0 0;
  border: 1px #1c1c1c solid;
}

.v2-a-common-button.-black .v2-a-common-button__bg-hover {
  background: #1c1c1c;
}

.v2-a-common-button.-black .v2-a-common-button__text {
  color: #1c1c1c;
}

.-pc .v2-a-common-button.-black:hover .v2-a-common-button__text, .v2-a-common-button.-black:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button.-white .v2-a-common-button__bg-default {
  background: 0 0;
  border: 1px #fff solid;
}

.v2-a-common-button.-white .v2-a-common-button__bg-hover {
  background: #fff;
}

.-pc .v2-a-common-button.-white:hover .v2-a-common-button__text, .v2-a-common-button.-white:active .v2-a-common-button__text {
  color: #ff6700;
}

.v2-a-common-button.-purple {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.v2-a-common-button.-purple .v2-a-common-button__bg-default {
  background: #fff;
}

.v2-a-common-button.-purple .v2-a-common-button__bg-hover {
  background: #3e1ee6;
  border: 1px #fff solid;
}

.v2-a-common-button.-purple .v2-a-common-button__text {
  color: #ff6700;
}

.-pc .v2-a-common-button.-purple:hover .v2-a-common-button__text, .v2-a-common-button.-purple:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button.-orange .v2-a-common-button__bg-default {
  background: #fff;
}

.v2-a-common-button.-orange .v2-a-common-button__bg-hover {
  background: #ff6700;
  border: 1px #fff solid;
}

.v2-a-common-button.-orange .v2-a-common-button__text {
  color: #3e1ee6;
}

.-pc .v2-a-common-button.-orange:hover .v2-a-common-button__text, .v2-a-common-button.-orange:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.v2-a-common-button__bg-default, .v2-a-common-button__bg-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .v2-a-common-button__bg-default, .v2-a-common-button__bg-hover {
    border-radius: 22px;
  }
}
.v2-a-common-button__bg-default {
  background: linear-gradient(to right, #ff6700, #ff8f08);
}

.v2-a-common-button__bg-hover {
  background: linear-gradient(to right, #f73603, #ff8f08);
  opacity: 0;
  transition: opacity 0.3s;
}

.v2-a-common-button__text {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .v2-a-common-button__text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1%;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-a-common-button__text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-a-common-button__text {
    padding: 0 10px;
  }
}
.swiper-control-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-control-bar .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  margin: 0;
  background: #E1E1E1;
  opacity: 1;
  overflow: hidden;
  margin: 0 5px;
  transition: width 0.3s, height 0.3s;
}
@media (max-width: 540px) {
  .swiper-control-bar .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #FF9B0B, #FF6700);
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 8px;
  background-color: #E1E1E1;
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: paginationAni 3s linear forwards;
}
@keyframes paginationAni {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.swiper-navigation.-circle {
  display: flex;
}
.swiper-navigation.-circle .navigation-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #FF6700 1px solid;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .swiper-navigation.-circle .navigation-btn {
    width: 30px;
    height: 30px;
  }
}
.swiper-navigation.-circle .navigation-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: #FF6700;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .swiper-navigation.-circle .navigation-btn svg {
    width: 15px;
    height: 15px;
  }
}
.swiper-navigation.-circle .navigation-btn.prev {
  transform: scaleX(-1);
}
.swiper-navigation.-circle .navigation-btn:hover {
  background: #FF6700;
}
.swiper-navigation.-circle .navigation-btn:hover svg {
  color: #fff;
}
.swiper-navigation.-circle .navigation-btn.-disabled {
  border: #C0C0C0 1px solid;
}
.swiper-navigation.-circle .navigation-btn.-disabled svg {
  color: #C0C0C0;
}
.swiper-navigation.-circle .navigation-btn.-disabled:hover {
  background-color: transparent;
}

.org {
  color: #FF6700;
}

main {
  width: 768px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  padding-top: 80px;
}
@media (max-width: 768px) {
  main {
    width: 100%;
  }
}

header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
header a {
  display: block;
  width: 180px;
}

.kv-sec {
  position: relative;
  background-color: #FF6700;
}
.kv-sec .top {
  padding: 30px 0;
}
.kv-sec .top p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.kv-sec .bottom {
  padding: 0 15px 30px;
}
.kv-sec .bottom .img {
  position: relative;
  width: 100%;
}
.kv-sec .bottom .img img {
  width: 100%;
}
.kv-sec .bottom .img .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.kv-sec .bottom .img .text p {
  position: absolute;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  color: #1C1C1C;
  width: 100%;
  text-align: center;
}

.menu-sec .top {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E7E7E7;
}
.menu-sec .top p {
  font-size: 20px;
  color: #FF6700;
  font-weight: bold;
  letter-spacing: 2px;
}
.menu-sec .bottom {
  border-bottom: 1px solid #E7E7E7;
}
.menu-sec .bottom #proTab {
  position: relative;
  box-shadow: none;
  height: 19.53125vw;
}
@media (min-width: 769px) {
  .menu-sec .bottom #proTab {
    height: 70px;
  }
}
.menu-sec .bottom #proTab .swiper {
  position: relative;
  height: 100%;
  width: calc(100% - 16.6666666667vw);
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  .menu-sec .bottom #proTab .swiper {
    width: calc(100% - 128px);
  }
}
.menu-sec .bottom #proTab .swiper-slide {
  margin-right: 0;
  width: 33.8541666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .menu-sec .bottom #proTab .swiper-slide {
    width: 25%;
  }
}
.menu-sec .bottom #proTab .swiper-slide p {
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 1.4px;
  font-size: 3.90625vw;
}
@media (min-width: 769px) {
  .menu-sec .bottom #proTab .swiper-slide p {
    font-size: 16px;
  }
}
.menu-sec .bottom #proTab .swiper-slide:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #ff6700;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-sec .bottom #proTab .swiper-slide.-active {
  color: #ff6700;
}
.menu-sec .bottom #proTab .swiper-slide.-active:after {
  opacity: 1;
}
.menu-sec .bottom #proTab .swiper-slide.-active p {
  font-weight: bold;
}
.menu-sec .bottom #proTab .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menu-sec .bottom #proTab .navigation .navigation-btn {
  position: relative;
  width: 8.3333333333vw;
  display: flex;
  z-index: 10;
}
@media (min-width: 769px) {
  .menu-sec .bottom #proTab .navigation .navigation-btn {
    width: 32px;
  }
}
.menu-sec .bottom #proTab .navigation .navigation-btn.-disabled {
  opacity: 0;
  pointer-events: none;
}
.menu-sec .bottom #proTab .navigation .navigation-btn svg {
  width: 100%;
}

.project-card-sec {
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.project-card-sec ._card {
  padding-top: 287px;
  width: 360px;
  margin: 0 auto;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-color: #F0F0F0;
  padding-bottom: 30px;
  box-shadow: 0 4px 19px rgba(159, 159, 159, 0.6);
}
@media (max-width: 360px) {
  .project-card-sec ._card {
    width: 95%;
  }
}
.project-card-sec ._card .sub-tit {
  text-align: center;
  margin-bottom: 5px;
}
.project-card-sec ._card .sub-tit p {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #1C1C1C;
}
.project-card-sec ._card .sub-tit p:after, .project-card-sec ._card .sub-tit p:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #1C1C1C;
}
.project-card-sec ._card .sub-tit p:after {
  left: -10px;
  transform: translate(-100%, -50%);
}
.project-card-sec ._card .sub-tit p:before {
  right: -10px;
  transform: translate(100%, -50%);
}
.project-card-sec ._card .tit {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.project-card-sec ._card .gift {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 360px) {
  .project-card-sec ._card .gift {
    width: 90%;
  }
}
.project-card-sec ._card .gift > div {
  padding: 10px 0;
  border: 1px solid #1C1C1C;
  text-align: center;
  margin-bottom: 10px;
}
.project-card-sec ._card .gift > div p {
  font-size: 17px;
  color: #1C1C1C;
  line-height: 1.3;
}
.project-card-sec ._card .gift ul {
  padding-left: 1.5em;
}
.project-card-sec ._card .gift ul li {
  list-style-type: disc;
  font-size: 17px;
  color: #1C1C1C;
  line-height: 1.3;
  margin-bottom: 10px;
}

.phone-sec #phoneTab {
  position: relative;
  box-shadow: none;
  height: 19.53125vw;
}
@media (min-width: 769px) {
  .phone-sec #phoneTab {
    height: 70px;
  }
}
.phone-sec #phoneTab .swiper {
  position: relative;
  height: 100%;
  width: calc(100% - 16.6666666667vw);
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  .phone-sec #phoneTab .swiper {
    width: calc(100% - 128px);
  }
}
.phone-sec #phoneTab .swiper-slide {
  margin-right: 0;
  width: 33.8541666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .phone-sec #phoneTab .swiper-slide {
    width: 25%;
  }
}
.phone-sec #phoneTab .swiper-slide p {
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 1.4px;
  font-size: 3.90625vw;
}
@media (min-width: 769px) {
  .phone-sec #phoneTab .swiper-slide p {
    font-size: 16px;
  }
}
.phone-sec #phoneTab .swiper-slide:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #ff6700;
  opacity: 0;
  transition: opacity 0.3s;
}
.phone-sec #phoneTab .swiper-slide.-active {
  color: #ff6700;
}
.phone-sec #phoneTab .swiper-slide.-active:after {
  opacity: 1;
}
.phone-sec #phoneTab .swiper-slide.-active p {
  font-weight: bold;
}
.phone-sec #phoneTab .navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.phone-sec #phoneTab .navigation .navigation-btn {
  position: relative;
  width: 8.3333333333vw;
  display: flex;
  z-index: 10;
}
@media (min-width: 769px) {
  .phone-sec #phoneTab .navigation .navigation-btn {
    width: 32px;
  }
}
.phone-sec #phoneTab .navigation .navigation-btn.-disabled {
  opacity: 0;
  pointer-events: none;
}
.phone-sec #phoneTab .navigation .navigation-btn svg {
  width: 100%;
}
.phone-sec .phone-swiper-wrap {
  margin-top: 18px;
  padding-bottom: 28px;
  display: none;
}
.phone-sec .phone-swiper-wrap .swiper-slide .img {
  width: 130px;
  margin: 0 auto 20px;
}
.phone-sec .phone-swiper-wrap .swiper-slide .pro-name {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}
.phone-sec .phone-swiper-wrap .swiper-slide .pro-name span {
  font-size: 14px;
}
.phone-sec .phone-swiper-wrap .swiper-slide .pro-price {
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
.phone-sec .phone-swiper-wrap .swiper-slide .pro-price span {
  font-size: 20px;
  font-weight: bold;
}
.phone-sec .phone-swiper-wrap .swiper-slide ul {
  margin-bottom: 10px;
}
.phone-sec .phone-swiper-wrap .swiper-slide ul li {
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1.3;
}
.phone-sec .phone-swiper-wrap .swiper-slide .phone-btn {
  height: 42px;
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.phone-sec .phone-swiper-wrap .swiper-control-bar {
  margin-top: 40px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .phone-sec .phone-swiper-wrap .swiper-control-bar {
    padding: 0 10px;
  }
}
.phone-sec .phone-swiper-wrap-0 {
  display: block;
}

.more-project-sec {
  padding: 30px 0;
  background-color: #F5F5F5;
}
.more-project-sec > p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.more-project-sec .more-card-swiper-wrap .swiper {
  padding: 30px 0;
}
.more-project-sec .swiper-slide {
  width: 50%;
  display: flex;
  justify-content: center;
}
.more-project-sec .swiper-slide ._card {
  position: relative;
  width: 360px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 19px rgba(159, 159, 159, 0.6);
  padding: 50px 0;
}
@media (max-width: 520px) {
  .more-project-sec .swiper-slide ._card {
    width: 95%;
  }
}
.more-project-sec .swiper-slide ._card .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
}
.more-project-sec .swiper-slide ._card .price {
  text-align: center;
}
.more-project-sec .swiper-slide ._card .price .org {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.more-project-sec .swiper-slide ._card .price .org .lg {
  font-size: 90px;
  line-height: 1;
}
.more-project-sec .swiper-slide ._card .price .org .lt {
  position: absolute;
  top: 15px;
  left: -13px;
  font-size: 17px;
  color: #1C1C1C;
}
.more-project-sec .swiper-slide ._card .month {
  text-align: center;
  font-size: 14px;
  color: #1C1C1C;
  margin-top: 10px;
}
.more-project-sec .swiper-slide ._card ul {
  border-top: 2px solid #FF6700;
  padding-top: 35px;
  margin: 35px auto 0;
  width: 320px;
}
@media (max-width: 520px) {
  .more-project-sec .swiper-slide ._card ul {
    width: 95%;
  }
}
.more-project-sec .swiper-slide ._card ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
}
.more-project-sec .swiper-slide ._card ul li:last-child {
  border-bottom: none;
}
.more-project-sec .swiper-slide ._card ul li .lf {
  width: 80px;
  flex-shrink: 0;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 20px;
}
.more-project-sec .swiper-slide ._card ul li .lf p {
  line-height: 1.3;
}
@media (max-width: 520px) {
  .more-project-sec .swiper-slide ._card ul li .lf p {
    font-size: 14px;
  }
}
.more-project-sec .swiper-slide ._card ul li .rt {
  flex-grow: 1;
}
.more-project-sec .swiper-slide ._card ul li .rt p {
  line-height: 1.3;
}
@media (max-width: 520px) {
  .more-project-sec .swiper-slide ._card ul li .rt p {
    font-size: 14px;
  }
}
.more-project-sec .swiper-slide ._card .project-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  min-width: auto;
  margin: 0 auto;
  display: block;
}
.more-project-sec .swiper-control-bar {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .more-project-sec .swiper-control-bar {
    padding: 0 10px;
  }
}

.location-sec {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0 4px 19px rgba(159, 159, 159, 0.6);
}
.location-sec > p {
  font-size: 20px;
  color: #1C1C1C;
  text-align: center;
  font-weight: bold;
}
.location-sec .location-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  min-width: auto;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.notice-sec {
  padding: 30px 15px 100px;
  background-color: #F5F5F5;
}
.notice-sec ul {
  padding-left: 1em;
}
.notice-sec ul li {
  list-style: decimal;
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.support {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10;
  transition: 0.3s;
}

.goTop {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.-scroll .support {
  bottom: 90px;
}
.-scroll .goTop {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */