/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  word-break: break-word;
}
input {
  border: none;
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
html,
body {
  height: 100%;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}
body {
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
ul {
  list-style: none;
}
button {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 768/10px;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.w-screen {
  width: 100vw;
}
.h-screen {
  height: 100vh;
}
.bg-f {
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ft-32 {
  font-size: 32px;
}
.ft-28 {
  font-size: 28px;
}
.ft-24 {
  font-size: 24px;
}
.ft-20 {
  font-size: 20px;
}
.ft-16 {
  font-size: 16px;
}
.ft-14 {
  font-size: 14px;
}
.ft-12 {
  font-size: 12px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-space-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.space-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.align-baseline {
  align-items: baseline;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.font-weight-500 {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-bolder {
  font-weight: bolder;
}
.text-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-header {
  background: #333;
  position: sticky;
  z-index: 999;
  top: 0;
}
.pc-nav {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 108px;
  gap: 40px;
}
.pc-nav .web-logo {
  max-width: 90px;
  flex-shrink: 0;
}
.pc-nav .nav-wrap {
  flex: 1;
  height: 100%;
}
.pc-nav .nav-list {
  color: #fffc;
  font-size: 18px;
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  height: 100%;
}
.pc-nav .nav-list .nav-item {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pc-nav .nav-list .nav-item.active {
  color: #ebcda7;
}
.pc-nav .nav-list .nav-item.active:before {
  opacity: 1;
}
.pc-nav .nav-list .nav-item:before {
  position: absolute;
  content: "";
  width: 49px;
  height: 4px;
  background: #ebcda7;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  opacity: 0;
}
.mobile-nav {
  display: none;
}
.mobile-nav .nav-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.mobile-nav .nav-bar .logo_1 {
  width: 60px;
}
.mobile-nav .nav-bar .menu-btn {
  width: 35px;
}
.mobile-nav .mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #00000078;
  z-index: 900;
  animation: fadeIn-d010c5be 0.5s ease-in-out both;
}
.mobile-nav .navigation-wrap {
  position: fixed;
  width: 100vw;
  padding: 10px 15px;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 901;
  overflow: auto;
  background-color: #fff;
  transform: translate(100%);
}
.mobile-nav .navigation-wrap.slide-in {
  animation: slideInRight-d010c5be 0.3s ease-in-out both;
}
.mobile-nav .navigation-wrap.slide-out {
  animation: slideOutRight-d010c5be 0.3s ease-in-out both;
}
.mobile-nav .navigation-wrap .close-icon {
  width: 35px;
  cursor: pointer;
  margin-bottom: 20px;
}
.mobile-nav .navigation-wrap .nav-item {
  cursor: pointer;
  width: 100%;
  height: 60px;
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-nav .navigation-wrap .nav-item.active {
  color: #ebcda7;
}
.mobile-nav .navigation-wrap .nav-item .name {
  flex: 1;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .pc-nav {
    gap: 20px;
  }
  .pc-nav .logo_1 {
    width: 120px;
  }
  .pc-nav .nav-item {
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .pc-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
}
@keyframes slideInRight-d010c5be {
  0% {
    transform: translate(100%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes slideOutRight-d010c5be {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  to {
    transform: translate(100%);
    opacity: 0;
  }
}
@keyframes fadeIn-d010c5be {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wave {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  z-index: -2;
}
.wave.wave-1 {
  z-index: -1;
  max-width: none;
  width: calc(100% + 5px);
}
.page-footer {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
.page-footer .main-content {
  background: #333;
  padding: 90px 10px;
}
.page-footer .content-box {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.fastLink .web-logo {
  max-width: 118px;
  margin-bottom: 30px;
}
.fastLink .link-list {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.fastLink .link-list .link-name {
  border-right: 1px solid #fff;
  padding: 0 15px;
  cursor: pointer;
}
.fastLink .link-list .link-name:hover {
  color: #ebcda7;
}
.fastLink .link-list .link-name:first-child {
  padding-left: 0;
}
.fastLink .link-list .link-name:last-child {
  border-right: none;
}
.contact-info {
  padding-left: 42px;
  padding-top: 4px;
  margin-bottom: 31px;
  color: #fff;
}
.contact-info .title {
  font-size: 18px;
  font-weight: 500;
}
.contact-info .info-item {
  font-size: 14px;
  line-height: 34px;
  display: flex;
  gap: 8px;
}
.contact-info .info-item .icon-img {
  width: 16px;
  flex-shrink: 0;
}
.contact-info .info-item .text {
  max-width: 305px;
}
.Copyright {
  color: #fffc;
  font-size: 14px;
}
@media (max-width: 900px) {
  .page-footer {
    padding-top: 0;
  }
  .page-footer .wave {
    display: none;
  }
  .page-footer .main-content {
    padding: 10px;
  }
  .page-footer .content-box {
    gap: 15px;
    align-items: flex-start;
    justify-content: space-around;
  }
  .page-footer .content-box .fastLink {
    margin-bottom: 10px;
  }
  .page-footer .content-box .fastLink .web-logo {
    width: 90px;
    text-align: center;
    margin: auto;
  }
  .page-footer .content-box .fastLink .link-list {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .page-footer .content-box .fastLink .link-list .link-name {
    border: none;
    text-align: center;
    padding: 0;
  }
  .page-footer .content-box .contact-info {
    padding-left: 0;
  }
}
.dialog-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #0009;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.dialog-wrap .dialog-content {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  max-width: 95vw;
  max-height: 95vh;
  background: #f0f5ff;
  overscroll-behavior: contain;
}
.dialog-wrap .dialog-content .left {
  display: grid;
  gap: 15px;
  padding: 60px 24px;
  grid-template-columns: repeat(2, 224px);
  grid-auto-rows: max-content;
}
.dialog-wrap .dialog-content .right {
  background: #fff;
  padding: 55px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  max-height: 100%;
  overflow: auto;
}
.dialog-wrap .dialog-content .right .join-block {
  border-radius: 20px;
  border: 1px solid #d7d7e4;
  padding: 10px 0 30px 35px;
}
.dialog-wrap .dialog-content .right .join-block .title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.dialog-wrap .dialog-content .right .join-block .text-list {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.dialog-wrap .dialog-content .right .join-block .btn {
  width: 225px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  background: transparent;
  margin: auto;
  cursor: pointer;
}
.dialog-wrap .dialog-content .right .join-block .btn.b1 {
  color: #1c224b;
  border: 2px solid #1c224b;
}
.dialog-wrap .dialog-content .right .join-block .btn.b2 {
  color: #fff;
  background: #1c224b;
}
@media (max-width: 900px) {
  .dialog-wrap {
    align-items: flex-end;
  }
  .dialog-wrap .dialog-content {
    flex-direction: column;
    max-width: 100vw;
    max-height: 90vh;
    overflow: auto;
    padding: 10px;
    border-radius: 20px 20px 0 0;
  }
  .dialog-wrap .dialog-content .left {
    padding: 30px 0;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .dialog-wrap .dialog-content .right {
    padding: 0;
    background: transparent;
    max-height: none;
    overflow: initial;
  }
  .dialog-wrap .dialog-content .right .join-block {
    background: #fff;
  }
  .dialog-wrap .dialog-content .right .join-block .btn {
    margin: inherit;
  }
}
@media (max-width: 500px) {
  .dialog-wrap .dialog-content .left {
    grid-template-columns: repeat(2, 1fr);
  }
}
