html,
body {
  overflow-x: hidden !important;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border: none;
}
a:not([default]) {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-size: inherit;
}
img {
  display: block;
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}
svg {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-size: inherit;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
input:disabled,
textarea:disabled {
  opacity: 1;
  color: inherit;
}
select {
  font-size: inherit;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  appearance: none;
}
select:disabled {
  opacity: 1;
  color: inherit;
}
ul {
  margin: 0;
  padding-left: 1em;
}
ul.cus > li {
  padding-left: 1.2em;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul._dot {
  list-style: none;
  padding: 0;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
ul li::before {
  font-size: inherit;
}
ul li ::marker {
  text-indent: 0 !important;
}
@media (min-width: 1501px) {
  .up_nb_hide {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .mb_hide {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  .up_nb2_hide {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .mb2_hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .up_lg2_hide {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .lg2_hide {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .up_lg3_hide {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .lg3_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .up_lg_hidden {
    height: 0;
    overflow: hidden;
  }
}
@keyframes an_fade {
  100% {
    opacity: 1;
  }
}
@keyframes an_none {
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    transform: translateY(0);
  }
  80% {
    height: 100%;
    transform: translateY(100%);
  }
  100% {
    height: 100%;
    transform: translateY(100%);
  }
}
@keyframes an_rotate_cw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes an_rotate_acw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes slime {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    transform: translate(0, 5%) scaleY(1);
  }
}
@media (max-width: 1024px) {
  html.nav_active,
  body.nav_active {
    overflow-y: hidden;
  }
}
html.no_scroll,
body.no_scroll {
  overflow-y: hidden;
}
span.b {
  font-size: 200%;
  line-height: 1;
}
span.w {
  font-weight: bold;
}
span.s {
  font-size: 80%;
}
.midline {
  text-align: center;
  overflow: hidden;
}
.midline[sto],
.midline[sto-sub] {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.midline[sto].active,
.midline[sto-sub].active {
  animation-name: an_none;
}
.midline[sto] > div::before,
.midline[sto-sub] > div::before,
.midline[sto] > div::after,
.midline[sto-sub] > div::after {
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  animation: 2s ease forwards;
  animation-delay: 0.6s;
}
.midline[sto].active > div::before,
.midline[sto-sub].active > div::before,
.midline[sto].active > div::after,
.midline[sto-sub].active > div::after {
  animation-name: an_none;
}
.midline > div {
  position: relative;
  display: inline-block;
}
.midline > div::after,
.midline > div::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  border-bottom: 1px solid;
  width: 50vw;
}
.midline > div::after {
  left: 100%;
  margin-left: 1em;
  -ms-transform-origin: left;
  transform-origin: left;
}
.midline > div::before {
  right: 100%;
  margin-right: 1em;
  -ms-transform-origin: right;
  transform-origin: right;
}
.midline > div > div {
  line-height: 1;
}
.midline > div > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
.float_frame_fill {
  padding-top: 60px;
}
.float_frame {
  position: fixed;
  bottom: 20%;
  right: 20px;
  font-size: 0;
  line-height: 1;
  z-index: 10;
}
@media (max-width: 1024px) {
  .float_frame {
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .float_frame.hideOn.ready {
    transition: 0.3s ease;
  }
  .float_frame.hideOn:not(.active) {
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
.float_frame > a {
  display: block;
}
@media (max-width: 1024px) {
  .float_frame > a {
    width: 100%;
    height: 60px;
    text-align: center;
  }
}
.float_frame img {
  position: relative;
}
.pop_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  overflow-x: hidden;
  overflow-y: auto;
}
.pop_frame:not(.active) {
  display: none;
}
.pop_frame._loading {
  background-image: url("../../img/product/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px auto;
}
.pop_frame .pop_close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pop_frame .pop_ctn {
  position: relative;
  left: 50%;
  width: 0;
  padding: 40px 0;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.pop_frame .pop_ctn._ie {
  height: 100%;
}
.pop_frame .pop_ctn > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94vw;
}
html {
  letter-spacing: 1px;
  font-weight: 400;
  color: #202020;
  font-size: 20px;
}
@media (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 4.5vw;
  }
}
.ctn {
  max-width: 60em;
  margin: 0 auto;
}
.red {
  color: #da291c;
}
.main_title {
  position: relative;
  text-align-last: center;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .main_title {
    margin-bottom: 1.5em;
  }
}
.main_title .title {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  font-size: 180%;
  font-weight: bold;
}
.main_title .title.active {
  animation-name: an_none;
}
.main_title .title.active::after {
  animation-name: an_none;
}
.main_title .title::after {
  content: "";
  display: block;
  background-color: #da291c;
  width: 55px;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -ms-transform: scale(0);
  transform: scale(0);
  animation: 1s ease forwards;
  animation-delay: 0.6s;
}
.main_title .sub {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
  font-size: 90%;
  max-width: 29rem;
  margin: 0 auto;
  margin-top: 10px;
  color: #868686;
}
.main_title .sub.active {
  animation-name: an_none;
}
@media (max-width: 768px) {
  .main_title .sub {
    max-width: 26rem;
  }
}
[v-clock] {
  opacity: 0;
}
.float_frame > a {
  position: relative;
}
@media (min-width: 1025px) {
  .float_frame > a {
    transition: 0.3s ease;
    width: 7rem;
  }
  .float_frame > a:not(:last-child) {
    margin-bottom: 20px;
  }
  .float_frame > a._book:hover {
    opacity: 0.8;
  }
  .float_frame > a._online:not(:hover) .hover > img {
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (max-width: 1024px) {
  .float_frame > a {
    background: no-repeat center;
    background-size: 140%;
  }
  .float_frame > a._book {
    background-image: url("../../img/product/float/btn1_m.svg");
    background-color: #1B365D;
  }
  .float_frame > a._online {
    background-image: url("../../img/product/float/btn2_m.svg");
    background-color: #DA291C;
  }
}
.float_frame > a._online .hover {
  position: absolute;
  width: 12.5rem;
  top: 50%;
  right: 5rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.float_frame > a._online .hover > img {
  -ms-transform-origin: right center;
  transform-origin: right center;
  transition: 0.3s ease;
}
.space_frame {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}
.space_frame .swiper-slide {
  height: auto;
}
.space_frame .swiper-slide > * {
  height: 100%;
}
.space_frame .swiper-pagination-bullets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.space_frame .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
}
.space_frame
  .swiper-pagination-bullets
  .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}
.space_frame .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #d70000;
}
.kv_frame {
  font-size: 0;
}
.info_frame {
  position: relative;
  padding: 0 20px;
  padding-top: 6em;
  padding-bottom: 6.5em;
}
@media (max-width: 768px) {
  .info_frame {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
.info_frame .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 769px) {
  .info_frame .bg {
    bottom: -22em;
    background: url("../../img/product/info/bg.png") no-repeat center bottom;
    background-color: #f8f7f5;
    background-size: 96em;
  }
}
@media (max-width: 768px) {
  .info_frame .bg {
    background-color: #f8f7f5;
    bottom: 0;
  }
}
.info_frame .bg > img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -3em;
}
.info_frame .info_ctn {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2em;
}
.info_frame .info_box {
  width: 100%;
}
@media (min-width: 1025px) {
  .info_frame .info_box {
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0;
    max-width: 17.6em;
  }
  .info_frame .info_box.active {
    animation-name: an_none;
  }
  .info_frame .info_box:nth-child(1) {
    animation-delay: 0.2s;
  }
  .info_frame .info_box:nth-child(2) {
    animation-delay: 0.4s;
  }
  .info_frame .info_box:nth-child(3) {
    animation-delay: 0.6s;
  }
}
@media (max-width: 1024px) {
  .info_frame .info_box {
    padding: 0.5em;
  }
}
.info_frame .info_box .box {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.08);
}
.info_frame .info_box .box > img {
  width: 100%;
}
.info_frame .info_text {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  margin-top: 3.5rem;
}
.info_frame .info_text.active {
  animation-name: an_none;
}
@media (max-width: 1500px) {
  .info_frame .info_text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .info_frame .info_text {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .info_frame .info_text {
    margin-top: 1.5rem;
    font-size: 90%;
  }
}
.info_frame .info_ctn2 {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  position: relative;
  max-width: 50em;
  margin: 0 auto;
}
.info_frame .info_ctn2.active {
  animation-name: an_none;
}
@media (max-width: 768px) {
  .info_frame .info_ctn2 {
    max-width: 20em;
  }
}
.info_frame .info_ctn2 .swiper_frame {
  margin: 0 -0.5em;
}
.info_frame .info_ctn2 .pagination {
  margin-top: 1em;
}
.content_frame {
  background-color: #f8f7f5;
  padding: 0 20px;
  padding-top: 4em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .content_frame {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
.content_frame .content_ctn {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.content_frame .content_ctn.active {
  animation-name: an_none;
}
.content_frame .content_box {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 1em 2em;
}
.content_frame .content_box:not(:last-child) {
  margin-bottom: 1em;
}
.content_frame .content_title {
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.content_frame .content_title .title {
  color: #da291c;
  font-size: 120%;
  font-weight: bold;
  width: 100%;
}
.content_frame .content_title .plus {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
}
.content_frame .content_title .plus::before,
.content_frame .content_title .plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #da291c;
  transition: 0.3s ease;
}
.content_frame .content_title .plus:not(.active)::after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.content_frame .content {
  color: #868686;
  font-size: 90%;
  padding-top: 1rem;
  display: none;
}
.download_frame {
  padding: 0 20px;
  position: relative;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .download_frame {
    margin-bottom: 2em;
  }
}
.download_frame .bg {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 9em;
  background-color: #f8f7f5;
}
.download_frame .download_ctn {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.download_frame .download_ctn.active {
  animation-name: an_none;
}
.download_frame .swiper_frame {
  margin: 0 -0.5em;
}
.download_frame .download_box {
  padding: 0.5em;
  padding-bottom: 1.3em;
}
.download_frame .download_box .box {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 1.5em 2.5em 2.8em;
  height: 100%;
}
.download_frame .download_box .content {
  display: -ms-flexbox;
  display: flex;
}
.download_frame .download_box .text {
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
}
.download_frame .download_box .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.3em;
  margin-left: 0.5em;
}
.download_frame .download_box .button {
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 110%;
  border-radius: 5px;
  text-align: center;
  height: 2.6rem;
  line-height: 2.5rem;
  color: #ffffff;
  background-color: #da291c;
  font-weight: bold;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 8.5em;
  margin: 0 auto;
}
.download_frame .download_box .button:hover {
  opacity: 0.8;
}
.download_frame .pagination {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .download_frame .pagination {
    margin-top: 1em;
  }
}
.life_frame {
  padding: 0 20px;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .life_frame {
    padding-bottom: 5em;
  }
}
@media (min-width: 1025px) {
  .life_frame .life_ctn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .life_frame .life_text {
    padding-top: 4em;
  }
}
@media (max-width: 1024px) {
  .life_frame .life_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
}
.life_frame .life_text .text {
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  font-size: 180%;
  font-weight: bold;
}
.life_frame .life_text .text.active {
  animation-name: an_none;
}
.life_frame .life_text .text._2 {
  animation-delay: 0.2s;
}
@media (min-width: 1025px) {
  .life_frame .life_text .text._2 {
    padding-left: 1em;
  }
}
@media (max-width: 1024px) {
  .life_frame .life_text .text._2 {
    margin-left: 0.5em;
  }
}
.life_frame .swiper_frame {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 0 -0.5em;
}
.life_frame .swiper_frame.active {
  animation-name: an_none;
}
@media (min-width: 1025px) {
  .life_frame .swiper_frame {
    max-width: 40em;
  }
}
.life_frame .swiper_frame .pagination {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .life_frame .swiper_frame .pagination {
    margin-top: 1em;
  }
}
.life_frame .life_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5em;
}
.life_frame .life_box:hover .image {
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.life_frame .life_box:hover .line {
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.life_frame .life_box .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 10.7em;
  margin: 0 auto;
  margin-bottom: -1.5em;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  transition: 0.1s;
}
.life_frame .life_box .box {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 2em 1em 1em;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.life_frame .life_box .title {
  font-size: 16px;
  color: #868686;
  margin-bottom: auto;
}
@media (max-width: 1500px) {
  .life_frame .life_box .title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .life_frame .life_box .title {
    font-size: 100%;
  }
}
.life_frame .life_box .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.life_frame .life_box .text {
  color: #da291c;
  font-size: 90%;
  font-weight: bold;
  margin-right: 0.5rem;
}
.life_frame .life_box .line {
  width: 2.5em;
  transition: 0.3s ease;
}
.more_frame {
  background-color: #f8f7f5;
  padding: 4em 20px;
}
@media (max-width: 768px) {
  .more_frame {
    padding: 3em 20px;
  }
}
.more_frame .more_ctn {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
}
.more_frame .more_ctn.active {
  animation-name: an_none;
}
.more_frame .more_box {
  display: block;
  padding: 0.5em;
  width: 100%;
}
.more_frame .more_box:hover .title::after {
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.more_frame .more_box:hover .image_box .image {
  transition: 5s linear;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.more_frame .more_box .box {
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.more_frame .more_box .title {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 4.2em;
  padding: 0.6em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.more_frame .more_box .title p {
  color: #000000;
  font-weight: bold;
}
.more_frame .more_box .title::after {
  content: "";
  width: 2.1em;
  height: 2.1em;
  position: absolute;
  right: 2em;
  bottom: -1.05em;
  border-radius: 50%;
  background: url("../../img/product/more/arrow.svg") no-repeat center;
  background-size: 33% auto;
  background-color: #da291c;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .more_frame .more_box .title::after {
    right: 8%;
  }
}
.more_frame .more_box .image_box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 6.8em;
  overflow: hidden;
}
.more_frame .more_box .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.more_frame .more_ctn2 {
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  position: relative;
}
.more_frame .more_ctn2.active {
  animation-name: an_none;
}
@media (min-width: 1025px) {
  .more_frame .more_ctn2 {
    margin: 0 -20px;
  }
}
.more_frame .more_ctn2 .swiper_frame {
  position: relative;
  margin: 0 -0.5em;
}
@media (min-width: 1025px) {
  .more_frame .more_ctn2 .swiper_frame {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 104em;
  }
}
.more_frame .more_ctn2 .pagination {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .more_frame .more_ctn2 .pagination {
    margin-top: 1em;
  }
}
.pop_box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1.5em;
  max-width: 26em;
}
.pop_box:not(.active) {
  display: none;
}
.pop_box .box {
  text-align-last: center;
  min-height: 3.5em;
}
.pop_box .icon {
  width: max-content;
  margin: 0 auto;
  margin-bottom: 0.4em;
}
.pop_box .icon > img[src$="pop/clock.png"] {
  width: 3.1em;
}
.pop_box .title {
  font-size: 130%;
  font-weight: bold;
  color: #da291c;
  margin-bottom: 0.5em;
}
.pop_box .content {
  max-width: 18em;
  margin: 0 auto;
}
.pop_box .button {
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 110%;
  border-radius: 5px;
  text-align: center;
  height: 2.6rem;
  line-height: 2.5rem;
  color: #ffffff;
  background-color: #da291c;
  font-weight: bold;
  transition: 0.3s ease;
  max-width: 15rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.pop_box .button:hover {
  opacity: 0.8;
}
