@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*----------- reset start -----------*/
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}

body {
  line-height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

:link,
:visited,
ins {
  text-decoration: none;
}

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

/*HTML5 tag*/
section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}

iframe {
  border: 0;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*----------- reset end -----------*/
a,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

*:focus,
a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

select {
  cursor: pointer;
}

@font-face {
  font-family: "JINS_Next";
  src: url("../font/JINS_NextLight_0.otf") format("opentype"), url("../font/JINS_NextLight.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "JINS_Next";
  src: url("../font/JINS_NextRegular_0.otf") format("opentype"), url("../font/JINS_NextRegular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "JINS_Next";
  src: url("../font/JINS_NextMedium_0.otf") format("opentype"), url("../font/JINS_NextMedium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "JINS_Next";
  src: url("../font/JINS_NextBold_0.otf") format("opentype"), url("../font/JINS_NextBold.ttf") format("truetype");
  font-weight: 700;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "JINS_Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 3px;
  font-weight: 400;
  color: #3e3a39;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  body {
    font-size: 1.4rem;
  }
}

body.model-open {
  overflow: hidden;
}

main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 55px;
}

@media (min-width: 1200px) {
  main {
    padding-top: 80px;
  }
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.color-cherry {
  color: #da0024 !important;
}

.color-darkish-pink {
  color: #ea545d !important;
}

.color-greyish-brown {
  color: #3e3a39 !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bold {
  font-weight: 500;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .pad-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.swal-confirm,
.swal-cancel {
  font-size: 1.2rem;
  letter-spacing: 3px;
  text-align: center;
  padding-left: 3px;
  border-radius: 5px;
  border: 1px solid #37455E;
  width: 94px;
  height: 34px;
  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;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.swal-confirm {
  background: #37455E;
  color: #ffffff;
}

.swal-cancel {
  background: #ffffff;
  color: #37455E;
}

.swal-cancel:hover,
.swal-confirm:hover {
  opacity: 0.7;
}

.word-break-all {
  word-break: break-all;
}

.ui-icon-search {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/tw/images/icon/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px, auto;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ui-icon-search {
    background-size: 16px auto;
  }
}

.ui-icon-member {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/tw/images/icon/member.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px, auto;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ui-icon-member {
    background-size: 16px auto;
  }
}

.ui-icon-cart {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/tw/images/icon/cart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px, auto;
  cursor: pointer;
  margin-right: calc((40px - 26px) / 2 * -1);
}

@media (min-width: 768px) {
  .ui-icon-cart {
    background-size: 30px auto;
    margin-right: calc((40px - 30px) / 2 * -1);
  }
}

@media (min-width: 1200px) {
  .ui-icon-cart {
    background-size: 23px auto;
    margin-right: calc((40px - 23px) / 2 * -1);
  }
}

/* nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav__container {
  position: relative;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.nav__container.white {
  background: #ffffff;
}

.nav__container.grey {
  background: #f9f9fa;
}

.nav__container.grey .nav__menu-wrap {
  background: #f9f9fa;
}

@media (min-width: 1200px) {
  .nav__container {
    height: 80px;
    padding: 0 60px;
  }
}

.nav__logo--mobile {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  height: 100%;
  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;
  background: url(/tw/images/demo/logo.png) center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1200px) {
  .nav__logo--mobile {
    display: none !important;
  }
}

.nav__logo--desktop {
  display: none;
  width: 90px;
  height: 100%;
  background: url(/tw/images/demo/logo.png) center no-repeat;
  background-size: 100% auto;
}

@media (min-width: 1200px) {
  .nav__logo--desktop {
    display: block;
  }
}

.nav__hamburger {
  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;
  width: 40px;
  height: 40px;
  margin-left: calc((40px - 19px) / 2 * -1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1;
}

.nav__hamburger span {
  display: block;
  margin: 0 auto 5px;
  width: 19px;
  height: 1px;
  background: #37455E;
  -webkit-transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.nav__hamburger span.center {
  position: relative;
}

.nav__hamburger span.center__sub {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.nav__hamburger span.bottom {
  margin-bottom: 0;
}

nav.active .nav__container {
  background: #ffffff;
}

nav.active .nav__hamburger span.top {
  width: 0;
}

nav.active .nav__hamburger span.center {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

nav.active .nav__hamburger span.center__sub {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

nav.active .nav__hamburger span.bottom {
  width: 0;
}

nav.active .nav__right-wrap {
  display: none;
}

@media (min-width: 1200px) {
  nav.active .nav__container.white {
    background: #ffffff;
  }

  nav.active .nav__container.grey {
    background: #f9f9fa;
  }

  nav.active .nav__right-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .nav__hamburger {
    display: none !important;
  }
}

.nav__menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}

@media (min-width: 1200px) {
  .nav__menu-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    height: 100%;
  }
}

.nav__menu {
  position: fixed;
  top: 75px;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #da0024;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  overflow-y: auto;
  max-height: 600px;
}

.nav__menu a,
.nav__menu a:visited,
.nav__menu a:hover,
.nav__menu a:active,
.nav__menu a:focus {
  color: #da0024;
}

.nav__menu a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.nav__menu a:hover {
  opacity: 0.7;
}

@media (min-height: 684px) {
  .nav__menu {
    bottom: 75px;
    margin: auto;
    padding: 15px 0;
  }
}

@media (min-width: 1200px) {
  .nav__menu {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: transparent;
    color: #37455E;
    margin-left: 35px;
    padding: 0;
    overflow-y: hidden;
  }

  .nav__menu a,
  .nav__menu a:visited,
  .nav__menu a:hover,
  .nav__menu a:active,
  .nav__menu a:focus {
    color: #37455E;
  }
}

.nav__menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}

.nav__menu__item a {
  display: block;
}

.nav__menu__item .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-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav__menu__item .chi {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 5px;
}

.nav__menu__item .eng {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-height: 684px) {
  .nav__menu__item {
    margin: 15px 0;
  }
}

@media (min-width: 1200px) {
  .nav__menu__item {
    margin: 0 23px;
  }

  .nav__menu__item .chi {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }

  .nav__menu__item .eng {
    display: none;
  }

  .nav__menu__item.member {
    display: none;
  }
}

.nav__menu__item__child {
  position: fixed;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 100%;
  width: 100%;
  background: #ffffff;
  color: #da0024;
  -webkit-transition: left .3s;
  transition: left .3s;
}

.nav__menu__item__child .wrap {
  width: calc(100% - (30px * 2));
  height: calc(100% - (38px * 2));
  margin: 38px 30px;
  overflow-y: auto;
}

.nav__menu__item__child a,
.nav__menu__item__child a:visited,
.nav__menu__item__child a:hover,
.nav__menu__item__child a:active,
.nav__menu__item__child a:focus {
  color: #da0024;
}

.nav__menu__item__child .title {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #979797;
  padding: 0 38px;
  padding-bottom: 17px;
}

.nav__menu__item__child .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 32px;
  background: url(/tw/images/icon/right-red.svg) center no-repeat;
  background-size: contain;
}

.nav__menu__item__child .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav__menu__item__child .list .item:last-child {
  border: 0;
}

.nav__menu__item__child .item {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #979797;
  padding: 17px 38px;
}

.nav__menu__item__child.active {
  left: 0;
}

@media (min-width: 1200px) {
  .nav__menu__item__child {
    display: none !important;
  }
}

.nav__right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #37455E;
}

.nav__right-wrap a,
.nav__right-wrap a:visited,
.nav__right-wrap a:hover,
.nav__right-wrap a:active,
.nav__right-wrap a:focus {
  color: #37455E;
}

.nav__right-wrap a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.nav__right-wrap a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .nav__right-wrap .parent-item {
    position: relative;
    margin: 0 10px;
  }

  .nav__right-wrap .list {
    position: absolute;
    left: calc((189px - 40px) / 2 * -1);
    right: calc((189px - 40px) / 2 * -1);
    top: calc(40px + ((55px - 40px) / 2));
    width: 189px;
    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-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    background: #ffffff;
  }

  .nav__right-wrap .list .item:last-child {
    border-bottom: 0;
  }

  .nav__right-wrap .item {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-bottom: solid 0.4px #979797;
  }
}

@media (min-width: 1200px) {
  .nav__right-wrap .list {
    top: calc(40px + ((80px - 40px) / 2));
  }
}

.nav__search-wrap,
.nav__member-wrap {
  display: none;
} 

@media (min-width: 768px) {

  .nav__search-wrap,
  .nav__member-wrap {
    display: block;
  }
}*/

a:hover .facebook-fill {
  fill: #3b5998;
}

a:hover .instagram-fill {
  fill: #517fa4;
}

a:hover .youtube-fill {
  fill: #cf362c;
}

footer {
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.footer__container {
  position: relative;
  z-index: 1;
  background: rgba(62, 58, 57, 0.03);
}

.footer__container .wrap {
  font-size: 1.4rem;
  color: #37455E;
}

.footer__container .wrap a,
.footer__container .wrap a:visited,
.footer__container .wrap a:hover,
.footer__container .wrap a:active,
.footer__container .wrap a:focus {
  color: #37455E;
}

@media (min-width: 768px) {
  .footer__container .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 90px;
    padding-top: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .footer__container .wrap {
    padding-top: 70px;
  }
}

.footer-nav a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.footer-nav a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.footer-nav__item {
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0;
  cursor: pointer;
}

.footer-nav__item .title {
  position: relative;
  font-weight: 500;
  margin: 0 30px;
}

.footer-nav__item .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 13px;
  height: 13px;
  background-image: url(/tw/images/icon/down-blue.svg);
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer-nav__item.active .title::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .footer-nav__item {
    border-bottom: 0;
    cursor: default;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 30px;
    padding-top: 0;
  }

  .footer-nav__item .title {
    margin: 0;
  }

  .footer-nav__item .title::before {
    content: none;
  }
}

.footer-nav__item__list {
  margin-top: 12px;
  padding: 0 30px;
}

.footer-nav__item__list li {
  margin: 12px 0;
}

.footer-nav__item__list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .footer-nav__item__list {
    margin-top: 30px;
  }

  .footer-nav__item__list li {
    margin: 30px 0;
  }
}

.footer-nav__item__list::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #da0024;
  display: block;
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .footer-nav__item__list::before {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .footer-nav__item__list {
    display: block !important;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .footer-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px;
  }
}

.footer-link {
  padding: 0 30px;
}

.footer-link li {
  margin: 12px 0;
}

.footer-link a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.footer-link a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer-link li:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .footer-link li {
    margin: 20px 0;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  padding-top: 15px;
}

.footer-social li {
  margin: 0 15px;
}

.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social svg {
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .footer-social {
    padding: 0 20px;
    padding-top: 15px;
  }

  .footer-social li {
    margin: 0 10px;
  }

  .footer-social svg {
    width: 30px;
    height: 30px;
  }
}

.footer-lang {
  padding: 0 30px;
  padding-top: 30px;
}

.footer-lang p {
  display: none;
  font-size: 1.2rem;
  margin-bottom: 13px;
}

.footer-lang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.2rem;
  color: #37455E;
  letter-spacing: 3px;
  border-radius: 5px;
  border: solid 1px #37455E;
  padding: 20px 25px;
  padding-right: calc(25px + 13px + 25px);
  background-image: url(/tw/images/icon/down-blue.svg);
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: right 25px center;
}

@media (min-width: 768px) {
  .footer-lang {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }

  .footer-lang p {
    display: block;
  }
}

.footer-aside {
  padding: 30px 30px;
  font-size: 1.2rem;
  color: rgba(62, 58, 57, 0.4);
}

.footer-aside a,
.footer-aside a:visited,
.footer-aside a:hover,
.footer-aside a:active,
.footer-aside a:focus {
  color: rgba(62, 58, 57, 0.4);
}

@media (min-width: 768px) {
  .footer-aside {
    padding: 30px 90px;
    padding-bottom: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.footer-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 22px;
}

.footer-aside__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-aside__list li::after {
  content: "|";
  display: block;
  margin: 0 5px;
}

.footer-aside__list li:last-child::after {
  content: none;
}

.footer-aside__list a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.footer-aside__list a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer-aside__list {
    margin-top: 0;
  }
}

main {
  background: #f6f7fa;
}

.main-wrap {
  width: 100%;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .main-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .main-wrap {
    padding-top: 80px;
    max-width: 1017px;
    margin: 0 auto;
  }
}

.main-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 5px;
  color: #37455E;
  padding: 0 28px;
}

@media (min-width: 768px) {
  .main-title {
    padding: 0 55px;
  }

  .main-title::after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: #37455E;
    margin: 20px 0;
  }
}

@media (min-width: 1200px) {
  .main-title {
    font-size: 2.8rem;
    letter-spacing: 7px;
    padding: 0;
  }

  .main-title::after {
    height: 46px;
    margin: 30px 0;
  }
}

.dropdown {
  padding: 0 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(55, 69, 94, 0.3);
}

.dropdown .title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3e3a39;
  margin-top: 20px;
  margin-bottom: 10px;
}

