@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/times-new-roman");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Aboreto&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Pretendard", sans-serif !important;
  -webkit-font-smoothing: antialiased; /* 웹킷 기반 브라우저 */
  -moz-osx-font-smoothing: grayscale; /* macOS 전용 */
  box-sizing: border-box;
  letter-spacing: -0.3px;
}

body, html {
  height: 100%;
  background-color: #000;
}

#root {
  position: relative;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

p, span, li, a {
  word-break: keep-all;
  line-height: 22px;
}

.disnone {
  display: none !important;
}

.flexalign {
  display: flex;
  align-items: center;
}

.accordion-item {
  border: none !important;
}

.accordion-button {
  border: none;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent !important;
}

.accordion-button::after {
  display: none;
}

.numnav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.numnav li button, .numnav li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.numnav li button.active {
  background-color: #FFD87E;
  border-radius: 6px;
  color: #000000 !important;
}
.numnav li button:hover {
  color: #fff;
}

table {
  width: 100%;
  table-layout: fixed;
}
table thead tr {
  background-color: #4d4735;
}
table thead tr th {
  font-size: 14px;
  padding: 13px 0;
  font-weight: 200;
  text-align: center;
  color: #fff;
}
table tbody tr {
  background-color: #181818;
  border-bottom: 1px solid #303030;
}
table tbody tr td {
  font-size: 14px;
  padding: 13px 0;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
table tbody tr:last-child {
  border: none;
}

header .pcHeader {
  position: relative;
}
header .pcHeader .topdiv {
  width: 100%;
  height: 42px;
  background: linear-gradient(90deg, #4A3A22 0%, #77541D 16.35%, #C0A67A 50.48%, #77541D 80.29%, #4A3A22 100%);
}
header .pcHeader .topdiv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .pcHeader .topdiv .inner .logBefore {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .pcHeader .topdiv .inner .logBefore button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 28px;
  border-radius: 4px;
  background-color: #3D2C12;
  font-size: 14px;
  color: #fff;
  transition: all 0.2s;
}
header .pcHeader .topdiv .inner .logBefore .singup {
  color: #D2CDC4;
  background: rgba(61, 44, 18, 0.69);
}
header .pcHeader .topdiv .inner .logBefore .signin:hover {
  background-color: #CC9746;
}
header .pcHeader .topdiv .inner .logBefore .singup:hover {
  color: #fff;
  background: #242424;
}
header .pcHeader .topdiv .inner .logAfter {
  display: flex;
  align-items: center;
  gap: 4px;
}
header .pcHeader .topdiv .inner .logAfter ul {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 28px;
  border-radius: 4px;
  background-color: #3D2C12;
  gap: 22px;
}
header .pcHeader .topdiv .inner .logAfter ul li span, header .pcHeader .topdiv .inner .logAfter ul li button {
  font-size: 14px;
  color: #FFDD9D;
  font-weight: 300;
}
header .pcHeader .topdiv .inner .logAfter ul li span:nth-child(1) {
  display: inline-block;
  margin-right: 2px;
  color: #fff;
}
header .pcHeader .topdiv .inner .logAfter button {
  padding: 0 10px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  color: #D2CDC4;
  background: rgba(61, 44, 18, 0.69);
  transition: all 0.2s;
}
header .pcHeader .topdiv .inner .logAfter button:hover {
  color: #fff;
  background: #242424;
}
header .pcHeader .middlediv {
  width: 100%;
  height: 3px;
  background-image: url("../images/top_bar2.png");
}
header .pcHeader .bottomdiv {
  width: 100%;
  height: 69px;
  background-image: url("../images/top_bar1.png");
}
header .pcHeader .bottomdiv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .pcHeader .bottomdiv .inner .menudiv {
  display: flex;
  align-items: center;
  gap: 68px;
}
header .pcHeader .bottomdiv .inner .menudiv button p {
  color: #C0C0C0;
  text-align: center;
  transition: all 0.3s;
}
header .pcHeader .bottomdiv .inner .menudiv button p:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
}
header .pcHeader .bottomdiv .inner .menudiv button p:nth-child(2) {
  font-size: 12px;
  font-weight: 100;
}
header .pcHeader .bottomdiv .inner .menudiv button:hover p {
  color: #EBC88F;
}
header .pcHeader .logoimg {
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}
header .pcHeader .inner {
  width: 100%;
  max-width: 1338px;
  height: 100%;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */