@charset "UTF-8";
#Marquee {
  display: flex;
  background-color: var(--global-lightgray);
  transition: all 4s;
}
#Marquee:hover {
  background-color: #E9BE13;
}
#Marquee .textarea {
  min-width: 100vw;
  height: 33px;
  line-height: 33px;
  font-size: var(--font-l6);
  animation: scroll 30s linear infinite;
}

.navbar {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: var(--global-blackblue);
}

nav {
  display: flex;
}
nav .logo {
  display: flex;
  padding: 21px 40px;
}
nav .logo img {
  height: 50px;
}
nav .nav-hover01,
nav ~ aside .nav-hover01 {
  cursor: pointer;
  padding: 4px 8px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(253, 253, 253, 0);
}
nav .nav-hover01::before,
nav ~ aside .nav-hover01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 253, 253, 0.062745098);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  border-radius: 4px;
  display: none;
}
nav .nav-hover01:hover, nav .nav-hover01.act,
nav ~ aside .nav-hover01:hover,
nav ~ aside .nav-hover01.act {
  border: 1px solid var(--global-white);
  background-color: rgba(253, 253, 253, 0.062745098);
  border-radius: 2px;
}
nav .nav-hover01:hover::before, nav .nav-hover01.act::before,
nav ~ aside .nav-hover01:hover::before,
nav ~ aside .nav-hover01.act::before {
  display: block;
}
nav .nav-hover02 {
  cursor: pointer;
}
nav .nav-hover02.act {
  background-color: var(--global-blackblue-H);
}
nav .nav-hover02:hover {
  background-color: var(--global-blackblue-H);
}
nav .functionlist {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
nav .functionlist .search-block {
  display: flex;
}
nav .functionlist .search-btn {
  display: none;
  justify-content: center;
  align-items: center;
}
nav .functionlist .search-btn.active {
  display: flex;
}
nav .functionlist .search-form {
  max-height: 34px;
  box-sizing: border-box;
  border-radius: 4px;
  gap: 4px;
  background-color: var(--global-white);
  padding: 4px 8px;
  border: 1px solid rgba(253, 253, 253, 0);
  display: none;
}
nav .functionlist .search-form.act {
  display: flex;
}
nav .functionlist .search-form input {
  border: 0px;
  outline: 0px;
  color: var(--global-blackblue);
}
nav .functionlist .search-form button {
  cursor: pointer;
  background-color: unset;
  border: 0px;
}
nav .functionlist .search-form button img {
  width: 20px;
  height: 20px;
}
nav.nav-pc .logo {
  border-right: 1px solid var(--global-white);
}
nav.nav-pc .membercentre {
  cursor: pointer;
  padding: 32px 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: 1px solid var(--global-white);
}
nav.nav-pc .membercentre .text {
  padding: 0px 5px;
}
nav.nav-pc .membercentre img {
  width: 20px;
  height: 20px;
}
nav.nav-pc .membercentre .decorate {
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
nav.nav-pc .membercentre .list {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translateY(100%);
  width: 200px;
  padding: 8px 0px;
  background-color: var(--global-white);
  box-shadow: 0px 1.6px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
nav.nav-pc .membercentre .list .list-btn {
  position: relative;
  padding: 8px 24px;
}
nav.nav-pc .membercentre .list .list-btn span {
  color: var(--global-darkgray);
}
nav.nav-pc .membercentre .list .list-btn .decorate {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--global-warn);
  border-radius: 4px;
}
nav.nav-pc .membercentre .list .list-btn:hover {
  background-color: var(--global-white-H);
}
nav.nav-pc .functionlist {
  padding: 30px 14px;
  border-right: 1px solid var(--global-white);
}
nav.nav-pc .functionlist div {
  margin: 0px 4px;
  cursor: pointer;
}
nav.nav-pc .inquiryform {
  display: flex;
  align-items: center;
  padding: 0px 40px;
  position: relative;
}
nav.nav-pc .inquiryform img {
  width: 26px;
}
nav.nav-pc .statistics {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  background-color: var(--global-warn);
}
nav.nav-pc #listnavhover02.act .list {
  display: block;
}
nav.nav-table {
  display: none;
}
nav.nav-table .functionlist-decorate {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 2px;
}
nav.nav-table .functionlist-decorate .d-block {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  transition: all 2.5s;
}
nav.nav-table .functionlist-decorate .d-01 {
  width: 100%;
  height: 2px;
  background-color: var(--global-white);
  transition: all 1.5s;
}
nav.nav-table .functionlist-decorate .d-02 {
  width: 75%;
  height: 2px;
  background-color: var(--global-white);
  transition: all 1.5s;
}
nav.nav-table .functionlist-decorate .d-03 {
  width: 50%;
  height: 2px;
  background-color: var(--global-white);
  transition: all 1.5s;
}
nav.nav-table .functionlist-decorate.act .d-01 {
  position: absolute;
  width: 22px;
  top: 50%;
  transform: rotate(45deg);
}
nav.nav-table .functionlist-decorate.act .d-02 {
  display: none;
}
nav.nav-table .functionlist-decorate.act .d-03 {
  position: absolute;
  width: 22px;
  top: 50%;
  transform: rotate(-45deg);
}
nav.nav-table .nav-hover02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ~ aside {
  display: none;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 125px);
}
nav ~ aside .block {
  max-width: 375px;
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
nav ~ aside .block section {
  display: flex;
  flex-direction: column;
}
nav ~ aside .block section:nth-child(1) {
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--global-lightgray);
}
nav ~ aside .block section:nth-child(2) {
  padding: 16px 0px 8px;
  border-bottom: 1px solid var(--global-lightgray);
}
nav ~ aside .block section:nth-child(3) {
  padding-top: 8px;
}
nav ~ aside .block section:last-child {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0px;
}
nav ~ aside .aside-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
}
nav ~ aside .list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px 12px;
}
nav ~ aside .list-btn.title {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
nav ~ aside .list-btn .decorate {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--global-warn);
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateX(-50%);
}
nav ~ aside .list-btn:hover:not(.title) {
  background: rgba(255, 255, 255, 0.8);
}
nav ~ aside .list-btn:hover:not(.title) span {
  color: var(--global-blackblue);
}
nav ~ aside .search-btn {
  display: none;
  justify-content: center;
  align-items: center;
}
nav ~ aside .search-btn.active {
  display: flex;
}
nav ~ aside .search-form {
  max-height: 34px;
  box-sizing: border-box;
  border-radius: 4px;
  gap: 4px;
  background-color: var(--global-white);
  padding: 4px 8px;
  border: 1px solid rgba(253, 253, 253, 0);
  display: none;
}
nav ~ aside .search-form.act {
  display: flex;
}
nav ~ aside .search-form input {
  border: 0px;
  outline: 0px;
  color: var(--global-blackblue);
}
nav ~ aside .search-form button {
  cursor: pointer;
  background-color: unset;
  border: 0px;
}
nav ~ aside .search-form button img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  nav .logo {
    padding: 14px 16px;
  }
  nav .logo img {
    height: 32px;
  }
  nav.nav-pc {
    display: none;
  }
  nav.nav-table {
    display: flex;
  }
  nav.nav-table .nav-hover02 {
    margin: 14px 16px 14px 12px;
  }
  nav.nav-table .nav-hover02 .text {
    padding: 4px 8px;
  }
  nav.nav-table.act ~ aside {
    display: flex;
  }
}
@media (max-width: 768px) {
  nav.nav-table .functionlist-decorate {
    margin: 0px 8px;
  }
  nav.nav-table .nav-hover02 {
    margin: 14px 8px;
  }
}