.dropdown .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.dropdown .arrow-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 6px;
  cursor: pointer;
}

.dropdown .arrow-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/tw/images/icon/down-blue.svg) no-repeat center;
  background-size: contain;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.dropdown .close-text {
  display: none;
}

.dropdown.active .open-text {
  display: none;
}

.dropdown.active .close-text {
  display: block;
}

.dropdown.active .arrow-button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown.no-border-bottom {
  border: 0;
}

.dropdown.border-top {
  border-top: 1px solid rgba(55, 69, 94, 0.3);
}

@media (min-width: 768px) {
  .dropdown {
    padding: 0 55px;
    padding-bottom: 47px;
  }

  .dropdown .arrow {
    display: none;
  }
}

@media (min-width: 1200px) {
  .dropdown {
    padding: 0;
    padding-bottom: 47px;
  }

  .dropdown .title {
    font-size: 2.4rem;
    letter-spacing: 6px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.dropdown-content p {
  color: #3e3a39;
  font-size: 1.2rem;
  letter-spacing: 4px;
}

.dropdown-content .p-wrap p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .dropdown-content {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .dropdown-content {
    margin-top: 20px;
  }

  .dropdown-content p {
    font-size: 1.4rem;
    letter-spacing: 6px;
  }

  .dropdown-content p.smaller {
    font-size: 1.2rem;
    letter-spacing: 4px;
    line-height: 1.9;
  }

  .dropdown-content .p-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-top: 40px;
  }

  .dropdown-content .p-wrap p {
    width: calc(50% - 24px);
    margin: 0 12px;
    margin-top: 25px;
  }
}

.dropdown-white-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
  margin-top: 20px;
}

