@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, input, select, textarea, caption, tbody, tfoot, thead, tr, th, td, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button, input, select, textarea {
  display: block;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

*::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #999;
}

*:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #999;
}

*::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #999;
}

*:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #999;
}

*::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #999;
}

.main {
  width: 100%;
  background-color: #f5f5f5;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.full-container {
  position: relative;
  width: 100%;
}

.heading {
  position: relative;
  width: 100%;
  background-image: url("../images/heading_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.heading__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .heading__block {
    padding-bottom: 85px;
  }
}
@media (max-width: 991px) {
  .heading__block {
    height: 180px;
  }
}
.heading__box {
  width: 100%;
}
.heading__title {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Microsoft JhengHei", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .heading__title {
    font-size: 28px;
    font-weight: 400;
  }
}
.heading__bread {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .heading__bread {
    margin-top: 5px;
  }
}
.heading__bread a {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #999;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .heading__bread a {
    margin-top: 6px;
  }
}
.heading__bread a::after {
  content: "｜";
  margin: 0 5px;
  color: #999 !important;
}
.heading__bread a:last-child {
  color: #999;
}
.heading__bread a:last-child::after {
  content: none;
}
.heading__bread a:hover {
  color: #c28b56;
}

.heading2 {
  width: 100%;
  background-color: #e5e5e5;
}
.heading2__block {
  width: 100%;
}
.heading2__bread {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 60px;
}
.heading2__bread a {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #999;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .heading2__bread a {
    margin-top: 6px;
  }
}
.heading2__bread a::after {
  content: "｜";
  margin: 0 5px;
  color: #999 !important;
}
.heading2__bread a:last-child {
  color: #999;
}
.heading2__bread a:last-child::after {
  content: none;
}
.heading2__bread a:hover {
  color: #c28b56;
}

.common__title {
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .common__title {
    margin-bottom: 25px;
  }
}
.common__title p:nth-child(1) {
  position: relative;
}
.common__title p:nth-child(1) span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Microsoft JhengHei", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #e9e9e9;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .common__title p:nth-child(1) span:nth-child(1) {
    font-size: 60px;
  }
}
.common__title p:nth-child(1) span:nth-child(2) {
  position: relative;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  color: #222;
  z-index: 2;
}
@media (max-width: 991px) {
  .common__title p:nth-child(1) span:nth-child(2) {
    font-size: 24px;
    line-height: 60px;
  }
}
.common__title p:nth-child(2) {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
@media (max-width: 991px) {
  .common__title p:nth-child(2) {
    margin-top: 5px;
    font-size: 15px;
  }
}
.common__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  z-index: 999999;
}
.common__lightbox--active {
  display: block;
}
.common__lightbox--acting .common__lightbox-overlay {
  opacity: 1;
}
.common__lightbox--acting .common__lightbox-bg {
  opacity: 1;
}
.common__lightbox--acting .common__lightbox-box {
  transform: scale(1);
  opacity: 1;
}
.common__lightbox-block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 25px;
}
.common__lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 1;
}
.common__lightbox-box {
  position: relative;
  max-width: 100%;
  transform: scale(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}
.common__lightbox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Arial", "Baskerville", "monospace";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 15px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.common__lightbox-close:hover {
  opacity: 0.7;
}

