/*! Build Date: 2023. 1. 16. 오전 11:31:17 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap);
@import url(https://use.typekit.net/hlu4wpj.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}

a {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  font-weight: 500;
}

body {
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #222;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smooting: antialiased;
  -moz-font-smoothing: grayscale;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border: 0 none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea {
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1rem;
}

input {
  margin: 0;
}

img,
fieldset {
  border: 0;
}

ul,
ol,
li {
  list-style-type: none;
}

li img {
  vertical-align: top;
}

button {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  font-size: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  /*-webkit-transform: translate3d(0, 0, 0);*/
  /*-moz-transform: translate3d(0, 0, 0);*/
  /*-ms-transform: translate3d(0, 0, 0);*/
  /*-o-transform: translate3d(0, 0, 0);*/
  /*transform: translate3d(0, 0, 0);*/
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  /*display: table;*/
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.page__main .contents__wrap {
  display: flex;
  flex-wrap: wrap;
}
.page__main .contents__wrap:before {
  content: "";
  width: 50%;
  height: 100%;
  min-height: 100vh;
  background-color: #F4F1E7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.page__main .visual {
  position: relative;
  width: 980px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
}
.page__main .visual .slider {
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.page__main .visual .slider li {
  position: relative;
  width: 100%;
  height: 100%;
}
.page__main .visual .slider img {
  width: auto;
  height: 100%;
}
.page__main .visual_title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 200px 0 0 97px;
}
.page__main .visual_title .sub {
  font-size: 1.5rem;
  text-decoration: underline;
}
.page__main .visual_title .main {
  letter-spacing: -0.02em;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 20px 0 24px;
}
.page__main .visual_title .main span {
  font-weight: 500;
  display: block;
}
.page__main .visual_title .desc {
  font-size: 1.125rem;
  opacity: 0.8;
}
.page__main .info {
  position: relative;
  width: 550px;
  height: 750px;
  padding-top: 55px;
  margin-left: 88px;
  box-sizing: border-box;
}
.page__main .info__box {
  padding-bottom: 75px;
}
.page__main .info__box + .info__box {
  padding-bottom: 0;
}
.page__main .info .main {
  font-size: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}
.page__main .info .desc {
  padding: 20px 0 25px;
  line-height: 1.625;
  font-size: 14px;
}
.page__main .info .button {
  width: 245px;
  height: 55px;
  padding-bottom: 2px;
  font-size: 1.25rem;
  font-weight: 500;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.page__main .info .button span {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 154px;
}
.page__main .info .button span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/main_more.svg) no-repeat center/100% auto;
}
.page__main .info .button.download span:after {
  width: 20px;
  height: 20px;
	margin-right: -4px;
  background: url(../images/main_down.svg) no-repeat center/100% auto;
}
.page__main .info .button + .button {
  margin-top: 15px;
}

.page__main .info .btn {
  display: flex;
  gap: 30px;
}
.page__main .info .btn li a {
  display: block;
  width: 140px;
  text-align: center;
  color: #8D7631;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.page__main .info .btn li i{
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 13px;
}
.page__main .info .btn li .icon1 {
  overflow: hidden;
  border-radius: 100%;
  background: url(../images/main_icon1.svg) center / 100% auto no-repeat;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.10);
}
.page__main .info .btn li .icon2 {
  background: url(../images/main_icon2.svg) center / 100% auto no-repeat;
}
.page__main .info .btn li .icon3 {
  background: url(../images/main_icon3.svg) center / 100% auto no-repeat;
}
.page__main .info .btn li a .icon4 {
  background: url(../images/main_icon4.svg) center / 100% auto no-repeat;
}
.page__main .info .btn li .icon5 {
  background: url(../images/main_icon5.svg) center / 100% auto no-repeat;
}



.page__main .copyright {
  width: 100%;
  padding-top: 20px;
  font-size: 0.8125rem;
  color: #666;
  font-weight: 400;
}

.blind {
  overflow: hidden;
  position: absolute;
  top: -999px;
  left: -999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
}

body {
  min-width: 1280px;
  overflow-x: auto;
}
body.layer-opens {
  overflow: hidden;
}
body.layer-opens #wrapper {
  overflow: scroll;
}
body.nav-opens {
  overflow: hidden;
}

.input-text {
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 1rem;
  color: #222;
}
.input-text::placeholder {
  font-weight: 400;
}
.input-text:read-only {
  background-color: #F7F7F7;
  color: #666;
}
.input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.input-select::-ms-expand {
  display: none;
}
.input-checkbox {
  position: relative;
}
.input-checkbox input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: -999px;
  top: 0;
}
.input-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
}
.input-checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  margin-right: 8px;
  background-color: #fff;
}
.input-checkbox input:checked + label:before {
  background: url(../images/checkbox_checked.svg) no-repeat center;
  background-color: #fff;
}
.input-radio {
  position: relative;
}
.input-radio input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: -999px;
  top: 0;
}
.input-radio label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
}
.input-radio label:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #d9d9d9;
  margin-right: 8px;
  border-radius: 50%;
}
.input-radio input:checked + label:before {
  background: url(../images/checkbox_checked.svg) no-repeat center/55% auto;
}
.input-textarea {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
}

.js-select.hide {
  display: none;
}

.select-box {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  z-index: 100;
}
.select-box label {
  font-size: 16px;
}
.select-box .current {
  position: relative;
  color: #222;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 500;
  padding: 11px 38px 11px 26px;
  z-index: 5;
}
.select-box .current:after {
  content: "";
  width: 14px;
  height: 8px;
  right: 19px;
  position: absolute;
  top: 50%;
  background: url(../images/icon_arrow_down.svg) no-repeat center/100% auto;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.select-box .option-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background-color: #fff;
  width: 0;
  overflow: hidden;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
  max-height: 160px;
  border-radius: 5px;
}
.select-box .option-dropdown .item {
  display: block;
  width: 100%;
  text-align: left;
  color: #222;
  padding: 8px 26px;
}
.select-box .option-dropdown .item.selected {
  background-color: #f3f3f3;
}
.select-box.is-active {
  z-index: 200;
}
.select-box.is-active .current:after {
  transform: translateY(-50%) scaleY(-1);
}
.select-box.is-active .option-dropdown {
  width: 100%;
  border: 1px solid #d9d9d9;
  overflow-y: auto;
  transform: translateY(0);
}
.select-box.is-active .option-dropdown::-webkit-scrollbar {
  width: 5px;
}
.select-box.is-active .option-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
}
.select-box.is-active .option-dropdown::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.primary {
  background-color: #B19951;
  color: #fff;
  margin-left: 10px;
}
.button.secondary {
  background-color: #fff;
  color: #B19951;
  border: 1px solid #B19951;
}
.button.arrow_right span {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.button.arrow_right span:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 3px;
  transform: translateY(-50%);
  background: url(../images/arrow_right_gold.svg) no-repeat center/100% auto;
}
.button.arrow_right.primary span:after {
  background-image: url(../images/arrow_right_white.svg);
}