.dropdown-white-list li {
  width: calc(50% - 2px - 8px);
  background: #fff;
  border: 1px solid #979797;
  border-radius: 5px;
  margin: 0 4px;
  margin-top: 10px;
}

.dropdown-white-list a {
  width: 100%;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-white-list a,
.dropdown-white-list a:visited,
.dropdown-white-list a:hover,
.dropdown-white-list a:active,
.dropdown-white-list a:focus {
  color: #37455E;
}

.dropdown-white-list a:hover {
  opacity: 0.7;
}

.dropdown-white-list h1 {
  color: #37455E;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.dropdown-white-list h2 {
  color: #3e3a39;
  font-size: 1.2rem;
  margin-top: 7px;
  text-align: center;
}

.dropdown-white-list img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .dropdown-white-list {
    margin: 0 -5px;
    margin-top: 18px;
  }

  .dropdown-white-list li {
    width: calc((100% / 3) - 2px - 10px);
    margin: 0 5px;
    margin-top: 13px;
  }
}

@media (min-width: 1200px) {
  .dropdown-white-list {
    margin: 0 -12px;
    margin-top: 5px;
  }

  .dropdown-white-list li {
    width: calc(25% - 2px - 24px);
    margin: 0 12px;
    margin-top: 17px;
  }
}