.pagenation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pagenation {
    margin-top: 30px;
  }
}
.pagenation__prev {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .pagenation__prev {
    margin-right: 10px;
  }
}
.pagenation__prev svg, .pagenation__prev img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pagenation__prev svg path, .pagenation__prev svg polygon, .pagenation__prev img path, .pagenation__prev img polygon {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.pagenation__prev:hover svg path, .pagenation__prev:hover svg polygon {
  fill: #c28b56;
}
.pagenation__prev + .pagenation__btn {
  margin-left: 0 !important;
}
.pagenation__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 15px;
  color: #333;
  text-align: center;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.pagenation__btn:hover {
  color: #c28b56;
}
.pagenation__btn:nth-child(n+2) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pagenation__btn:nth-child(n+2) {
    margin-left: 5px;
  }
}
.pagenation__btn--active {
  color: #c28b56;
}
.pagenation__next {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .pagenation__next {
    margin-left: 10px;
  }
}
.pagenation__next svg, .pagenation__next img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pagenation__next svg path, .pagenation__next svg polygon, .pagenation__next img path, .pagenation__next img polygon {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.pagenation__next:hover svg path, .pagenation__next:hover svg polygon {
  fill: #c28b56;
}

.gototop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 60px;
  height: 60px;
  background-color: #c28b56;
  background-image: url(../images/gototop.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 998;
}
@media (max-width: 991px) {
  .gototop {
    display: block;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-size: 22px 22px;
    border-width: 1px;
  }
}
.gototop:hover {
  opacity: 0.7;
}

.claim-lightbox {
  display: none;
  max-width: 450px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.claim-lightbox--active {
  display: block;
}
.claim-lightbox__box {
  width: 100vw;
  max-width: 100%;
  padding: 40px 30px;
  border: 1px solid #c28b56;
}
@media (max-width: 991px) {
  .claim-lightbox__box {
    padding: 25px;
  }
}
.claim-lightbox__text {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  text-align: center;
}
.claim-lightbox__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .claim-lightbox__btnbox {
    margin-top: 20px;
  }
}
.claim-lightbox__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  margin: 0 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .claim-lightbox__btn {
    font-size: 15px;
  }
}
.claim-lightbox__btn:hover {
  opacity: 0.7;
}
.claim-lightbox__btn--long {
  width: 110px;
}
.claim-lightbox__btn--close {
  color: #c28b56;
  border: 1px solid #c28b56;
}
.claim-lightbox__btn--submit {
  color: #fff;
  background-color: #c28b56;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  .header .container {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    padding: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  }
}
.header > h1 {
  display: none;
}
.header ~ .main {
  padding-top: 160px;
}
@media (max-width: 991px) {
  .header ~ .main {
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .header--active .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    transform: translateY(-100%);
    -webkit-animation-name: headerAnimation;
            animation-name: headerAnimation;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    z-index: 999;
  }
  @-webkit-keyframes headerAnimation {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes headerAnimation {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
}
.header-topbar {
  width: 100%;
  background-color: #333333;
}
.header-topbar__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.header-topbar__contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (max-width: 991px) {
  .header-topbar__contact {
    display: none;
  }
}
.header-topbar__contact-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 60px;
  color: #777;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-topbar__contact-btn:nth-child(n+2) {
  margin-left: 40px;
}
.header-topbar__contact-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.header-topbar__contact-btn:hover {
  opacity: 0.7;
}
.header-topbar__contact-btn--tel::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0 0px;
}
.header-topbar__contact-btn--mail::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -17px 0px;
}
.header-topbar__member {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media (max-width: 991px) {
  .header-topbar__member {
    width: 100%;
  }
}
.header-topbar__member-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 60px;
  color: #777;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .header-topbar__member-btn {
    line-height: 40px;
  }
}
.header-topbar__member-btn:nth-child(n+2) {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .header-topbar__member-btn:nth-child(n+2) {
    margin-left: 25px;
  }
}
.header-topbar__member-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.header-topbar__member-btn:hover {
  opacity: 0.7;
}
.header-topbar__member-btn--active {
  color: #c28b56;
}
.header-topbar__member-btn--active:hover {
  opacity: 1;
}
.header-topbar__member-btn--login::before {
  width: 21px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -34px 0px;
}
.header-topbar__member-btn--logout::before {
  width: 21px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -56px 0px;
}
.header-topbar__member-btn--signup::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -78px 0px;
}
.header-topbar__member-btn--account::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -95px 0px;
}
.header-menu {
  width: 100%;
  background-color: #fff;
}
.header-menu__block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100px;
}
@media (min-width: 1200px) {
  .header-menu__block {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .header-menu__block {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header-menu__block {
    height: 70px;
  }
}
.header-menu__logo {
  width: 174px;
}
@media (max-width: 991px) {
  .header-menu__logo {
    width: 150px;
  }
}
.header-menu__logo img {
  width: 60%;
}
@media (max-width: 991px) {
  .header-menu__logo img:nth-child(1) {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-menu__logo img:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-menu__nav {
    width: calc(100% - 348px);
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-menu__nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 260px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    overflow: auto;
    z-index: 9999;
    transition-property: right;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
  .header-menu__nav--open {
    right: 0;
  }
}
.header-menu__navbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu__navbox {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px 0px;
  }
}
@media (min-width: 992px) {
  .header-menu__btn:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .header-menu__btn:hover .header-menu__link {
    color: #c28b56;
  }
}
@media (max-width: 991px) {
  .header-menu__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    width: 100%;
  }
  .header-menu__btn:nth-child(n+2) {
    border-top: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .header-menu__btn--sub .header-menu__link::after {
    content: "▾";
    display: block;
    margin-left: 3px;
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .header-menu__btn--sub .header-menu__link {
    width: calc(100% - 36px);
  }
}
.header-menu__link {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Microsoft JhengHei", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
@media (min-width: 992px) {
  .header-menu__link {
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}
@media (max-width: 991px) {
  .header-menu__link {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #555;
    text-align: left;
  }
}
.header-menu__link--active {
  color: #c28b56;
}
@media (min-width: 992px) {
  .header-menu__link--active {
    border-bottom: 1px solid #c28b56;
  }
}
.header-menu__switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #555;
}
@media (min-width: 992px) {
  .header-menu__switch {
    display: none;
  }
}
.header-menu__switch::before {
  content: "▾";
  display: block;
  font-size: 20px;
  line-height: 1;
}
.header-menu__switch::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #eee;
}
.header-menu__switch--open {
  color: #c28b56;
}
.header-menu__switch--open::before {
  content: "▴";
}
.header-menu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #f7f7f7;
  width: 120px;
  min-width: 120px;
  padding: 8px 0;
}
@media (max-width: 991px) {
  .header-menu__sub {
    position: static;
    top: auto;
    width: 100%;
    min-width: 100%;
  }
}
.header-menu__sub-btn {
  width: 100%;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .header-menu__sub-btn {
    padding: 5px 15px;
    font-size: 15px;
  }
}
.header-menu__sub-btn:hover {
  color: #c28b56;
}
@media (max-width: 991px) {
  .header-menu__sub--open {
    display: block !important;
  }
}
.header-menu__close {
  position: fixed;
  top: 0;
  right: -60px;
  width: 50px;
  height: 50px;
  background-color: #c28b56;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 9998;
  transition-property: right;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-menu__close > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
}
.header-menu__close > div:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-menu__close > div:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .header-menu__close {
    display: none;
  }
}
.header-menu__close--open {
  right: 260px;
}
.header-menu__burger {
  width: 22px;
}
.header-menu__burger > div {
  width: 100%;
  height: 3px;
  margin: 4px 0;
  border-radius: 1.5px;
  background-color: #c28b56;
}
@media (min-width: 992px) {
  .header-menu__burger {
    display: none;
  }
}

.footer {
  width: 100%;
}
.footer-main {
  width: 100%;
  padding: 70px 0;
  background-color: #222;
}
@media (max-width: 991px) {
  .footer-main {
    padding: 40px 0;
  }
}
.footer-main__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-main__item:nth-child(1) {
    width: calc((100% - 150px) * 0.31);
  }
  .footer-main__item:nth-child(n+2) {
    width: calc((100% - 150px) * 0.23);
  }
}
@media (max-width: 991px) {
  .footer-main__item:nth-child(1) {
    display: none;
  }
  .footer-main__item:nth-child(n+2) {
    width: calc((99.999% - 60px) / 3);
  }
}
@media (max-width: 575px) {
  .footer-main__item:nth-child(n+2) {
    width: 100%;
  }
  .footer-main__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.footer-main__title {
  width: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #c28b56;
}
@media (max-width: 991px) {
  .footer-main__title {
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer-main__text {
  width: 100%;
}
.footer-main__text p {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.footer-main__text p:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer-main__text p:nth-child(n+2) {
    margin-top: 5px;
  }
}
.footer-main__text a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.footer-main__text a:hover {
  color: #fff;
}
.footer-main__quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.footer-main__quick-list {
  width: calc(50% - 5px);
}
@media (min-width: 992px) {
  .footer-main__quick-list:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer-main__quick-list {
    width: 100%;
    text-align: center;
  }
  .footer-main__quick-list:nth-child(n+2) {
    margin-top: 5px;
  }
}
.footer-main__quick-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.footer-main__quick-btn:hover {
  color: #fff;
}
.footer-main__link {
  width: 100%;
}
.footer-main__link-list {
  width: 100%;
}
.footer-main__link-list:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer-main__link-list {
    text-align: center;
  }
}
.footer-main__link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.footer-main__link-btn:hover {
  color: #fff;
}
.footer-copyright {
  width: 100%;
  background-color: #222;
}
.footer-copyright__text {
  width: 100%;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  text-align: center;
}
@media (max-width: 991px) {
  .footer-copyright__text {
    padding: 20px 0;
  }
}
.footer-copyright__text p {
  display: block;
}
.footer-copyright__text a {
  display: inline-block;
  color: #999;
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.cke_editable h1 {
  font-size: 48px;
}
.cke_editable h2 {
  font-size: 40px;
}
.cke_editable h3 {
  font-size: 32px;
}
.cke_editable h4 {
  font-size: 28px;
}
.cke_editable h5 {
  font-size: 24px;
}
.cke_editable h6 {
  font-size: 20px;
}
.cke_editable p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
.cke_editable a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #c28b56;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cke_editable a:hover {
  opacity: 0.7;
}
.cke_editable ol {
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  list-style-type: decimal;
}
.cke_editable ol li {
  list-style-type: decimal;
}
.cke_editable ul {
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  list-style-type: disc;
}
.cke_editable ul li {
  list-style-type: disc;
}
.cke_editable img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto !important;
}
.cke_editable table {
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.cke_editable table td, .cke_editable table th {
  padding: 10px 5px;
  margin: 0;
  line-height: 1.7;
  border: 1px solid #ddd;
  white-space: normal !important;
}
.cke_editable blockquote {
  padding: 5px 20px;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}
.cke_editable strong {
  font-weight: bold;
}
.cke_editable .cke_editable__table--scroll {
  width: 100%;
  overflow: auto;
}
.cke_editable .cke_editable__table--scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.cke_editable .cke_editable__table--scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.cke_editable .cke_editable__table--scroll::-webkit-scrollbar-thumb {
  background-color: #555;
}

@media (min-width: 992px) {
  .home-body .search__block {
    margin-top: -55px;
  }
}
.home-slider {
  position: relative;
  width: 100%;
  z-index: 1;
}
.home-slider .full-container {
  position: relative;
}
.home-slider__slick {
  position: relative;
  width: 100%;
  z-index: 1;
}
.home-slider__slick > .home-slider__item:nth-child(n+2) {
  display: none !important;
}
.home-slider__slick .slick-current .home-slider__title h2 {
  transform: translateY(0%);
}
.home-slider__slick .slick-current .home-slider__subtitle p {
  transform: translateX(0%);
}
.home-slider__slick .slick-current .home-slider__btn {
  transform: translateY(0%);
}
.home-slider__slick .slick-dots {
  position: absolute;
  bottom: 85px;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .home-slider__slick .slick-dots {
    bottom: 20px;
  }
}
.home-slider__slick .slick-dots li {
  margin: 0 6px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-slider__slick .slick-dots li {
    margin: 0 4px;
  }
}
.home-slider__slick .slick-dots li.slick-active button {
  background-color: #fff;
}
.home-slider__slick .slick-dots li.slick-active button:hover {
  background-color: #fff;
}
.home-slider__slick .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .home-slider__slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.home-slider__slick .slick-dots li button:hover {
  background-color: #fff;
}
.home-slider__item {
  position: relative;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 500px;
  padding: 0 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .home-slider__item {
    height: 80vw;
    padding: 50px 15px 20px 15px;
    justify-content: flex-start;
  }
}
.home-slider__item .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.home-slider__box {
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-slider__box {
    max-width: 990px;
  }
}
.home-slider__title {
  width: 100%;
  overflow: hidden;
}
.home-slider__title h2 {
  width: 100%;
  font-family: Book Antiqua;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
@media (max-width: 991px) {
  .home-slider__title h2 {
    font-size: 32px;
    font-size: 500;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home-slider__title h2 {
    font-size: 18px;
  }
}
.home-slider__subtitle {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-slider__subtitle {
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .home-slider__subtitle {
    display: none;
  }
}
.home-slider__subtitle p {
  width: 100%;
  font-family: Lato;
  font-size: 25px;
  font-weight: 400;
  color: #222;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
@media (min-width: 992px) {
  .home-slider__subtitle p {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .home-slider__subtitle p {
    font-size: 15px;
  }
}
.home-slider__btnbox {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-slider__btnbox {
    margin-top: 15px;
  }
}
.home-slider__btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
@media (max-width: 991px) {
  .home-slider__btn {
    justify-content: center;
  }
}
.home-slider__btn a:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #c28b56;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-slider__btn a:nth-child(1):hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .home-slider__btn a:nth-child(1) {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.home-list {
  width: 100%;
  padding: 50px 0 70px;
}
@media (max-width: 991px) {
  .home-list {
    padding: 40px 0;
  }
}

.search {
  width: 100%;
}
@media (min-width: 992px) {
  .search {
    position: relative;
    display: inline-block;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .search {
    position: fixed;
    top: 110%;
    left: 0;
    height: 100%;
    background-color: #fff;
    border-top: 5px solid #c28b56;
    overflow: auto;
    z-index: 9999;
    transition-property: top;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
  .search--active {
    top: 0;
  }
}
.search__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  .search__block {
    padding: 45px 30px;
    margin-top: -85px;
    background-color: #fff;
    border-top: 5px solid #c28b56;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .search__block {
    justify-content: center;
    padding: 30px 15px;
  }
}
.search__item:nth-child(1) {
  width: calc(100% - 850px);
}
@media (max-width: 1199px) {
  .search__item:nth-child(1) {
    width: calc(100% - 735px);
  }
}
@media (max-width: 991px) {
  .search__item:nth-child(1) {
    width: 100%;
  }
}
.search__item:nth-child(n+2) {
  width: 160px;
}
@media (max-width: 1199px) {
  .search__item:nth-child(n+2) {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .search__item:nth-child(n+2) {
    width: 100%;
    margin-top: 20px;
  }
}
.search__title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 991px) {
  .search__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.search__input {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-image: url("../images/search_icon-01.png");
  background-size: 15px 15px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid #777;
}
@media (max-width: 991px) {
  .search__input {
    height: 40px;
    font-size: 15px;
  }
}
.search__select {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  background-image: url("../images/search_icon-02.png");
  background-size: 15px 15px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid #777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 991px) {
  .search__select {
    height: 40px;
    font-size: 15px;
  }
}
.search__select.selected {
  color: #333;
}
.search__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #333333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1199px) {
  .search__submit {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .search__submit {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    font-size: 15px;
  }
}
.search__submit:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .search__cancel {
    display: none;
  }
}
@media (max-width: 991px) {
  .search__cancel {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
  }
}
@media (min-width: 992px) {
  .search__btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .search__btn {
    position: fixed;
    bottom: 66px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #333333;
    background-image: url(../images/search_btn.svg);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 998;
  }
}

.side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
}
@media (max-width: 1539px) {
  .side {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .side {
    align-items: stretch;
  }
}
.side__box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1540px) {
  .side__box:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media (max-width: 1539px) and (min-width: 992px) {
  .side__box {
    width: calc((99.999% - 40px) / 3);
  }
}
@media (max-width: 1539px) {
  .side__box--open .side__title a::after {
    display: none;
  }
  .side__box--open .side__keyword {
    display: flex;
  }
  .side__box--open .side__keyword-btn {
    display: block;
  }
  .side__box--open .side__list {
    display: block;
  }
  .side__box--open .side__list-btn {
    display: block;
  }
  .side__box--open .padding_adjust {
    padding: 5px 10px 15px;
  }
}
@media (max-width: 991px) {
  .side__box:nth-child(n+2) {
    margin-top: 10px;
  }
}
.side__title {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 0 15px;
  background-color: #555;
}
.side__title p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}
@media (min-width: 992px) {
  .side__title p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .side__title p {
    width: calc(100% - 14px);
    font-size: 15px;
    line-height: 36px;
  }
}
@media (min-width: 1540px) {
  .side__title a {
    display: none;
  }
}
@media (max-width: 1539px) {
  .side__title a {
    position: relative;
    width: 14px;
  }
  .side__title a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%);
  }
  .side__title a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 14px;
    border-radius: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%);
  }
}
.side__keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 20px 25px 30px;
}
@media (max-width: 1539px) {
  .side__keyword {
    padding: 0;
  }
}
.side__keyword-btn {
  padding: 2px 10px 0;
  margin: 10px 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #c28b56;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1539px) {
  .side__keyword-btn {
    display: none;
  }
}
.side__keyword-btn:hover {
  border-color: #c28b56;
}
.side__keyword-btn--active {
  color: #fff;
  background-color: #c28b56;
  border-color: #c28b56;
}
@media (max-width: 991px) {
  .side__keyword-btn--active {
    display: block;
  }
}
.side__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 25px 30px;
}
@media (max-width: 1539px) {
  .side__list {
    display: none;
    padding: 11px 15px;
  }
  .side__list--selected {
    display: block;
  }
}
.side__list-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 1539px) {
  .side__list-btn {
    display: none;
  }
}
.side__list-btn:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 1539px) {
  .side__list-btn:nth-child(n+2) {
    margin-top: 5px;
  }
}
.side__list-btn:hover {
  color: #c28b56;
}
.side__list-btn--active {
  color: #c28b56;
}
@media (max-width: 1539px) {
  .side__list-btn--active {
    display: block;
  }
}
.side__ad {
  display: block;
}
@media (max-width: 1539px) {
  .side__ad {
    display: none;
  }
}
.side__ad a {
  width: 100%;
}
.side__ad a:nth-child(n+2) {
  margin-top: 10px;
}
.side__ad img {
  width: 100%;
}