footer {
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--global-blackblue);
}
footer .logo {
  width: 283px;
  height: 70px;
  margin-bottom: 16px;
}
footer .logo img {
  width: 100%;
}
footer .about > div {
  margin-bottom: 10px;
}
footer .link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 8px;
}
footer .link div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  position: relative;
}
footer .link div:hover::before {
  border-radius: 5px;
  border: 1px solid var(--global-white);
}
footer .link div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
footer .link a {
  border: 1px solid var(--global-white);
  border-radius: 10px;
}
footer .link a:nth-child(4) {
  width: 100%;
}
footer .link img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
footer .statement {
  width: 100%;
}
footer .statement .block {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .statement .policy {
  gap: 24px;
  margin-bottom: 40px;
}
footer .statement .copy {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  footer {
    padding: 80px 40px;
    align-items: flex-start;
  }
  footer .statement .block {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 80px 16px;
  }
  footer .link {
    width: 100%;
  }
  footer .link a {
    width: 100%;
  }
  footer .link a div > span {
    display: none;
  }
  footer .statement .block {
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .statement .block div {
    font-size: var(--font-l6);
  }
}

.model_btn {
  cursor: pointer;
}

#popupsection {
  background-color: rgba(0, 0, 0, 0.3137254902);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 16px;
}
#popupsection.act {
  display: flex;
}
#popupsection .content {
  display: none;
  width: 100%;
}
#popupsection .content.inside .seeget {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
}
#popupsection .content.inside .seeget .title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#popupsection .content.inside .seeget .title-block .title {
  font-size: var(--font-l3);
  color: var(--global-black);
  font-weight: 700;
}
#popupsection .content.inside .seeget .title-block .close-block {
  align-items: center;
}
#popupsection .content.inside .seeget .title-block .close-block img {
  width: 18px;
  height: 18px;
}
#popupsection .content.inside .seeget .textarea {
  gap: 16px;
  flex-direction: column;
}
#popupsection .content.big {
  max-width: 650px;
}
#popupsection .content.big .seeget {
  padding: 40px;
  border-radius: 24px;
}
#popupsection .content.big .seeget .title {
  text-align: center;
}
#popupsection .content.big .seeget .title .logo {
  width: 215px;
}
#popupsection .content.big .seeget .textarea {
  height: 490px;
  overflow-x: hidden;
}
#popupsection .content.contact {
  max-width: 375px;
}
#popupsection .content.contact .seeget {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
}
#popupsection .content.contact .seeget .caption {
  font-size: var(--font-l4);
  font-weight: 700;
  color: var(--global-blackblue);
}
#popupsection .content.contact .seeget .caption-text {
  font-size: var(--font-l5);
  color: var(--global-darkgray);
}
#popupsection .content.contact .seeget .contact-text {
  border: 1px solid var(--global-lightgray);
  box-sizing: border-box;
  color: var(--global-darkgray);
  width: 100%;
  height: 93px;
  border-radius: 8px;
  padding: 10px 18px;
}
#popupsection .content.contact .seeget .from-btns {
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  background-color: var(--global-blackblue);
}
#popupsection .content.news {
  max-width: 733px;
}
#popupsection .content.news .seeget {
  padding: 24px 12px 24px 24px;
  border-radius: 24px;
  max-height: 745px;
  box-sizing: border-box;
  position: relative;
}
#popupsection .content.news .seeget .news-block {
  overflow-y: scroll;
  max-height: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#popupsection .content.news .seeget .news-block::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