.button_group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1001;
}
.header__inner {
  width: 100%;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.header__utils {
  margin-left: auto;
  display: flex;
}
.header__utils .icon {
  display: flex;
  align-items: center;
  color: #222;
  font-weight: bold;
  margin-left: 35px;
  font-size: 0.9375rem;
}
.header__utils .icon:after {
  content: "";
  width: 18px;
  height: 18px;
  background: no-repeat center;
  margin-left: 5px;
}
.header__utils .btn_join:before,
.header__utils .btn_logout:before {
  content: "";
  width: 1px;
  height: 19px;
  background-color: #666;
  margin-right: 35px;
}
.header__utils .btn_join:after {
  background-image: url(../images/main_business.svg);
}
.header__utils .btn_login:after {
  background-image: url(../images/main_login.svg);
}
.header__utils .btn_logout:after {
  background-image: url(../images/main_logout.svg);
}
.header__utils .info {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
.header__utils .info:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/main_login.svg) no-repeat center;
  margin-right: 2px;
}
.header__utils .info_text {
  font-size: 0.875rem;
}
.header__utils .info_text em {
  font-style: normal;
  font-weight: 700;
  color: #B19951;
  display: inline-block;
  margin-right: 3px;
}
.header__utils .info_btn {
  display: block;
  width: 112px;
  height: 30px;
  background-color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B19951;
  border: 1px solid #B19951;
  margin-left: 16px;
}
.header__utils .info .edit {
  position: relative;
  margin-left: 35px;
}
.header__utils .info .edit .info_btn {
  margin-left: 0;
}
.header__utils .info .edit .bb {
  display: none;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
.header__utils .info .edit .bb > div svg {
  margin-right: 5px;
}
.header__utils .info .edit .bb > div {
  display: flex;
  align-items: center;
  height: 27px;
  background: #666;
  border-radius: 50px;
  white-space: nowrap;
  padding: 0 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
.header__utils .info .edit .bb::before,
.header__utils .info .edit .bb::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.header__utils .info .edit .bb::before{
  top: -10px;
  border-bottom: 11px solid #666;
}
.header__utils .info .edit .bb::after{
  top: -9px;
  border-bottom: 10px solid #666;
}
.contents__wrap {
  max-width: 1680px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.contents__inner {
  max-width: 1310px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

#wrapper {
  position: relative;
}

#container {
  min-height: calc(100vh - 100px - 139px);
}

.check_box {
  position: relative;
  display: inline-block;
}
.check_box label {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.check_box label .check {
  font-size: 0;
  display: none;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon_check.svg) no-repeat center/100% auto;
}
.check_box label:hover {
  cursor: pointer;
}
.check_box label.is-checked .check {
  display: block;
}
.check_box input:checked + label .check {
  display: block;
}

footer {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 95px 0 30px;
  background-color: #F4F1E7;
}
footer ul {
  display: flex;
  align-items: center;
  line-height: 1;
}
footer .terms {
  font-size: 0.875rem;
  font-weight: 500;
}
footer .terms li + li {
  display: flex;
  align-items: center;
}
footer .terms li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #666;
  margin: 0 6px;
}
footer .terms a {
  color: #222;
}
footer .information {
  color: #666;
  font-size: 0.8125rem;
}
footer .information li {
  margin-left: 13px;
}
footer.white {
  background-color: #fff;
}

.entry__contents {
  background-color: #F4F1E7;
  padding-top: 80px;
}
.entry__box {
  background-color: #fff;
}
.entry__progress {
  width: 100%;
  padding: 0 74px;
}
.entry__progress .entry_item_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.entry__progress .entry_item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 55px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #666;
}
.entry__progress .entry_item ::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
}
.entry__progress .entry_item ::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70%;
  width: 70px;
  height: 6px;
  background: url(../images/step_dot.png) no-repeat center/100% auto;
}
.entry__progress .entry_item:nth-of-type(1) ::before {
  width: 43px;
  height: 46px;
  background: url(../images/step_01.png) no-repeat center/100% auto;
}
.entry__progress .entry_item:nth-of-type(2) ::before {
  width: 52px;
  height: 52px;
  background: url(../images/step_02.png) no-repeat center/100% auto;
}
.entry__progress .entry_item:nth-of-type(3) ::before {
  width: 46px;
  height: 46px;
  background: url(../images/step_03.png) no-repeat center/100% auto;
}
.entry__progress .entry_item:nth-of-type(3) ::after {
  right: -80%;
}
.entry__progress .entry_item:nth-of-type(4) ::before {
  width: 47px;
  height: 48px;
  background: url(../images/step_04.png) no-repeat center/100% auto;
}
.entry__progress .entry_item:nth-of-type(4) ::after {
  display: none;
}
.entry__progress .entry_item.is-active {
  color: #B19951;
}
.entry__progress .entry_item.is-active:nth-of-type(1) ::before {
  background: url(../images/step_01_active.png) no-repeat center/100% auto;
}
.entry__progress .entry_item.is-active:nth-of-type(2) ::before {
  background: url(../images/step_02_active.png) no-repeat center/100% auto;
}
.entry__progress .entry_item.is-active:nth-of-type(3) ::before {
  background: url(../images/step_03_active.png) no-repeat center/100% auto;
}
.entry__progress .entry_item.is-active:nth-of-type(4) ::before {
  background: url(../images/step_04_active.png) no-repeat center/100% auto;
}
.entry__progress .entry_item span {
  font-weight: 800;
}

