@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --accent-color: #2755f9;
  --second-color: #373f57;
  --border-color: #bbc1d0;
  --boxbg-color: #f4f6fb;
  --red-color: #f06464;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1em;
  color: var(--second-color);
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
}

h1 {
  font-size: 18px;
  font-weight: 600;
}

h3 {
  font-size: 15px;
  font-weight: 600;
}

.accent,
.accent * {
  color: var(--accent-color);
}

.btns {
  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 10px;
  width: 180px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 44px;
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: var(--accent-color);
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btns.btns:hover {
  background-color: #6993ff;
  color: #fff;
}

input::-webkit-input-placeholder {
  color: #969dae;
}

input::-moz-placeholder {
  color: #969dae;
}

input:-ms-input-placeholder {
  color: #969dae;
}

input::-ms-input-placeholder {
  color: #969dae;
}

input::placeholder {
  color: #969dae;
}

input[type=text],
select {
  padding: 0 15px;
  height: 44px;
  border: none;
  border-radius: 10px;
  font-family: "Pretendard Variable";
  font-size: 15px;
  text-align: left;
  line-height: 44px;
  letter-spacing: -1px;
}
input[type=text]:hover, input[type=text]:focus,
select:hover,
select:focus {
  -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
          box-shadow: inset 0 0 0 1px var(--accent-color);
  outline: none;
}

input[type=text] {
  background: var(--boxbg-color);
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}

input[type=text]:-moz-read-only {
  cursor: not-allowed;
}

input[type=text]:read-only {
  cursor: not-allowed;
}
input[type=text]:-moz-read-only:hover, input[type=text]:-moz-read-only:focus {
  box-shadow: unset !important;
}
input[type=text]:read-only:hover, input[type=text]:read-only:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

input[type=checkbox] {
  padding: 5px 0;
  margin-right: 5px;
}

.input-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.input-name.show * {
  color: var(--red-color);
}
.input-name.show .icon {
  visibility: visible !important;
  opacity: 1 !important;
}
.input-name * {
  font-weight: 600;
  font-size: 14px;
}
.input-name .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-name .icon {
  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;
  width: 20px;
  height: 20px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #f06464;
  color: #f06464;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.calc_pop-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* option styles */
  /* result style */
}
.calc_pop-main .cal-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  width: 100%;
  max-width: 540px;
}
.calc_pop-main .cal-table .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.calc_pop-main .cal-table .title .logo {
  width: 100px;
}
.calc_pop-main .cal-table .title .logo img {
  width: 100%;
}
.calc_pop-main .cal-table .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .top-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.calc_pop-main .cal-table .top-wrap div {
  width: 100%;
}
.calc_pop-main .cal-table .top-wrap div.shipType-wrap, .calc_pop-main .cal-table .top-wrap div.delivery-wrap {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .top-wrap div.shipType-wrap, .calc_pop-main .cal-table .top-wrap div.delivery-wrap {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.calc_pop-main .cal-table .top-wrap div select {
  width: 100%;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
          box-shadow: inset 0 0 0 1px var(--border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/btn_expand_more.svg) calc(100% - 10px) 50% no-repeat;
  background-size: 14px;
}
.calc_pop-main .cal-table .top-wrap div select:hover, .calc_pop-main .cal-table .top-wrap div select:focus {
  -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
          box-shadow: inset 0 0 0 1px var(--accent-color);
}
.calc_pop-main .cal-table .mid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: stretch;
}
.calc_pop-main .cal-table .mid-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 255px;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .row .search-wrapper {
    max-width: unset;
  }
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper #ARC_SEQ_search {
  padding: 0 28px 0 15px;
  text-overflow: ellipsis;
  background: url(../img/icon_search.svg) calc(100% - 10px) 50% no-repeat, var(--boxbg-color);
  background-size: 16px;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
  z-index: 1000;
  outline: 0;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul::-webkit-scrollbar {
  width: 6px;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul::-webkit-scrollbar-track {
  margin: 2px 0;
  background: #f4f6fb;
  border-radius: 0 24px 24px 0/0 40px 40px 0;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul::-webkit-scrollbar-thumb {
  width: 6px;
  background: #bbc1d0;
  border-radius: 999px;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul li {
  padding: 10px 20px;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #212121;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  gap: 20px;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul li span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul li span mark {
  background-color: transparent;
  color: var(--accent-color);
  font-weight: 700;
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul li[aria-selected=true], .calc_pop-main .cal-table .mid-wrap .row .search-wrapper .autoComplete_wrapper ul li:hover {
  background-color: var(--boxbg-color);
}
.calc_pop-main .cal-table .mid-wrap .row .search-wrapper .hs-sub {
  font-size: 13px;
  font-weight: 400;
  color: var(--accent-color);
}
.calc_pop-main .cal-table .mid-wrap .row .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .row .price {
    width: 100%;
  }
}
.calc_pop-main .cal-table .mid-wrap .row .price input {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .row .price input {
    max-width: unset;
  }
}
.calc_pop-main .cal-table .mid-wrap .input-wrap {
  display: block;
}
.calc_pop-main .cal-table .mid-wrap .input-wrap .customs-alert {
  color: red;
}
.calc_pop-main .cal-table .mid-wrap .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0 20px;
  border-bottom: 2px solid #373f57;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .boxes {
    margin: 30px 0;
  }
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px 40px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e5ef;
  width: 100%;
  height: 173px;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .boxes .product-info {
    height: auto;
  }
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div .input-name {
  width: 100%;
  min-width: 82px;
  max-width: 82px;
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div input {
  width: 100%;
  max-width: 138px;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .cal-table .mid-wrap .boxes .product-info div input {
    max-width: unset;
  }
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div.remove-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div.remove-wrap .btn-remove {
  width: 110px;
  font-weight: 600;
  border: 1px solid var(--red-color);
  background: #fff;
  color: var(--red-color);
}
.calc_pop-main .cal-table .mid-wrap .boxes .product-info div.remove-wrap .btn-remove:hover {
  font-weight: 500;
  color: #fff;
  background: var(--red-color);
}
.calc_pop-main .cal-table .mid-wrap .box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
}
.calc_pop-main .cal-table .mid-wrap .box-bottom .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
}
.calc_pop-main .cal-table .mid-wrap .box-bottom .btn-wrap .btn-add {
  width: 100%;
  height: 44px;
  font-weight: 600;
  color: var(--second-color);
  border: 1px solid var(--second-color);
  background: #fff;
}
.calc_pop-main .cal-table .mid-wrap .box-bottom .btn-wrap .btn-add:hover {
  font-weight: 500;
  color: #fff;
  background: var(--second-color);
}
.calc_pop-main .cal-table .mid-wrap .box-bottom .count-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.calc_pop-main .cal-table .mid-wrap .box-bottom .count-wrap p {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.calc_pop-main .cal-table .mid-wrap .box-bottom .count-wrap p b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.calc_pop-main .cal-table .mid-wrap .notice {
  padding: 20px 0 30px;
}
.calc_pop-main .cal-table .mid-wrap .notice li {
  margin-left: 15px;
  text-indent: -15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  list-style: none;
}
.calc_pop-main .cal-table .mid-wrap .notice li::before {
  content: "•";
  margin-right: 10px;
  font-weight: 500;
}
.calc_pop-main .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc_pop-main .bottom-wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 20px;
  background: url(../img/btn_expand_more.svg) calc(100% - 20px) 50% no-repeat;
  background-size: 20px;
  border: 1px solid #e1e5ef;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
}
.calc_pop-main .bottom-wrap .title.show {
  background: url(../img/btn_expand_less.svg) calc(100% - 20px) 50% no-repeat;
  background-size: 20px;
}
.calc_pop-main .bottom-wrap .title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.calc_pop-main .bottom-wrap .title .desc {
  color: var(--accent-color);
  font-weight: 400;
}
.calc_pop-main .bottom-wrap #vm_box {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 200ms linear, width 0ms;
  transition: all 200ms linear, width 0ms;
}
.calc_pop-main .bottom-wrap #vm_box.show {
  margin-top: 22px;
  height: auto;
  width: 100%;
  opacity: 1;
}
.calc_pop-main .opt-adapter {
  width: 100px;
  padding: 2px;
  margin-left: 5px;
}
.calc_pop-main .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
}
.calc_pop-main .button-wrap .btns {
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .button-wrap .btns {
    width: 100%;
  }
}
.calc_pop-main .result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  padding: 30px 0;
  margin: 30px 0;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .result-wrapper {
    padding: 30px 30px;
  }
}
.calc_pop-main .result-wrapper .result-rows {
  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;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .result-wrapper .result-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.calc_pop-main .result-wrapper .result-rows .cost-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 110px;
}
.calc_pop-main .result-wrapper .result-rows .cost-wrap:last-child * {
  color: var(--accent-color);
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .result-wrapper .result-rows .cost-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.calc_pop-main .result-wrapper .result-rows .cost-wrap p {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.calc_pop-main .result-wrapper .result-rows .cost-wrap p span {
  font-size: 13px;
}
.calc_pop-main .result-wrapper .result-rows .cost-wrap .result-cost {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 539px) {
  .calc_pop-main .result-wrapper .result-rows .cost-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}