#popupsection .content.news .seeget .news-block::-webkit-scrollbar-track {
  background: none;
}
#popupsection .content.news .seeget .news-block::-webkit-scrollbar-thumb {
  background-color: var(--global-lightgray);
  border-radius: 8px;
}
#popupsection .content.news .seeget .news-block::-webkit-scrollbar-thumb:hover {
  background-color: var(--global-darkgray);
}
#popupsection .content.news .seeget .textarea {
  display: flex;
  flex-direction: column;
}
#popupsection .content.news .seeget .news-img {
  width: 100%;
  height: 384px;
  overflow: hidden;
  position: relative;
  margin-bottom: 34px;
}
#popupsection .content.news .seeget .news-img img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popupsection .content.news .seeget .decorate {
  width: 67px;
  height: 1px;
  background-color: var(--global-darkgray);
  margin-bottom: 34px;
}
#popupsection .content.news .seeget .news-area {
  display: flex;
  gap: 8px;
  margin-bottom: 21px;
}
#popupsection .content.news .seeget .news-area .news-tag {
  font-size: var(--font-l4);
  color: var(--global-blackblue);
}
#popupsection .content.news .seeget .news-area .news-date {
  font-size: var(--font-l4);
  color: var(--global-darkgray);
}
#popupsection .content.news .seeget .news-area .news-share {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
#popupsection .content.news .seeget .news-area .news-share > a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  box-sizing: border-box;
  gap: 2px;
  border-radius: 30px;
}
#popupsection .content.news .seeget .news-area .news-share .fb {
  border: 1px solid #1877F2;
}
#popupsection .content.news .seeget .news-area .news-share .fb span {
  color: #1877F2;
}
#popupsection .content.news .seeget .news-area .news-share .line {
  border: 1px solid #00B900;
}
#popupsection .content.news .seeget .news-area .news-share .line span {
  color: #00B900;
}
#popupsection .content.news .seeget .news-title {
  font-size: var(--font-l2);
  color: var(--global-black);
  margin-bottom: 16px;
}
#popupsection .content.news .seeget .news-content {
  color: var(--global-darkgray);
}
#popupsection .content.news .seeget .news-content a {
  color: var(--global-darkgray);
}
#popupsection .content.login {
  max-width: 447px;
}
#popupsection .content.login .seeget {
  padding: 80px 100px;
  border-radius: 24px;
}
#popupsection .content.login .seeget .title {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
#popupsection .content.login .seeget .title img {
  max-width: 247px;
}
#popupsection .content.login .seeget .textarea {
  display: flex;
  flex-direction: column;
}
#popupsection .content.login .seeget .textarea.nosohw {
  display: none;
}
#popupsection .content.login .seeget .textarea .text-title {
  color: var(--global-blackblue);
  font-weight: 700;
  font-size: var(--font-l4);
}
#popupsection .content.login .seeget .textarea .text-content {
  color: var(--global-darkgray);
}
#popupsection .content.login .seeget .textarea .module-btn {
  font-size: var(--font-l5);
  padding: 8px;
  color: var(--global-white);
  border-radius: 8px;
  background-color: var(--global-blackblue);
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
#popupsection .content.login .seeget .textarea .memberlogin {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 16px;
}
#popupsection .content.login .seeget .textarea .memberlogin img {
  width: 18px;
  height: 18px;
}
#popupsection .content.login .seeget .textarea .memberlogin input {
  width: 100%;
  margin: 0px 4px;
  border: 0px;
  color: var(--global-darkgray);
}
#popupsection .content.login .seeget .textarea .memberlogin input:focus-visible {
  outline: 0px;
}
#popupsection .content.login .seeget .textarea .memberlogin input:focus-visible ~ .decorate-line {
  background-color: var(--global-darkgray);
}
#popupsection .content.login .seeget .textarea .memberlogin .decorate-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
#popupsection .content.login .seeget .textarea .memberforget {
  display: flex;
  justify-content: space-between;
  padding: 0px 18px;
  margin-bottom: 16px;
}
#popupsection .content.login .seeget .textarea .memberforget a {
  font-size: var(--font-l5);
  font-weight: 700;
  color: var(--global-lightgray);
  border-bottom: 1px solid var(--global-lightgray);
}
#popupsection .content.login .seeget .textarea .memberforget a:hover {
  color: var(--global-darkgray);
  border-bottom: 1px solid var(--global-darkgray);
}
#popupsection .content.login .seeget .textarea .decorate01 {
  padding: 6.5px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#popupsection .content.login .seeget .textarea .decorate01 span {
  padding: 0px 8px;
  color: var(--global-lightgray);
}
#popupsection .content.login .seeget .textarea .decorate01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
#popupsection .content.login .seeget .textarea .decorate01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
#popupsection .content.login .seeget .textarea .decorate02 {
  text-align: center;
  color: var(--global-darkgray);
  margin-bottom: 16px;
}
#popupsection .content.login .seeget .textarea .decorate03 {
  width: 100%;
  height: 1px;
  background-color: var(--global-darkgray);
}
#popupsection .content.log {
  max-width: 560px;
}
#popupsection .content.log .seeget .textarea div {
  color: var(--global-darkgray);
}
#popupsection .content.log .seeget .textarea #LogCommodity,
#popupsection .content.log .seeget .textarea #LogPersonal {
  color: #3F3F42;
  font-weight: 700;
}
#popupsection .content.inquiry {
  max-width: 350px;
}
#popupsection .content.inquiry .seeget .title-block {
  margin-bottom: 12px;
}
#popupsection .content.inquiry .seeget span {
  margin-bottom: 6px;
}
#popupsection .content.inquiry .seeget span, #popupsection .content.inquiry .seeget .btn-part {
  color: black !important;
}
#popupsection .content.inquiry .seeget span a, #popupsection .content.inquiry .seeget .btn-part a {
  color: black !important;
  border: 1px solid var(--global-azureblue);
  display: flex;
  justify-content: center;
  align-items: center;
}
#popupsection .content.inquiry .seeget .btn-part {
  display: flex;
  column-gap: 6px;
}
#popupsection .content.inquiry .seeget .btn-part a, #popupsection .content.inquiry .seeget .btn-part button {
  width: 50%;
  padding: 3px 6px;
  border-radius: 4px;
}
#popupsection .content.inquiry .seeget .btn-part button {
  background-color: var(--global-azureblue);
  color: var(--global-white);
  cursor: pointer;
}