@media (min-width: 1540px) {
  .book-body .container {
    width: 1510px;
  }
}
@media (max-width: 1539px) and (min-width: 1200px) {
  .book-body .container {
    width: 1170px;
  }
}
@media (min-width: 1540px) {
  .book-body .search__item:nth-child(1) {
    width: calc(100% - 1050px);
  }
  .book-body .search__item:nth-child(n+2) {
    width: 210px;
  }
}
@media (max-width: 1539px) and (min-width: 1200px) {
  .book-body .search__item:nth-child(1) {
    width: calc(100% - 850px);
  }
  .book-body .search__item:nth-child(n+2) {
    width: 160px;
  }
}
.book-list__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 40px 0 40px;
}
@media (max-width: 991px) {
  .book-list__block {
    padding: 40px 0;
  }
}
.book-list__side {
  width: 310px;
}
@media (max-width: 1539px) {
  .book-list__side {
    width: 100%;
  }
}
.book-list__box {
  width: calc(100% - 340px);
}
@media (max-width: 1539px) {
  .book-list__box {
    width: 100%;
    margin-top: 30px;
  }
}
.book-list__ad {
  padding-top: 20px;
}
.book-list__ad a {
  width: 100%;
}
.book-list__ad a:nth-child(n+2) {
  margin-top: 10px;
}
.book-list__ad img {
  width: 100%;
}
.book-list__ad img:nth-child(1) {
  display: block;
}
@media (max-width: 767px) {
  .book-list__ad img:nth-child(1) {
    display: none;
  }
}
.book-list__ad img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .book-list__ad img:nth-child(2) {
    display: block;
  }
}
.book__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .book__item {
    padding: 20px;
  }
}
.book__item .book__left {
  width: calc(100% - 415px);
}
@media (max-width: 1199px) {
  .book__item .book__left {
    width: calc(100% - 255px);
  }
}
@media (max-width: 991px) {
  .book__item .book__left {
    width: 100%;
  }
}
.book__item .book__right {
  width: 385px;
}
@media (max-width: 1199px) {
  .book__item .book__right {
    width: 225px;
  }
}
@media (max-width: 991px) {
  .book__item .book__right {
    width: 100%;
  }
}
.book__item:nth-child(n+2) {
  margin-top: 30px;
}
.book__item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
.book__item2 .book__left {
  width: calc(100% - 255px);
}
@media (max-width: 991px) {
  .book__item2 .book__left {
    width: 100%;
  }
}
.book__item2 .book__right {
  width: 225px;
}
@media (max-width: 991px) {
  .book__item2 .book__right {
    width: 100%;
  }
}
.book__item2:nth-child(n+2) {
  margin-top: 30px;
}
.book__left {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.book__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .book__right {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
  }
}
.book__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 220px;
  padding: 15px 20px 15px 0;
}
@media (min-width: 992px) {
  .book__img {
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .book__img {
    width: 100%;
    padding: 0;
  }
}
.book__img img {
  width: 100%;
  max-width: none;
  border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .book__img img {
    width: 180px;
  }
}
.book__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (min-width: 992px) {
  .book__info {
    width: calc(100% - 220px);
    min-height: 100%;
    padding: 15px 0 15px 20px;
    border-left: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .book__info {
    width: 100%;
    margin-top: 20px;
  }
}
.book__title {
  width: 100%;
}
.book__title span {
  display: inline-block;
}
.book__name {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  margin-top: 3px;
}
.book__lang {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #c28b56;
  vertical-align: initial;
}
.book__lang::before {
  content: " ｜ ";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #ddd;
}
.book__country {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  text-align: right;
  margin-left: auto;
  vertical-align: initial;
}
.book__country2::before {
  content: " ｜ ";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #ddd;
}
.book__list {
  width: 100%;
  margin-top: 10px;
}
.book__list p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
.book__list p:nth-child(n+2) {
  margin-top: 10px;
}
.book__list span.line:nth-child(n+2)::before {
  content: " ｜ ";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #ddd;
}
.book__list span.color {
  color: #c28b56;
}
.book__list span.divider {
  width: 1px;
  height: 16px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ddd;
  line-height: 1.7;
}
.book__claim {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #aaa;
}
.book__claim[data-claim] {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.book__claim[data-claim]::before {
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.book__claim[data-claim]::after {
  display: none;
}
.book__claim[data-claim]:hover {
  color: #555;
}
.book__claim[data-claim]:hover:before {
  border-color: #555;
}
.book__claim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  z-index: 1;
}
.book__claim::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -31px;
}
.book__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 130px;
}
@media (min-width: 1200px) {
  .book__btn {
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .book__btn {
    width: 100%;
  }
}
.book__btn a {
  display: inline-block;
}
.book__img2 {
  width: 100%;
  max-width: 130px;
}
.book__img2 img {
  width: 100%;
  max-width: none;
  border: 1px solid #ddd;
}
.book__publisher {
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  text-align: center;
}
@media (max-width: 1199px) {
  .book__publisher {
    margin-top: 10px;
    text-align: left;
  }
}
.book__isbn {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  text-align: center;
}
@media (max-width: 1199px) {
  .book__isbn {
    text-align: left;
  }
}
.book__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 1200px) {
  .book__link {
    width: calc(100% - 130px);
    min-height: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .book__link {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.book__link2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
@media (min-width: 1200px) {
  .book__link2 {
    min-height: 100%;
  }
}
.book__type {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 5px;
}
.book__type a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #c28b56;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.book__type a:hover {
  opacity: 0.7;
}
.book__contact {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 5px;
}
.book__contact a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: #edb232;
  border-radius: 5px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.book__contact a::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  margin-right: 10px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -17px;
}
.book__contact a:hover {
  opacity: 0.7;
}
.book__sale {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% + 10px);
  margin: 15px -5px 0;
}
.book__sale a {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.book__sale a:hover {
  opacity: 0.7;
}
.book__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #c28b56;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .book__more {
    width: 100%;
    height: 40px;
  }
}
.book__more:hover {
  opacity: 0.7;
}