.dropdown-list .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-list .row:last-child .column:last-child {
  margin-bottom: 0;
}

.dropdown-list .column {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-list .column img {
  width: 29%;
  display: block;
  max-width: 205px;
  height: auto;
}

@media (min-width: 768px) {
  .dropdown-list .row {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list .row .column:nth-child(1) {
    width: 14%;
    max-width: 205px;
  }

  .dropdown-list .row .column:nth-child(2) {
    width: calc(86% - 36px);
    margin-left: 36px;
  }

  .dropdown-list .column {
    margin: 0;
  }

  .dropdown-list .column img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -50px;
  }

  .dropdown-list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3);
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
  }

  .dropdown-list .row .column:nth-child(1) {
    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;
    width: 100%;
    height: 120px;
  }

  .dropdown-list .row .column:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-list .column {
    max-height: 100%;
    margin-top: 35px;
  }
}

.dropdown-inner .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-inner .column {
  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;
  margin-top: 20px;
}

.dropdown-inner .column img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.dropdown-inner .column select {
  margin-bottom: 10px;
  color: #37455E;
  font-size: 1.4rem;
  letter-spacing: 6px;
  border-bottom: 1px solid #37455E;
  padding: 10px 0;
  padding-right: 55px;
  border-radius: 0;
  background-image: url(/tw/images/icon/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 6px;
}

.dropdown-inner .img-wrap img {
  display: none;
}

.dropdown-inner .img-wrap img.active {
  display: block;
}

@media (min-width: 768px) {
  .dropdown-inner .column {
    margin-top: 40px;
  }

  .dropdown-inner .column select {
    margin-bottom: 37px;
  }
}

@media (min-width: 1200px) {
  .dropdown-inner {
    margin: 0 -50px;
    margin-top: 60px;
  }

  .dropdown-inner .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-inner .column {
    margin-top: 0px;
    padding: 0 50px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dropdown-inner .column img {
    margin: 0;
  }
}

.info--right {
  font-size: 1.2rem;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .info--right {
    margin-top: 50px;
    text-align: right;
    border-top: 1px solid rgba(62, 58, 57, 0.1);
    padding-top: 20px;
  }
}