.pagination {
  text-align: center;
  margin: 40px 0 46px;
  display: block;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li a {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #222;
  font-weight: 400;
}
.pagination li.num a {
  width: 28px;
  height: 28px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: lato, sans-serif;
  line-height: 28px;
}
.pagination li.is-current a {
  background: #666666;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.pagination li.page {
  position: relative;
  width: 40px;
  height: 40px;
}
.pagination li.page a {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagination li.page a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.pagination li.page.prev a:after, .pagination li.page.next a:after {
  background: url(../images/icon_page_right.svg) no-repeat center/70% auto;
}
.pagination li.page.prev {
  margin-right: 10px;
}
.pagination li.page.next {
  margin-left: 10px;
}
.pagination li.page.prev a:after {
  transform: rotate(180deg);
  transform-origin: 25% 25%;
}

.images_fit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.images_fit img {
  max-width: 100%;
  max-height: 100%;
}

.main_loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.main_loading-inner {
  width: 572px;
  height: 240px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main_loading-inner p {
  padding-bottom: 40px;
  font-size: 20px;
}

#ui-datepicker-div {
  z-index: 99999999 !important;
}

.layer {
  position: fixed;
  left: 0;
  top: 0;
}
.layer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.layer_inner {
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
  background-color: #fff;
  width: 100%;
  max-width: 750px;
}
.layer_inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.layer_inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.layer_inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.layer .close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  font-size: 0;
  z-index: 9999;
  background: url(../images/layer_close.svg) no-repeat center;
}
@media (max-width: 768px) {
  .layer .close {
    right: 5vw;
    top: 5vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.layer.is-hidden {
  display: none;
}
.layer.is-open {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.layer.layer_confirm .layer_inner {
  width: 540px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .layer.layer_confirm .layer_inner {
    width: 83.3333333333vw;
    border-radius: 1.6666666667vw;
  }
  .layer.layer_confirm .contents {
    padding: 8.3333333333vw;
  }
  .layer.layer_confirm .desc {
    font-size: 1.2857142857rem;
    min-height: 22.2222222222vw;
  }
  .layer.layer_confirm .button {
    border-radius: 1.6666666667vw;
    font-size: 0.9285714286rem;
    height: 10vw;
    width: 33.8888888889vw;
  }
}
.layer.layer_login-reset .layer_inner {
  padding: 38px 50px;
}
.layer.layer_login-reset .layer_title {
  display: flex;
  align-items: center;
  font-size: 1.625rem;
}
.layer.layer_login-reset .layer_title:before {
  content: "";
  width: 67px;
  height: 67px;
  background: url(../images/login_password.svg) no-repeat center;
  margin-right: 19px;
}
.layer.layer_login-reset .layer_contents {
  font-weight: 500;
  line-height: 1.75;
}
.layer.layer_login-reset .layer_contents .sub {
  padding: 14px 0 26px;
  font-size: 1.125rem;
}
.layer.layer_login-reset .layer_contents .info {
  background-color: #F4F1E7;
  padding: 27px 30px 27px 48px;
  font-size: 1rem;
}
.layer.layer_login-reset .layer_contents .info li {
  list-style-type: disc;
}
.layer.layer_login-reset .layer_contents .button_group {
  padding: 30px 0;
}
.layer.layer_login-reset .layer_contents .button_group .button {
  width: 245px;
  font-size: 1.25rem;
  margin: 0 6px;
}
.layer.layer_get_info .layer_inner {
  max-height: 90vh;
  max-width: 1250px;
  height: 967px;
  padding: 53px 75px;
}
.layer.layer_get_info .layer_title {
  font-size: 1.625rem;
  font-weight: 700;
}
.layer.layer_get_info .layer_desc {
  font-size: 1.125rem;
  padding-top: 15px;
  font-weight: 500;
}
.layer.layer_get_info .table_entry .table_body {
  max-height: 37vh;
  overflow-y: auto;
}
.layer.layer_get_info .table_entry .table_body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.layer.layer_get_info .table_entry .table_body::-webkit-scrollbar-track {
  background-color: transparent;
}
.layer.layer_get_info .table_entry .table_body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.layer.layer_get_info .table_entry .number {
  flex-basis: 100px;
}
.layer.layer_get_info .table_entry .image {
  flex-basis: 90px;
}
.layer.layer_get_info .table_entry .category {
  flex-basis: 150px;
}
.layer.layer_get_info .button_group {
  padding-top: 70px;
}
.layer.layer_get_info .button_group .message {
  font-size: 1.5rem;
  color: #000;
  margin-right: 48px;
}
.layer.layer_get_info .button_group .button {
  padding: 0 18px;
  height: 55px;
  min-width: 189px;
  font-size: 20px;
}
.layer.layer_get_info.none .layer_inner {
  max-height: 87vh;
}
.layer.layer_regist_all .layer_inner {
  max-height: 71vh;
  max-width: 1250px;
  height: 649px;
  padding: 53px 75px;
}
.layer.layer_regist_all .layer_title {
  font-size: 1.625rem;
  font-weight: 700;
}
.layer.layer_regist_all .list_desc {
  padding-top: 9px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
}
.layer.layer_regist_all .list_desc .fax {
  margin: 0 15px;
}
.layer.layer_regist_all .excel_downLoad_btn {
  font-size: 0.875rem;
  padding: 8px 14px;
  border: 1px solid #666666;
  margin-left: 5px;
  color: #222;
}
.layer.layer_regist_all .form_box {
  border: 1px solid #9B884F;
  border-radius: 5px;
  padding: 37px;
  margin-bottom: 45px;
}
.layer.layer_regist_all .form_box p {
  font-size: 1.375rem;
  padding-bottom: 30px;
  text-align: center;
}
.layer.layer_regist_all .form .group {
  display: flex;
  justify-content: center;
}
.layer.layer_regist_all .form .find_file_btn {
  min-width: 150px;
  padding: 16px;
  line-height: 1;
  color: #fff;
  background: #666666;
  text-align: center;
  cursor: pointer;
}
.layer.layer_regist_all.normal .form {
  flex-wrap: wrap;
}
.layer.layer_regist_all.normal .form .button_wrap {
  width: 100%;
  padding-top: 30px;
}
.layer.layer_regist_all.normal .form .button_wrap .button {
  width: 245px;
  height: 55px;
}
.layer.layer_regist_all .input-text {
  padding: 16px 15px;
  color: #666;
  width: 445px;
  margin-right: 9px;
}
.layer.layer_regist_all .button_wrap {
  padding-top: 30px;
}
.layer.layer_regist_all.error .layer_inner {
  max-height: 90vh;
  height: 1207px;
  overflow-y: auto;
}
.layer.layer_regist_all .form {
  display: flex;
  justify-content: center;
}
.layer.layer_regist_all .button_wrap {
  padding-top: 0;
  margin-right: 9px;
}
.layer.layer_regist_all .result {
  font-size: 1.25rem;
  padding-bottom: 15px;
}
.layer.layer_regist_all .table_sul_list {
  padding-bottom: 34px;
}
.layer.layer_regist_all .table_sul_list .table_head {
  display: flex;
  background: #F4F1E7;
  border-radius: 5px;
  font-size: 1.125rem;
}
.layer.layer_regist_all .table_sul_list .table_body {
  font-size: 1rem;
}
.layer.layer_regist_all .table_sul_list .table_body li {
  border-bottom: 1px solid #D9D9D9;
}
.layer.layer_regist_all .table_sul_list li {
  text-align: center;
  padding: 24px 0;
  text-align: center;
}
.layer.layer_regist_all .regist_complete .table_sul_list .table_body {
  display: flex;
}
.layer.layer_regist_all .regist_complete .table_sul_list li {
  width: 12.5%;
}
.layer.layer_regist_all .regist_fail .table_sul_list .table_body {
  font-size: 1rem;
}
.layer.layer_regist_all .regist_fail .table_sul_list .table_body .error_contents {
  text-align: left;
  padding-left: 30px;
}
.layer.layer_regist_all .regist_fail .table_sul_list .line {
  display: flex;
}
.layer.layer_regist_all .regist_fail .table_sul_list .line span {
  display: block;
}
.layer.layer_regist_all .regist_fail .table_sul_list .category {
  flex-basis: 152px;
}
.layer.layer_regist_all .regist_fail .table_sul_list .product_line {
  flex-basis: 120px;
}
.layer.layer_regist_all .regist_fail .table_sul_list .product_name {
  flex-basis: 145px;
}
.layer.layer_regist_all .regist_fail .table_sul_list .error_item {
  flex-basis: 190px;
}
.layer.layer_regist_all .regist_fail .table_sul_list .error_contents {
  flex: 1;
}
.layer.layer_overlap .layer_inner {
  padding: 52px 70px 78px;
  width: 800px;
  max-width: 800px;
}
.layer.layer_overlap .layer_title {
  font-size: 1.625rem;
  line-height: 1.4;
}
.layer.layer_overlap .layer_title-sub {
  font-size: 1.125rem;
  padding: 15px 0 40px;
}
.layer.layer_overlap .layer_contents {
  display: flex;
  justify-content: space-between;
}
.layer.layer_overlap .layer_contents .box {
  width: calc(50% - 5px);
  border: 1px solid #B19951;
  border-radius: 5px;
  padding: 38px 40px 40px;
}
.layer.layer_overlap .layer_contents .box p {
  font-size: 1.25rem;
  padding-bottom: 40px;
}
.layer.layer_overlap .layer_contents .box .button {
  width: 240px;
  height: 55px;
  font-size: 1.25rem;
}

.layer.layer_guide .close {
  display: block !important;
}
.layer.layer_guide .layer_inner {
  padding: 52px 50px 60px;
  width: 600px;
}
.layer.layer_guide .layer_title {
  font-size: 1.625rem;
  line-height: 1.4;
}
.layer.layer_guide .layer_title-sub {
  font-size: 18px;
  padding: 15px 0 40px;
}
.layer.layer_guide .layer_title-sub span {
  font-size: 16px;
}
.layer.layer_guide .layer_contents {
  padding-top: 45px;
  border-top: 1px solid rgba(153, 153, 153, 0.20);
}
.layer.layer_guide .layer_contents ul.bul {
  margin-top: 20px;
}
.layer.layer_guide .layer_contents ul.bul li {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 180%;
}
.layer.layer_guide .layer_contents ul.bul li:before {
  content: "·";
  margin-right: 5px;
}
.layer.layer_guide .layer_contents dl dt {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
}
.layer.layer_guide .layer_contents dl dt:before {
  content: "·";
  margin-right: 5px;
}
.layer.layer_guide .layer_contents dl dd {
  padding-left: 10px;
  color: #666;
  font-size: 16px;
  line-height: 180%;
}
.layer.layer_guide .layer_contents dl dd + dt {
  margin-top: 14px;
}

.layer.layer_guide.col2 .layer_inner {
  width: 1000px;
  max-width: 1000px;
}
.layer.layer_guide.col2 .layer_contents {
  display: flex;
  padding-top: 45px;
  border-top: 1px solid rgba(153, 153, 153, 0.20);
}

.layer.layer_guide.col2 .layer_contents > div {
  width: 50%;
}

.layer.layer_guide.col2 .layer_contents > div:last-child {
  padding-left: 35px;
  border-left: 1px solid rgba(153, 153, 153, 0.50);
}


.page__login {
  background-color: #F4F1E7;
  font-weight: 500;
}
.page__login .form {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.page__login .button {
  height: 55px;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 2px;
}

.login__inner {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.login__title {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  padding: 40px 0;
}
.login__title.center {
  text-align: center;
}

.form__login {
  padding: 60px 140px;
  width: 850px;
  margin: 0 auto;
}
.form__login-title {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 -40px;
}
.form__login-title strong {
  font-weight: 700;
}
.form__login-title .block {
  display: block;
}
.form__login-box {
  border: solid #D9D9D9;
  border-width: 1px 0;
  padding: 40px 0 20px;
  margin-bottom: 24px;
}
.form__login-box li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.form__login-box .label {
  display: block;
  width: 135px;
  font-size: 1.125rem;
}
.form__login-box .input-text {
  width: calc(100% - 135px);
}
.form__login-box .content {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__login-box .numbers .input-text,
.form__login-box .phone .input-text {
  width: 125px;
}
.form__login-box .check_message {
  width: 100%;
  padding-left: 135px;
  padding-top: 10px;
}
.form__login-result {
  border: solid #D9D9D9;
  border-width: 1px 0;
  padding: 50px 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.form__login-result dt {
  width: 140px;
  font-weight: 500;
}
.form__login-result dd {
  width: calc(100% - 140px);
  display: flex;
  align-items: center;
  color: #666;
}
.form__login-result dd:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #D9D9D9;
  display: block;
  margin-right: 15px;
}
.form__login-submit {
  padding: 25px 0 10px;
  text-align: center;
}
.form__login-submit .button {
  width: 250px;
}
.form__login-submit .links {
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__login-submit .links a {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.8125rem;
}
.form__login-submit .links a:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #D9D9D9;
  margin: 0 8px;
}
.form__login-submit .links a:last-child:after {
  display: none;
}
.form__login-submit .warning {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin: 20px -50px 0;
}
.form__login-submit .warning:before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url(../images/login_warning.svg) no-repeat;
  margin-right: 4px;
}
.form__login-submit .retry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 101px;
  height: 30px;
  font-size: 0.8125rem;
  color: #B19951;
  border: 1px solid #B19951;
  margin-left: 30px;
}
.form__login-check .form__login-box .label {
  width: 165px;
}
.form__login-check .form__login-box .input-text,
.form__login-check .form__login-box .text {
  width: calc(100% - 165px);
}
.form__login-check .form__login-box .text {
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.form__login-check .form__login-box .text:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.form__login-check .form__login-submit {
  display: flex;
  justify-content: center;
}
.form__login-check .form__login-submit .button {
  margin: 0 6px;
}
.form__login.form__find {
  padding-bottom: 0;
}
.form__login.form__find .form__login-submit {
  padding-bottom: 20px;
}
.form__login.form__find .form__login-submit .button {
  margin-bottom: 50px;
}
.form__login.form__find-reset {
  padding: 60px 110px 0;
}
.form__login.form__find-reset .form__login-box .label {
  width: 165px;
}
.form__login.form__find-reset .form__login-box .input-text {
  width: calc(100% - 165px);
}
.form__login.form__find-reset .form__login-box .check_message {
  padding-left: 165px;
  padding-top: 15px;
  line-height: 1;
  color: #B19951;
  font-size: 1rem;
}
.form__login.form__find-reset .form__login-box .check_message.hide {
  display: none;
}
.form__login .star {
  color: #B19951;
}
.form__box {
  padding: 60px 125px 100px;
}
.form__box .guide {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
}
.form__box .guide .star {
  font-size: 1rem;
  font-weight: 500;
}
.form__box .star {
  color: #B19951;
}
.form__box-section {
  display: flex;
  padding: 20px 0 30px;
  border-bottom: 1px solid #999;
}
.form__box-section + .form__box-section {
  padding-top: 50px;
}
.form__box-section.status {
  padding: 40px 0;
}
.form__box-section.status .form__box-list {
  padding-top: 8px;
}
.form__box-section.status .form__box-list p {
  font-size: 1.125rem;
}

.form__box-section.bbN{
  border-bottom: none;
}

.form__box-section.pd0{
  padding: 0;
}

.form__box-section .biz_exclamate{
  padding: 50px 0px;
  border-top: 1px solid #999;
  border-bottom: 1px dashed #999;
  width: 100%;
  text-align: center;
}

.form__box-section .biz_exclamate p{
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: #9B884F;
  text-align: center;
  padding-left: 60px;
  position: relative;
  display: inline-block;
}

.form__box-section .biz_exclamate p::before{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/biz_exclamate.svg) center/40px no-repeat;
}

.form__box-title {
  width: 280px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 48px;
}
.form__box-list {
  width: calc(100% - 280px);
}
.form__box-list .label {
  width: 135px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.form__box-list .label + .input-text {
  width: calc(100% - 135px);
}
.form__box-list .label + .company_name {
  width: calc(100% - 295px);
}
.form__box-list .label + .desc {
  width: calc(100% - 135px);
  line-height: 48px;
}
.form__box-list .btn {
  width: 150px;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #666;
  height: 48px;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__box-list .message {
  padding-left: 135px;
  padding-top: 15px;
  line-height: 1;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}
.form__box-list .check_message {
  padding-left: 135px;
  padding-top: 15px;
  line-height: 1;
  color: #B19951;
  font-size: 1rem;
}
.form__box-list .check_message.hide {
  display: none;
}
.form__box-list .content {
  width: calc(100% - 135px);
  display: flex;
}
.form__box-list .content.flex-none {
  display: block;
}
.form__box-list .content .input-text {
  width: calc(100% - 160px);
}
.form__box-list .content.middle {
  align-items: center;
}

.form__box-list .content .middle {
  display: flex;
  align-items: center;
}

.form__box-list .numbers,
.form__box-list .phone {
  align-items: center;
}
.form__box-list .numbers .input-text,
.form__box-list .phone .input-text {
  width: 125px;
  text-align: center;
}
.form__box-list .numbers .bar,
.form__box-list .phone .bar {
  margin: 0 9px;
}
.form__box-list .numbers .btn,
.form__box-list .phone .btn {
  margin-left: auto;
}
.form__box-list .phone.completed {
  justify-content: space-between;
}
.form__box-list .phone.completed .btn {
  display: none;
}
.form__box-list .phone.completed .input-text {
  width: 177px;
}
.form__box-list .address {
  flex-wrap: wrap;
}
.form__box-list .address .input-text:not(.postcode) {
  width: 100%;
}
.form__box-list .address .input-text {
  margin-bottom: 10px;
}
.form__box-list .address .input-text:last-child {
  margin: 0;
}
.form__box-list .types {
  flex-wrap: wrap;
}
.form__box-list .types li {
  width: 33%;
  padding-bottom: 20px;
}
.form__box-list .types label {
  font-size: 1rem;
}
.form__box-list .file_upload {
  position: relative;
  overflow: hidden;
}
.form__box-list .file_upload .input-text {
  background-color: #fff;
  color: #222;
}
.form__box-list .file_upload .btn input {
  position: absolute;
  left: -999px;
  top: -9px;
}
.form__box-list .file_name {
  padding: 10px 0 15px 140px
}
.form__box-list .file_name a {
  line-height: 1;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.form__box-list .desc .btn {
  margin-left: 0;
}
.form__box-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.form__box-agree {
  padding: 50px 0 80px;
}
.form__box-agree li {
  padding-bottom: 20px;
  display: block;
}
.form__box-agree a {
  color: #222;
}
.form__box-agree .input-checkbox label {
  font-size: 1rem;
  display: inline-flex;
}
.form__box-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.form__box-submit .button {
  width: 306px;
  height: 75px;
  font-size: 1.5rem;
  margin: 0 6px;
}
.form__box-guide {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 20px 75px 28px;
  white-space: nowrap;
  text-align: center;
}
.form__box-guide:before, .form__box-guide:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #D9D9D9;
  height: 1px;
  width: 9%;
}
.form__box-guide:before {
  left: 0;
}
.form__box-guide:after {
  right: 0;
}
.form__join-complete {
  padding: 150px 200px 170px;
  display: flex;
}
.form__join-complete:before {
  content: "";
  display: block;
  width: 149px;
  height: 149px;
  background: url(../images/login_success.svg) no-repeat;
}
.form__join-complete .box {
  width: 660px;
  text-align: center;
}
.form__join-complete .title {
  font-size: 2.125rem;
  font-weight: 700;
  padding-bottom: 16px;
}
.form__join-complete .sub {
  font-size: 1.375rem;
  line-height: 1.72;
  padding-bottom: 55px;
}
.form__join-complete .button {
  width: 240px;
}
.form__join-complete.error_404 {
  padding: 150px 150px 20px;
}
.form__join-complete.error_404:before {
  background-image: url(../images/404.svg);
}
.form__join-complete.error_404 .button {
  width: 250px;
  margin: 0 8px;
}
.form__join-complete.error_404 .warning {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 115px;
  font-size: 0.875rem;
}
.form__join-complete.error_404 .warning:before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url(../images/login_warning.svg) no-repeat;
  margin-right: 4px;
}
.form__join-complete.error_404 .warning a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.form__entry .form__box-title {
  width: 260px;
}
.form__entry .form__box-list {
  width: calc(100% - 260px);
}
.form__entry .form__box-list .label {
  width: 155px;
}
.form__entry .form__box-list .label + .input-text, .form__entry .form__box-list .label + .js-select + .select-box {
  width: calc(100% - 155px);
}
.form__entry .form__box-list .message {
  padding-left: 155px;
  padding-top: 8px;
}
.form__entry .form__box-list .content {
  width: calc(100% - 155px);
}
.form__entry .form__box-list .content .select-box {
  width: calc(50% - 4px);
}
.form__entry .form__box-list .content .select-box + .js-select + .select-box {
  margin-left: auto;
}
.form__entry .form__box-list .content .guide {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  padding-left: 12px;
  position: relative;
  text-align: left;
  margin-left: 10px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.form__entry .form__box-list .content .guide:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}
.form__entry .form__box-list .price_list {
  width: calc(100% - 155px);
}
.form__entry .form__box-list .price_item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 1.125rem;
}
.form__entry .form__box-list .price_item .ml {
  width: 128px;
  margin-right: 12px;
}
.form__entry .form__box-list .price_item .won {
  width: 240px;
  margin-right: 12px;
  margin-left: 28px;
}
.form__entry .form__box-list .price_desc {
  width: 100%;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
.form__entry .form__box-list .price_button {
  width: 30px;
  height: 30px;
  background: no-repeat center/42px auto;
  font-size: 0;
  margin-left: 24px;
}
.form__entry .form__box-list .price_button.add {
  background-image: url(../images/btn_plus.svg);
}
.form__entry .form__box-list .price_button.delete {
  background-image: url(../images/btn_minus.svg);
}
.form__entry .form__box-list .guide_button {
  padding-left: 26px;
  margin-top: 8px;
  background: url(../images/icon_exc.svg) left 4px no-repeat;
  color: #9B884F;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.form__entry .form__box-list .image {
  display: block;
}
.form__entry .form__box-list .image_preview {
  display: flex;
  flex-wrap: wrap;
  margin-right: -56px;
}
.form__entry .form__box-list .image_preview .ui-state-highlight {
  width: 25%;
  background-color: #fff;
  border: 1px solid rgba(177, 153, 81, 0.3);
  border-radius: 5px;
}
.form__entry .form__box-list .image_preview-item {
  position: relative;
  padding-bottom: 20px;
  display: block;
  margin-bottom: 20px;
  width: 156px;
}
.form__entry .form__box-list .image_preview-item div {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
.form__entry .form__box-list .image_preview-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.form__entry .form__box-list .image_preview-item input {
  position: absolute;
  left: -999px;
  top: -999px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.form__entry .form__box-list .image_preview-item.hide {
  display: none;
}
.form__entry .form__box-list .image_preview-delete {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/btn_delete.svg) no-repeat center/100% auto;
  top: 0;
  right: -15px;
  z-index: 2;
}
.form__entry .form__box-list .image_upload {
  position: relative;
  width: 128px;
  height: 48px;
  cursor: pointer;
  margin: 0;
}
.form__entry .form__box-list .image_upload input {
  position: absolute;
  left: -999px;
  top: -99px;
  width: 1px;
  height: 1px;
}
.form__entry .form__box-list .image_desc {
  margin-top: 8px;
}
.form__entry .form__box-list .image_desc .guide {
  padding-bottom: 0;
  margin-left: 0;
}
.form__entry .form__box-list .textarea {
  display: block;
}
.form__entry .form__box-list .textarea .input-textarea {
  color: #222;
  height: 177px;
  width: 100%;
}
.form__entry .form__box-list .textarea_count {
  font-size: 0.875rem;
  color: #666;
  font-weight: 400;
  padding-top: 6px;
}
.form__entry .form__box-list .tasting {
  display: block;
}
.form__entry .form__box-list .tasting .title {
  display: block;
  width: 135px;
  font-size: 1.125rem;
}
.form__entry .form__box-list .tasting_list li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.form__entry .form__box-list .tasting_list .taste {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
}
.form__entry .form__box-list .tasting_list .taste span {
  width: 50px;
}
.form__entry .form__box-list .tasting_list .depth {
  width: calc(100% - 100px);
  height: 30px;
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  overflow: hidden;
}
.form__entry .form__box-list .tasting_list .depth button {
  width: calc(20% + 1px);
  height: 30px;
  border-right: 1px solid #D9D9D9;
  font-size: 0;
}
.form__entry .form__box-list .tasting_list .depth button:last-child {
  border-right: 0;
}
.form__entry .form__box-list .tasting_list .depth button.active {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #B19951;
}
.form__entry .form__box-list .tasting_list .depth + span {
  text-align: right;
}
.form__entry .form__box-list .tasting_note {
  display: flex;
  flex-wrap: wrap;
}
.form__entry .form__box-list .tasting_note .title {
  padding-top: 9px;
}
.form__entry .form__box-list .tasting_note .input-textarea {
  width: calc(100% - 135px);
  height: 70px;
  padding: 10px 20px;
}
.form__entry .form__box-list .tasting_note .guide {
  margin-left: 135px;
  width: calc(100% - 135px);
  margin-top: 12px;
  line-height: 1.3;
}
.form__entry .form__box-list .tasting_note .guide:before {
  top: 11px;
}
.form__entry .form__box-list .wbc {
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-weight: 400;
}
.form__entry .form__box-list .wbc .input-text {
  width: 239px;
}
.form__entry .form__box-list .wbc .btn {
  width: 208px;
}
.form__entry .form__box-list .spirit .input-text {
  width: 346px;
}
.form__entry .form__box-list .spirit .btn {
  width: 228px;
}
.form__entry .form__box-list .types {
  display: block;
}
.form__entry .form__box-list .types label {
  font-weight: 400;
}
.form__entry .form__box-list .types ul {
  display: flex;
  flex-wrap: wrap;
}
.form__entry .form__box-list .types li {
  width: 22%;
  padding-bottom: 15px;
}
.form__entry .form__box-list .types li:nth-child(4n-2) {
  width: 32%;
}
.form__entry .form__box-list .types .guide {
  margin-left: 0;
}
.form__entry .form__box-list .files {
  position: relative;
  flex-wrap: wrap;
}
.form__entry .form__box-list .files .input-text {
  width: calc(100% - 138px);
  background-color: #fff;
}
.form__entry .form__box-list .files .input-file {
  position: absolute;
  left: -99px;
  top: -99px;
  width: 1px;
  height: 1px;
}
.form__entry .form__box-list .files .btn {
  width: 128px;
  margin-left: 10px;
}
.form__entry .form__box-list .files .image_wrap {
  width: 100%;
  padding-bottom: 10px;
}
.form__entry .form__box-list .files .image_wrap .image {
  width: 140px;
  height: 140px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__entry .form__box-list .files .image_wrap .image img {
  max-width: 100%;
  max-height: 100%;
}
.form__entry .form__box-list .alcohol {
  width: 128px;
  margin-right: 12px;
}
.form__entry .form__box-list .date {
  width: 207px;
}
.form__entry .form__box-list .barcode {
  width: 265px;
}
.form__entry .form__box-list .variety {
  width: 340px;
}
.form__entry .form__box-list .vintage {
  width: 130px;
}
.form__entry .form__box-list .percent {
  font-size: 1.125rem;
}
.form__entry .form__box-list .input-radio {
  display: inline-block;
  margin-right: 50px;
}
.form__entry .form__box-list .select-box .current {
  font-weight: 400;
  padding-left: 20px;
}
.form__entry .form__box-list .select-box .option-dropdown .item {
  padding-left: 20px;
}
.form__entry .form__box-submit {
  padding-top: 70px;
}
.form__entry .form__box-submit .button {
  margin: 0 6px;
  font-weight: 700;
}
.form__entry-company .form__box-list .numbers {
  justify-content: space-between;
}
.form__entry-company .form__box-list .numbers .input-text {
  width: 177px;
}
.form__entry-company .form__box-list .checked {
  padding-bottom: 10px;
  text-align: right;
}
.form__entry-company .form__box-list .checked .input-checkbox {
  display: inline-flex;
}
.form__entry-company .form__box-list .checked label {
  font-size: 1rem;
}
.form__terms {
  padding: 60px 150px 100px;
}
.form__terms .terms_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form__terms .terms_list .title {
  margin-right: 20px;
}
.form__terms .terms_list .select-box {
  width: 300px;
}
.form__terms .terms_list .select-box .current {
  font-size: 0.875rem;
  padding-left: 22px;
}
.form__terms .terms_list .select-box .option-dropdown .item {
  font-size: 0.875rem;
  padding-left: 22px;
  padding-right: 22px;
}
.form__terms h2 {
  padding-top: 20px;
}
.form__terms h3 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.form__terms p,
.form__terms li {
  line-height: 1.5;
  font-weight: 400;
}
.form__terms .list_main li {
  text-indent: -17px;
  margin-left: 17px;
}
.form__my-page .form__box-submit {
  padding-top: 80px;
}
.form__my-page .hidden {
  display: none;
}
.form__my-page .my_info .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.highlight {
  color: #B19951;
}
.highlight.bold {
  font-weight: bold;
}

.list_none {
  padding: 93px;
  border-bottom: 1px solid #D9D9D9;
}
.list_none .message {
  padding-top: 78px;
  font-size: 1.375rem;
  text-align: center;
  position: relative;
}
.list_none .message:before {
  content: "";
  position: absolute;
  background: url(../images/icon_none.svg) no-repeat center/100% auto;
  width: 53px;
  height: 53px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.button_wrap .button {
  min-width: 170px;
  padding: 12px;
  font-weight: 700;
  margin: 0 5.5px;
  font-size: 1.125rem;
}
.button_wrap.center {
  display: flex;
  justify-content: center;
}

.entry__banner {
  display: flex;
}
.entry__banner .banner {
  position: relative;
  width: 50%;
}
.entry__banner .banner img {
  width: 100%;
}
.entry__banner .banner p {
  font-size: 1.75rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry__tab {
  display: flex;
  justify-content: center;
  margin: 40px 0 50px;
}
.entry__tab li a {
  display: block;
  font-size: 1.75rem;
  padding: 20px 24px;
  color: #222;
}
.entry__tab li.is-active {
  border-bottom: 3px solid #B19951;
}
.entry__tab li.is-active a {
  color: #B19951;
}
.entry__top h2 {
  font-size: 2.25rem;
  padding-bottom: 33px;
}
.entry__top .title_box {
  padding: 24px 45px 24px 60px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #B19951;
}
.entry__top .title_box .title {
  font-size: 1.375rem;
}
.entry__top .title_box .date {
  position: relative;
}
.entry__top .title_box .date .lato {
  font-family: lato, sans-serif;
}
.entry__top .title_box .date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  width: 1px;
  height: 25px;
  background-color: #666;
  transform: translateY(-50%);
}
.entry__top .select-box.title {
  z-index: 900;
  height: 80px;
  border-radius: 0 0 5px 5px;
}
.entry__top .select-box.title .current {
  font-size: 1.375rem;
  border: none;
  border: 1px solid #D9D9D9;
  border-top: 3px solid #B19951;
  padding: 21px 60px;
  height: 80px;
}
.entry__top .select-box.title .current:after {
  right: 47px;
}
.entry__top .select-box.title .option-dropdown {
  top: 0;
  position: static;
  border-top: 0;
  padding-bottom: 10px;
  border-radius: 0 0 5px 5px;
}
.entry__top .select-box.title .option-dropdown .item {
  padding: 15px 60px;
  font-size: 1.25rem;
  color: #666;
}
.entry__top .select-box.title .select-box.is-active {
  height: initial;
  position: static;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
.entry__top .select-box.title .select-box.is-active .current {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.entry__top .select-box.title .select-box.is-active .option-dropdown {
  max-height: 250px;
}
.entry__top .option-dropdown .item {
  background-color: #fff;
}
.entry__register {
  background-color: #F4F1E7;
  padding-top: 52px;
}
.entry__register .contents_title {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 35px;
}
.entry__register .list {
  display: flex;
  margin-right: -25px;
  overflow-x: hidden;
}
.entry__register .list .item {
  width: 33.33%;
  padding-right: 25px;
}
.entry__register .list .item_inner {
  width: 100%;
  background-color: #fff;
  padding: 42px 65px 47px;
}
.entry__register .list .item p {
  font-size: 1.25rem;
  margin-bottom: 31px;
  font-weight: 400;
}
.entry__register .list .item p .middle_bold {
  font-weight: 500;
}
.entry__register .list .item .button {
  width: 100%;
  padding: 17px;
  font-weight: 700;
  font-size: 1.125rem;
}
.entry__register .list .item:hover .item_inner {
  background-color: #B19951;
  position: relative;
}
.entry__register .list .item:hover .item_inner:after {
  content: "";
  width: 49px;
  height: 49px;
  background: url(../images/icon_circle_check.svg) no-repeat center/100% auto;
  position: absolute;
  top: 42px;
  right: 44px;
}
.entry__register .list .item:hover p {
  color: #fff;
}
.entry__register .list .item:hover .button {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  color: #B19951;
}
.entry__register .button_wrap .button {
  min-width: 270px;
  padding: 17px;
  font-weight: 700;
  margin: 0 5.5px;
  font-size: 1.125rem;
}
.entry__register .button_wrap.center {
  display: flex;
  justify-content: center;
}
.entry__register .button_wrap.regist {
  padding-bottom: 60px;
}
.entry__search .form {
  margin-top: 53px;
  border: 1px solid #9B884F;
  border-radius: 5px;
  padding: 30px 156px 20px;
}
.entry__search .form .line {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.entry__search .form .category {
  width: 50%;
  display: flex;
}
.entry__search .form .angled_input {
  padding: 11px 26px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  margin-right: 9px;
  flex: 1;
}
.entry__search .form label {
  padding-right: 27px;
  white-space: nowrap;
}
.entry__search .form label.w_66 {
  width: 66px;
}
.entry__search .form .select-box {
  display: flex;
  align-items: center;
}
.entry__search .form .select-box .select-box {
  width: 350px;
}
.entry__search .form .search_btn {
  background: #666666;
  color: #fff;
  min-width: 128px;
  padding: 11px;
}
.entry__search .form .search_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry__search .form .search_btn span:after {
  content: "";
  margin-left: 5px;
  margin-top: 3px;
  background: url(../images/icon_search.svg) no-repeat center/100% auto;
  width: 14px;
  height: 14px;
}
.entry__search.bg_beige {
  margin-top: 50px;
  background-color: #F4F1E7;
  padding: 50px 0 50px;
}
.entry__search.bg_beige .form {
  background-color: #fff;
  margin-top: 0;
  border: 1px solid #9B884F;
}
.entry__list .line {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.entry__list .line > a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #222;
  padding: 12px 0;
  margin: -12px 0;
}
.entry__list .button_wrap .button {
  width: 306px;
  padding: 0 12px;
  font-weight: 700;
  margin: 0 6px;
  font-size: 1.5rem;
  height: 75px;
}
.entry__list .add_exhibit {
  display: block;
  overflow: hidden;
  text-align: right;
  margin: -60px 0 19px 0;
  width: 100%;
}
.entry__list .add_exhibit .button {
  float: right;
  padding: 0 12px;
  width: 228px;
  font-size: 1.25rem;
  height: 55px;
}
.entry__detail {
  background-color: #F4F1E7;
}
.entry__detail .contents__inner {
  padding-top: 81px;
}
.entry__detail .info_box {
  background-color: #fff;
  padding: 65px 125px 100px 125px;
}
.entry__detail .info_box .title {
  color: #B19951;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding-bottom: 35px;
  border-bottom: 1px solid #999999;
}
.entry__detail .info_box .title.prize::before {
  content: "";
  width: 82px;
  height: 82px;
  margin-right: 18px;
}
.entry__detail .info_box .title.prize.best::before {
  background: url(../images/prize_best.svg) no-repeat center/100% auto;
}
.entry__detail .info_box .title.prize.top::before {
  background: url(../images/prize_top.svg) no-repeat center/100% auto;
}
.entry__detail .info_box .info {
  display: flex;
  padding-top: 48px;
  border-bottom: 1px solid #999;
}
.entry__detail .info_box .info .star {
  color: #B19951;
}
.entry__detail .info_box .info_title {
  font-size: 1.375rem;
  font-weight: 700;
  width: 217px;
}
.entry__detail .info_box .info_list {
  font-size: 1.125rem;
  color: #666;
  flex: 1;
  width: calc(100% - 217px);
}
.entry__detail .info_box .info_list .line {
  padding-bottom: 50px;
  display: flex;
}
.entry__detail .info_box .info_list .line_title {
  width: 160px;
  color: #222;
}
.entry__detail .info_box .info_list .line_desc {
  width: calc(100% - 160px);
  font-weight: 400;
  flex: 1;
}
.entry__detail .info_box .info .image_wrap {
  display: flex;
  width: calc(100% - 160px);
}
.entry__detail .info_box .info .image_wrap .image {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.entry__detail .info_box .info .image_wrap .image img {
  max-width: 100%;
  max-height: 100%;
}
.entry__detail .info_box .info .image_others {
  width: calc(100% - 160px);
  margin-top: -20px;
}
.entry__detail .info_box .info .image_others img {
  height: 100px;
  width: auto;
  margin-right: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.entry__detail .info_box .info .tasting {
  width: calc(100% - 160px);
}
.entry__detail .info_box .info .tasting_title {
  display: block;
  width: 135px;
  font-size: 1.125rem;
  color: #222;
}
.entry__detail .info_box .info .tasting_list li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.entry__detail .info_box .info .tasting_list .taste {
  width: calc(100% - 135px);
  display: flex;
  align-items: center;
}
.entry__detail .info_box .info .tasting_list .taste span {
  width: 50px;
  font-size: 1rem;
  font-weight: 400;
}
.entry__detail .info_box .info .tasting_list .depth {
  width: calc(100% - 100px);
  height: 30px;
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  overflow: hidden;
}
.entry__detail .info_box .info .tasting_list .depth div {
  width: calc(20% + 1px);
  height: 30px;
  border-right: 1px solid #D9D9D9;
  font-size: 0;
}
.entry__detail .info_box .info .tasting_list .depth div:last-child {
  border-right: 0;
}
.entry__detail .info_box .info .tasting_list .depth div.active {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #B19951;
}
.entry__detail .info_box .info .tasting_list .depth + span {
  text-align: right;
}
.entry__detail .info_box .info .tasting_note {
  display: flex;
}
.entry__detail .info_box .info .tasting_desc {
  width: calc(100% - 135px);
  font-weight: 400;
  font-size: 1rem;
}
.entry__detail .info_box .info .history {
  font-weight: 400;
}
.entry__detail .info_box .info .history li {
  display: flex;
}
.entry__detail .info_box .info .history .year {
  margin-right: 30px;
}
.entry__detail .info_box .info .history .subject {
  min-width: 150px;
}
.entry__detail .info_box .disclaimer {
  padding: 29px 0 50px;
  font-weight: 400;
  line-height: 1.8;
}
.entry__detail .button_wrap .button {
  width: 306px;
  padding: 0 12px;
  font-weight: 700;
  margin: 0 6px;
  font-size: 1.5rem;
  height: 75px;
}
.entry__payment {
  border: 1px solid #d9d9d9;
  border-bottom: none;
  padding: 100px 153px;
}
.entry__payment_list_wrap {
  padding: 20px 0 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  margin-bottom: 40px;
}
.entry__payment_title {
  font-size: 32px;
  padding-bottom: 43px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.entry__payment_list {
  padding-left: 120px;
  display: flex;
  align-items: center;
}
.entry__payment_list .gold {
  color: #b19951;
  padding-left: 10px;
}
.entry__payment_list .small {
  padding-left: 5px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.entry__payment_list .name {
  width: 111px;
  display: block;
}
.entry__payment_list .name.mu {
  width: 140px;
}
.entry__payment_list .number {
  font-size: 16px;
  padding-left: 10px;
}
.entry__payment_desc_wrap {
  padding-bottom: 69px;
}
.entry__payment_desc {
  line-height: 1.7;
  font-weight: 400;
  text-indent: -10px;
  padding-left: 10px;
}
.entry__payment .payment_btn {
  display: flex;
  justify-content: center;
}
.entry__payment .button_wrap .button {
  width: 306px;
  height: 75px;
  font-size: 24px;
}
.entry__nobankbook {
  border: 1px solid #d9d9d9;
  padding: 68px 125px 100px;
  display: none;
}
.entry__nobankbook.is-active {
  display: block;
}
.entry__nobankbook .bank {
  width: calc(100% - 155px);
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.entry__nobankbook_form__box {
  display: flex;
  padding-bottom: 70px;
}
.entry__nobankbook_form__box .label {
  font-size: 18px;
}
.entry__nobankbook_form__box .star {
  color: #B19951;
}
.entry__nobankbook_form__box ::placeholder {
  color: #979797;
  font-size: 16px;
}
.entry__nobankbook .nobankbook_btn {
  display: flex;
  justify-content: center;
}
.entry__nobankbook .nobankbook_btn .white {
  margin-right: 13px;
}
.entry__nobankbook .button_wrap .button {
  width: 306px;
  height: 75px;
  font-size: 24px;
}
.entry__finish {
  border: 1px solid #d9d9d9;
  padding: 96px 164px 92px 142px;
}
.entry__finish_title_wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 48px;
}
.entry__finish_title_wrap + .entry__payment_list_wrap {
  margin-top: -48px;
  padding: 30px 0;
}
.entry__finish_title {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-left: 100px;
}
.entry__finish_title::before {
  content: "";
  width: 149px;
  height: 149px;
  position: absolute;
  top: -35px;
  left: 35px;
  background: url(../images/step04_icon.png) no-repeat center/100% auto;
}
.entry__finish_title .amount {
  color: #B19951;
}
.entry__finish_desc {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
.entry__finish_desc .tel {
  margin-right: 20px;
}
.entry__finish_desc .tel:nth-of-type(1) {
  margin-left: 5px;
}
.entry__finish_desc .move_btn {
  color: #222;
  padding: 4px 15px;
  border: 1px solid #222;
  width: 138px;
  margin-left: 35px;
}
.entry__invoice-guide {
  padding: 30px 45px;
  margin-top: 30px;
  background: #FAF8F3;
}
.entry__invoice-guide p {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.entry__invoice-guide ul {
  margin-top: 6px;
}
.entry__invoice-guide ul li {
  position: relative;
  color: #222;
  font-size: 16px;
  line-height: 30px;
  padding-left: 15px;
}
.entry__invoice-guide ul li::before {
  content: ".";
  color: #222;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left:0;
  top: 3px;
}
.entry__invoice-guide .invoice_btn {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  background: #fff;
  padding: 4px 15px;
  border: 1px solid #222;
  margin-left: 35px;
}
.entry__info {
  padding: 70px 153px 68px;
  border: 1px solid #D9D9D9;
  margin-top: -1px;
}
.entry__info-title {
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 4px;
}
.entry__info-list {
  font-weight: 400;
  color: #222;
  padding-bottom: 34px;
}
.entry__info-list li {
  position: relative;
  padding-left: 8px;
  line-height: 1.8;
}
.entry__info-list li:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 10px;
}
.entry__info-list p {
  font-size: 0.875rem;
  text-indent: -8px;
  margin-left: 8px;
  line-height: 1.7;
}
.entry__info-table {
  width: 100%;
  border-top: 1px solid #D9D9D9;
}
.entry__info-table th, .entry__info-table td {
  border-bottom: 1px solid #D9D9D9;
  padding: 18px 15px;
  font-size: 0.875rem;
  font-weight: 400;
}
.entry__info-table th {
  width: 160px;
  background-color: #F4F1E7;
}
.entry__info-table p {
  position: relative;
  padding-left: 6px;
}
.entry__info-table p:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 8px;
}

.entry__info-table.style2 th {
	font-weight: 700;
}

.entry__info-table.style2 th, .entry__info-table.style2 td {
	text-align: center;
}


.table_entry {
  padding-top: 65px;
}
.table_entry .total {
  font-weight: bold;
  padding-bottom: 9px;
}
.table_entry .total.etc {
  display: inline;
  padding-bottom: 0;
}
.table_entry .table_header {
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 26px 0;
}
.table_entry .line {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1px;
}
.table_entry input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}
.table_entry label,
.table_entry .label {
  padding: 12px 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.table_entry label .check_box,
.table_entry .label .check_box {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.table_entry label .check,
.table_entry .label .check {
  font-size: 0;
  display: none;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon_check.svg) no-repeat center/100% auto;
}
.table_entry input:checked + label .check {
  display: block;
}
.table_entry .select {
  text-align: center;
  flex-basis: 100px;
}
.table_entry .select_all_btn {
  font-weight: 500;
}
.table_entry .number {
  text-align: center;
  flex-basis: 148px;
}
.table_entry .image {
  flex-basis: 83px;
}
.table_entry .images_fit {
  width: 65px;
  height: 65px;
}
.table_entry .category {
  flex-basis: 134px;
}
.table_entry .input_state {
  flex-basis: 158px;
}
.table_entry .input_state.incomplete {
  color: #9B884F;
}
.table_entry .evaluation {
  flex-basis: 214px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.table_entry .evaluation img {
  margin-left: 14px;
}
.table_entry .delete {
  flex-basis: 90px;
}
.table_entry .delete_btn {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon_delete_circle.svg) no-repeat center/100% auto;
}
.table_entry .product_name {
  flex: 1;
}
.table_entry .prize .evaluation {
  display: flex;
  align-items: center;
}
.table_entry .prize .evaluation:after {
  content: "";
  width: 45px;
  height: 45px;
  margin-left: 14px;
  background: url(../images/prize_top.svg) no-repeat center/100% auto;
}
.table_entry .prize.best .evaluation:after {
  background: url(../images/prize_best.svg) no-repeat center/100% auto;
}
.table_info .total {
  padding-bottom: 0;
}
.table_info .header-text {
  font-size: 1.125rem;
  color: #333;
}
.table_info .header-text.center {
  text-align: center;
}
.table_info .line-text {
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}
.table_info .check {
  text-align: center;
  flex-basis: 100px;
}
.table_info .number {
  flex-basis: 100px;
}
.table_info .category {
  flex-basis: 100px;
  text-align: center;
}
.table_info .category_01 {
  flex-basis: 148px;
  padding-left: 20px;
}
.table_info .category_02 {
  flex-basis: 100px;
}
.table_info .product_name {
  flex: 1;
}
.table_info .product_name a {
  color: #222;
}
.table_info .product_name01 {
  flex-basis: 200px;
}
.table_info .detail {
  flex: 1;
  padding: 0 50px;
}
.table_info .detail .image {
  margin-top: 20px;
}
.table_info .detail .images_fit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: flex-start;
}
.table_info .detail .images_fit li {
  position: relative;
  margin-bottom: 10px;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_info .regi_date {
  flex-basis: 148px;
  text-align: center;
}
.table_info .process {
  flex-basis: 100px;
  text-align: center;
}
.table_info .process.unprocess {
  color: #D32828;
}
.table_info .dete_name {
  flex-basis: 220px;
  text-align: center;
  padding-right: 20px;
}
.table_info .line:hover {
  background-color: #FAF8F4;
}
.table_bottom {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
.table_bottom .pagination {
  margin: 0;
}
.table_bottom .button_wrap .button {
  color: #B19951;
  background-color: #fff;
  border: 1px solid #B19951;
  margin: 0;
}

.info__tab {
  display: flex;
  justify-content: center;
  margin: 40px 0 50px;
}
.info__tab li a {
  display: block;
  font-size: 1.25rem;
  padding: 16px 24px;
  color: #222;
}
.info__tab li.is-active {
  border-bottom: 3px solid #B19951;
}
.info__tab li.is-active a {
  color: #B19951;
}
.info__register {
  background-color: #F4F1E7;
  padding: 50px 0;
}
.info_form {
  border: 1px solid #9B884F;
  background-color: #fff;
  padding: 30px 156px;
  border-radius: 5px;
}
.info_form .line {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.info_form .line.line-interval {
  justify-content: space-between;
}
.info_form .input_inner {
  display: flex;
  align-items: center;
}
.info_form .input_inner:nth-of-type(1) {
  padding-right: 25px;
}
.info_form .input_inner .input_text {
  font-size: 0.875rem;
  width: 35px;
}
.info_form .input_inner .input_text.date-range {
  padding-left: 5px;
  width: 25px;
}
.info_form .input_inner.interval {
  padding-right: 35px;
}
.info_form .checkbox_title {
  font-size: 1rem;
  padding-right: 30px;
}
.info_form .checkbox_title:nth-of-type(1) {
  padding-left: 30px;
}
.info_form .angled_input {
  width: 140px;
  padding: 11px 26px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  margin-right: 9px;
}
.info_form .angled_input.name_input {
  width: 417px;
}
.info_form label {
  white-space: nowrap;
  padding-right: 30px;
}
.info_form label.w_66 {
  width: 90px;
}
.info_form .select-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_form .select-box-inner.select-interval .select-box {
  margin-right: 8px;
}
.info_form .select-box-inner .select-box {
  margin-right: 16px;
  width: 269px;
}
.info_form .input-checkbox label {
  font-size: 0.875rem;
  font-weight: 400;
  padding-right: 39px;
}
.info_form .search_btn {
  background: #666666;
  color: #fff;
  min-width: 128px;
  padding: 11px;
}
.info_form .search_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_form .search_btn span:after {
  content: "";
  margin-left: 5px;
  margin-top: 3px;
  background: url(../images/icon_search.svg) no-repeat center/100% auto;
  width: 14px;
  height: 14px;
}
.info__list {
  background-color: #fff;
}
.info__list .table_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
}
.info__list .table_top .button {
  margin-right: 0;
}
.info__list .button_wrap .button {
  width: 137px;
  font-weight: 700;
  font-size: 1.375rem;
  height: 55px;
}
.info__list .line-interval {
  padding: 25px 0;
}
.info .select-box-inner.title {
  z-index: 900;
  height: 80px;
  border-radius: 0 0 5px 5px;
}
.info .select-box-inner.title .current {
  font-size: 1.375rem;
  border: none;
  border: 1px solid #D9D9D9;
  border-top: 3px solid #B19951;
  padding: 21px 60px;
  height: 80px;
}
.info .select-box-inner.title .current:after {
  right: 47px;
}
.info .select-box-inner.title .option-dropdown {
  top: 0;
  position: static;
  border-top: 0;
  padding-bottom: 10px;
  border-radius: 0 0 5px 5px;
}
.info .select-box-inner.title .option-dropdown .item {
  padding: 15px 60px;
  font-size: 1.25rem;
  color: #666;
}
.info .select-box-inner.title .select-box-inner.is-active {
  height: initial;
  position: static;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
.info .select-box-inner.title .select-box-inner.is-active .current {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.info .select-box-inner.title .select-box-inner.is-active .option-dropdown {
  max-height: 250px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #9B884F;
  background: #B19951;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #F4F1E7;
  color: #454545;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: lato, sans-serif;
}

.ui-widget-header {
  background: #F4F1E7;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 0 2px;
  border: 1px solid #9B884F;
  border-radius: 4px;
}

/*# sourceMappingURL=style.css.map*/