@import "_variables.css";

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  outline: 0px;
  font-family: "NanumSquare";
  font-weight: 300;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
  font-size: 0px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ul li,
ol li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  cursor: default;
}

a {
  display: inline-block;
  text-decoration: none;
  color: black;
}
p {
  cursor: default;
}

.wrap {
  margin: 0px auto;
  padding: 0px 30px;
  width: 1480px;
}

.loginWrap {
  margin: 0px auto;
  width: 300px;
}

.pc {
  display: inline-block !important;
}

.mobile {
  display: none !important;
}

.language {
  padding: 0.3125rem 2.5rem;
  background-color: #292929;
  color: #999999;
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.flexHeader {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px 35px;
  background-color: black;
  height: 60px;
}

@media screen and (max-width: 1480px) {
  .wrap {
    width: 100%;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 980px) {
  .flexHeader {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 15px 30px;
  }
  .pc {
    display: none !important;
  }

  .mobile {
    display: inherit !important;
  }
}

@media screen and (max-width: 600px) {
  .flexHeader {
    padding: 15px 20px;
  }
  .noWrap {
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
  }
  .wrap {
    width: 100%;
    padding: 0px 15px;
  }
}

table {
  border-collapse: collapse;
}

caption {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
input[type="submit"],
button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  background: none;
  border: 0;
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
}
@media screen and (max-width: 1820px) {
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
  .wrap {
    width: 100%;
  }
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
}

@media only screen and (min-width: 100px) and (max-width: 600px) {
}