#twomodel {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  justify-content: center;
  align-items: center;
  display: none;
}
#twomodel.act {
  display: flex;
}
#twomodel .content {
  width: 100%;
  max-width: 375px;
}
#twomodel .content .seeget {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  gap: 12px;
}
#twomodel .content .seeget .title-block {
  display: flex;
  justify-content: space-between;
}
#twomodel .content .seeget .title-block .title {
  font-size: var(--font-l3);
  color: var(--global-black);
  font-weight: 700;
}
#twomodel .content .seeget .title-block .close-block {
  align-items: center;
}
#twomodel .content .seeget .title-block .close-block img {
  width: 18px;
  height: 18px;
}
#twomodel .content .seeget .content-block {
  display: flex;
  flex-direction: column;
}
#twomodel .content .seeget .content-block span {
  letter-spacing: 2px;
  color: var(--global-darkgray);
}
#twomodel .content .seeget .from-btns {
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  background-color: var(--global-blackblue);
  text-align: center;
}

.popup {
  padding: 24px;
  border-radius: 8px;
  background-color: var(--global-white);
}
.popup .title {
  font-size: var(--font-l3);
  color: var(--global-black);
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .title .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.popup .describe {
  color: var(--global-lightgray);
  font-weight: 400;
  margin-bottom: 8px;
}
.popup .btns {
  display: flex;
  gap: 0px 8px;
}
.popup .btns .btn {
  cursor: pointer;
  width: 100%;
  font-size: var(--font-l5);
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding: 8px 0px;
  border-radius: 8px;
}
.popup .btns .inquiry,
.popup .btns .cancel {
  color: var(--global-blackblue);
  background-color: var(--global-white);
  border: 1px solid var(--global-azureblue);
}
.popup .btns .signout,
.popup .btns .sure {
  color: var(--global-white);
  background-color: var(--global-blackblue);
  border: 1px solid var(--global-azureblue);
}

.close-block {
  display: flex;
  justify-content: flex-end;
}
.close-block .model_close {
  cursor: pointer;
}

.seeget {
  background-color: var(--global-white);
}
.seeget .textarea {
  display: none;
  color: var(--global-blackblue);
  padding-right: 8px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.seeget .textarea::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
.seeget .textarea::-webkit-scrollbar-track {
  background: none;
}
.seeget .textarea::-webkit-scrollbar-thumb {
  background-color: var(--global-lightgray);
  border-radius: 8px;
}
.seeget .textarea::-webkit-scrollbar-thumb:hover {
  background-color: var(--global-darkgray);
}

#popupsection[data-model=order] .big {
  display: block;
}
#popupsection[data-model=order] .big [data-model=order] {
  display: block;
}
#popupsection[data-model=online] .big {
  display: block;
}
#popupsection[data-model=online] .big [data-model=online] {
  display: block;
}
#popupsection[data-model=privacy] .big {
  display: block;
}
#popupsection[data-model=privacy] .big [data-model=privacy] {
  display: block;
}
#popupsection[data-model=serve] .big {
  display: block;
}
#popupsection[data-model=serve] .big [data-model=serve] {
  display: block;
}
#popupsection[data-model=contactus] .contact {
  display: block;
}
#popupsection[data-model=contactus] .contact .seeget .textarea {
  display: flex;
}
#popupsection[data-model=news] .news {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#popupsection[data-model=news] .news .seeget .textarea {
  display: flex;
}
#popupsection[data-model=login] .login {
  display: block;
}
#popupsection[data-model=login] .login .seeget .textarea {
  display: flex;
}
#popupsection[data-model=log] .log {
  display: block;
}
#popupsection[data-model=log] .log .seeget .textarea {
  display: flex;
}
#popupsection[data-model=inquiry] .inquiry {
  display: block;
}
@media (max-height: 875px) {
  #popupsection .content.news .seeget {
    max-height: calc(100vh - 109px);
    overflow: hidden;
  }
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.alonearea {
  padding: 80px 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.alonearea .aloneblock {
  border-radius: 8px;
  background-color: var(--global-white);
  box-shadow: 0px 1.6px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 413px;
  box-sizing: border-box;
}
.alonearea .aloneblock .module-btns {
  display: flex;
  gap: 8px;
}
.alonearea .aloneblock .module-btns .module-btn {
  width: 100%;
}
.alonearea .aloneblock .module-btn {
  font-size: var(--font-l5);
  padding: 8px;
  color: var(--global-white);
  border-radius: 8px;
  background-color: var(--global-blackblue);
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.alonearea .aloneblock .title {
  text-align: center;
  margin-bottom: 48px;
}
.alonearea .aloneblock .title .logo {
  width: 247px;
}
.alonearea .aloneblock .content {
  display: flex;
  flex-direction: column;
}
.alonearea .aloneblock .content.nosohw {
  display: none;
}
.alonearea .aloneblock .content .text-title {
  color: var(--global-blackblue);
  font-weight: 700;
  font-size: var(--font-l4);
}
.alonearea .aloneblock .content .text-content {
  color: var(--global-darkgray);
}
.alonearea .aloneblock .decorate00 {
  color: var(--global-darkgray);
}
.alonearea .aloneblock .decorate01 {
  padding: 6.5px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.alonearea .aloneblock .decorate01 span {
  padding: 0px 8px;
  color: var(--global-lightgray);
}
.alonearea .aloneblock .decorate01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
.alonearea .aloneblock .decorate01::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
.alonearea .aloneblock .decorate02 {
  text-align: center;
  color: var(--global-darkgray);
  margin-bottom: 16px;
}
.alonearea .aloneblock .decorate03 {
  width: 100%;
  height: 1px;
  background-color: var(--global-darkgray);
}
.alonearea .aloneblock.login {
  padding: 100px 80px;
}
.alonearea .aloneblock.login .memberlogin {
  position: relative;
  display: flex;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.alonearea .aloneblock.login .memberlogin img {
  width: 18px;
  height: 18px;
}
.alonearea .aloneblock.login .memberlogin input {
  width: 100%;
  margin: 0px 4px;
  border: 0px;
}
.alonearea .aloneblock.login .memberlogin input:focus-visible {
  outline: 0px;
}
.alonearea .aloneblock.login .memberlogin input:focus-visible ~ .decorate-line {
  background-color: var(--global-darkgray);
}
.alonearea .aloneblock.login .memberlogin .decorate-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
.alonearea .aloneblock.login .memberforget {
  display: flex;
  justify-content: space-between;
  padding: 0px 18px;
  margin-bottom: 16px;
}
.alonearea .aloneblock.login .memberforget a {
  font-size: var(--font-l5);
  font-weight: 700;
  color: var(--global-lightgray);
  border-bottom: 1px solid var(--global-lightgray);
}
.alonearea .aloneblock.login .memberforget a:hover {
  color: var(--global-darkgray);
  border-bottom: 1px solid var(--global-darkgray);
}
.alonearea .aloneblock.register {
  padding: 100px 24px;
}
.alonearea .aloneblock.register .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.alonearea .aloneblock.register .title .logo {
  width: 130px;
  margin-bottom: 4px;
}
.alonearea .aloneblock.register .title span {
  font-size: var(--font-l4);
  font-weight: 700;
  color: var(--global-blackblue);
}
.alonearea .aloneblock.register .progressbar {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.alonearea .aloneblock.register .progressbar .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--global-lightgray);
}
.alonearea .aloneblock.register .progressbar .circle.bar {
  background-color: #39B400;
}
.alonearea .aloneblock.register .content {
  gap: 16px;
}
.alonearea .aloneblock.forget {
  padding: 40px 24px;
}
.alonearea .aloneblock.forget .content {
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .alonearea {
    padding: 80px 16px;
  }
}

.memberarea {
  padding: 80px 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.memberarea .membertitle {
  width: 100%;
  max-width: 500px;
  padding-top: 68px;
  text-align: left;
  font-size: var(--font-l3);
  font-weight: 700;
  color: var(--global-blackblue);
}
.memberarea .memberblock {
  border-radius: 8px;
  background-color: var(--global-white);
  box-shadow: 0px 1.6px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
.memberarea .memberblock .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.memberarea .memberblock .content .text-title {
  color: var(--global-blackblue);
  font-weight: 700;
  font-size: var(--font-l4);
}
.memberarea .memberblock.centre {
  padding: 40px 24px;
}
.memberarea .member-btns {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: var(--global-blackblue);
  color: var(--global-white);
  font-weight: 700;
  font-size: var(--font-l4);
  text-align: center;
  align-self: flex-end;
}
.memberarea .module-member {
  display: flex;
  justify-content: space-between;
}
.memberarea .module-member > div {
  color: var(--global-darkgray);
}
.memberarea .module-member .member-link {
  color: var(--global-darkgray);
  font-size: var(--font-l5);
  border-bottom: 1px solid var(--global-darkgray);
}
.memberarea .decorate01 {
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
@media screen and (max-width: 1280px) {
  .memberarea {
    padding: 80px 16px;
  }
}

.InquiryformsArea {
  padding: 80px 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.InquiryformsArea .InquiryformsBlock {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.InquiryformsArea .InquiryformsBlock .Inquiryformtitle {
  width: 100%;
  max-width: 500px;
  text-align: left;
  font-size: var(--font-l3);
  font-weight: 700;
  color: var(--global-blackblue);
}
.InquiryformsArea .InquiryformsBlock .Inquiryformtext {
  font-size: var(--font-l6);
  color: var(--global-darkgray);
}
.InquiryformsArea .InquiryformsBlock .Inquiryformtext a {
  margin: 0px 6px;
  color: #014177;
  font-size: var(--font-l6);
  border-bottom: 1px solid #014177;
}
.InquiryformsArea .InquiryformsBlock:nth-child(1) .Inquiryformtitle {
  padding-top: 68px;
}
.InquiryformsArea .Inquiryforms {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.InquiryformsArea .Inquiryforms .Inquiryform {
  width: 100%;
  border-radius: 8px;
  background-color: var(--global-white);
  box-shadow: 0px 1.6px 8px rgba(0, 0, 0, 0.15);
  padding: 16px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}
.InquiryformsArea .Inquiryforms .Inquiryform .dates {
  display: flex;
  gap: 8px;
}
.InquiryformsArea .Inquiryforms .Inquiryform .dates span:nth-child(1) {
  font-size: var(--font-l4);
  color: var(--global-black);
  font-weight: 700;
}
.InquiryformsArea .Inquiryforms .Inquiryform .dates span:nth-child(2) {
  font-size: var(--font-l4);
  color: var(--global-darkgray);
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status.Processing {
  flex-direction: column;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status.Processing .status span {
  opacity: 0.5;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .contents {
  display: flex;
  flex-direction: column;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .contents span {
  color: var(--global-lightgray);
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .contents span:nth-child(n) {
  margin-right: 3px;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .contents span:nth-child(n)::after {
  content: " ,";
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .contents span:last-child::after {
  content: "";
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .status {
  display: flex;
  align-items: center;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .status span {
  color: var(--global-blackblue);
  font-weight: 700;
  font-size: var(--font-l4);
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .status span.warn {
  color: var(--global-warn);
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .status.s1 span:nth-child(1) {
  opacity: 1;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .status.s2 span:nth-child(1), .InquiryformsArea .Inquiryforms .Inquiryform .order-status .status.s2 span:nth-child(3) {
  opacity: 1;
}
.InquiryformsArea .Inquiryforms .Inquiryform .order-status .status.s3 span:nth-child(1), .InquiryformsArea .Inquiryforms .Inquiryform .order-status .status.s3 span:nth-child(3), .InquiryformsArea .Inquiryforms .Inquiryform .order-status .status.s3 span:nth-child(5) {
  opacity: 1;
}
.InquiryformsArea .Inquiryforms .Inquiryform .decorate01 {
  width: 100%;
  height: 1px;
  background-color: var(--global-lightgray);
}
.InquiryformsArea .Inquiryforms .Inquiryform .decorate02 {
  width: 8px;
  height: 8px;
  padding: 8px 4px;
}
.InquiryformsArea .Inquiryforms .Inquiryform .decorate03 {
  width: 28px;
  height: 28px;
  background-color: var(--global-warn);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.InquiryformsArea .Inquiryforms .Inquiryform .link-inside {
  padding: 4px 0px;
  display: flex;
  align-items: center;
}
.InquiryformsArea .Inquiryforms .Inquiryform .link-inside.Past span {
  padding: 4px 0px;
}
.InquiryformsArea .Inquiryforms .Inquiryform .link-inside > :nth-child(n) {
  margin-right: 16px;
}
.InquiryformsArea .Inquiryforms .Inquiryform .link-inside > :nth-last-child(2) {
  margin-right: auto;
}
.InquiryformsArea .Inquiryforms .Inquiryform .link-inside span {
  color: var(--global-darkgray);
}
.InquiryformsArea .Inquiryforms .Inquiryform .link-inside img {
  width: 21px;
  height: 21px;
  transform: rotate(270deg);
}
@media screen and (max-width: 1280px) {
  .InquiryformsArea {
    padding: 80px 16px;
  }
}

.InquirylistArea {
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.InquirylistArea#main_horisection {
  padding: 95px 16px;
}
.InquirylistArea .InquirylistBlock {
  margin-bottom: 17px;
  display: flex;
  gap: 21px;
}
.InquirylistArea .InquirylistBlock .back-btn {
  background-color: var(--global-blackblue);
  border-radius: 8px;
  padding: 8px 27px;
}
.InquirylistArea .InquirylistBlock .back-btn img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  transform: rotate(90deg);
}
.InquirylistArea .InquirylistBlock .Inquirylists {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background-color: var(--global-white);
  box-shadow: 0px 1.6px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .title-block .title {
  font-weight: 700;
  font-size: var(--font-l3);
  color: var(--global-blackblue);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .title-block .edit {
  cursor: pointer;
  padding: 4px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .title-block .edit img {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .title-block .edit span {
  font-size: var(--font-l4);
  color: var(--global-black);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .text {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  color: var(--global-darkgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .text a {
  color: #014177;
  margin: 0px 5px;
  border-bottom: 1px solid #014177;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--global-darkgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content.G24 {
  gap: 24px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .Inquiry {
  display: flex;
  flex-direction: column;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .Inquiry span {
  font-weight: 700;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .Inquiry span:nth-child(1) {
  color: var(--global-darkgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .Inquiry span:nth-child(2) {
  color: var(--global-black);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .fromlabel {
  box-sizing: border-box;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .showlabel {
  display: none;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .showlabel:focus-visible {
  outline: 0px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .module-labels .showlabel:nth-child(1) {
  width: 50px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .module-labels .showlabel:nth-child(2) {
  width: calc(100% - 50px);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content.unedit .fromlabel {
  display: none;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content.unedit .showlabel {
  display: block;
  color: var(--global-darkgray);
  background-color: var(--global-white);
  border: 0px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content.unedit .showlabel.hit {
  color: var(--global-black);
  font-weight: 700;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content.unedit ~ .btn-big {
  display: none;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys {
  display: flex;
  gap: 17px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .image {
  width: 177px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid var(--global-lightgray);
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .image img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .commodity {
  width: calc(100% - 275px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .commodity div:nth-child(1) {
  font-size: var(--font-l4);
  font-weight: 700;
  color: var(--global-darkgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .commodity div:nth-child(2) {
  font-size: var(--font-l4);
  color: var(--global-lightgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .calculate {
  display: flex;
  align-items: center;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .calculate .option {
  display: flex;
  align-items: center;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .calculate .option span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global-black);
  font-weight: 700;
  width: 26px;
  height: 26px;
  background-color: var(--global-background);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .calculate .option span:nth-child(2) {
  margin: 0px 5px;
  padding: 5px 5px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .content .commoditys .calculate .option span:nth-child(2n+1) {
  cursor: pointer;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .btn-big {
  cursor: pointer;
  padding: 8px;
  background-color: var(--global-blackblue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-top: -16px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .btn-big img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .btn-big span {
  font-size: var(--font-l3);
  color: var(--global-white);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .btn-small {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 8px 16px;
  background-color: var(--global-blackblue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .btn-small img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .btn-small span {
  font-size: var(--font-l5);
  color: var(--global-white);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .label-textarea {
  width: 100%;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist .label-textarea textarea {
  width: 100%;
  min-height: 266px;
  padding: 14px 16px;
  resize: none;
  box-sizing: border-box;
  color: var(--global-darkgray);
  background-color: var(--global-white);
  border-radius: 4px;
  border: 1px solid var(--global-lightgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--global-white);
  box-shadow: 0px 1.6px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .title {
  font-weight: 700;
  font-size: var(--font-l3);
  color: var(--global-blackblue);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .Inquirylisttop {
  padding: 24px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content {
  border-top: 1px solid var(--global-lightgray);
  border-bottom: 1px solid var(--global-lightgray);
  height: 490px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters {
  width: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters.me {
  background-color: var(--global-background);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters.you {
  background-color: rgba(1, 65, 119, 0.1019607843);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters .confirmation {
  width: 8px;
  height: 8px;
  background-color: var(--global-lightgray);
  border-radius: 50%;
  margin-bottom: 8px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters .confirmation.unread {
  background-color: var(--global-warn);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters .emailcontent {
  color: var(--global-darkgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters .emaildate {
  color: var(--global-black);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters > div:nth-child(2) {
  padding-top: 16px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters > div:nth-child(2) > div:nth-child(1) {
  margin-bottom: 2px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters > div:nth-child(2) > div:nth-child(2) div {
  color: var(--global-lightgray);
  border-bottom: 1px solid var(--global-lightgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content .letters > div:nth-child(2) > div:nth-child(2) img {
  height: 12px;
  width: 12px;
  margin-left: 5px;
  transform: rotate(270deg);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content::-webkit-scrollbar {
  width: 8px;
  height: 33px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content::-webkit-scrollbar-track {
  background-color: var(--global-background);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content::-webkit-scrollbar-thumb {
  background-color: var(--global-lightgray);
  border-radius: 25px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .content::-webkit-scrollbar-thumb:hover {
  background-color: var(--global-darkgray);
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .Inquirylistdown {
  padding-top: 40px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .btn-small {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 8px 16px;
  background-color: var(--global-blackblue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .btn-small img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.InquirylistArea .InquirylistBlock .Inquirylists .Inquirylist-sp .btn-small span {
  font-size: var(--font-l5);
  color: var(--global-white);
}
@media (max-width: 1200px) {
  .InquirylistArea#main_horisection {
    padding: 32px 56px 0px;
  }
  .InquirylistArea .InquirylistBlock {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .InquirylistArea#main_horisection {
    padding: 32px 16px 0px;
  }
}

.module-labels {
  display: flex;
  gap: 4px;
}
.module-labels label:nth-child(1) {
  width: 106px;
}
.module-labels label:nth-child(1).fromlabel-S {
  width: 142px;
}
.module-labels label:nth-child(2) {
  width: calc(100% - 106px);
}
.module-labels .fromlabel-S {
  position: relative;
}
.module-labels .fromlabel-S select {
  position: absolute;
  height: 100%;
}

.fromlabel {
  position: relative;
  display: flex;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid var(--global-lightgray);
}
.fromlabel .hint {
  position: absolute;
  background-color: var(--global-white);
  color: var(--global-darkgray);
  top: 8px;
  left: 24px;
  opacity: 0.5;
  z-index: -1;
  transition: all 0.65s;
  font-size: var(--font-l5);
}
.fromlabel input {
  width: 100%;
  margin: 0px 4px;
  border: 0px;
  color: var(--global-darkgray);
  font-size: var(--font-l5);
}
.fromlabel input::placeholder {
  opacity: 1;
  transition: all 2s;
}
.fromlabel input:focus-visible {
  outline: 0px;
}
.fromlabel input.LMove::placeholder {
  opacity: 0;
  transition: all 0.3s;
}
.fromlabel input.LMove ~ .hint {
  transition: all 0.35s;
  z-index: 1;
  top: -10px;
  opacity: 1;
}
.fromlabel textarea {
  width: 100%;
  height: 100%;
}
.fromlabel .memberclear, .fromlabel .membershow {
  cursor: pointer;
}

.fromlabel-S {
  display: flex;
}
.fromlabel-S select {
  color: var(--global-darkgray);
  border: 1px solid var(--global-lightgray);
  border-radius: 4px;
  font-size: var(--font-l5);
  width: 100%;
  padding: 10px 18px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.fromlabel-S select option {
  color: var(--global-darkgray);
  font-size: var(--font-l5);
}
.fromlabel-S select::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
.fromlabel-S select::-webkit-scrollbar-track {
  background: none;
  border-radius: 0px;
}
.fromlabel-S select::-webkit-scrollbar-thumb {
  background-color: var(--global-lightgray);
  border-radius: 8px;
}
.fromlabel-S select::-webkit-scrollbar-thumb:hover {
  background-color: var(--global-darkgray);
}

.verification-area {
  display: flex;
  gap: 4px;
}
.verification-area .verification-canvas {
  cursor: pointer;
}

.product-block {
  display: flex;
  gap: 6px 17px;
}
.product-block.decorate {
  border-top: 1px solid var(--global-lightgray);
  padding-top: 24px;
}
.product-block .image {
  min-width: 177px;
  height: 100px;
  align-self: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid var(--global-lightgray);
  border-radius: 2.31983px;
}
.product-block .image img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-block .product-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-block .product-title > div:nth-child(1) {
  color: var(--global-darkgray);
}
.product-block .product-title > div:nth-child(2) {
  color: var(--global-lightgray);
}
.product-block .product-title .en-us {
  font-weight: 700;
}
.product-block .product-btns {
  min-width: 110px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-block .product-btns input {
  cursor: context-menu;
  width: 45px;
  height: 30px;
  padding: 3px;
  border: 0px;
  color: var(--global-black);
  background-color: var(--global-background);
  text-align: center;
}
.product-block .product-btns input:focus-visible {
  outline: 0px;
}
.product-block .product-btns input::-webkit-outer-spin-button, .product-block .product-btns input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-block .product-btns .product-btn {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global-black);
  font-weight: 700;
  background-color: var(--global-background);
}
.product-block .product-btns .product-btn img {
  width: 18px;
  height: 18px;
  transition: all 2.5s;
}
.product-block .product-btns .product-btn:hover img {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .product-block {
    flex-wrap: wrap;
  }
  .product-block .product-title {
    width: calc(100% - 194px);
  }
  .product-block .product-btns {
    margin-left: auto;
  }
}

.clo.register-inside, .clo.register-outside {
  display: none;
}

.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  gap: 8px;
}
.pages #page-prev {
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.pages #page-prev img {
  transform: rotate(180deg);
}
.pages #page-prev:hover {
  border: 1px solid var(--global-darkgray);
}
.pages #page-buttons {
  display: flex;
  gap: 8px;
}
.pages #page-buttons .page-button {
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global-darkgray);
}
.pages #page-buttons .page-button.active {
  background-color: var(--global-blackblue);
  color: var(--global-white);
}
.pages #page-buttons .page-button:hover {
  border: 1px solid var(--global-darkgray);
}
.pages #page-next {
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.pages #page-next:hover {
  border: 1px solid var(--global-darkgray);
}

.search-area {
  display: flex;
  gap: 8px;
}
.search-area .search-block {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 526px;
}
.search-area .search-block .fbtns-checkbox {
  gap: 4px;
}
.search-area .search-block .fbtns-checkbox input {
  cursor: pointer;
}
.search-area .search-block .fbtns-checkbox input[type=checkbox] {
  -webkit-appearance: none; /* 移除原生外觀 */
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  outline: none;
  box-sizing: border-box;
}
.search-area .search-block .fbtns-checkbox input[type=checkbox]:checked {
  background-color: #6ED255;
}
.search-area .search-block .fbtns-checkbox input[type=checkbox]:checked::before {
  content: "✓"; /* Unicode 符號: ✓ */
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
}
.search-area .search-block .search-all .fbtns-checkbox {
  min-width: 83px;
}
.search-area .search-block .search-ones {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search-area .search-btn {
  border: 1px solid var(--global-black);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  max-height: 46px;
  box-sizing: border-box;
}
.search-area .search-btn input {
  width: 250px;
  margin-top: 1px;
  border: 0px;
  margin-right: 8px;
  font-size: var(--font-l5);
}
.search-area .search-btn input:focus, .search-area .search-btn input:focus-visible {
  border: 0px;
  outline: 0px;
}
.search-area .search-btn #search-start {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-area .search-btn #search-start button {
  cursor: pointer;
  padding: 0px;
  border: 0px;
  background-color: unset;
}
.search-area .search-btn img {
  width: 20px;
  height: 20px;
}
.search-area .search-group {
  position: relative;
  width: 195px;
  border: 1px solid var(--global-lightgray);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.search-area .search-group .icon {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.search-area .search-group #paginated-groups {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-area .search-group #paginated-nations {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-area .search-group .paginatedlist {
  transform: translateY(100%);
  position: absolute;
  bottom: -16px;
  right: 0px;
  width: 263px;
  background-color: var(--global-white);
  border: 1px solid var(--global-lightgray);
  border-radius: 4px;
  padding: 8px 0px;
  display: none;
}
.search-area .search-group .paginatedlist.act {
  display: block;
}
.search-area .search-group .paginatedlist .paginatedclass > div:nth-last-child(1) {
  border-bottom: 1px solid var(--global-blackblue);
}
.search-area .search-group .paginatedlist .paginated-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-area .search-group .paginatedlist .paginated {
  padding: 8px 0px;
  padding-left: 24px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: var(--font-l4);
}
.search-area .search-group .paginatedlist .paginated:hover {
  background-color: var(--global-lightgray);
  color: var(--global-blackblue);
}
.search-area .search-group .paginatedlist .paginated-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-area .search-group .paginatedlist .paginated-icon img {
  width: 20px;
  height: 20px;
}