@import url("reset.css");
@import url("normalize.css");
@import url("common.css");

/* google-font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

/* google-icon */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");


.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.wr {
  width: 72%;
  min-width: 960px;
  max-width: 1400px;
  margin: auto;
}
.require {
  position: relative;
}
.require::after {
  content: "";
  display: inline-block;
  vertical-align: super;
  margin: 0 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e30613;
}


body:lang(cn) {
    font-family: "Noto Sans SC", sans-serif;
  }

body:lang(ko),body:lang(en){
  font-family: "Noto Sans KR", sans-serif;
}


html, body {
    font-size: 0.625em;
}

p, span {
  word-break: keep-all;
  font-size: 1.8rem;
}

P:lang(cn) {
    word-break: break-all;
}

h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}

h3 {
    font-size: 3.2rem;
}

h4 {
    font-size: 2.4rem;
}

#container {
  position: relative;
  font-size: 1em;
  zoom: 1;
}
#container_title {
  position: absolute;
  z-index: -999;
  opacity: 0;
}


@media (max-width: 1024px) {
  html,
  body {
      width: 100%;
      overflow-x: hidden;
  }

  .wr {
    width: 90%;
    max-width: 600px;
    min-width: unset;
    margin: auto;
  }

  p, span {
      word-break: keep-all;
      font-size: 1.2rem;
  }
  h1 {
      font-size: 2.4rem;
  }
  h3 {
      font-size: 2rem;
  }
  h4 {
      font-size: 1.4rem;
  }
   
}

.chk_box,
.btn_bo_user {
  display: none;
}
