@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");
:root {
  --accent-color: var(--accent-color);
  --second-color: #373f57;
  --boxbg-color: #f7f9fe;
  --red-color: #e14444;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2px;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
  text-align: center;
}

p {
  word-break: keep-all;
}

.blue {
  color: var(--accent-color);
}

.red {
  color: #f06464;
}

.green {
  color: #17864c;
}

@-webkit-keyframes fadein {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.customs-page-container {
  padding-top: 70px;
}
.customs-page-container #customs_nav_container {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, rgb(255, 255, 255)), to(rgb(202, 206, 216)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 99%, rgb(202, 206, 216) 100%);
  z-index: 9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.customs-page-container #customs_nav_container #customs_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--second-color);
  overflow: scroll;
}
.customs-page-container #customs_nav_container #customs_nav::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
}
.customs-page-container #customs_nav_container #customs_nav.lock .tab-page {
  pointer-events: none;
}
.customs-page-container #customs_nav_container #customs_nav.lock.moving {
  cursor: pointer;
}
.customs-page-container #customs_nav_container #customs_nav.lock.moving .tab-page:hover::after {
  opacity: 0;
}
.customs-page-container #customs_nav_container #customs_nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customs-page-container #customs_nav_container #customs_nav ul .tab-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.customs-page-container #customs_nav_container #customs_nav ul .tab-page::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-color);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.customs-page-container #customs_nav_container #customs_nav ul .tab-page.selected::after, .customs-page-container #customs_nav_container #customs_nav ul .tab-page:hover::after {
  opacity: 1;
}
.customs-page-container #customs_nav_container #customs_nav ul .tab-page.selected {
  pointer-events: none;
}

.content-container {
  position: relative;
  top: 0;
}