@media (min-width: 1540px) {
  .person-body .container {
    width: 1510px;
  }
}
@media (max-width: 1539px) and (min-width: 1200px) {
  .person-body .container {
    width: 1170px;
  }
}
@media (min-width: 1540px) {
  .person-body .search__item:nth-child(1) {
    width: calc(100% - 1050px);
  }
  .person-body .search__item:nth-child(n+2) {
    width: 210px;
  }
}
@media (max-width: 1539px) and (min-width: 1200px) {
  .person-body .search__item:nth-child(1) {
    width: calc(100% - 850px);
  }
  .person-body .search__item:nth-child(n+2) {
    width: 160px;
  }
}
.person-list__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 40px 0 20px;
}
@media (max-width: 991px) {
  .person-list__block {
    padding: 40px 0;
  }
}
.person-list__side {
  width: 310px;
}
@media (max-width: 1539px) {
  .person-list__side {
    width: 100%;
  }
}
.person-list__box {
  width: calc(100% - 340px);
}
@media (max-width: 1539px) {
  .person-list__box {
    width: 100%;
    margin-top: 30px;
  }
}
.person-list__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .person-list__head {
    display: none;
  }
}
.person-list__head p {
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
@media (min-width: 1200px) {
  .person-list__head p:nth-child(1) {
    width: 35%;
  }
  .person-list__head p:nth-child(2) {
    width: 18%;
  }
  .person-list__head p:nth-child(3) {
    width: 20%;
  }
  .person-list__head p:nth-child(4) {
    width: 27%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .person-list__head p:nth-child(1) {
    width: 31%;
  }
  .person-list__head p:nth-child(2) {
    width: 22%;
  }
  .person-list__head p:nth-child(3) {
    width: 20%;
  }
  .person-list__head p:nth-child(4) {
    width: 27%;
  }
}
.person-list__head p.adjust-title:nth-child(1) {
  width: 16%;
}
.person-list__head p.adjust-title:nth-child(2) {
  width: 20%;
}
.person-list__head p.adjust-title:nth-child(3) {
  width: 10%;
}
.person-list__head p.adjust-title:nth-child(4) {
  width: 19%;
}
.person-list__head p.adjust-title:nth-child(5) {
  width: 35%;
}
.person-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 13px;
  background-color: #fff;
  border: 2px solid #fff;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .person-list__item {
    padding: 8px;
  }
}
.person-list__item:nth-child(n+3) {
  margin-top: 15px;
}
.person-list__item:hover {
  border-color: #c28b56;
}
.person-list__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1200px) {
  .person-list__name {
    width: 35%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .person-list__name {
    width: 31%;
  }
}
@media (min-width: 992px) {
  .person-list__name {
    padding: 5px 15px;
  }
}
@media (max-width: 991px) {
  .person-list__name {
    width: 100%;
    padding: 10px;
  }
}
.person-list__name--adjust {
  width: 16%;
}
.person-list__name p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 991px) {
  .person-list__name p {
    font-size: 15px;
  }
}
.person-list__name span {
  display: inline;
}
.person-list__name span:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.person-list__name span:nth-child(n+2)::before {
  content: "　|　";
  color: #ddd;
}
@media (max-width: 991px) {
  .person-list__name span:nth-child(n+2)::before {
    content: ", ";
  }
}
.person-list__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (min-width: 1200px) {
  .person-list__text:nth-child(2) {
    width: 18%;
  }
  .person-list__text:nth-child(3) {
    width: 20%;
  }
  .person-list__text:nth-child(4) {
    width: 27%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .person-list__text:nth-child(2) {
    width: 22%;
  }
  .person-list__text:nth-child(3) {
    width: 20%;
  }
  .person-list__text:nth-child(4) {
    width: 27%;
  }
}
@media (min-width: 992px) {
  .person-list__text {
    padding: 5px 15px;
    border-left: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .person-list__text {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ddd;
  }
  .person-list__text::before {
    content: attr(data-text);
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
  }
}
.person-list__text:nth-child(4) p {
  max-height: 5.1em;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .person-list__text--adjust:nth-child(2) {
    width: 20%;
  }
  .person-list__text--adjust:nth-child(3) {
    width: 10%;
  }
  .person-list__text--adjust:nth-child(4) {
    width: 19%;
  }
  .person-list__text--adjust:nth-child(5) {
    width: 35%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .person-list__text--adjust:nth-child(2) {
    width: 20%;
  }
  .person-list__text--adjust:nth-child(3) {
    width: 10%;
  }
  .person-list__text--adjust:nth-child(4) {
    width: 19%;
  }
  .person-list__text--adjust:nth-child(5) {
    width: 35%;
  }
}
.person-list__text p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 991px) {
  .person-list__text p {
    font-size: 15px;
  }
}
.person-list__ad {
  padding-bottom: 20px;
}
.person-list__ad a {
  width: 100%;
}
.person-list__ad a:nth-child(n+2) {
  margin-top: 10px;
}
.person-list__ad img {
  width: 100%;
}
.person-list__ad img:nth-child(1) {
  display: block;
}
@media (max-width: 767px) {
  .person-list__ad img:nth-child(1) {
    display: none;
  }
}
.person-list__ad img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .person-list__ad img:nth-child(2) {
    display: block;
  }
}
@media (min-width: 992px) {
  .person-detail-body .heading__block {
    height: 250px;
    padding-bottom: 0;
  }
}
.person-detail__block {
  width: 100%;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .person-detail__block {
    padding: 40px 0;
  }
}
.person-detail__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .person-detail__info {
    padding: 20px 15px;
  }
}
.person-detail__main {
  width: 310px;
  padding: 30px 20px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .person-detail__main {
    width: 100%;
    padding: 20px;
  }
}
.person-detail__name {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .person-detail__name {
    font-size: 22px;
  }
}
.person-detail__text {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .person-detail__text {
    margin-top: 5px;
  }
}
.person-detail__text-title {
  color: #777;
}
.person-detail__text p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 991px) {
  .person-detail__text p {
    font-size: 15px;
  }
}
.person-detail__text p:nth-child(n+2) {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .person-detail__text p:nth-child(n+2) {
    margin-top: 3px;
  }
}
.person-detail__text a {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  word-break: break-all;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .person-detail__text a {
    font-size: 15px;
  }
}
.person-detail__text a:hover {
  color: #c28b56;
}
.person-detail__text .name {
  display: flex;
  flex-wrap: wrap;
}
.person-detail__list {
  width: calc(100% - 340px);
  padding-left: 30px;
  border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
  .person-detail__list {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    border-left: none;
  }
}
.person-detail__item {
  width: 100%;
}
.person-detail__item:nth-child(n+2) {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px dashed #ddd;
}
@media (max-width: 991px) {
  .person-detail__item:nth-child(n+2) {
    padding-top: 15px;
    margin-top: 10px;
  }
}
.person-detail__item p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 991px) {
  .person-detail__item p {
    font-size: 15px;
  }
}
.person-detail__content {
  width: 100%;
  margin-top: 30px;
}
.person-detail__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.person-detail__tabs-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  background-color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .person-detail__tabs-btn {
    width: calc((100% - 6px) / 2);
    font-size: 14px;
  }
}
.person-detail__tabs-btn:hover {
  color: #555;
}
.person-detail__tabs-btn--active {
  color: #fff;
  background-color: #c28b56;
}
.person-detail__tabs-btn--active:hover {
  color: #fff;
}
.person-detail__box {
  width: 100%;
}
.person-detail__book {
  display: none;
  width: 100%;
  margin-top: 15px;
}
.person-detail__book .book__item:nth-child(n+2), .person-detail__book .book__item2:nth-child(n+2) {
  margin-top: 15px;
}
.person-detail__book .book__item:nth-child(n+4), .person-detail__book .book__item2:nth-child(n+4) {
  display: none;
}
.person-detail__book--active {
  display: block;
}
.person-detail__book--open .book__item:nth-child(n+4), .person-detail__book--open .book__item2:nth-child(n+4) {
  display: flex;
}
.person-detail__book--open .person-detail__more::before {
  content: "Close";
}
.person-detail__book--open .person-detail__more::after {
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent #999 transparent;
}
.person-detail__book--open .person-detail__more:hover::after {
  border-color: transparent transparent #555 transparent;
}
.person-detail__more {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .person-detail__more {
    margin-top: 20px;
  }
}
.person-detail__more::before {
  content: "SEE MORE";
  display: block;
  width: 100%;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #999;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .person-detail__more::before {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.person-detail__more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 15px auto 0;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: #999 transparent transparent transparent;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .person-detail__more::after {
    margin: 10px auto 0;
  }
}
.person-detail__more:hover::before {
  color: #555;
  border-color: #555;
}
.person-detail__more:hover::after {
  border-color: #555 transparent transparent transparent;
}

.login {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .login {
    padding: 40px 0;
  }
}
.login__block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.login__box {
  width: 100%;
  max-width: 660px;
  padding: 55px 310px 60px 60px;
  background-color: #fff;
  background-image: url("../images/login/login_bg-01.png");
  background-size: 290px 340px;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.login__box--forgot {
  background-image: url("../images/login/login_bg-02.svg");
}
@media (max-width: 991px) {
  .login__box {
    max-width: none;
    padding: 25px 20px 30px;
    background-image: none;
  }
}
.login__title {
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  color: #c28b56;
}
@media (max-width: 991px) {
  .login__title {
    font-size: 24px;
  }
}
.login__text {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
@media (max-width: 991px) {
  .login__text {
    margin-top: 10px;
    font-size: 15px;
  }
}
.login__form {
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .login__form {
    margin-top: 20px;
  }
}
.login__label {
  display: block;
  width: 100%;
}
.login__label:nth-child(n+2) {
  margin-top: 25px;
}
.login__label--error .login__input {
  color: #e60012;
  border-color: #e60012;
}
.login__label--error .login__error {
  display: block;
}
.login__field {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
@media (max-width: 991px) {
  .login__field {
    font-size: 14px;
  }
}
.login__input {
  width: 100%;
  height: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .login__input {
    font-size: 15px;
  }
}
.login__input::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.login__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.login__input::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.login__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.login__input::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.login__error {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #e60012;
}
.login__btnbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .login__btnbox {
    margin-top: 20px;
  }
}
.login__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 400;
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.login__btn:hover {
  opacity: 0.7;
}
.login__btn--submit {
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background-color: #c28b56;
}
.login__btn--signup {
  margin-left: 25px;
  font-size: 13px;
  color: #aaa;
}
.login__forgot {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
}
@media (max-width: 991px) {
  .login__forgot {
    margin-top: 10px;
  }
}

.signup {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .signup {
    padding: 40px 0;
  }
}
.signup__block {
  width: 100%;
}
.signup-choose__box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .signup-choose__box {
    max-width: none;
  }
}
.signup-choose__title {
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  color: #c28b56;
  text-align: center;
}
@media (max-width: 991px) {
  .signup-choose__title {
    font-size: 24px;
  }
}
.signup-choose__text {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  text-align: center;
}
@media (max-width: 991px) {
  .signup-choose__text {
    margin-top: 10px;
    font-size: 15px;
  }
}
.signup-choose__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .signup-choose__list {
    margin-top: 20px;
  }
}
.signup-choose__item {
  width: calc((99.999% - 60px) / 3);
  padding: 30px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .signup-choose__item {
    width: calc((99.999% - 30px) / 3);
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .signup-choose__item {
    width: 100%;
  }
  .signup-choose__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.signup-choose__item:hover {
  border-color: #c28b56;
}
.signup-choose__item:hover .signup-choose__item-img path {
  fill: #c28b56;
}
.signup-choose__item:hover .signup-choose__item-btn {
  color: #fff;
  background-color: #c28b56;
  border-color: #c28b56;
}
.signup-choose__item-text {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991px) {
  .signup-choose__item-text {
    font-size: 18px;
  }
}
.signup-choose__item-img {
  width: 90px;
  height: 90px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .signup-choose__item-img {
    margin-top: 5px;
  }
}
.signup-choose__item-img path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.signup-choose__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 130px;
  height: 36px;
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #c28b56;
  border: 1px solid #c28b56;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .signup-choose__item-btn {
    margin: 5px auto 0;
    font-size: 15px;
  }
}
.signup-step__title {
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .signup-step__title {
    font-size: 24px;
    text-align: center;
  }
}
.signup-step__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .signup-step__box {
    margin-top: 10px;
  }
}
.signup-step__main {
  width: calc(100% - 290px);
}
@media (max-width: 991px) {
  .signup-step__main {
    width: 100%;
    margin-top: 25px;
  }
}
.signup-step__form {
  width: 100%;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .signup-step__form {
    padding: 20px;
  }
}
.signup-step__text {
  width: 100%;
}
.signup-step__text:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .signup-step__text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.signup-step__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #999;
}
@media (max-width: 991px) {
  .signup-step__text p {
    font-size: 15px;
  }
}
.signup-step__text p span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .signup-step__text p span {
    font-size: 18px;
  }
}
.signup-step__text > span:nth-of-type(1) {
  display: none;
  margin-top: 5px;
  padding-left: 25px;
  font-weight: 16;
  font-weight: 400;
  color: #C28B56;
  background-image: url("../images/signup/signup_success_2.svg");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.signup-step__text > span:nth-of-type(2) {
  display: none;
  margin-top: 5px;
  padding-left: 25px;
  font-weight: 16;
  font-weight: 400;
  color: #e60012;
  background-image: url("../images/signup/signup_fail_2.svg");
  background-size: 16px;
  background-position: left 45%;
  background-repeat: no-repeat;
}
.signup-step__coupon {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.signup-step__coupon--active + span {
  display: inline-block !important;
}
.signup-step__coupon--fail + span + span {
  display: inline-block !important;
}
.signup-step__input {
  width: 100%;
  max-width: 290px;
  height: 40px;
  padding: 0 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #C28B56;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .signup-step__input {
    font-size: 15px;
  }
}
.signup-step__input::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-step__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-step__input::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-step__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-step__input::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-step__button {
  width: 80px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 3px;
  background-color: #aaa;
  text-align: center;
  color: #fff;
}
.signup-step__btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .signup-step__btnbox {
    margin-top: 25px;
  }
}
.signup-step__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .signup-step__btn {
    width: 120px;
    height: 40px;
    font-size: 15px;
  }
}
.signup-step__btn--back {
  color: #fff;
  background-color: #aaa;
}
.signup-step__btn--submit {
  color: #fff;
  background-color: #c28b56;
}
.signup-step__btn:hover {
  opacity: 0.7;
}
.signup-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 230px;
}
@media (max-width: 991px) {
  .signup-process {
    width: 100%;
  }
}
.signup-process__item {
  position: relative;
  width: 100%;
  padding: 0 0 15px 38px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
@media (max-width: 991px) {
  .signup-process__item {
    display: none;
    width: auto;
    padding: 0 0 0 27px;
    font-size: 16px;
  }
}
.signup-process__item:nth-child(n+2) {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .signup-process__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.signup-process__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #c28b56;
  background-image: url("../images/signup/signup_process.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .signup-process__item::before {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}
.signup-process__item--active {
  color: #c28b56;
  border-bottom: 1px solid #c28b56;
}
@media (max-width: 991px) {
  .signup-process__item--active {
    display: block;
    border-bottom: none;
  }
}
.signup-process__item--active::before {
  content: attr(data-text);
  background-image: none;
}
.signup-process__item--active + .signup-process__item {
  color: #ddd;
}
.signup-process__item--active + .signup-process__item::before {
  content: attr(data-text);
  background-color: #ddd;
  background-image: none;
}
.signup-process__item--active + .signup-process__item + .signup-process__item {
  color: #ddd;
}
.signup-process__item--active + .signup-process__item + .signup-process__item::before {
  content: attr(data-text);
  background-color: #ddd;
  background-image: none;
}
.signup-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.signup-plans__item {
  width: calc((99.999% - 20px) / 2);
  cursor: pointer;
}
@media (max-width: 991px) {
  .signup-plans__item {
    width: 100%;
  }
  .signup-plans__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.signup-plans__item input {
  display: none;
}
.signup-plans__item input:checked + .signup-plans__btn {
  background-color: #fff;
  border-color: #c28b56;
}
.signup-plans__btn {
  width: 100%;
  padding: 30px 20px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
}
@media (max-width: 991px) {
  .signup-plans__btn {
    padding: 20px 15px;
  }
}
.signup-plans__name {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .signup-plans__name {
    font-size: 18px;
  }
}
.signup-plans__text {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #c28b56;
}
.signup-plans__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media (max-width: 991px) {
  .signup-plans__price {
    font-size: 24px;
  }
}
.signup-plans__price span {
  margin-left: 5px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}
@media (max-width: 991px) {
  .signup-plans__price span {
    padding-bottom: 3px;
  }
}
.signup-result__title {
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  color: #c28b56;
  text-align: center;
}
@media (max-width: 991px) {
  .signup-result__title {
    font-size: 24px;
  }
}
.signup-result__img {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.signup-result__img img {
  width: 128px;
  height: 130px;
}
.signup-result__text {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  text-align: center;
}
@media (max-width: 991px) {
  .signup-result__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.signup-result__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .signup-result__btnbox {
    margin-top: 25px;
  }
}
.signup-result__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .signup-result__btn {
    width: 120px;
    height: 40px;
    font-size: 15px;
  }
}
.signup-result__btn:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .signup-result__btn:nth-child(n+2) {
    margin-left: 15px;
  }
}
.signup-result__btn--back {
  color: #fff;
  background-color: #aaa;
}
.signup-result__btn--home {
  color: #fff;
  background-color: #555;
}
.signup-result__btn--account {
  color: #fff;
  background-color: #c28b56;
}
.signup-result__btn:hover {
  opacity: 0.7;
}
.signup-table__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 560px;
}
.signup-table__box:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .signup-table__box:nth-child(n+2) {
    max-width: none;
    margin-top: 20px;
  }
}
.signup-table__box--line {
  border-top: dashed 1px #DDD;
  margin-top: 15px;
  padding-top: 20px;
}
.signup-table__box--line:nth-child(n+2) {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .signup-table__box--line:nth-child(n+2) {
    max-width: none;
    margin-top: 10px;
  }
}
.signup-table__label {
  position: relative;
  display: block;
  width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .signup-table__label {
    width: 100%;
  }
  .signup-table__label:nth-child(n+2) {
    margin-top: 20px;
  }
}
.signup-table__label--full {
  width: 100%;
}
.signup-table__label--full + .signup-table__label--full {
  margin-top: 25px;
}
.signup-table__label--error .signup-table__input {
  color: #e60012;
  border-color: #e60012;
}
.signup-table__label--error .signup-table__textarea {
  color: #e60012;
  border-color: #e60012;
}
.signup-table__label--error .signup-table__select {
  color: #e60012;
  border-color: #e60012;
}
.signup-table__label--error .signup-table__error {
  display: block;
}
.signup-table__label .job-title__list {
  display: flex;
}
.signup-table__label .job-title__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}
.signup-table__label .job-title__item input {
  margin-right: 10px;
}
.signup-table__field {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
@media (max-width: 991px) {
  .signup-table__field {
    font-size: 14px;
  }
}
.signup-table__field span {
  font-size: 12px;
  line-height: 16px;
  color: #e60012;
}
.signup-table__field em {
  color: #E60012;
  font-style: initial;
}
.signup-table__input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .signup-table__input {
    font-size: 15px;
  }
}
.signup-table__input::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__input::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__input::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__error {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #e60012;
}
.signup-table__textarea {
  width: 100%;
  height: 80px;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .signup-table__textarea {
    font-size: 15px;
  }
}
.signup-table__textarea::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__textarea:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__textarea::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__textarea:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__textarea::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.signup-table__multiple-option {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  color: #555;
  background-image: url("../images/search_icon-02.png");
  background-size: 15px 15px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .signup-table__multiple-option {
    height: 40px;
    font-size: 15px;
  }
}
.signup-table__select {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: url("../images/search_icon-02.png");
  background-size: 15px 15px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 991px) {
  .signup-table__select {
    height: 40px;
    font-size: 15px;
  }
}
.signup-table__select--multiple {
  background-image: none;
}
.signup-table__select.selected {
  color: #555;
}
.signup-table__select-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.signup-table__select-item {
  width: 100%;
  display: flex;
}
.signup-table__select-item + .signup-table__select-item {
  margin-top: 10px;
}
.signup-table__select-boxwrap {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
}
.signup-table__select-boxwrap--short {
  width: auto;
}
.signup-table__select-box {
  width: 100%;
  display: flex;
  gap: 13.8%;
  background-image: url("../images/signup/signup_arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.signup-table__select-box > div {
  width: 50%;
}
.signup-table__select-btnwrap {
  width: 10%;
}
.signup-table__select-btn {
  width: 45px;
  height: 45px;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
}
.signup-table__select-btn div {
  width: 15px;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #333;
}
.signup-table__select-btn div:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.signup-table__select-btn div:nth-child(2) {
  top: 22px;
  transform: translateX(-50%) rotate(90deg);
}
.signup-row {
  color: #555;
  background-image: url("../images/signup/signup_file.svg");
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.signup-row:nth-of-type(n + 2) {
  margin-top: 20px;
}
.signup-row span {
  color: #C30D23;
}
.signup-row a {
  display: inline-block;
  color: #036EB8;
}

.member {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .member {
    padding: 40px 0;
  }
}
.member__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.member__box {
  width: calc(100% - 290px);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .member__box {
    width: 100%;
    margin-top: 20px;
  }
}
.member__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #c28b56;
}
@media (max-width: 991px) {
  .member__title {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
}
.member__title::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .member__title::before {
    margin-right: 10px;
  }
}
.member__title--billing::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -101px;
}
.member__title--plans::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -127px;
}
.member__title--password::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -153px;
}
.member__content {
  width: 100%;
  padding: 25px;
}
@media (max-width: 991px) {
  .member__content {
    padding: 20px 15px;
  }
}
.member__text {
  width: 100%;
}
.member__text:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .member__text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.member__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #999;
}
@media (max-width: 991px) {
  .member__text p {
    font-size: 15px;
  }
}
.member__text p span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .member__text p span {
    font-size: 18px;
  }
}
.member__text > span:nth-of-type(1) {
  display: none;
  margin-top: 5px;
  padding-left: 25px;
  font-weight: 16;
  font-weight: 400;
  color: #C28B56;
  background-image: url("../images/signup/signup_success_2.svg");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.member__text > span:nth-of-type(2) {
  display: none;
  margin-top: 5px;
  padding-left: 25px;
  font-weight: 16;
  font-weight: 400;
  color: #e60012;
  background-image: url("../images/signup/signup_fail_2.svg");
  background-size: 16px;
  background-position: left 45%;
  background-repeat: no-repeat;
}
.member__input {
  width: 100%;
  max-width: 290px;
  height: 40px;
  padding: 0 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #C28B56;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .member__input {
    font-size: 15px;
  }
}
.member__input::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member__input::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member__input::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member__button {
  width: 80px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 3px;
  background-color: #aaa;
  text-align: center;
  color: #fff;
}
.member__coupon {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.member__coupon--active + span {
  display: inline-block !important;
}
.member__coupon--fail + span + span {
  display: inline-block !important;
}
.member__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #c28b56;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .member__btn {
    width: 120px;
    height: 40px;
    margin-top: 20px;
    font-size: 15px;
  }
}
.member__btn:hover {
  opacity: 0.7;
}
.member-side {
  width: 250px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .member-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }
  .member-side--open .member-side__list {
    display: block;
  }
  .member-side--open .member-side__switch::before {
    margin: 0 0 2px;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #aaa transparent;
  }
}
.member-side__info {
  width: 100%;
  padding: 30px 20px;
}
@media (max-width: 991px) {
  .member-side__info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: calc(100% - 60px);
    padding: 15px 0px 15px 70px;
  }
}
.member-side__name {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
}
.member-side__name span {
  width: 100%;
  word-break: break-all;
}
@media (min-width: 992px) {
  .member-side__name {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .member-side__name {
    margin-top: 0;
    font-size: 15px;
  }
}
.member-side__identity {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
@media (min-width: 992px) {
  .member-side__identity {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .member-side__identity {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .member-side__switch {
    display: none;
  }
}
@media (max-width: 991px) {
  .member-side__switch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    border: 2px solid #aaa;
    border-radius: 50%;
  }
  .member-side__switch::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 2px 0 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #aaa transparent transparent transparent;
  }
}
.member-side__list {
  width: 100%;
  padding: 0 15px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .member-side__list {
    display: none;
  }
}
.member-side__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  border-bottom: 1px solid #eee;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .member-side__btn {
    height: 50px;
    padding-left: 35px;
    font-size: 15px;
  }
}
.member-side__btn:last-child {
  border-bottom: none;
}
.member-side__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.member-side__btn--billing::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0 -101px;
}
.member-side__btn--plans::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0 -127px;
}
.member-side__btn--password::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0 -153px;
}
.member-side__btn--logout::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0 -179px;
}
.member-side__btn:hover {
  color: #777;
}
.member-side__btn--active {
  color: #555;
  border-color: #c28b56;
}
.member-side__btn--active.member-side__btn--billing::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -101px;
}
.member-side__btn--active.member-side__btn--plans::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -127px;
}
.member-side__btn--active.member-side__btn--password::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -153px;
}
.member-side__btn--active.member-side__btn--logout::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -179px;
}
.member-billing {
  width: 100%;
}
@media (min-width: 992px) {
  .member-billing__td:nth-child(1) {
    width: calc((100% - 30px) * 0.2);
  }
  .member-billing__td:nth-child(2) {
    width: calc((100% - 30px) * 0.2);
  }
  .member-billing__td:nth-child(3) {
    width: calc((100% - 30px) * 0.25);
  }
  .member-billing__td:nth-child(4) {
    width: calc((100% - 30px) * 0.12);
  }
  .member-billing__td:nth-child(5) {
    width: calc((100% - 30px) * 0.11);
  }
  .member-billing__td:nth-child(6) {
    width: calc((100% - 30px) * 0.12);
  }
}
@media (max-width: 991px) {
  .member-billing__td {
    width: 100%;
  }
  .member-billing__td:nth-child(n+2) {
    margin-top: 10px;
  }
}
.member-billing__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .member-billing__head {
    display: none;
  }
}
.member-billing__head .member-billing__td {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.member-billing__list {
  width: 100%;
}
.member-billing__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.member-billing__item:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .member-billing__item {
    padding: 18px 0;
  }
  .member-billing__item:first-child {
    padding-top: 0;
    border-top: none;
  }
}
.member-billing__item .member-billing__td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991px) {
  .member-billing__item .member-billing__td {
    align-items: flex-start;
  }
  .member-billing__item .member-billing__td::before {
    content: attr(data-text);
    display: block;
    width: 100px;
    min-width: 100px;
    padding-top: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #c28b56;
  }
}
.member-plans {
  width: 100%;
}
.member-plans__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.member-plans__item {
  width: calc((99.999% - 20px) / 2);
  cursor: pointer;
}
@media (max-width: 991px) {
  .member-plans__item {
    width: 100%;
  }
  .member-plans__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.member-plans__item input {
  display: none;
}
.member-plans__item input:checked + .member-plans__btn {
  background-color: #fff;
  border-color: #c28b56;
}
.member-plans__btn {
  width: 100%;
  padding: 30px 20px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
}
@media (max-width: 991px) {
  .member-plans__btn {
    padding: 20px 15px;
  }
}
.member-plans__name {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .member-plans__name {
    font-size: 18px;
  }
}
.member-plans__text {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #c28b56;
}
.member-plans__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media (max-width: 991px) {
  .member-plans__price {
    font-size: 24px;
  }
}
.member-plans__price span {
  margin-left: 5px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}
@media (max-width: 991px) {
  .member-plans__price span {
    padding-bottom: 3px;
  }
}
.member-password {
  width: 100%;
}
.member-password__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 560px;
}
.member-password__box:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .member-password__box:nth-child(n+2) {
    max-width: none;
    margin-top: 20px;
  }
}
.member-password__label {
  display: block;
  width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .member-password__label {
    width: 100%;
  }
  .member-password__label:nth-child(n+2) {
    margin-top: 20px;
  }
}
.member-password__label--error .member-password__input {
  color: #e60012;
  border-color: #e60012;
}
.member-password__label--error .member-password__error {
  display: block;
}
.member-password__field {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
@media (max-width: 991px) {
  .member-password__field {
    font-size: 14px;
  }
}
.member-password__input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .member-password__input {
    font-size: 15px;
  }
}
.member-password__input::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-password__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-password__input::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-password__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-password__input::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-password__error {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #e60012;
}
.member-table__form {
  width: 100%;
}
.member-table__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 560px;
}
.member-table__box:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .member-table__box:nth-child(n+2) {
    max-width: none;
    margin-top: 20px;
  }
}
.member-table__box--line {
  border-top: dashed 1px #DDD;
  margin-top: 15px;
  padding-top: 20px;
}
.member-table__box--line:nth-child(n+2) {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .member-table__box--line:nth-child(n+2) {
    max-width: none;
    margin-top: 10px;
  }
}
.member-table__label {
  position: relative;
  display: block;
  width: calc((100% - 20px) / 2);
}
@media (max-width: 991px) {
  .member-table__label {
    width: 100%;
  }
  .member-table__label:nth-child(n+2) {
    margin-top: 20px;
  }
}
.member-table__label--full {
  width: 100%;
}
.member-table__label--full + .member-table__label--full {
  margin-top: 25px;
}
.member-table__label--error .member-table__input {
  color: #e60012;
  border-color: #e60012;
}
.member-table__label--error .member-table__textarea {
  color: #e60012;
  border-color: #e60012;
}
.member-table__label--error .member-table__select {
  color: #e60012;
  border-color: #e60012;
}
.member-table__label--error .member-table__error {
  display: block;
}
.member-table__label .job-title__list {
  display: flex;
}
.member-table__label .job-title__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}
.member-table__label .job-title__item input {
  margin-right: 10px;
}
.member-table__field {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
@media (max-width: 991px) {
  .member-table__field {
    font-size: 14px;
  }
}
.member-table__field span {
  font-size: 12px;
  line-height: 16px;
  color: #e60012;
}
.member-table__field em {
  color: #E60012;
  font-style: initial;
}
.member-table__input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .member-table__input {
    font-size: 15px;
  }
}
.member-table__input::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__input::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__input:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__input::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__error {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #e60012;
}
.member-table__textarea {
  width: 100%;
  height: 80px;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .member-table__textarea {
    font-size: 15px;
  }
}
.member-table__textarea::-moz-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__textarea:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__textarea::placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__textarea:-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__textarea::-ms-input-placeholder {
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  color: #ccc;
}
.member-table__multiple-option {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  color: #555;
  background-image: url("../images/search_icon-02.png");
  background-size: 15px 15px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .member-table__multiple-option {
    height: 40px;
    font-size: 15px;
  }
}
.member-table__select {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: url("../images/search_icon-02.png");
  background-size: 15px 15px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 991px) {
  .member-table__select {
    height: 40px;
    font-size: 15px;
  }
}
.member-table__select--multiple {
  background-image: none;
}
.member-table__select.selected {
  color: #555;
}
.member-table__select-item {
  width: 100%;
  display: flex;
}
.member-table__select-item + .member-table__select-item {
  margin-top: 10px;
}
.member-table__select-boxwrap {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
}
.member-table__select-boxwrap--short {
  width: auto;
}
.member-table__select-box {
  width: 100%;
  display: flex;
  gap: 13.8%;
  background-image: url("../images/signup/signup_arrow.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.member-table__select-box > div {
  width: 50%;
}
.member-table__select-btnwrap {
  width: 10%;
}
.member-table__select-btn {
  width: 45px;
  height: 45px;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
}
.member-table__select-btn div {
  width: 15px;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: #333;
}
.member-table__select-btn div:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.member-table__select-btn div:nth-child(2) {
  top: 22px;
  transform: translateX(-50%) rotate(90deg);
}
.member-row {
  color: #555;
  background-image: url("../images/signup/signup_file.svg");
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.member-row:nth-of-type(n + 2) {
  margin-top: 20px;
}
.member-row span {
  color: #C30D23;
}
.member-row a {
  display: inline-block;
  color: #036EB8;
}

.contact {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .contact {
    min-height: calc(100vh - 160px - 120px);
  }
}
@media (max-width: 991px) {
  .contact {
    min-height: calc(100vh - 110px - 120px);
    padding: 40px 0;
  }
}
.contact__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.contact__info {
  width: calc((100% - 40px) * 0.3);
}
@media (max-width: 991px) {
  .contact__info {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .contact__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.contact__title-mail {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
.contact__title-mail a {
  color: #333;
  margin-left: 5px;
}
.contact__list {
  width: 100%;
}
.contact__item {
  position: relative;
  width: 100%;
  padding-left: 38px;
}
@media (max-width: 991px) {
  .contact__item {
    padding-left: 33px;
  }
}
.contact__item:nth-child(n+2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.contact__item:nth-child(n+2)::before {
  top: 25px;
}
@media (max-width: 991px) {
  .contact__item:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
  }
  .contact__item:nth-child(n+2)::before {
    top: 15px;
  }
}
.contact__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact__item--tel::before {
  background-image: url("../images/contact/contact_icon-01.svg");
}
.contact__item--addr::before {
  background-image: url("../images/contact/contact_icon-02.svg");
}
.contact__item--email::before {
  background-image: url("../images/contact/contact_icon-03.svg");
}
.contact__item--social::before {
  background-image: url("../images/contact/contact_icon-04.svg");
}
.contact__item p:nth-child(1) {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
}
.contact__item p:nth-child(2) {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
.contact__item p:nth-child(2) a {
  display: inline;
  color: #777;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.contact__item p:nth-child(2) a:hover {
  color: #c28b56;
}
.contact__form {
  width: 100%;
}
.contact__form-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.contact__form-item {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .contact__form-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact__form-item {
    width: 100%;
  }
  .contact__form-item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.contact__form-item--full {
  width: 100%;
}
.contact__form-label {
  display: block;
  width: 100%;
}
.contact__form-input {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .contact__form-input {
    height: 40px;
  }
}
.contact__form-input:focus {
  border-color: #777;
}
.contact__form-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 160px;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.contact__form-textarea:focus {
  border-color: #777;
}
.contact__form-btnbox {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contact__form-btnbox {
    margin-top: 15px;
  }
}
.contact__form-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #c28b56;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .contact__form-submit {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
}
.contact__form-submit:hover {
  opacity: 0.7;
}
.contact__map {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (max-width: 991px) {
  .contact__map {
    height: 300px;
  }
}
.contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact__success {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 30px);
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  box-shadow: 0 0 10px rgba(57, 181, 74, 0.7);
  transform: translate(-50%, -50%);
  z-index: 998;
  -webkit-animation: msgAniamtion 0.8s;
          animation: msgAniamtion 0.8s;
}
.contact__error {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 30px);
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: #c30d23;
  box-shadow: 0 0 10px rgba(195, 13, 35, 0.7);
  transform: translate(-50%, -50%);
  z-index: 998;
  -webkit-animation: msgAniamtion 0.8s;
          animation: msgAniamtion 0.8s;
}
@-webkit-keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */