@charset "UTF-8";
.sass-UTF-8 {
  content: "¡//based on SCSS, Front-end Dev Group by qoo10";
}

/* #Button
//------------------------------------------------------------------------------ */
.smtship-btn {
  display: inline-block;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #613fee;
  outline: none;
  box-sizing: border-box;
  padding: 0 17px;
  min-width: 90px;
  height: 40px;
  line-height: 40px;
  color: #613fee;
  font-size: 16px;
}
.smtship-btn--link {
  position: relative;
  border-color: #9967e0;
  background-color: #9967e0;
  padding: 0 45px 0 30px;
  box-sizing: border-box;
  min-width: 120px;
  color: #fff;
  font-size: 20px;
}
.smtship-btn--link:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 1px 1px 0 0;
  width: 6px;
  height: 6px;
}
.smtship-btn--link.link--w {
  background-color: #fff;
  color: #9967e0;
}
.smtship-btn--link.link--w:after {
  border-color: #9967e0;
}
.smtship-btn.btn__sbm {
  background-color: #7243b2;
  color: #fff;
}
.smtship-btn.btn__rect {
  border-radius: 3px;
}
.smtship-btn.btn__purple {
  background-color: #9967e0;
  border-color: #9967e0;
  color: #fff;
}

.smtship-tab {
  display: flex;
}
.smtship-tab a {
  flex: 1;
  box-shadow: inset 0 0 0 1px #d2d2d2;
  margin: 0 -1px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 1.4285em;
}
.smtship-tab [aria-selected=true] {
  position: relative;
  box-shadow: none;
  background-color: #613fee;
  color: #fff;
}

.smtship-txt__main {
  color: #613fee;
}
.smtship-txt__red {
  color: #d42424;
}

.board {
  table-layout: fixed;
  width: 100%;
  color: #666;
}
.board thead th {
  border-top: 1px solid #949393;
  background-color: #eee;
  font-weight: 400;
  line-height: 48px;
}
.board tbody td {
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  height: 40px;
  text-align: center;
  font-size: 14px;
}
.board tr:not(.open):not(.view):hover td {
  background-color: rgba(238, 238, 238, 0.4);
}
.board-cont {
  display: flex;
  justify-content: space-between;
}
.board__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.board__date {
  flex-shrink: 0;
  width: 120px;
  text-align: center;
}
.board__faq {
  margin: 15px 0 0;
  text-align: left;
}
.board__faq table {
  width: 100% !important;
}
.board__faq img {
  max-width: 100%;
  max-height: 100%;
}
.board__faq a {
  color: #289ffb;
  text-decoration: underline;
}
.board .open td {
  vertical-align: top;
}

.paging {
  text-align: center;
  font-size: 0;
}
.paging a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  width: 28px;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  color: #797979;
  font-size: 14px;
}
.paging [aria-current=true] {
  border-color: #45424a;
  background-color: #514d57;
  color: #fff;
}
.paging__ctrl span {
  display: block;
  height: 100%;
  font-size: 0;
  background: #fff url("../../info/img/common/ic_paging_arrow.png") 50% no-repeat;
}
.paging__ctrl :is(.first, .last) {
  background-image: url("../../info/img/common/ic_paging_arrow2.png");
}
.paging__ctrl :is(.next, .last) {
  transform: rotate(180deg);
}

/* #Common: Layer 
//------------------------------------------------------------------------------ */
.qx-alert {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  word-break: break-all;
}
.qx-alert:not(.qx-guide .qx-alert, .qx-toast__wrap .qx-alert):after {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: -50vh 0 0 -50vw;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.4666666667);
  content: "";
}
.smtship-wrap .qx-alert {
  min-width: 0;
}
.qx-alert__wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1001;
  margin: auto;
  width: 100%;
  min-width: 560px;
  max-width: 760px;
  transform: translateY(-50%);
}
.qx-alert__inr {
  position: relative;
  padding: 32px;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
}
.qx-alert :is(em, a, label, button) {
  font-size: 16px;
}
.qx-alert em {
  font-weight: 500;
}
.qx-alert__btn {
  margin-top: 16px;
  text-align: right;
}
.qx-alert__btn .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #757575;
  min-width: 90px;
  width: auto;
  height: 48px;
  background-color: #fff;
  color: #757575;
  text-align: center;
}
.qx-alert__btn .btn + * {
  margin-left: 10px;
}
.qx-alert__btn .btn__sbm {
  border: 0;
  color: #fff;
}
.qx-alert strong {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  padding-left: 64px;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}
.qx-alert strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url("../../qx/img/common/img_sprites.png") -234px -150px no-repeat;
  background-size: 399px;
}
.qx-alert .qx-txt {
  font-size: 15px;
  margin-top: 12px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
}
.qx-alert .qx-txt::-webkit-scrollbar {
  width: 14px;
}
.qx-alert .qx-txt::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #8b8b8b;
  background-clip: padding-box;
  border: 4px solid transparent;
}
.qx-alert .qx-txt::-webkit-scrollbar-track {
  background-color: transparent;
}
.qx-alert .qx-txt li {
  margin-left: 16px;
}
.qx-alert .qx-txt li:before {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 -14px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #757575;
  content: "";
}
.qx-alert .qx-txt li + li {
  margin-top: 10px;
}
.qx-alert .qx-txt strong {
  margin: 0;
  padding: 0;
  font-size: 1em;
  width: auto;
  font-weight: 500;
}
.qx-alert .qx-txt strong:after {
  content: none;
}
.qx-alert img {
  vertical-align: middle;
}
.qx-alert .qx-check__box {
  white-space: initial;
  margin-top: 24px;
}
.qx-alert--mod .qx-alert__inr {
  background-color: #fff9e3;
}
.qx-alert--mod .qx-txt {
  border-color: #ffb013;
}
.qx-alert--mod .qx-txt strong {
  color: #ffb013;
}
.qx-alert--mod .btn__main {
  border-color: #ffb013;
  color: #ffb013;
}
.qx-alert--mod .btn__sbm {
  background: #ffb013;
}
.qx-alert--mod .qx-check__box input:checked + label:before {
  background: #ffb013;
}
.qx-toast__wrap .qx-alert--mod .qx-alert__inr:after {
  background-color: #ffb013;
}
.qx-alert--fail .qx-alert__inr {
  background-color: #fff3f3;
}
.qx-alert--fail .qx-txt {
  border-color: #e95a5c;
}
.qx-alert--fail .qx-txt strong {
  color: #e95a5c;
}
.qx-alert--fail .btn__main {
  border-color: #e95a5c;
  color: #e95a5c;
}
.qx-alert--fail .btn__sbm {
  background: #e95a5c;
}
.qx-alert--fail .qx-check__box input:checked + label:before {
  background: #e95a5c;
}
.qx-toast__wrap .qx-alert--fail .qx-alert__inr:after {
  background-color: #e95a5c;
}
.qx-alert--sucs .qx-alert__inr {
  background-color: #effff2;
}
.qx-alert--sucs .qx-txt {
  border-color: #34c975;
}
.qx-alert--sucs .qx-txt strong {
  color: #34c975;
}
.qx-alert--sucs .btn__main {
  border-color: #34c975;
  color: #34c975;
}
.qx-alert--sucs .btn__sbm {
  background: #34c975;
}
.qx-alert--sucs .qx-check__box input:checked + label:before {
  background: #34c975;
}
.qx-toast__wrap .qx-alert--sucs .qx-alert__inr:after {
  background-color: #34c975;
}
.qx-alert--em .qx-alert__inr {
  background-color: #e95a5c;
}
.qx-alert--em .qx-txt {
  border-color: #fff;
}
.qx-alert--em .qx-txt strong {
  color: #fff;
}
.qx-alert--em .btn__main {
  border-color: #fff;
  color: #fff;
}
.qx-alert--em .btn__sbm {
  background: #fff;
}
.qx-alert--em .qx-check__box input:checked + label:before {
  background: #fff;
}
.qx-toast__wrap .qx-alert--em .qx-alert__inr:after {
  background-color: #fff;
}
.qx-alert--fail strong:after {
  background-position-x: -290px;
}
.qx-alert--sucs strong:after {
  background-position-x: -346px;
}
.qx-alert--em {
  color: #fff;
}
.qx-alert--em strong:after {
  background-position-x: -290px;
  filter: invert(97%) sepia(100%) saturate(3900%) hue-rotate(-39deg) contrast(85%) brightness(359%);
}
.qx-alert .btn:not(.btn__sbm)[disabled] {
  border-color: #cdcdcd;
  color: #cdcdcd;
}
.qx-alert .btn__sbm[disabled] {
  background: #cdcdcd;
}

.qx-toast__wrap {
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 1001;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin: auto 0 auto auto;
  box-sizing: border-box;
  width: 100%;
  min-width: 260px;
  max-width: 650px;
  transform: translateX(-50%);
}
.qx-toast__wrap.alert__rt {
  left: unset;
  right: 0;
  transform: unset;
}
.qx-toast__wrap .qx-alert {
  margin-bottom: 16px;
}
.qx-toast__wrap .qx-alert__inr {
  padding: 20px 24px;
  box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, 0.2666666667);
  font-size: 15px;
}
.qx-toast__wrap .qx-alert__inr:not(.qx-alert--em .qx-alert__inr):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  width: 10px;
}
.qx-toast__wrap .qx-alert strong {
  margin: 0;
  padding-left: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.qx-toast__wrap .qx-alert strong:after {
  transform: scale(0.46) translate(-60%, -54px);
}
.qx-toast__wrap .qx-alert strong + p, .qx-toast__wrap .qx-alert strong + div {
  margin-top: 6px;
}
.qx-toast__wrap .qx-alert__cls {
  position: absolute;
  z-index: 10;
  top: 21px;
  right: 20px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background-color: transparent;
  color: transparent;
}
.qx-toast__wrap .qx-alert__cls:before, .qx-toast__wrap .qx-alert__cls:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 2px;
  background-color: #757575;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
.qx-toast__wrap .qx-alert__cls:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.qx-toast__wrap .qx-alert__cls:hover {
  cursor: pointer;
}
.qx-toast__wrap .qx-alert--em .qx-alert__cls:before, .qx-toast__wrap .qx-alert--em .qx-alert__cls:after {
  background: #fff;
}

.toast-slideup {
  animation: toast-slideup 0.4s ease-out;
}
@keyframes toast-slideup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.shake {
  animation: shake 0.6s;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 550px) {
  :is(.smtship-wrap, .mqx-wrap) .qx-alert, :is(.smtship-wrap, .mqx-wrap) .qx-alert__wrap {
    max-width: unset;
    min-width: unset;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert__inr {
    font-size: 15px;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert strong {
    padding-left: 54px;
    font-size: 20px;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert strong:after {
    margin: -22px 0 0 -2px;
    transform: scale(0.875);
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert em {
    font-size: 15px;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert .qx-txt {
    font-size: 14px;
  }
  .smtship-wrap .qx-alert__btn .btn {
    padding: 10px 16px 9px;
    height: unset;
    min-width: 65px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  :is(.smtship-wrap, .mqx-wrap) .qx-alert {
    padding: 0 20px;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert__inr {
    padding: 24px;
    font-size: 14px;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert strong {
    padding-left: 46px;
    font-size: 18px;
  }
  :is(.smtship-wrap, .mqx-wrap) .qx-alert strong:after {
    margin-left: -6px;
    transform: scale(0.7);
  }
  .smtship-wrap .qx-alert__btn .btn {
    padding: 9px 14px 7px;
    min-width: unset;
    font-size: 14px;
  }
}
.qfs-layer {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  min-width: fit-content;
  overflow-y: auto;
  text-align: center;
  font-size: 0;
}
.qfs-layer:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.qfs-layer_inr, .qfs-layer__inr {
  display: inline-block;
  position: relative;
  background: #fff;
  vertical-align: middle;
  text-align: left;
  font-size: 0.875rem;
}
.qfs-layer__inr {
  width: 100%;
  max-width: 1000px;
}
.qfs-layer__inr--round {
  border-radius: 16px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #faf9fb;
  overflow: hidden;
  width: auto;
}
.qfs-layer__inr.inr--box {
  padding: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  min-width: 550px;
  min-height: 224px;
  text-align: center;
}
.qfs-layer__inr.inr--box .qfs-layer__cls {
  top: 24px;
  right: 24px;
  padding-top: 24px;
  width: 24px;
  height: 24px;
}
.qfs-layer__inr.inr--box .qfs-layer__cls:before, .qfs-layer__inr.inr--box .qfs-layer__cls:after {
  border-color: #cdcdcd;
}
.qfs-layer__sc {
  margin: 48px 0;
  font-size: 16px;
  color: #757575;
}
.qfs-layer_cls, .qfs-layer__cls {
  position: absolute;
  top: -45px;
  right: 0;
  width: 35px;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
  background: none;
}
.qfs-layer_cls:before, .qfs-layer_cls:after, .qfs-layer__cls:before, .qfs-layer__cls:after {
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 2px solid #fff;
  height: 100%;
  transform: rotate(45deg);
  content: "";
}
.qfs-layer_cls:after, .qfs-layer__cls:after {
  transform: rotate(-45deg);
}
.qfs-layer__cls {
  top: 25px;
  right: 25px;
}
header .qfs-layer__cls {
  top: 27px;
  right: 37px;
  padding-top: 30px;
  width: 30px;
}
.qfs-layer--dimmed-trans .qfs-layer_inr, .qfs-layer--dimmed-white .qfs-layer_inr {
  border-radius: 10px;
  box-shadow: 0 12px 20px 1px rgba(0, 0, 0, 0.35);
}
.qfs-layer--dimmed-trans .qfs-layer_cls, .qfs-layer--dimmed-white .qfs-layer_cls {
  top: 20px;
  right: 20px;
  width: 20px;
  padding-top: 20px;
}
.qfs-layer--dimmed-trans .qfs-layer_cls:before, .qfs-layer--dimmed-trans .qfs-layer_cls:after, .qfs-layer--dimmed-white .qfs-layer_cls:before, .qfs-layer--dimmed-white .qfs-layer_cls:after {
  border-color: #ccc;
}
.qfs-layer--dimmed-trans {
  background: rgba(255, 255, 255, 0);
}
.qfs-layer--dimmed-white {
  background: rgba(255, 255, 255, 0.6);
}
.qfs-layer_nv, .qfs-layer__nv {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 13px;
}
.qfs-layer_nv label, .qfs-layer__nv label {
  margin: 0 0 0 5px;
  color: #fff;
}
.fixed_html, .fixed__html {
  overflow: hidden;
}

.qfs-layer .qfs-layerpop {
  position: relative;
}
.qfs-layer--fade-in {
  transition: 0.5s ease-in-out;
  opacity: 1;
}
.qfs-layer--fade-in .qfs-layerpop {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.qfs-layer--fade-out {
  transition: 0.5s ease-in-out;
  opacity: 0;
  z-index: -1000;
}
.qfs-layer--fade-out .qfs-layerpop {
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.qfs-layer .qfs-btn {
  display: inline-block;
  border: 1px solid #633aa1;
  border-radius: 20px;
  padding: 0 17px;
  background: transparent;
  min-width: 72px;
  height: 35px;
  line-height: 33px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #633aa1;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
.qfs-layer .qfs-btn.btn_sbm, .qfs-layer .qfs-btn.btn__sbm {
  background: #633aa1;
  color: #fff;
}

.qfs-layerpop {
  display: inline-block;
  position: fixed;
  z-index: 1000;
  background: #f6f5ff;
  border-radius: 30px;
  width: 80%;
  max-width: 500px;
  padding: 25px;
  vertical-align: middle;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.36);
}
.qfs-layerpop__tt {
  margin-bottom: 30px;
  font-size: 1.25em;
}
.qfs-layerpop__inr {
  margin: 30px 0;
}
.qfs-layerpop__inr em {
  font-weight: normal;
}
.qfs-layerpop__btn {
  margin-top: 30px;
  text-align: right;
}
.qfs-layerpop__btn button {
  background: transparent;
  font-size: inherit;
  color: #613fee;
}
.qfs-layerpop__btn .qfs-btn {
  margin: 0;
  border: 0 none;
  border-radius: 15px;
  height: 50px;
  padding: 0 30px;
}

.smtship-alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 101;
  margin: auto;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: 20px 50% no-repeat;
  background-color: #fff;
  width: 535px;
  transform: translateY(-50%);
  overflow: hidden;
}
.smtship-alert .qfs-check__box {
  margin-top: 16px;
}
.smtship-alert .qfs-check__box label {
  color: #757575;
}
.smtship-alert__inner {
  margin: 32px 0 32px 16px;
  padding: 0 32px;
  color: #353535;
  text-align: left;
  font-size: 15px;
}
.smtship-alert__inner .dsc {
  display: block;
  line-height: 22px;
}
.smtship-alert__inner p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
.smtship-alert__inner p + .dsc {
  margin-top: 8px;
}
.smtship-alert__inner img {
  vertical-align: middle;
}
.smtship-alert__cls {
  margin: 0 32px 32px;
}
.smtship-alert__button {
  margin: 32px;
  box-sizing: border-box;
  text-align: right;
}
.smtship-alert__button a, .smtship-alert__cls {
  display: inline-block;
  padding: 17px 32px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f4f4f4;
  min-width: 92px;
  width: auto;
  height: 56px;
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 21px;
  font-weight: 500;
}
.smtship-alert__button a + *, .smtship-alert__cls + * {
  margin-left: 10px;
}
.smtship-alert__button a:hover, .smtship-alert__cls:hover {
  background-color: rgb(233.8, 233.8, 233.8);
}
.smtship-alert--warning {
  text-align: right;
}
.smtship-alert--warning:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fc0;
  width: 16px;
}
.smtship-alert--warning .qfs-alert__inner {
  margin-left: 16px;
}
.smtship-alert--warning p {
  padding-left: 56px;
  background: url("../../qfs/img/common/ic_alarm_warning.png") 0 50% no-repeat;
}
.smtship-alert--error {
  text-align: right;
}
.smtship-alert--error:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #d90000;
  width: 16px;
}
.smtship-alert--error .qfs-alert__inner {
  margin-left: 16px;
}
.smtship-alert--error p {
  padding-left: 56px;
  background: url("../../qfs/img/common/ic_alarm_error.png") 0 50% no-repeat;
}
.smtship-alert--success {
  text-align: right;
}
.smtship-alert--success:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #4cc03c;
  width: 16px;
}
.smtship-alert--success .qfs-alert__inner {
  margin-left: 16px;
}
.smtship-alert--success p {
  padding-left: 56px;
  background: url("../../qfs/img/common/ic_alarm_success.png") 0 50% no-repeat;
}
.smtship-alert-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1000;
  margin: auto;
  width: 535px;
  transform: translateY(-50%);
}
.smtship-alert-wrap .qfs-alert {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  transform: none;
}
.smtship-alert--bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}

.smtship-layer {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 50px 0;
  overflow-y: auto;
  text-align: center;
  font-size: 0;
  background: rgba(0, 0, 0, 0.6);
  min-width: fit-content;
  padding: 50px 30px;
}
.smtship-layer:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.smtship-layer__inr {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
.smtship-layer__hd {
  padding: 16px 60px 16px 24px;
  box-sizing: border-box;
  background-color: #613fee;
  color: #fff;
}
.smtship-layer__hd :where(h1, h2) {
  font-size: 1.3em;
  font-weight: 500;
}
.smtship-layer__ct {
  padding: 24px 24px 32px;
  box-sizing: border-box;
  background-color: #faf9fb;
  min-height: 216px;
  font-size: 1em;
  color: #757575;
}
.smtship-layer__ct .txt {
  font-size: 1em;
  color: #757575;
  line-height: 1.5;
}
.smtship-layer__ct .smtship-cont__btn:last-of-type {
  margin-top: 36px;
}
.smtship-layer__ct .member-form {
  margin: 16px 0 32px;
  padding: 0;
  border: none;
  box-shadow: none;
  max-width: unset;
}
.smtship-layer__ct .member-form .col {
  margin-bottom: 16px;
}
.smtship-layer__cls {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 27px;
  height: 0;
  padding-top: 27px;
  overflow: hidden;
  background: none;
}
.smtship-layer__cls:before, .smtship-layer__cls:after {
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 2px solid #fff;
  height: 100%;
  transform: rotate(45deg);
  content: "";
}
.smtship-layer__cls:after {
  transform: rotate(-45deg);
}
header .smtship-layer__cls {
  top: 27px;
  right: 37px;
  padding-top: 30px;
  width: 30px;
}
.fixed_html {
  overflow: hidden;
}

.smtship-ttip {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 6px -16px;
  padding: 8px 16px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #613fee;
  min-width: 120px;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  color: #fff;
}
.smtship-ttip__wrap {
  position: relative;
  display: inline-block;
}
.smtship-ttip:after {
  position: absolute;
  display: block;
  left: 24px;
  bottom: 0;
  margin-bottom: -8px;
  border: 3px solid transparent;
  border-top: 6px solid #613fee;
  content: "";
}

.qx-layer {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2666666667);
  min-width: fit-content;
  overflow: auto;
  text-align: center;
  font-size: 0;
}
.smtship-wrap .qx-layer {
  min-width: unset;
}
.qx-layer:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.qx-layer__inr {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 800px;
  text-align: left;
}
.qx-layer__cls {
  position: absolute;
  top: 13px;
  right: 32px;
  height: 22px;
  background-color: transparent;
  color: transparent;
}
.qx-layer__cls:before, .qx-layer__cls:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  background-color: #fff;
  height: 100%;
  width: 2px;
  transform: rotate(45deg);
}
.qx-layer__cls:after {
  transform: rotate(-45deg);
}
.qx-layer__cls:hover {
  cursor: pointer;
}
.fixed__html {
  overflow: hidden;
}

/* #Popup Layout 
//------------------------------------------------------------------------------ */
.qx-frame {
  background-color: #fff;
  box-sizing: border-box;
  min-width: 200px;
  height: 100vh;
}
.qx-layer .qx-frame {
  height: fit-content;
}
.qx-frame > .qx-cont, .qfs-frame > .qx-cont {
  height: 100%;
  box-sizing: border-box;
}

.qx-frame__inr {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 111px);
}
.qx-frame__inr > .qx-frame__ct {
  flex: 1;
  max-height: unset;
}
.qx-frame__hd {
  background-color: #613fee;
  padding: 12px 20px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
.qx-frame__hd :is(h1, h2) {
  font-size: 18px;
  line-height: 1.5;
}
.qx-frame__hd :is(h1, h2) + p {
  margin-top: 4px;
}
.qx-frame__ct {
  position: relative;
  padding: 20px 20px 24px;
  box-sizing: border-box;
  font-size: 15px;
}
.qx-frame__ct[data-frame=scroll] {
  overflow: hidden auto;
  max-height: calc(100vh - 111px);
}
.qx-frame__ct[data-frame=scroll]::-webkit-scrollbar {
  width: 14px;
}
.qx-frame__ct[data-frame=scroll]::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #8b8b8b;
  background-clip: padding-box;
  border: 4px solid transparent;
}
.qx-frame__ct[data-frame=scroll]::-webkit-scrollbar-track {
  background-color: transparent;
}
.qx-cont__btn + .qx-frame__ct[data-frame=scroll] {
  height: calc(100vh - 139px);
}
.qx-frame__ft {
  padding: 24px 20px;
  box-sizing: border-box;
  width: 100%;
}
.qx-frame__ft *:first-child {
  margin-top: 0;
}
.qx-frame__tt {
  font-weight: 500;
  font-size: 18px !important;
  color: #292929;
}
.qx-frame__tt--warning, .qx-frame__tt--success {
  padding-left: 36px;
  box-sizing: border-box;
  background-position: left 50%;
  background-repeat: no-repeat;
  line-height: 28px;
}
.qx-frame__tt--warning {
  background-image: url("../img/common/ic_warning_y.png");
}
.qx-frame__tt--success {
  background-image: url("../img/common/ic_alarm_success.png");
  background-size: 28px;
}
.qx-frame__nt {
  font-size: 13px;
  word-break: break-all;
}
.qx-frame__nt + .qx-cont__sc {
  margin-top: 8px;
}
.qx-frame__txt {
  font-size: 15px;
  color: #353535;
  line-height: 1.67;
}
:where(.qx-frame__txt, .qx-frame__hd) + .qx-frame__txt {
  margin-top: 16px;
}
.qx-frame__bg, .qx-frame__bg + .qx-frame__ct {
  background-color: #f8f8f8;
}
.qx-frame__bg.qx-frame__ct {
  height: calc(100vh - 51px);
}
.qx-frame__bg :is(div.qx-radio__box, .qx-cont__box, .qx-cont__tb, .qx-cont__item) {
  background-color: #fff;
}
.qx-frame--alert {
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.qx-frame--alert .qx-frame__hd {
  border-radius: 4px 4px 0 0;
}
.qx-frame--alert .btn__lrg .qx-btn {
  height: 56px;
  min-width: 92px;
}
.qx-frame--event {
  margin-top: 15px;
  padding: 20px;
  box-sizing: border-box;
  border: 0 none;
  background-color: #eee;
}
.qx-frame--event + .qx-layer__cls {
  top: 0;
  right: 0;
  margin: -28px 8px 0 0;
  height: 30px;
}
.qx-frame--event .qx-frame__ct {
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}
.qx-frame--event .qx-frame__hd {
  background-color: transparent;
  padding: 0 0 16px;
  border-bottom: 1px solid #eee;
}

/* [F] Tracxlogis 
//------------------------------------------------------------------------------ */
.qx-txl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 800px;
  min-height: 100%;
  background: url(../../qx/img/tracxlogis/bg_tracxlogis.png) 50% no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.qx-txl__inr {
  padding: 40px;
  box-sizing: border-box;
  width: 99%;
}
.qx-txl__inr > h1 {
  display: block;
  margin-bottom: 72px;
  font-size: 40px;
}
.qx-txl__inr .qx-check__box label {
  color: #fff;
}
.qx-txl__hg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.qx-txl__hg h1 {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.qx-txl__hg .date {
  position: relative;
  align-self: flex-start;
  margin: 0 37px;
  padding-top: 8px;
  width: 167px;
  font-size: 20px;
  font-weight: 100;
}
.qx-txl__hg .date:before, .qx-txl__hg .date:after {
  content: "";
  position: absolute;
  top: 52px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.qx-txl__hg .date:before {
  left: 0;
  margin-top: 7px;
  width: 100%;
}
.qx-txl__hg .date:after {
  right: -3px;
  width: 20px;
  transform: rotate(45deg);
}
.qx-txl__hg.hg__box {
  margin-bottom: 72px;
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5019607843);
}
.qx-txl__hg.hg__box .date {
  padding: 0;
  height: 72px;
  max-width: 110px;
}
.qx-txl__hg.hg__box .date:before, .qx-txl__hg.hg__box .date:after {
  top: 45%;
}
.qx-txl__hg.hg__box .logo {
  height: auto;
}
.qx-txl__hg.hg__box .logo--qx {
  width: 233px;
}
.qx-txl__hg.hg__box .logo--tx {
  width: 364px;
}
.qx-txl__txt {
  line-height: 1.67;
  font-size: 24px;
}
.qx-txl__btn {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
.qx-txl__btn .btn {
  position: relative;
  padding: 18px 96px 17px 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 64px;
  background: none;
  color: #fff;
}
.qx-txl__btn .btn:before, .qx-txl__btn .btn:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.qx-txl__btn .btn:before {
  margin-bottom: -5px;
  width: 36px;
}
.qx-txl__btn .btn:after {
  margin-bottom: -1px;
  width: 10px;
  transform: rotate(45deg);
}
.qx-txl__btn .btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.qx-txl__scr {
  max-height: calc(100vh - 444px);
  overflow: auto;
}
.qx-txl__scr::-webkit-scrollbar {
  width: 14px;
}
.qx-txl__scr::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #8b8b8b;
  background-clip: padding-box;
  border: 4px solid transparent;
}
.qx-txl__scr::-webkit-scrollbar-track {
  background-color: transparent;
}

.qx-layer .qx-txl {
  width: 100%;
  font-size: 16px;
}
.qx-layer .qx-txl__inr {
  padding: 58px 36px 36px;
}
.qx-layer .qx-txl__inr > h2 {
  display: block;
  margin-bottom: 36px;
  font-size: 28px;
}
.qx-layer .qx-txl__hg.hg__box {
  margin-bottom: 48px;
  padding: 16px 48px;
}
.qx-layer .qx-txl__hg.hg__box .logo--qx {
  width: 30%;
}
.qx-layer .qx-txl__hg.hg__box .logo--tx {
  width: 42%;
}

@media screen and (max-width: 1000px) {
  .smtship-wrap .qx-txl {
    min-width: unset;
  }
  .smtship-wrap .qx-txl__hg:not(.hg__box) .logo {
    height: 70px;
  }
  .smtship-wrap .qx-txl__hg.hg__box .date {
    margin: 0 24px;
  }
  .smtship-wrap .qx-txl__hg.hg__box .logo--qx {
    width: 30%;
  }
  .smtship-wrap .qx-txl__hg.hg__box .logo--tx {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .smtship-wrap .qx-txl__inr > h2 {
    font-size: 24px;
  }
  .smtship-wrap .qx-txl__hg.hg__box {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 480px) {
  .smtship-wrap .qx-txl {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
  }
  .smtship-wrap .qx-txl__inr {
    padding: 50px 24px 24px;
  }
  .smtship-wrap .qx-txl__inr > h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .smtship-wrap .qx-txl__hg.hg__box {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .smtship-wrap .qx-txl__hg.hg__box .date {
    margin: 0;
    min-width: 100%;
    height: 48px;
    background: url("../img/common/ic_select.png") 50% no-repeat;
    filter: brightness(2);
  }
  .smtship-wrap .qx-txl__hg.hg__box .date:before, .smtship-wrap .qx-txl__hg.hg__box .date:after {
    content: none;
  }
  .smtship-wrap .qx-txl__hg.hg__box .logo--qx {
    width: 60%;
  }
  .smtship-wrap .qx-txl__hg.hg__box .logo--tx {
    width: 88%;
  }
  .smtship-wrap .qx-txl__scr {
    max-height: calc(100vh - 492px);
  }
}
.smtship-banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: fit-content;
}
.smtship-banner__inr {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.smtship-banner__cls {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 54px;
  overflow: hidden;
  transform: translateY(-50%);
  color: #fff;
}
.smtship-banner__cls span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 0;
}
.smtship-banner__cls span:before, .smtship-banner__cls span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 3px;
  background: #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.smtship-banner__cls span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.smtship-banner__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 55px;
  padding: 20px 20px 20px 73px;
  box-sizing: border-box;
  background: url(../img/login/ic_smtshiip_app.png) left 50% no-repeat;
  background-size: 63px;
  min-height: 100px;
  word-break: break-all;
}
.smtship-banner__link .btn {
  margin-left: 16px;
  padding: 4px 10px;
  border-radius: 17px;
  background-color: #a7a7a7;
  box-sizing: border-box;
  min-width: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.smtship-banner h4 {
  width: 100%;
  font-size: 16px;
  color: #1a1a1a;
}
.smtship-banner p {
  font-size: 12px;
}
.smtship-banner--tx .smtship-banner__cls {
  top: 24px;
  left: 24px;
  transform: unset;
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 0;
}
.smtship-banner--tx .smtship-banner__cls:before, .smtship-banner--tx .smtship-banner__cls:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  border-radius: 3px;
  background: #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.smtship-banner--tx .smtship-banner__cls:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.smtship-banner--tx .smtship-banner__link {
  display: block;
  background-image: url("../img/login/bn_smtshipapp.png");
  background-position-y: 20px;
}
.smtship-banner--tx .smtship-banner__link .btn {
  display: inline-block;
  margin: 9px 0 0;
  padding: 5px 25px 7px 10px;
  box-sizing: border-box;
  height: 26px;
  background: url("../img/login/bt_arrow.png") calc(100% - 10px) 50% no-repeat;
  background-size: 10px;
  background-color: #ecf6ff;
  color: #004891;
  font-size: 12px;
}

/* #Common: Loading 
//------------------------------------------------------------------------------ */
.qfs-load {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  background: url(../../qfs/img/common/ic_load.svg) no-repeat;
  width: 119px;
  height: 81px;
}

[class^=smtship-check] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
[class^=smtship-check] input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}
[class^=smtship-check] input:checked + label:after {
  border: none;
  background: url(../img/common/ic_check_on.png) 50% no-repeat;
  background-size: cover;
}
[class^=smtship-check] input[disabled] {
  opacity: 0;
}
[class^=smtship-check] input[disabled] + label {
  color: #aaa;
  opacity: 0.5;
}
[class^=smtship-check] label {
  display: inline-block;
  margin: 0;
  padding-left: 17px;
}
[class^=smtship-check] label:after {
  display: inline-block;
  margin: 0 7px -5px -2px;
  border-radius: 50%;
  border: 1px solid #dedede;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
}

.qx-check__box {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.qx-cont__box + div.qx-check__box, div.qx-check__box + .qx-txt {
  margin-top: 8px;
}

.qx-check__box label {
  padding-left: 8px;
  font-weight: normal;
  word-break: break-all;
  line-height: 18px;
  font-size: 14px;
}
.qx-check__box label:before {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 5px 0 -7px;
  border-radius: 2px;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
}
.qx-check__box label:hover {
  cursor: pointer;
}
.qx-check__box input {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.qx-check__box input:checked + label:before {
  position: relative;
  border: 0;
  background-color: #613fee;
}
.qx-check__box input:checked + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 2px 7px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  width: 6px;
  height: 9px;
  transform: rotate(45deg);
  content: "";
}
.qx-check__box :is([disabled], [readonly]) + label:before {
  border: 1px solid #cdcdcd;
  background-color: #dedede;
}
.qx-check__box :is(:checked[disabled], :checked[readonly]) + label:before {
  background-color: #dedede;
}

.main-wrap section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main__inr {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  width: 1280px;
}
.main-title {
  display: flex;
  flex-direction: column;
  color: #fefefe;
  font-size: 60px;
}
.main-title small {
  font-size: 0.8em;
  font-weight: 400;
}
.main-title .more {
  align-self: flex-end;
  font-size: 14px;
  color: #fff;
}
.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -10;
}
.main-bg .cont {
  display: -webkit-box;
}
.main-bg .slide {
  width: 100%;
}
.main-bg .slide .bg {
  min-width: 100%;
  width: 1920px;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-board {
  background-image: url("../../info/img/main/bg_board.jpg");
}
.main-board .main__inr {
  display: flex;
  justify-content: space-between;
  padding: 160px 0 100px 0;
  height: 550px;
}
.main-board .main-title {
  margin: -65px 0 0;
  padding-bottom: 10px;
  font-weight: 400;
}
.main-board .main-title h2 {
  font-size: 26px;
}
.main-board article {
  border-radius: 10px;
  background-color: #fff;
}
.main-board article ~ article {
  flex-shrink: 0;
  margin-left: 30px;
  width: 520px;
}
.main-board__table {
  table-layout: fixed;
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
.main-board__table th {
  background-color: #fafafb;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #949393;
}
.main-board__table td {
  border-bottom: 1px solid #f0f0f0;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #727272;
  text-align: center;
}
.main-board__table td:last-child {
  font-weight: 200;
}
.main-board__table td a {
  display: block;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-board__table tr:last-child td {
  border-bottom: 0;
}

/* [P] Info/Main
//------------------------------------------------------------------------------ */
.main-btn {
  width: 100%;
  text-align: center;
  margin: 100px 0 -80px;
}
.main-btn .btn {
  display: inline-block;
  position: relative;
  padding: 8px 66px 8px 24px;
  border-radius: 25px;
  background: linear-gradient(to right, #9967e0, #5679f1);
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}
.main-btn .btn:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  background: url("../img/main/ic_btn_driver.png") top no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  content: "";
}
.main-menu {
  display: flex;
  justify-content: space-between;
}
.main-menu__back {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 14px;
  height: 14px;
  font-size: 0;
}
.main-menu__back:before, .main-menu__back:after {
  display: block;
  margin-top: 4px;
  width: 14px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #767676;
  content: "";
}
.main-menu__back:after {
  transform: rotate(45deg);
  margin: -2px 0;
}
.main-menu__tt {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  color: #d2d2d2;
  cursor: pointer;
}
.main-menu__tt h3 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
}
.main-menu__tt h3:before {
  content: "";
  display: block;
  margin: 70px auto 22px;
  width: 160px;
  height: 104px;
  background-repeat: no-repeat;
}
.main-menu__tt .country {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.main-menu__tt .slct {
  position: relative;
  margin: 0 16px 0 20px;
}
.main-menu__tt .slct select {
  padding: 0 25px 0 10px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  min-width: 110px;
  line-height: 21px;
  background-color: transparent;
  font-size: 0.8571em;
  color: #fff;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.main-menu__tt .slct select::-ms-expand {
  display: none;
}
.main-menu__tt .slct:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
}
.main-menu__tt .main-menu__btn {
  margin: 0;
}
.main-menu__tt .main-menu__btn a {
  width: 60px;
}
.main-menu__tt:hover .slct select {
  background-color: rgba(0, 0, 0, 0.3);
}
.main-menu__btn {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.main-menu__btn a {
  display: block;
  border-radius: 3px;
  background-color: #cdcdcd;
  width: 140px;
  line-height: 35px;
  text-align: center;
  color: #353535;
}
.main-menu__btn .next {
  background-color: #613fee;
  color: #fff;
}
.main-menu__btn--link {
  display: block;
  margin-top: 55px;
}
.main-menu__btn--link a {
  margin: 40px 0;
  width: 100%;
  line-height: 40px;
}
.main-service {
  padding: 60px 0;
  background: #000;
}
.main-service__info {
  margin: -30px -30px 0 -10px;
  overflow: hidden;
}
.main-service__info li {
  float: left;
  margin: 10px 10px 10px 0;
  border-radius: 20px;
  width: 666px;
  height: 297px;
  overflow: hidden;
  background-color: #2d2e31;
}
.main-service__info li:first-child {
  margin-top: 237px;
  width: 410px;
  height: 388px;
}
.main-service__info a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 0 0 30px 35px;
  box-sizing: border-box;
  height: 100%;
  line-height: 1.5;
  color: #949393;
  font-size: 1.4285em;
}
.main-service__info a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.main-service__info a:before, .main-service__info a:after {
  display: inline-block;
  position: absolute;
  top: 77px;
  right: 45px;
  width: 80px;
  height: 3px;
  background-color: #949393;
  content: " ";
}
.main-service__info a:after {
  margin: -37px 37px 0 0;
  width: 3px;
  height: 80px;
}
.main-service__info h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
.main-network {
  height: 980px;
  background-image: url("../../info/img/main/bg_network.jpg");
}
.main-network .main-title {
  padding-top: 85px;
  text-align: right;
}
.main-network .dsc {
  padding: 310px 0 35px;
  line-height: 35px;
  font-size: 26px;
}
.main-network__info {
  display: flex;
  flex-wrap: wrap;
}
.main-network__info li {
  flex: 1;
  text-align: center;
  font-size: 1.4285em;
  font-weight: 300;
}
.main-network__info li:before {
  content: "";
  display: block;
  margin: 0 auto 25px;
  width: 110px;
  height: 104px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0;
}
.main-network__info li:nth-child(1):before {
  background-image: url("../../info/img/main/ic_network1.png");
}
.main-network__info li:nth-child(2):before {
  background-image: url("../../info/img/main/ic_network2.png");
}
.main-network__info li:nth-child(3):before {
  background-image: url("../../info/img/main/ic_network3.png");
}
.main-network__info li:nth-child(4):before {
  background-image: url("../../info/img/main/ic_network4.png");
}
.main-banner {
  padding: 105px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../info/img/main/bg_banner.jpg");
  text-align: center;
  font-size: 1.4285em;
  color: #fff;
}
.main-banner .video {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  padding: 0 42px 0 15px;
  border-radius: 30px;
  box-sizing: border-box;
  min-width: 170px;
  height: 42px;
  background-color: #633aa1;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  line-height: 42px;
}
.main-banner .video:before, .main-banner .video:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
}
.main-banner .video:before {
  margin: -4px 3px 0 0;
  border: 4px solid transparent;
  border-left-color: #fff;
}
.main-banner .video:after {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.main-qtrading__info {
  position: relative;
  border-radius: 10px;
  width: 520px;
  height: 100%;
  overflow: hidden;
  background: url("../../info/img/main/bg_qtrading.jpg") no-repeat;
}
.main-qtrading__info:hover a {
  display: block;
}
.main-qtrading__info a {
  display: none;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  line-height: 30px;
  color: #c9c9c9;
  font-size: 16px;
}
.main-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}
.main-link a {
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.25em 1em;
  width: 200px;
  height: 200px;
  line-height: 1;
  overflow: hidden;
  font-size: 1.714em;
  color: #fff;
}
.main-link span:before, .main-link span:after {
  content: "";
  position: absolute;
  bottom: 48px;
  right: 20px;
  width: 60px;
  height: 3px;
  background: #949393;
}
.main-link span:after {
  bottom: 20px;
  right: 48px;
  width: 3px;
  height: 60px;
}
.main-link .active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #565656;
}
.main-etc {
  background: #613fee;
  padding: 40px 32px;
}
.main-etc .main-link a {
  flex: 1;
  background-color: rgba(206, 197, 254, 0.6);
  height: 164px;
}
.main-etc .main-link a:before {
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: auto;
  top: -93px;
  right: -55px;
  width: 239.5px;
  height: 213px;
  background: url("../img/main/bg_link.png") no-repeat;
  background-size: auto 213px;
}
.main-etc .main-link a ~ a {
  margin-left: 12px;
}
.main-etc .main-link a ~ a:before {
  right: auto;
  top: -75px;
  left: -65px;
}
.main-etc .main-link span {
  position: relative;
}
.main-etc .main-link span:before {
  right: -54px;
  bottom: 15px;
  background: #fff;
  width: 36px;
  height: 2px;
}
.main-etc .main-link span:after {
  right: -36px;
  bottom: -2px;
  background: #fff;
  width: 2px;
  height: 36px;
}
.main-video {
  position: relative;
  margin-bottom: 105px;
  padding-top: 56.37%;
  font-size: 0;
}
.main-video .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-video .video iframe {
  width: 100%;
}

/* renewal
//------------------------------------------------------------------------------ */
.main-quick {
  position: relative;
  height: calc(100vh - 124px);
  min-height: 745px;
}
.main-quick__inr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px 140px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.main-quick__scroll {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.main-quick__hd {
  margin-bottom: 56px;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 16, 42, 0.55);
}
.main-quick__hd .main-title {
  font-size: 64px;
  color: #fff;
  font-weight: 500;
}
.main-quick__hd p {
  margin-top: 16px;
  color: #fff;
  line-height: 1.56;
  font-size: 18px;
}
.main-quick .main-menu {
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
.main-quick .main-menu:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #1f1b23;
  opacity: 0.6;
  content: "";
}
.main-quick .main-menu__wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  max-height: 337px;
}
.main-quick .main-menu__wrap .move {
  display: none;
  margin-top: 24px;
  width: calc(100vw - 80px);
  height: 8px;
  text-align: center;
}
.main-quick .main-menu__wrap .move:before {
  content: none;
}
.main-quick .main-menu__wrap .move a {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background-color: #fff;
  width: 8px;
  height: 8px;
  overflow: hidden;
  color: transparent;
}
.main-quick .main-menu__wrap .move a.on {
  background: #613fee;
}
.main-quick .main-menu__wrap .move a + a {
  margin-left: 16px;
}
.main-quick .main-menu li {
  padding: 40px 0;
  box-sizing: border-box;
  width: 24.8%;
  min-width: 265px;
  overflow: hidden;
}
.main-quick .main-menu li:before {
  content: none;
}
.main-quick .main-menu li .btn {
  display: block;
  position: relative;
  margin-top: 24px;
  padding: 12px 30% 12px 24px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #6c44a8;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.main-quick .main-menu li .btn:before, .main-quick .main-menu li .btn:after {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: 2px;
  border-top: 1px solid #fff;
  width: 17%;
  content: "";
}
.main-quick .main-menu li .btn:after {
  margin-top: -1px;
  width: 8px;
  transform: rotate(40deg);
}
.main-quick .main-menu__set {
  display: none;
  margin-top: 24px;
  font-size: 16px;
}
.main-quick .main-menu__set dl {
  display: inline-block;
  width: calc(50% - 8px);
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.main-quick .main-menu__set dl + dl {
  margin-left: 12px;
}
.main-quick .main-menu__set dl.cost {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0;
  width: 100%;
}
.main-quick .main-menu__set dl.cost strong {
  font-size: 1.125em;
  color: #ff311a;
  font-weight: bold;
}
.main-quick .main-menu__set .slct {
  position: relative;
  margin-top: 4px;
}
.main-quick .main-menu__set .slct:after {
  position: absolute;
  top: 7px;
  right: 2px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  content: "";
}
.main-quick .main-menu__set select {
  padding: 6px 20px 10px 0;
  border-bottom: 1px solid #fff;
  background: none;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 100%;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.main-quick .main-menu__set option {
  color: #353535;
}
li.main-menu__delivery {
  height: fit-content;
  position: relative;
}

.main-quick .main-menu__btn {
  margin: 24px 0 0;
}
.main-quick .main-menu__btn a {
  width: calc(50% - 8px);
  font-size: 0.935em;
  line-height: 40px;
}
.main-quick .main-menu__btn a + a {
  margin-left: 8px;
}
.main-quick .main-menu--click .main-menu__tt {
  height: auto;
}
.main-quick .main-menu--click .main-menu__tt .btn {
  display: none;
}
.main-quick .main-menu__tt {
  text-align: center;
}
.main-quick .main-menu__tt h3 {
  height: unset;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.main-quick .main-menu__tt h3:before {
  content: none;
}
.main-quick .main-menu__tt p {
  margin-top: 6px;
  color: #cdcdcd;
  font-size: 15px;
}

.main-search {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #6c44a8;
}
.main-search__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 23px 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
.main-search > div {
  flex: 1;
}
.main-search__guide .link {
  display: inline-block;
  margin: 10px 0 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.main-search h3 {
  flex: 1;
  padding-right: 4.5%;
  box-sizing: border-box;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}
.main-search__main {
  flex: 1;
  width: 100%;
  min-width: 50%;
  font-size: 16px;
}
.main-search__main .inp {
  display: flex;
  border-radius: 5px;
  border: 4px solid #fff;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  background: #fff;
}
.main-search__main .inp__btn {
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 100%;
  background-color: #8158bf;
  font-size: 1em;
  white-space: nowrap;
  color: #fff;
}
.main-search__main input {
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1em;
  color: #353535;
}
.main-search__main input::placeholder {
  font-size: 1em;
  color: #353535;
}

.vision-wrap {
  position: relative;
  padding: 6.875em 0 6.875em 723px;
}
.vision-wrap:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -152px 2.875em 0 2.063em;
  width: 644px;
  height: 304px;
  background: url("../../info/img/content/bg_vision.png") 50% no-repeat;
  background-size: contain;
  content: "";
}
.vision-info {
  min-height: 304px;
  line-height: 1.875;
  color: #666;
  font-size: 16px;
}
.vision-info:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -132px 0 0 -500px;
  width: 454px;
  height: 264px;
  background: url("../../info/img/content/bg_vision_text.png") 50% no-repeat;
  background-size: contain;
  content: "";
}
.vision-info__dsc {
  margin-bottom: 20px;
  line-height: 1.538;
  font-size: 1.625em;
  color: #000;
}
.vision-info__dsc em {
  background-color: transparent;
  color: #613fee;
  font-weight: 600;
}

.history-wrap {
  padding: 15px 110px 0;
}
.history-tab {
  display: flex;
}
.history-tab a {
  flex: 1;
  box-shadow: inset 0 0 0 1px #d2d2d2;
  margin: 0 -1px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 1.4285em;
}
.history-tab [aria-selected=true] {
  position: relative;
  box-shadow: none;
  background-color: #613fee;
  color: #fff;
}
.history-panel {
  margin: 80px 0 0;
  overflow: hidden;
}
.history-panel li {
  position: relative;
  margin-left: 177px;
  padding: 15px 0 110px;
}
.history-panel li:last-child {
  padding-bottom: 25px;
}
.history-panel li:before, .history-panel li:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  border-left: 2px solid #613fee;
  height: 100%;
}
.history-panel li:after {
  left: -8px;
  border-radius: 50%;
  border: none;
  background: #613fee;
  width: 16px;
  height: 16px;
}
.history-panel h4 {
  position: absolute;
  top: 0;
  left: -177px;
  line-height: 60px;
  font-size: 60px;
}
.history-panel dl {
  position: relative;
  padding-left: 60px;
  line-height: 40px;
}
.history-panel dt {
  position: absolute;
  top: 0;
  left: 35px;
  font-weight: 600;
  color: #613fee;
}

.contact-box {
  position: relative;
  margin: 20px auto;
  border-radius: 13px;
  background-color: #eee;
  box-sizing: border-box;
  padding: 3px 3px 3px 364px;
  width: 893px;
}
.contact-box:first-of-type {
  margin-top: 120px;
}
.contact-box__tt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 360px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
}
.contact-box__tt small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.contact-box__tbl {
  border-radius: 0 11px 11px 0;
  background-color: #fff;
  padding: 0 20px;
}
.contact-box__tbl table {
  table-layout: fixed;
  width: 100%;
  color: #666;
}
.contact-box__tbl i {
  font-style: normal;
}
.contact-box__tbl :where(th, td) {
  border-bottom: 1px solid #eee;
  height: 80px;
  line-height: 30px;
}
.contact-box__tbl tr:last-child :is(th, td) {
  border: none;
}
.contact-box__tbl th {
  width: 25%;
  font-weight: 400;
  color: #613fee;
  text-align: left;
}
.contact-box__tbl span {
  float: left;
  width: 50%;
}

.notice-search {
  margin: -5px 0 16px;
  padding-top: 38px;
  background: #fff;
  text-align: right;
  font-size: 0;
}
.notice-search legend {
  display: inline;
  position: absolute;
  left: -100%;
}
.notice-search input {
  padding: 0 10px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  width: 345px;
  height: 40px;
  font-size: 16px;
}
:where(.notice-board__btn, .notice-search) button {
  display: inline-block;
  padding: 0 24px;
  height: 40px;
  background: #45424a;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
.notice-board .paging {
  margin-top: 52px;
}
.notice-board .view td {
  padding: 32px 0;
  text-align: left;
  color: #757575;
}
.notice-board .view a {
  color: #289ffb;
  text-decoration: underline;
}
.notice-board .board__date {
  line-height: 32px;
}
.notice-board .type {
  display: inline-block;
  margin: 0 24px;
  color: #34c975;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.notice-board .board-cont .type {
  margin: 0 32px 0 0;
  width: 65px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  text-align: center;
}
.notice-board .board-cont .type:not(.type--sys, .type--imp) {
  background: #dcf6e8;
}
.notice-board .board-cont .type--sys {
  background: #f7f6ff;
  color: #613fee;
}
.notice-board .board-cont .type--imp {
  background: #fff3f3;
  color: #e95a5c;
}

.notice-board tr.top td {
  background: #fffbf9;
}
.notice-board tr.top td a {
  color: #e95a5c;
}
.notice-board .move {
  border: solid #757575;
  border-width: 1px 0;
  width: 100%;
}
.notice-board .move a {
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #757575;
  line-height: 56px;
}
.notice-board .move a:before {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/ic_toggle_up.png") 50% no-repeat;
  background-size: 12px;
  width: 12px;
  height: 20px;
  content: "";
}
.notice-board .move a em {
  margin: 0 24px;
  color: #353535;
  font-weight: 500;
}
.notice-board .move a + a {
  border-top: 1px solid #cdcdcd;
}
.notice-board .move__next:before {
  margin-top: -1px;
}
.notice-board .move__prev:before {
  transform: rotate(180deg);
}
.notice-board__btn {
  margin-top: 16px;
  width: 100%;
  text-align: right;
}

.service-info figure {
  float: left;
}
.service-info article {
  float: right;
  max-width: 600px;
}
.service-info li {
  padding: 60px 10px;
  overflow: hidden;
}
.service-info li:nth-child(even) figure {
  float: right;
}
.service-info li:nth-child(even) article {
  float: left;
}
.service-info h4 {
  margin-bottom: 25px;
  font-size: 36px;
}
.service-info h4:before {
  display: block;
  background-color: #613fee;
  width: 60px;
  height: 5px;
  content: "";
}
.service-info h4 small {
  font-size: 26px;
}
.service-info p {
  margin: 20px 0;
  line-height: 26px;
  color: #666;
  word-break: break-word;
}
.service-info strong {
  line-height: 28px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.branch-list__asia, .branch-list__america {
  position: relative;
  margin: 70px 0;
  padding-right: 525px;
  background-image: url("../../info/img/content/img_branch_asia_2.png");
  background-repeat: no-repeat;
}
.branch-list__america {
  background-image: url("../../info/img/content/img_branch_america.png");
}
.branch-map {
  position: relative;
  height: 480px;
}
.branch-map li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.branch-map .branch-map__kr:before {
  background-image: url("../../info/img/content/img_branch_kr.png");
}
.branch-map .branch-map__sg:before {
  background-image: url("../../info/img/content/img_branch_sg.png");
}
.branch-map .branch-map__jp:before {
  background-image: url("../../info/img/content/img_branch_jp.png");
}
.branch-map .branch-map__cn:before {
  background-image: url("../../info/img/content/img_branch_cn.png");
}
.branch-map .branch-map__id:before {
  background-image: url("../../info/img/content/img_branch_id.png");
}
.branch-map .branch-map__my:before {
  background-image: url("../../info/img/content/img_branch_my.png");
}
.branch-map .branch-map__usa:before {
  background-image: url("../../info/img/content/img_branch_usa.png");
}
.branch-map .branch-map__in:before {
  background-image: url("../../info/img/content/img_branch_in.png");
}
.branch-map :is(li:hover, [aria-selected=true]) a {
  background-color: #613fee;
}
.branch-map a {
  position: absolute;
  z-index: 1;
  border-radius: 15px;
  background-color: #454953;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.branch-map a:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 78px;
  background: url("../../info/img/content/ic_branch_flag.png") center bottom no-repeat;
}
:is(.branch-map__sg, .branch-map__jp, .branch-map__cn, .branch-map__in, .branch-map__usa) a:before {
  height: 135px;
}
.branch-map__kr a {
  top: 60px;
  left: 490px;
}
.branch-map__sg a {
  top: 230px;
  left: 308px;
}
.branch-map__jp a {
  top: 6px;
  left: 565px;
}
.branch-map__cn a {
  top: 33px;
  left: 340px;
}
.branch-map__id a {
  top: 350px;
  left: 460px;
}
.branch-map__my a {
  top: 295px;
  left: 380px;
}
.branch-map__in a {
  top: 110px;
  left: 175px;
}
.branch-map__usa a {
  top: 190px;
  left: 325px;
}
.branch-info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 460px;
}
.branch-info h4 {
  margin-bottom: 25px;
  font-size: 36px;
  color: #613fee;
}
.branch-info p {
  margin-bottom: 15px;
  line-height: 26px;
}
.branch-info dt {
  float: left;
  margin-right: 5px;
  font-weight: 600;
}
.branch-info a {
  display: inline-block;
  margin-top: 15px;
  color: #666;
}
.branch-info a:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 7px;
  border: solid #666;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  vertical-align: middle;
}
.branch-info__addr dt {
  float: none;
  margin: 10px 0 0;
}
.branch-info__addr strong {
  color: #646464;
}

/* [F] Member
//------------------------------------------------------------------------------ */
.login-wrap h3 {
  margin: 50px 0 15px;
  color: #1a1a1a;
  font-size: 36px;
  text-align: center;
}
.login-inner {
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  max-width: 510px;
  font-size: 16px;
}
.login-form__label {
  flex-basis: 130px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #a7a7a7;
  font-size: 1em;
}
.login-form__label:after {
  display: inline-block;
  position: absolute;
  left: 125px;
  content: "|";
  color: #a7a7a7;
}
.login-form__input {
  flex: auto;
  margin: 3px 15px 3px 3px;
  padding-left: 10px;
  box-sizing: border-box;
  height: 40px;
  font-size: 1em;
}
.login-form__input::placeholder {
  color: #fff;
  font-size: 1em;
}
.login-form__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
}
.login-form__row--code {
  padding-top: 15px;
}
.login-form__row--code .login-form__input {
  margin-left: 130px;
}
.login-form__row--code .login-form__input::placeholder {
  color: #a7a7a7;
}
.login-form__captcha {
  display: flex;
  align-items: flex-end;
  height: 52px;
}
.login-form__captcha .btn {
  display: inline-block;
  margin-left: 2px;
  background: url(../img/login/ic_ref.png) 50% no-repeat;
  width: 18px;
  height: 18px;
}
.login-form__captcha .btn span {
  position: absolute;
  z-index: -1;
}
.login-form__etc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px 0;
  color: #666;
  font-size: 14px;
}
.login-form__etc div {
  margin: 5px 0;
}
.login-form__etc input[type=checkbox] {
  appearance: none;
  outline: none;
  box-shadow: none;
}
.login-form__etc input[type=checkbox]:checked + label:before {
  border: none;
  background: url(../img/login/ic_check_on.png) 50% no-repeat;
  background-size: cover;
}
.login-form__etc input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  margin: 0 10px -2px -2px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
}
.login-form__etc input[type=checkbox] + label:hover {
  cursor: pointer;
}
.login-btn {
  display: block;
  border-radius: 10px;
  border: 1px solid #613fee;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  color: #613fee;
  text-align: center;
  font-size: 20px;
  line-height: 56px;
  font-weight: bold;
}
.login-btn--submit {
  margin-bottom: 13px;
  background-color: #613fee;
  color: #fff;
}
.login-with {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-with p {
  margin: 49px 0 8px;
  border-bottom: 1px solid #6f6f6f;
  width: 100%;
  height: 1px;
  text-align: center;
}
.login-with em {
  display: inline-block;
  position: relative;
  top: -8px;
  padding: 0 20px;
  background-color: #fff;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: normal;
}
.login-with__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 35px;
  border: 1px solid #613fee;
  box-sizing: border-box;
  width: 52.2%;
  height: 48px;
  font-size: 16px;
  color: #613fee;
}
.login-with__btn--logo {
  border: none;
  background-color: #eee;
}
.login-with__btn:nth-child(2n+1) {
  width: 41.3%;
}
.login-tooltip {
  position: relative;
}
.login-tooltip__section {
  position: absolute;
  bottom: 60px;
  left: 50%;
  padding: 15px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 200px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.login-tooltip__section:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  border: 7px solid #fff;
  box-shadow: -1px -1px 0px rgb(255, 255, 255), 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.login-layer {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  text-align: center;
  font-size: 0;
}
.login-layer:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.login-layer__inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 30px;
  padding: 40px;
  box-sizing: border-box;
  max-width: 700px;
  background-color: #f5f5f5;
  text-align: left;
}
.login-layer__head {
  text-align: center;
}
.login-layer__head h3 {
  margin: 0;
  font-size: 34px;
  color: #613fee;
}
.login-layer__head--left {
  text-align: left;
}
.login-layer__head--left h3 {
  color: #333;
  font-weight: bold;
  text-align: left;
}
.login-layer__head p {
  margin: 30px 0 40px;
  font-size: 20px;
  color: #555;
}
.login-layer__row {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  background-color: #fff;
}
.login-layer .login-form__label {
  flex: 1;
  margin-left: 6.5%;
  padding: 0 5px 0 0;
  border-right: 1px solid #a7a7a7;
  font-size: 15px;
  color: #bbb;
  line-height: 16px;
}
.login-layer .login-form__label:after {
  display: none;
}
.login-layer .login-form__input {
  flex: 2.33;
  margin: 11px 20px 11px 3px;
  height: 60px;
  font-size: 20px;
  color: #4d4d4d;
}

.login-layer .login-btn {
  margin: 50px 0;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  font-weight: normal;
}
.login-layer .login-btn__in {
  background-color: #ff7154;
  border: 0px;
}

.member-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  width: 100%;
}
.member__tt {
  font-size: 2.25em;
  color: #533382;
}
.member__stt {
  margin: 60px 0 32px;
  font-size: 1.875em;
  color: #1a1a1a;
}
.member-btn {
  padding: 0 24px;
  border: 1px solid #613fee;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  height: 48px;
  min-width: 120px;
  color: #613fee;
  font-size: 1em;
}
.member-btn + .member-btn {
  margin-left: 20px;
}
.member-btn.btn__sbm {
  background-color: #613fee;
  color: #fff;
}
.member-btn[disabled] {
  border: none;
  background-color: #dedede;
  color: #fff;
  opacity: 1;
}
.member-btn.btn__del {
  border-color: #d90000;
  background-color: #fff;
  color: #d90000;
}
.member-btn.btn__grey {
  border-color: #757575;
  color: #757575;
}
.btn__lrg .member-btn {
  padding: 0 40px;
  min-width: 100px;
  height: 56px;
  font-size: 18px;
  line-height: 54px;
}
.btn__mdm .member-btn {
  padding: 0 24px;
  height: 48px;
  line-height: 46px;
}
.member-check .member-btn {
  margin-left: 12px;
  padding: 4px 20px;
  height: 27px;
  min-width: unset;
  font-size: 13px;
}
.member-txt {
  font-size: 16px;
}
.smtship-cont__tt + .member-txt {
  margin-top: 8px;
}
.member-txt.txt__lt {
  text-align: left;
}
.member-txt.member-txt--inf {
  font-size: 15px;
  color: #6a6a6a;
}
ol.member-txt__list {
  margin-top: 16px;
  padding-left: 40px;
  box-sizing: border-box;
  width: 100%;
  list-style: decimal;
}
ol.member-txt__list li {
  padding-left: 6px;
  box-sizing: border-box;
}
ol.member-txt__list li + li {
  margin-top: 10px;
}

ul.member-txt__list {
  padding-left: 18px;
  box-sizing: border-box;
  list-style: disc;
}
ul.member-txt__list li + li {
  margin-top: 24px;
}

.member-txt .txt__main {
  color: #613fee;
}

.member-cont__bdg {
  display: inline-block;
  margin-left: 8px;
  padding: 0 10px;
  border-radius: 30px;
  background-color: #edebff;
  color: #613fee;
  font-weight: normal;
}
.member-cont__bdg.bdg__orng {
  background: #fff1ed;
  color: #f8955a;
}
.member-cont__box {
  margin: 20px 0;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #edebff;
  color: #353535;
  text-align: center;
}
.member-cont__box:first-child {
  margin-top: 0;
}
.member-login .member-form .member-cont__box {
  margin: 24px 0;
}
.member-cont__box .smtship-cont__btn:last-of-type {
  margin-top: 16px;
}
.member-cont__box .em {
  color: #613fee;
}
.member-cont__box.box__org {
  background: #fff9df;
}
.member-cont__box.box__org .em {
  color: #f8955a;
}
.member-cont__box.box__lt {
  text-align: left;
}
.member-cont__bdbox, .member-regist__qoo {
  margin-top: 20px;
  padding: 48px 60px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  width: 100%;
}
:where(.member-cont__bdbox, .member-regist__qoo) + .smtship-cont__btn {
  margin-top: 48px;
}

.member-with {
  margin: 13px auto 0;
  font-size: 1em;
  text-align: center;
}
.member-with__inr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.member-with span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 22px 0;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 0;
  cursor: pointer;
}
.member-with img {
  display: inline-block;
}

.member-form {
  margin: 40px auto 28px;
  padding: 48px 58px;
  border-radius: 5px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.0392156863);
  width: 100%;
  max-width: 600px;
}
.member-form + .smtship-cont__btn {
  margin-top: 48px;
}
.member-form strong {
  font-size: 16px;
  font-weight: 500;
}
.member-form--rgstcn {
  margin: 0;
  padding: 24px 24px 0 0;
  border-color: #9f9f9f;
  max-width: unset;
}
.member-form--rgstcn .col {
  display: inline-block;
  margin: 0 -2px 24px 24px !important;
  width: calc(50% - 26px);
}
.member-form--rgstcn .col .member-btn {
  margin-left: 8px;
  padding: 0 16px;
  height: 27px;
}
.member-form--rgstcn .col--only {
  display: flex;
  align-items: center;
}
.col--txt--rt {
  text-align: right;
}

.member-form--rgstcn .txt {
  margin-bottom: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}

.member-regist [class^=member-form] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -40px 0 0;
  padding: 48px 40px 20px 60px;
  max-width: unset;
}
[class^=member-form] .lbl {
  margin-bottom: 8px;
  width: 100%;
}
[class^=member-form] .lbl label {
  font-size: 1em;
  font-weight: 500;
  color: #1a1a1a;
}
[class^=member-form] .lbl label + em[class^=txt] {
  margin-left: 8px;
  font-weight: 500;
}
[class^=member-form] .lbl span[class^=txt] {
  margin-left: 16px;
}
[class^=member-form] select {
  position: relative;
  font-size: 0.938em;
  color: #1a1a1a;
  padding: 0 33px 0 20px;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  box-sizing: border-box;
  background: url(../img/member/ic_slct.png) calc(100% - 10px) 50% no-repeat;
  background-color: #fff;
  height: 48px;
  flex: 1;
  max-width: 550px;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  text-overflow: ellipsis;
}
[class^=member-form] select.slct__min {
  flex: 0 1 124px;
}
[class^=member-form] select + :where(select, .member-btn, input) {
  margin-left: 20px;
}
[class^=member-form] input:not(input[type=radio], input[type=checkbox]), textarea {
  flex: 1;
  padding: 0 18px;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  box-sizing: border-box;
  max-width: 550px;
  height: 48px;
  background-color: #fff;
  text-overflow: ellipsis;
  font-size: 1em;
  color: #1a1a1a;
}

[class^=member-form] input:not(input[type=radio], input[type=checkbox]) + :where(select, .member-btn, input) {
  margin-left: 20px;
}
[class^=member-form] input:not(input[type=radio], input[type=checkbox]).inp__wide {
  min-width: 100% !important;
  margin: 20px 0 0;
}
[class^=member-form] input:not(input[type=radio], input[type=checkbox]).inp__min {
  max-width: 265px;
}
[class^=member-form] input:not(input[type=radio], input[type=checkbox])::placeholder {
  color: #6a6a6a;
  font-size: 0.938em;
}
[class^=member-form] input:not(input[type=radio], input[type=checkbox])[readonly] {
  color: #1a1a1a !important;
  background-color: #f5f4f6;
}
[class^=member-form] input:not(input[type=radio], input[type=checkbox]):focus {
  border-color: #613fee;
  outline: none;
}
[class^=member-form] .inp {
  display: flex;
  align-items: center;
}
[class^=member-form] .inp + [class^=txt] {
  margin-top: 4px;
}
[class^=member-form] .inp[data-width="50%"] {
  width: 50%;
  max-width: 550px;
}
[class^=member-form] .inp__wrap {
  flex-wrap: wrap;
}
[class^=member-form] .inp__wrap input:first-of-type {
  margin-top: 0 !important;
}
[class^=member-form] .inp__wrap .inp__wide {
  margin-left: 0 !important;
}
[class^=member-form] .inp--email img {
  vertical-align: middle;
  margin-right: 20px;
}
[class^=member-form] .inp--captcha {
  align-items: flex-end;
  flex-wrap: wrap;
}
[class^=member-form] .inp--captcha .btn {
  display: inline-block;
  margin: 0 2px;
  background: url(../img/login/ic_ref.png) 50% no-repeat;
  width: 18px;
  height: 18px;
}
[class^=member-form] .inp--captcha .btn span {
  position: absolute;
  z-index: -1;
}
[class^=member-form] .inp--captcha.inp input {
  margin-top: 12px;
  min-width: 258px;
}
[class^=member-form] .inp__btn {
  position: relative;
  flex: 1;
  max-width: 550px;
  height: 48px;
}
[class^=member-form] .inp__btn input {
  padding-right: 46px;
  width: 100%;
}
[class^=member-form] .inp__btn .btn {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: transparent;
}
[class^=member-form] .inp__btn .btn.btn__del {
  background: url(../img/member/bt_del.png) 50% no-repeat;
}
[class^=member-form][data-column-num="1"] .col {
  width: 100%;
}
[class^=member-form][data-column-num="2"] .col {
  width: 50%;
}
[class^=member-form][data-column-num="4"] .col {
  width: 25%;
}
[class^=member-form] .col {
  position: relative;
  margin-bottom: 28px;
}
[class^=member-form] .col[data-width="100%"] {
  width: 100% !important;
}
[class^=member-form] .col[data-width="50%"] {
  width: 50%;
}
[class^=member-form] .col__err .txt {
  color: #d90000;
}
[class^=member-form] .col__err .txt__err {
  display: block;
}
[class^=member-form] .col__err .inp input {
  border-color: #d90000 !important;
  outline: none;
}
[class^=member-form] .col__err .label:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 8px;
  border-radius: 5px;
  background-color: #d90000;
  width: 8px;
  height: 8px;
  content: "";
}
[class^=member-form] :where(.col__err, .col__required) label:not(.member-check label):after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 8px;
  border-radius: 5px;
  background-color: #d90000;
  width: 8px;
  height: 8px;
  content: "";
}

[class^=member-form] .col__required--ok label:not(.member-check label):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 8px;
  background: url(../img/member/ic_success.png) 50% no-repeat;
  width: 13px;
  height: 12px;
}
[class^=member-form] [class^=txt] {
  font-size: 0.9375em;
}
[class^=member-form] .txt {
  color: #999;
}
[class^=member-form] .txt__box {
  display: inline-block;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f9f6fe;
  width: 100%;
  color: #613fee;
  letter-spacing: -0.36px;
  word-break: break-all;
}
[class^=member-form] .txt__nt > p:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 3px 0;
  border-radius: 5px;
  background-color: #d90000;
  width: 8px;
  height: 8px;
  content: "";
}
[class^=member-form] .txt__nt em {
  color: #d90000;
}
[class^=member-form] .txt__inf {
  color: #999;
}
[class^=member-form] .txt__err {
  display: none;
  position: absolute;
  top: 85px;
  left: 10px;
  z-index: 10;
  padding: 7px 8px 6px;
  border: 1px solid #f9e270;
  border-radius: 4px;
  background-color: #fffcdc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  line-height: 1.47;
  max-width: calc(100% - 40px);
}
[class^=member-form] .txt__err:after, [class^=member-form] .txt__err:before {
  position: absolute;
  top: -10px;
  left: 12px;
  border-style: solid;
  border-width: 4px 4px 6px;
  border-color: transparent transparent #fffcdc transparent;
  content: "";
}
[class^=member-form] .txt__err:before {
  top: -13px;
  left: 11px;
  border-width: 5px 5px 8px;
  border-bottom-color: #f9e270;
}
[class^=member-form] .txt--main {
  color: #613fee;
}
[class^=member-form] .txt--red {
  color: #d90000;
}
[class^=member-form] .txt--pink {
  color: #ec4d94;
}

.member-twofa__box {
  margin: 16px 0;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  grid-template-rows: minmax(146px, auto);
  width: 100%;
}
.member-twofa__box .step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 95px 6px 8px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #f6f3ff;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  font-weight: 500;
}
.member-twofa__box .step + .step:before {
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -6px;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #aeaeae;
  content: "";
}
.member-twofa__box .step__img {
  display: block;
  position: absolute;
  top: 10px;
  left: 12px;
  right: 12px;
  border-radius: 8px;
  height: 77px;
  background-color: #fff;
  color: #fff;
}
.member-twofa__box .step__img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 62px;
  background: url("../img/login/img_twofa.png") 50% no-repeat;
  transform: translate(-50%, -50%);
  content: "";
}
.member-twofa__box .step__img--01:after {
  background-position: 0px 0px;
}
.member-twofa__box .step__img--02:after {
  background-position: -87px 0px;
}
.member-twofa__box .step__img--03:after {
  width: 46px;
  height: 48px;
  background-position: -169px -8px;
}

.member-radio {
  font-size: 0;
}
.member-radio__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.member-radio__wrap .member-radio {
  margin-bottom: 10px;
  padding-left: 32px;
  box-sizing: border-box;
}
.member-radio__wrap .member-radio label {
  margin-left: -30px;
}
.member-radio__wrap div.member-radio {
  min-width: 100%;
}
.member-radio__wrap div.member-radio + .member-radio {
  margin-top: 6px;
}
.member-radio__wrap select {
  width: 100%;
  margin-top: 8px;
}
.member-radio [class^=txt] {
  font-size: 14px;
  letter-spacing: -0.34px;
  line-height: 1.5;
}
.member-radio.inp {
  padding-top: 8px;
}
.member-radio input {
  width: 0;
  height: 0;
  z-index: -1;
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
.member-radio input:checked + label {
  color: #613fee;
}
.member-radio input:checked + label:before {
  border: 5px solid #613fee;
}
.member-radio input[disabled] + label {
  color: #cdcdcd;
}
.member-radio input[disabled] + label:before {
  border: 3px solid #cdcdcd;
  background-color: #e4e4e4;
}
.member-radio label {
  margin-right: 32px;
  font-size: 15px;
  word-break: break-all;
  line-height: 1.53;
  color: #353535;
}
.member-radio label:before {
  display: inline-block;
  content: "";
  margin: 0 4px -6px -2px;
  border: 2px solid #cdcdcd;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
:where(.member-radio label, .member-radio label:before):hover {
  cursor: pointer;
}
ul.member-radio {
  display: flex;
}
ul.member-radio li {
  flex: 1;
}
ul.member-radio li + li {
  margin-left: 24px;
}
ul.member-radio label {
  display: block;
  margin: 0;
  padding: 12px;
  border: 1px solid #dedede;
  border-radius: 8px;
  box-sizing: border-box;
  height: 100%;
  text-align: left;
  font-size: 13px;
}
ul.member-radio label:before {
  margin-left: 0;
}
ul.member-radio label strong {
  font-size: 16px;
}
ul.member-radio label > span {
  display: block;
  margin-top: 8px;
}
ul.member-radio input:checked + label {
  border-color: #613fee;
  background-color: #f9f6fe;
}
ul.member-radio input:checked + label strong {
  color: #533382;
}
ul.member-radio input:checked + label span {
  color: #1a1a1a;
}

.member-check {
  display: flex;
  padding-left: 28px;
  box-sizing: border-box;
}
.smtship-cont__btn .member-check {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.member-check + div {
  margin-top: 25px;
}
.member-check input[type=checkbox] {
  width: 0;
  height: 0;
  z-index: -1;
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
.member-check input[type=checkbox][readonly] + label:before {
  filter: grayscale(1);
  opacity: 0.3;
}
.member-check input[type=checkbox][disabled] + label:before {
  opacity: 0.3;
}
.member-check label {
  display: inline-block;
}
.member-check label:before {
  display: inline-block;
  vertical-align: text-top;
  margin: -1px 8px 0 -28px;
  border: 2px solid #cdcdcd;
  border-radius: 3px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
}
.member-check label:hover {
  cursor: pointer;
}
.member-check label a {
  color: #613fee;
  text-decoration: underline;
}
.member-check :where(input:checked, input[readonly]) + label:before {
  border: 0;
  background: url(../img/member/ic_check.png) 50% no-repeat;
  background-size: cover;
}
.member-rgstcn .member-check {
  position: relative;
  padding-left: 21px;
  text-align: left;
}
.member-rgstcn .member-check .member-check + .member-check {
  margin-top: 22px;
}
.member-rgstcn .member-radio + .member-check {
  margin-top: 33px;
}

.member-rgstcn .member-check .member-btn {
  margin-left: 10px;
}
.member-rgstcn .member-check__link {
  color: #0091ea;
  text-decoration: none;
  font-weight: bold;
}
.member-rgstcn .member-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.member-rgstcn .member-check label:before {
  margin: 2px 6px 0 -21px;
  width: 15px;
  height: 15px;
}
.member-check--txt {
  display: flex;
  align-items: center;
}
.member-check--txt input[type=text] {
  margin-left: 6px;
  min-width: 0 !important;
}
.member-check__box {
  position: relative;
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
  width: 100%;
}
.member-check__box .member-check label {
  font-size: 15px;
}
.member-check__box .member-check label:before {
  top: 0;
  margin-top: 2px;
}
.member-check__box .member-check + .check__all {
  position: absolute;
  top: 0;
  right: 0;
  margin: -30px 0 0;
  width: fit-content;
}
.member-check__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.member-check__wrap .member-check {
  margin: 10px 24px 0 0;
  max-width: 100%;
}

textarea.member-txtarea {
  display: inline-block;
  padding: 6px 18px;
  resize: none;
  outline: none;
  max-width: unset;
}
textarea.member-txtarea::placeholder {
  color: #cdcdcd;
}

.member-regist__ct {
  margin: 0 20px;
}
.member-regist__step span {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #ece2ff;
  width: 2.666em;
  height: 2.666em;
  font-size: 0.938em;
  line-height: 2.666em;
  text-align: center;
  color: #fff;
}
.member-regist__step span.on {
  z-index: 3;
}
.member-regist__step span.on:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #533382;
  z-index: -1;
}
.member-regist__step span + span {
  margin-left: 70px;
}
.member-regist__step span + span:before {
  position: absolute;
  top: 50%;
  left: -82px;
  z-index: -2;
  margin-top: -4px;
  border: 8px dotted transparent;
  border-top-color: #ece2ff;
  box-sizing: border-box;
  width: 90px;
  content: "";
}
.member-regist__type {
  display: table;
  margin: 0 auto;
  height: max-content;
  width: fit-content;
}
.member-regist__type li {
  display: table-cell;
  position: relative;
  width: 360px;
  height: 100%;
}
.member-regist__type li + li {
  border: 0 solid transparent;
  border-left-width: 60px;
}
.member-regist__type label {
  display: block;
  padding: 20px 30px;
  border: 1px solid #dedede;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}
.member-regist__type label i {
  display: block;
  margin-top: 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 0.8em;
  font-style: initial;
  letter-spacing: -0.38px;
  font-weight: normal;
}
.member-regist__type input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  appearance: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
.member-regist__type input:checked + label {
  background-color: #e8dcff;
  border-color: #613fee;
  color: #533382;
}
.member-regist__type input:checked + label i {
  color: #613fee;
}
.member-regist__service {
  text-align: center;
}
.member-regist__service dl {
  display: inline-block;
  padding-left: 26px;
  box-sizing: border-box;
  text-align: left;
}
.member-regist__service :where(dt, dd) {
  padding-bottom: 28px;
  line-height: 27px;
}
.member-regist__service dt {
  display: inline-block;
  float: left;
  width: 122px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
}
.member-regist__service dt:nth-child(-n+3) {
  color: #533382;
}
.member-regist__service dt:nth-child(-n+3) + dd {
  color: #613fee;
}
.member-regist__service dt:nth-child(-n+3):before {
  position: relative;
  display: inline-block;
  left: -10px;
  margin-left: -16px;
  background: url(../img/member/ic_check_rgst.png) 50% no-repeat;
  width: 16px;
  height: 12px;
  content: "";
}
.member-regist__service dd {
  margin-left: 154px;
  font-size: 1em;
  letter-spacing: -0.38px;
  color: #cdcdcd;
}
.member-regist__service.service--ptn dt {
  color: #533382;
}
.member-regist__service.service--ptn dt:before {
  position: relative;
  display: inline-block;
  left: -10px;
  margin-left: -16px;
  background: url(../img/member/ic_check_rgst.png) 50% no-repeat;
  width: 16px;
  height: 12px;
  content: "";
}
.member-regist__service.service--ptn dd {
  color: #613fee;
}
.member-regist .member-form .col {
  padding-right: 20px;
  box-sizing: border-box;
}
.member-regist__part2 .member-form {
  padding-right: 20px;
}
.member-regist__part2 .member-form .col {
  padding-right: 40px;
}
.member-regist__qoo h5 {
  margin-bottom: 12px;
  font-size: 18px;
}
.member-regist__qoo .qoo-btn {
  width: 100%;
  text-align: center;
}
.member-regist__qoo .qoo-btn__inr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 20px;
}
.member-regist__qoo .qoo-btn__inr .btn {
  flex: 1;
  margin: 10px 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #6a6a6a;
  min-width: 150px;
  font-size: 20px;
  font-weight: bold;
}
.member-regist__qoo .qoo-btn__inr .btn.on {
  background-color: #e8dcff;
  border-color: #613fee;
  color: #533382;
}

.member-login {
  margin: 0 auto;
  max-width: 600px;
}
.member-login__findpw {
  margin: 32px 0 20px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  font-size: 15px;
  color: #999;
  text-align: center;
}
.member-login__findpw:after {
  display: block;
  content: "";
  margin: 12px auto 0;
  background-color: #cdcdcd;
  width: 100%;
  height: 1px;
}
.member-login__findpw a {
  color: #613fee;
}
.member-login__pw {
  position: relative;
}
.member-login__pw input {
  padding-right: 42px !important;
}
.member-login__pw .show {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  background: url("../img/member/ic_show.png") 50% no-repeat;
  background-size: 24px;
  width: 24px;
  overflow: hidden;
  color: transparent;
}
.member-login__pw .show--hide {
  background-image: url("../img/member/ic_hide.png");
}

.member-rgstcn {
  font-size: 15px;
}
.member-rgstcn__slct {
  margin-bottom: 32px;
  font-size: 15px;
  text-align: left;
}
.member-rgstcn__slct .slct {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 368px;
  height: 48px;
}
.member-rgstcn__slct .slct:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  background: transparent url("../img/common/ic_toggle_up.png") 50% no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
}
.member-rgstcn__slct select {
  padding: 0 30px 0 20px;
  border-radius: 5px;
  border: 1px solid #6a6a6a;
  box-sizing: border-box;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 100%;
  background: #fff;
  font: 500 100% "Roboto", "Noto Sans KR", sans-serif;
  line-height: 46px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
}
.member-rgstcn__slct select.option {
  border-color: #613fee;
  background-color: #f9f6fe;
}
.member-rgstcn__hd {
  margin-bottom: 1px;
  border-bottom: 1px solid #eee;
  height: 80px;
  width: 100%;
  text-align: center;
}
.member-rgstcn__hd h1 {
  line-height: 78px;
}
.member-rgstcn__hd img {
  display: inline-block;
  vertical-align: middle;
}
.member-rgstcn__ct {
  margin: 0 auto;
  padding: 0 20px 30px;
  box-sizing: border-box;
  width: 800px;
}
.member-rgstcn__sc {
  padding-top: 32px;
}
.member-rgstcn__sc + .member-rgstcn__sc {
  margin-top: 32px;
  border-top: 1px solid #cdcdcd;
}
.member-rgstcn__tt {
  margin: 12px 0 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.member-rgstcn__tt .img {
  display: block;
  margin: 0 auto;
}
.member-rgstcn__tt img {
  display: inline-block;
}
.member-rgstcn__tt i {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 19px;
  color: #6a6a6a;
  font-style: initial;
  font-weight: normal;
  letter-spacing: -0.31px;
}
.member-rgstcn__stt {
  margin-bottom: 8px;
  text-align: left;
  color: #533382;
  font-size: 15px;
  font-weight: 500;
}
.member-rgstcn__stt ~ .member-rgstcn__stt {
  margin-top: 33px;
}
.member-rgstcn__nt {
  margin: 16px 0 32px;
  font-size: 14px;
  color: #353535;
}
.member-rgstcn__txtbox {
  margin: 22px 0 26px;
  padding: 12px;
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #6a6a6a;
  font-size: 13px;
  text-align: center;
}
.member-rgstcn__txtbox p + p {
  margin-top: 8px;
}
.member-rgstcn__txtbox em {
  font-weight: 500;
}
.member-rgstcn__user {
  margin-top: 32px;
  text-align: center;
}
.member-rgstcn__user a {
  padding-right: 26px;
  box-sizing: border-box;
  background: url("../img/member/ic_arrow.png") 100% 50% no-repeat;
  background-size: 20px;
}
.member-rgstcn__user img {
  display: inline-block;
  vertical-align: bottom;
}
.member-rgstcn__dl {
  margin-top: 14px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
}
.member-rgstcn__dl dt {
  margin-right: 20px;
  padding-top: 12px;
  width: 150px;
}
.member-rgstcn__dl dd {
  padding-top: 12px;
  width: calc(100% - 170px);
  font-weight: bold;
}
.member-rgstcn .smtship-cont__btn {
  margin-top: 53px;
}

.member-setup .smtship-cont__btn {
  margin-top: 40px;
}
.member-setup__sc {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
.member-setup__tt {
  margin: 40px 0 32px;
  font-size: 24px;
  line-height: 36px;
}
.member-setup__stt {
  margin: 32px 0;
  font-size: 20px;
  color: #757575;
  font-weight: normal;
}
.member-setup__info {
  padding: 40px 100px;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
  width: 1240px;
  background-color: #f4f4f4;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}
.member-setup__info .list {
  padding: 0 26px 0 36px;
  box-sizing: border-box;
}
* + .member-setup__info .list {
  margin-top: 32px;
}
.member-setup__info .list li:before {
  content: "";
  display: inline-block;
  margin: 7px 8px 0 -16px;
  border-radius: 50%;
  background-color: #613fee;
  width: 8px;
  height: 8px;
}
.member-setup__info .list li + li {
  margin-top: 20px;
}
.member-setup__set {
  width: 800px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.member-setup__set dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  box-sizing: border-box;
  text-align: left;
  color: #959595;
}
.member-setup__set dl + dl {
  margin-top: 20px;
}
.member-setup__set dl[class^=setting] {
  font-weight: 500;
  color: #1a1a1a;
}
.member-setup__set dl.setting:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background: url("../img/member/ic_setting.png") 0 50% no-repeat;
  width: 24px;
  height: 24px;
  animation: rotate_image 1s linear infinite;
  transform-origin: 50% 50%;
  content: "";
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}
.member-setup__set dl.setting {
  position: relative;
}
.member-setup__set dl.setting--ok {
  background: url("../img/member/ic_setting_ok.png") 0 50% no-repeat;
  background-size: 24px;
}
.member-setup__set dl.setting--ok:after {
  content: none;
}
.member-setup__set dl.setting--warning {
  background: url("../img/member/ic_setting_warning.png") 0 50% no-repeat;
  background-size: 24px;
}
.member-setup__set dl.setting--warning:after {
  content: none;
}
.member-setup__set dd {
  min-width: 90px;
  width: max-content;
}
.member-setup__set dd .member-btn {
  padding: 0 19px;
  height: 27px;
  min-width: max-content;
  font-size: 13px;
}
.member-setup__box {
  padding: 40px 80px 48px;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
}
.member-setup__box + :where(p, .member-txt) {
  margin-top: 32px;
}

.terms-wrap {
  margin: 0 auto;
  max-width: 1080px;
}
.terms-wrap .smtship-tab {
  justify-content: center;
}
.terms-wrap .smtship-tab a {
  background-color: #f4f4f4;
  box-shadow: none;
  max-width: 360px;
}
.terms-wrap .smtship-tab [aria-selected=true] {
  background-color: #8264b2;
}
.terms-info {
  margin-top: 80px;
  padding: 28px;
  box-sizing: border-box;
  font-size: 1em;
  color: #757575;
  line-height: 1.5;
  word-break: break-all;
}
.terms-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  padding: 28px 73px;
  background-color: #fafafa;
  border: 1px solid rgba(205, 205, 205, 0.4784313725);
}
.terms-list li {
  padding: 8px 0 8px 5%;
  box-sizing: border-box;
  width: 50%;
}
.terms-list li a.on {
  font-weight: bold;
}
.terms-list li a:before {
  position: relative;
  display: inline-block;
  margin-left: -15px;
  content: "ㆍ";
}
.terms-panel h4 {
  margin: 40px 0 30px;
  font-size: 26px;
  color: #353535;
}
.terms-panel li {
  padding-bottom: 15px;
}
.terms-panel li p {
  line-height: 1.5;
  color: #757575;
}
.terms-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.terms-table {
  flex: 1;
  min-width: 280px;
  color: #656565;
  text-align: center;
}
.terms-table.table--left td {
  text-align: left;
}
.terms-table th {
  background-color: #f9f9f9;
  width: 50%;
  height: 48px;
  font-size: 15px;
}
.terms-table td {
  height: 41px;
  font-size: 13px;
}
.terms-table :where(th, td) {
  padding: 0 5px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  font-weight: 500;
}
.terms-table :where(th, td).none {
  padding: 0;
  border: none;
  width: 0;
}

.member-terms {
  font-size: 14px;
  color: #353535;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .member-terms {
    padding-top: 80px;
  }
}
.member-terms label {
  display: block;
  font-size: 15px;
  color: #353535;
}
.member-terms select {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding: 0 30px 0 16px;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 320px;
  height: 36px;
  background: url(../../qx/img/common/ic_select.png) calc(100% - 12px) 50% no-repeat;
  background-size: 10px;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  text-overflow: ellipsis;
  color: #353535;
  cursor: pointer;
}
.member-terms h3 {
  margin: 48px 0 16px;
  font-size: 24px;
  color: #353535;
  font-weight: 500;
}
.member-terms h4 {
  margin: 16px 0 0 10px;
  font-size: 14px;
  color: #353535;
  font-weight: normal;
}
.member-terms h4 ~ :where(ol, ul) {
  padding-left: 10px;
}
.member-terms a {
  font-weight: 500;
  text-decoration: underline;
  color: #353535;
}
.member-terms em {
  font-weight: 500;
}
.member-terms strong {
  display: inline-block;
  position: relative;
  font-weight: normal;
  z-index: 1;
}
.member-terms strong:before {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -1px;
  right: -2px;
  z-index: -1;
  background-color: #ffd97f;
  content: "";
}
.member-terms blockquote {
  margin: 48px 0;
  color: #757575;
}
.member-terms :where(p, li) {
  margin-top: 8px;
}
.member-terms :where(h4, ol, ul) ~ p:not(h3 + p) {
  margin-left: 10px;
}
.member-terms p + p {
  margin-top: 16px;
}
.member-terms :where(ul, ol) {
  margin: 0 0 10px 10px;
}
.member-terms :where(ul, ol) :is(ul, ol) {
  margin: 0 0 16px 20px;
}
.member-terms table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 24px 0;
  border-top: 1px solid #aeaeae;
  width: 100%;
}
.member-terms table a {
  color: #289ffb;
}
.member-terms tr {
  border-bottom: 1px solid #dedede;
  height: 40px;
}
.member-terms :where(th, td) {
  padding: 10px 16px;
  border-right: 1px solid #dedede;
}
.member-terms :where(th, td):last-child {
  border: 0;
}
.member-terms :where(th, td)[rowspan]:not(:first-child) {
  border-left: 1px solid #dedede;
}
.member-terms th {
  background-color: #f4f4f4;
  font-weight: 500;
}

/* Flex Driver
//------------------------------------------------------------------------------ */
.fdriver-wrap .smtship-sub {
  padding-bottom: 0;
}
.fdriver-wrap .service-info {
  font-size: 20px;
}
.fdriver-wrap .smtship-btn:not(:last-of-type) {
  margin: 0 10px 16px 0;
}
.fdriver__hd .bg {
  background: linear-gradient(to right, #9967e0, #5679f1);
}
.fdriver__hd .bg:after {
  display: none;
}
.fdriver__hd h2 {
  font-size: 45px;
}
.fdriver__tt {
  margin-top: 60px;
  font-size: 30px;
  color: #1a1a1a;
  text-align: center;
}
.fdriver__txt {
  margin-top: 10px;
  font-size: 1em;
  color: #666;
  word-break: break-all;
}
.fdriver-form .fdriver__txt {
  margin-top: 30px;
}

/* [P]Info/FlexDriver
//------------------------------------------------------------------------------ */
.fdriver-banner {
  width: 100%;
  height: 780px;
  background: url("../img/content/bg_flexdriver_section.png") 50% no-repeat;
  background-size: cover;
}
.fdriver-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 780px;
  overflow: hidden;
}
.fdriver-banner__ct {
  padding: 0 40px 0 16px;
  box-sizing: border-box;
  width: 50%;
}
.fdriver-banner__qr {
  display: flex;
  align-items: flex-end;
}
.fdriver-banner__qr a + a {
  margin-left: 24px;
}
.fdriver-banner__txt {
  width: 100%;
  color: #fff;
}
.fdriver-banner__tt {
  margin: 14px 0 70px;
  font-size: 48px;
  line-height: 1.2;
}
.fdriver-banner p {
  font-size: 24px;
}
.fdriver-banner img {
  display: block;
}
.fdriver-banner a {
  display: inline-block;
}
.fdriver-banner .app {
  width: 50%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
}
.fdriver-banner .app img {
  width: 100%;
  height: auto;
  min-width: 246px;
  float: right;
}

/* [P] Member/FlexDriverRegist
//------------------------------------------------------------------------------ */
.fdriver-toggle .smtship-btn--link {
  font-size: 16px;
}
.fdriver-toggle .smtship-cont__btn {
  margin-top: 40px;
}
.fdriver-toggle details {
  margin-top: 80px;
}
.fdriver-toggle__sum {
  position: relative;
  border-top: 2px solid #613fee;
  padding: 10px 30px;
  list-style: none;
  background: #f7f7f7 url("../img/common/ic_toggle_down.png") calc(100% - 30px) 50% no-repeat;
  background-size: 24px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  font-weight: bold;
}
.fdriver-toggle__sum::-webkit-details-marker {
  display: none;
}
[open] .fdriver-toggle__sum {
  background-image: url("../img/common/ic_toggle_up.png");
}
.fdriver-toggle__sum em {
  display: block;
  font-size: 14px;
  color: #613fee;
}
.fdriver-toggle__dtl {
  margin: 30px 30px 80px;
}

.fdriver-form {
  margin-top: 40px;
}
.fdriver-form .smtship-btn {
  margin-bottom: 10px;
}
.fdriver-form .err {
  display: none;
}
.fdriver-form .col {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
}
.fdriver-form .col--err :is(.fdriver-input__box, .fdriver-slct__box) {
  border: 1px solid #d10303;
}
.fdriver-form .col--err .lbl {
  margin-top: 30px;
}
.fdriver-form .col--err .err {
  display: block;
  flex: 1;
  flex-basis: 100%;
  margin: 5px 0;
  color: #d10303;
  font-size: 14px;
}
.fdriver-form .inp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 10;
  flex-wrap: wrap;
  max-width: 400px;
}
.fdriver-form .inp--wide {
  max-width: 555px;
}
.fdriver-form .inp :is(input, select) {
  flex: 1;
  width: 100%;
}
.fdriver-form .inp + .smtship-btn {
  margin-left: 20px;
}
.fdriver-form .lbl {
  padding: 12px 12px 0 5px;
  flex-basis: 120px;
  min-width: 120px;
  font-size: 1em;
  color: #666;
}
.fdriver-form .lbl em {
  color: #7243b2;
}
.fdriver-form--step2 .lbl {
  flex-basis: 140px;
}
.fdriver-form--step3 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.fdriver-form--step3 .col {
  padding-right: 50px;
  box-sizing: border-box;
  width: 48%;
}
.fdriver-form--step3 .inp {
  max-width: 380px;
}
.fdriver-form--step3 .lbl {
  flex-basis: 170px;
  padding: 12px 5px 0 0;
}

.fdriver-wrap select {
  background: transparent url("../img/common/ic_select.png") calc(100% - 10px) 50% no-repeat;
  background-size: 24px;
  cursor: pointer;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.fdriver-input__box, .fdriver-slct__box {
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 120px;
  height: 48px;
  font-size: 1em;
  color: #666;
}
:is(.fdriver-input__box, .fdriver-slct__box) + :where(.fdriver-input__box, [class^=fdriver-slct], [class^=fdriver-check], .fdriver-slct__box) {
  margin-left: 15px;
}
.fdriver-input__box + .smtship-btn, .fdriver-slct__box + .smtship-btn {
  margin-left: 20px;
}
.fdriver-radio {
  margin-top: 20px;
  white-space: nowrap;
}
.fdriver-radio input {
  display: inline-block;
  appearance: none;
  vertical-align: middle;
  margin-right: 18px;
  border: 1px solid #666;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.fdriver-radio input:checked {
  background: #613fee;
  border-color: #613fee;
}
.fdriver-radio label {
  display: inline-block;
  vertical-align: middle;
}

[class^=fdriver-check] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
  box-sizing: border-box;
}
[class^=fdriver-check] + :where([class^=fdriver-input], [class^=fdriver-check]) {
  margin-left: 15px;
}
[class^=fdriver-check] + .smtship-btn {
  margin-left: 20px;
}
[class^=fdriver-check] input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
[class^=fdriver-check] input:checked + label:before {
  background: url("../img/common/ic_check_on.png") 50% no-repeat;
  background-size: 18px;
}
[class^=fdriver-check] input[disabled] {
  opacity: 0;
}
[class^=fdriver-check] input[disabled] + label {
  color: #aaa;
  opacity: 0.5;
}
[class^=fdriver-check] label {
  display: inline-block;
  margin: 0;
  margin-left: 35px;
  font-size: 1em;
  color: #666;
}
[class^=fdriver-check] label:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 0 -35px;
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
  background: url("../img/common/ic_check.png") 50% no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  content: "";
}
[class^=fdriver-check] + .smtship-btn {
  margin-left: 20px;
}

.cargo-inf {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  font-size: 0.875rem;
  font-weight: normal;
}
.cargo-inf:after {
  content: "";
  display: block;
  width: 100%;
}
.cargo-inf__bt {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0;
  background: url(../img/common/ic_info.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  white-space: nowrap;
  color: transparent;
  font-size: 1px;
  cursor: help;
  overflow: hidden;
}
.cargo-inf__ly {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  margin-top: 5px;
  padding: 15px 20px;
  background: #fff;
  width: 150px;
  color: #666;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.15);
  line-height: 1.8;
}
.cargo-inf__bt:hover + .cargo-inf__ly {
  display: block;
}

.cargo-bn a {
  display: block;
  display: flex;
  justify-content: center;
  background-color: #eee5ff;
  width: 100%;
  overflow: hidden;
}
.cargo-bn img {
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cargo-bn img {
    width: 100%;
    min-width: 580px;
  }
}
@media screen and (max-width: 550px) {
  .cargo-bn img {
    max-width: 480px;
    min-width: 410px;
  }
}
@media screen and (max-width: 380px) {
  .cargo-bn img {
    max-width: 360px;
    min-width: 330px;
  }
}

[class^=cargo-form] div + .lbl {
  margin-top: 24px;
}
[class^=cargo-form] select {
  padding: 0 40px 0 16px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 5px;
  background: transparent url("../img/common/ic_select.png") calc(100% - 10px) 50% no-repeat;
  background-size: 20px;
  height: 40px;
  width: 168px;
  vertical-align: middle;
  font-size: 15px;
  color: #757575;
  cursor: pointer;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
[class^=cargo-form] select:not(:last-of-type) {
  margin-right: 16px;
}
[class^=cargo-form] input {
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 5px;
  font-size: 15px;
  vertical-align: middle;
  color: #757575;
}
[class^=cargo-form] input + :where(input, select) {
  margin-left: 16px;
}
[class^=cargo-form] input + .lbl {
  margin-top: 24px;
}
[class^=cargo-form] input[type=tel], [class^=cargo-form] input[type=file], [class^=cargo-form] input[type=email], [class^=cargo-form] input[type=date], [class^=cargo-form] input[type=number], [class^=cargo-form] input[type=search], [class^=cargo-form] input[type=password], [class^=cargo-form] input[type=text] {
  height: 40px;
}
[class^=cargo-form] input[type=text] {
  width: 100%;
}

.smtship-cont__cal input[type=text] {
  background: url("../img/common/ic_cal.png") 90% 50% no-repeat;
  background-size: 24px;
  width: 168px;
}

[class^=smtship-check],
[class^=smtship-radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
:is([class^=smtship-check],
[class^=smtship-radio]) input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}
:is([class^=smtship-check],
[class^=smtship-radio]) input:checked + label:after {
  border: none;
  background: url(../img/common/ic_check_on.png) 50% no-repeat;
  background-size: cover;
}
:is([class^=smtship-check],
[class^=smtship-radio]) input[disabled] {
  opacity: 0;
}
:is([class^=smtship-check],
[class^=smtship-radio]) input[disabled] + label {
  color: #aaa;
  opacity: 0.5;
}
:is([class^=smtship-check],
[class^=smtship-radio]) label {
  display: inline-block;
  margin: 0;
  padding-left: 17px;
}
:is([class^=smtship-check],
[class^=smtship-radio]) label:after {
  display: inline-block;
  margin: 0 -2px -5px 7px;
  border-radius: 50%;
  border: 1px solid #dedede;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
}

.cargo-form {
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0 rgba(26, 7, 55, 0.15);
  width: 100%;
}
.cargo-form h4 {
  position: relative;
  margin: 30px 0 16px;
  font-size: 16px;
}
.cargo-form h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #613fee;
  width: 5px;
  height: 5px;
}
.cargo-form h4:nth-child(1) {
  margin-top: 24px;
}
.cargo-form h4 .cargo-inf {
  position: initial;
}
.cargo-form h4 .cargo-inf__ly {
  left: 50%;
  margin-left: -40%;
  width: 70%;
}
.cargo-form__inner {
  display: flex;
  justify-content: space-between;
}
.cargo-form__inner > div {
  flex: 1;
  padding: 0 32px;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.cargo-form label {
  font-size: 15px;
  color: #757575;
}
.cargo-form .lbl {
  width: 100%;
  margin-bottom: 16px;
}
.cargo-form .lbl label {
  font-size: 16px;
  letter-spacing: -0.03px;
  font-weight: 500;
}
.cargo-form__dtlwrap {
  display: flex;
  margin-bottom: -16px;
}
.cargo-form__dtl :where(select, input) {
  margin-bottom: 16px;
}
.cargo-form__dtl + h4 {
  margin-top: 14px;
}
.cargo-form__dtl + div {
  margin-top: 0;
}
.cargo-form__dtl + .cargo-form__dtl {
  margin-left: 16px;
}
.cargo-form__type {
  max-width: 357px;
}
.cargo-form__type .inr {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
.cargo-form__type .inr label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}
.cargo-form__type .inr label:after {
  margin: 0;
}
.cargo-form__type .inr label:before {
  content: "";
  display: inline-block;
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
  background: 50% 50% no-repeat;
  background-size: 80%;
  width: 48px;
  height: 48px;
}
.cargo-form__type .inr__ship label:before {
  background-image: url(../img/cargo/ic_ship.png);
}
.cargo-form__type .inr__air label:before {
  background-image: url(../img/cargo/ic_air.png);
}
.cargo-form__type .inr__shipped label:before {
  background-image: url(../img/cargo/ic_shipped.png);
}
.cargo-form__type .inr--on {
  border-color: #613fee;
  background-color: #faf8fe;
}
.cargo-form__type .inr--on label:before {
  border: 0;
  background-color: #613fee;
}
.cargo-form__type .inr--on.inr__ship label:before {
  background-image: url(../img/cargo/ic_ship_w.png);
}
.cargo-form__type .inr--on.inr__air label:before {
  background-image: url(../img/cargo/ic_air_w.png);
}
.cargo-form__type .inr--on.inr__shipped label:before {
  background-image: url(../img/cargo/ic_shipped_w.png);
}
.cargo-form__type .inr + .inr {
  margin-top: 16px;
}
.cargo-form__btn {
  display: flex;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  overflow: hidden;
}
.cargo-form__btn button {
  flex: 1;
  height: 100%;
  border-radius: unset;
  font-size: 15px;
  color: #cdcdcd;
  line-height: 38px;
}
.cargo-form__btn button.on {
  background-color: #613fee;
  color: #fff;
}
.cargo-form .smtship-btn {
  margin: 10px 32px 32px 0;
  border-radius: 5px;
  height: 48px;
  width: 300px;
  font-size: 15px;
}
.cargo-form__rwbox .lbl {
  margin-top: 24px;
}

.cargo-payment {
  margin: 32px 0 45px;
  padding: 20px 32px 28px 22px;
  border-radius: 5px;
  border: 1px solid #613fee;
  box-sizing: border-box;
  background-color: #f9f6fe;
  box-shadow: 2px 2px 10px 0 rgba(26, 7, 55, 0.15);
}
.cargo-payment__inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.cargo-payment table {
  border-left: 10px solid rgba(255, 255, 255, 0);
}
.cargo-payment th {
  padding-right: 56px;
  color: #757575;
  font-size: 16px;
  line-height: 2.4;
  text-align: left;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.cargo-payment th:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #613fee;
  width: 5px;
  height: 5px;
}
.cargo-payment td {
  font-size: 16px;
  color: #353535;
  letter-spacing: -0.5px;
  line-height: 2.4;
}
.cargo-payment td.red {
  color: #d32f2f;
}
.cargo-payment p {
  margin-top: 31px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  color: #613fee;
  font-size: 15px;
  letter-spacing: -0.36px;
}

.request-cont {
  display: flex;
}
.request-cont__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.request-cont__inr + .request-cont__inr {
  margin-left: 36px;
}
.request-cont__inr div {
  flex: 1;
  font-size: 15px;
  color: #757575;
  line-height: 1.6;
}
.request-cont__inr div a {
  display: block;
  margin-top: 8px;
  color: #0091ea;
  text-decoration: underline #0091ea;
  font-size: 15px;
}
.request-cont__btn {
  margin-right: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #613fee;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  width: 200px;
  height: 120px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.request-cont__btn.btn--pink {
  background-color: #ec4d94;
}

.request-consult {
  position: relative;
  background-color: #faf9fb;
  z-index: 0;
  margin-top: 63px;
  padding-top: 50px;
}
.request-consult h3 {
  font-size: 24px;
  color: #353535;
  font-weight: 500;
}
.request-consult:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -50vw;
  margin-bottom: -150px;
  background-color: #faf9fb;
  width: calc(100vw - 10px);
}
.request-consult p {
  font-size: 13px;
  color: #575757;
  line-height: 19px;
}
.request-consult p.red {
  margin-top: 5px;
  color: #d32f2f;
}
.request-consult__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 23px 0 16px;
  padding: 4px 0 24px 32px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.request-consult__form .smtship-cont__btn {
  margin: 22px 22px 0 0;
}
.request-consult__form .smtship-btn {
  margin: 0 16px 16px 0;
  height: 56px;
}
.request-consult__form .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 17px 0 18px;
  padding-right: 40px;
  box-sizing: border-box;
  width: 33.33%;
}
.request-consult__form .col[data-width="66%"] {
  width: 66.666%;
  padding-right: 0;
}
.request-consult__form .col[data-width="100%"] {
  width: 100%;
}
.request-consult__form .col .qfs-dsc {
  width: 100%;
}
.request-consult__form .col > p {
  display: none;
  margin-bottom: -10px;
  width: 100%;
  font-size: 14px;
  color: #f00;
  letter-spacing: 0.3px;
}
.request-consult__form .col--err > p {
  display: block;
}
.request-consult__form .col--err :is(input[type=text], select) {
  border-bottom: 1px solid #f00;
}
.request-consult__form label {
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.request-consult__form .inp {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
}
.request-consult__form .inp > div {
  display: flex;
  flex: 1;
  margin-bottom: 15px;
  padding-right: 40px;
  box-sizing: border-box;
}
.request-consult__form .inp :is(input[type=text], select) {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  color: #757575;
  font-size: 15px;
}
.request-consult__form .inp input[type=text] {
  flex: 1;
  padding-left: 5px;
  width: 100px;
}
.request-consult__form .inp select {
  min-width: 60px;
  padding-right: 5px;
}
.request-consult__form .inp textarea {
  resize: none;
  padding: 10px 16px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  line-height: 1.2;
}

/* [F] KCI 
//------------------------------------------------------------------------------ */
.kci-wrap .smtship-sub {
  padding: 0;
}
.kci-wrap .smtship-sub__hd {
  padding: 0;
  height: 240px;
}
.kci-wrap .smtship-sub__hd h2 {
  margin: 0;
  font-size: 48px;
}
.kci-wrap .smtship-sub__hd .bg {
  top: 142px;
  height: 240px;
  background-image: url("../img/content/bg_title_kci.png");
  background-position: 50% 70%;
}
.kci-wrap .smtship-sub__hd .bg:after {
  background-color: rgba(23, 34, 64, 0.4);
  height: 240px;
}
.kci-wrap .smtship__inr {
  padding: 0;
  width: 100%;
  max-width: unset;
  margin: unset;
}
.kci-wrap .member-btn {
  background-color: #fff;
  color: #4478f3;
  border-color: #4478f3;
}
.kci-wrap .member-btn.btn__sbm {
  background-color: #4478f3;
  color: #fff;
}
.kci-wrap .member-btn.btn__grey {
  border-color: #757575;
  color: #757575;
}
.kci-wrap .member-btn.btn__del {
  background-color: #fff;
  border-color: #d90000;
  color: #d90000;
}
.kci-wrap .member-btn[disabled] {
  background-color: #dedede;
  color: #fff;
}
.kci-wrap .member-check label a {
  color: #0099f7;
}
.kci-wrap .member-check input:checked + label {
  position: relative;
}
.kci-wrap .member-check input:checked + label:before {
  background: #0099f7;
}
.kci-wrap .member-check input:checked + label:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 2px 0 0 -22px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 6px;
  height: 11px;
  transform: rotate(45deg);
  content: "";
}
.kci-wrap .member-txt .txt__main {
  color: #0099f7;
}
.kci-wrap [class^=member-form] .txt__box {
  background-color: #eff9ff;
  color: #0099f7;
}
.kci-wrap [class^=member-form] :is(.txt__main, .txt--main) {
  color: #0099f7;
}
.kci-wrap [class^=member-form] input:focus {
  border-color: #0099f7 !important;
  background-color: #e8f0fe;
}
.kci-wrap [class^=member-form] .lbl label {
  margin: 0;
}
.kci-wrap [class^=member-form] .inp--captcha .btn span {
  color: #fff;
}
.kci-wrap .member-head .member__stt {
  margin: 0;
}
.kci-wrap .member-with {
  color: #0099f7;
}
.kci-wrap .member-login__findpw a {
  color: #0099f7;
}
.kci-wrap .member-regist__step span {
  background-color: #c7e6f9;
}
.kci-wrap .member-regist__step span + span:before {
  border-top-color: #c7e6f9;
}
.kci-wrap .member-regist__step span.on:after {
  background-color: #1f2437;
}
.kci-wrap .member-regist__qoo .qoo-btn__inr .btn.on {
  background-color: #eff9ff;
  border-color: #0099f7;
  color: #0099f7;
}
.kci-wrap .member-rgstcn__hd {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 40px 0;
  width: calc(100vw - 10px);
}
.kci-wrap .member-rgstcn__hd i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
.kci-wrap .member-rgstcn__hd i:after, .kci-wrap .member-rgstcn__hd i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  background-color: #8b8b8b;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
}
.kci-wrap .member-rgstcn__hd i:after {
  transform: rotate(135deg);
}

/* [F] TracXLogis
//------------------------------------------------------------------------------ */
.smtship-head .smtship-logo--tx {
  position: static;
  background: url("https://stqx-a.image-qx.com/layout/front/qx/img/common/logo_tracxlogis_b.svg") 50% no-repeat;
  background-size: 100%;
  width: 217px;
  height: 34px;
}

.smtship-footer .smtship-logo--tx {
  position: static;
  background: url("../img/tracxlogis/logo_tx.svg") 50% no-repeat;
  background-size: cover;
  width: 258px;
  height: 40px;
}

.tx-main {
  text-align: center;
  font-size: 20px;
  color: #353535;
}
.tx-main mark {
  background: none;
  color: #000482;
}
.tx-main i {
  font-style: initial;
}
.tx-main__ct {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1340px;
}
.tx-main__ct ~ .tx-main__ct {
  margin-top: 240px;
}
.tx-main__ft {
  margin-top: 240px;
  padding: 60px 30px;
  box-sizing: border-box;
  height: 300px;
  background: #000482;
  color: #fff;
  font-size: 24px;
}
.tx-main__ft h2 {
  font-weight: 500;
  font-size: 48px;
}

:where(.tx-main__tt, .tx-main__stt) i {
  display: block;
  font-weight: 500;
  font-style: initial;
}
.tx-main__tt {
  margin-bottom: 80px;
  font-size: 44px;
  color: #1a1a1a;
  font-weight: 600;
}
.tx-main__tt ~ .tx-main__tt {
  margin-top: 140px;
}
.tx-main__tt i {
  margin-bottom: 16px;
  font-size: 24px;
  color: #000482;
}
.tx-main__stt {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.tx-main__stt i {
  margin-bottom: 12px;
  font-size: 20px;
}
:where(button, .tx-main__btn) {
  background: none;
}
.tx-main__btn {
  display: inline-block;
  padding: 0 50px 0 24px;
  border-radius: 50px;
  border: 1px solid #000482;
  background: url("../img/tracxlogis/bt_arrow.png");
  background-position: calc(100% - 24px) 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #000482;
  font-size: 20px;
}
.tx-main__ft .tx-main__btn {
  margin-top: 40px;
  height: 56px;
  line-height: 54px;
  font-size: 24px;
  color: #000482;
}
.tx-main__tt + .tx-main__txt {
  margin-top: -32px;
}

:where(.tx-main__main, .tx-main__bg) {
  position: relative;
  z-index: 1;
}
:where(.tx-main__main, .tx-main__bg):before, :where(.tx-main__main, .tx-main__bg):after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
}
:where(.tx-main__main, .tx-main__bg):before {
  z-index: -2;
  left: 0;
  background: #000;
}
:where(.tx-main__main, .tx-main__bg):after {
  z-index: -1;
  left: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.tx-main__main {
  margin: -124px 0 160px;
  padding-top: 124px;
  box-sizing: border-box;
}
.tx-main__main:before {
  background: linear-gradient(#000013, #000638);
}
.tx-main__main:after {
  bottom: 140px;
  max-width: 1920px;
  background-image: url("../img/tracxlogis/bg_main.png");
}
.tx-main__main > .tx-main__ct {
  padding-top: 180px;
  box-sizing: border-box;
  height: 693px;
}
.tx-main__main h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 500;
}
.tx-main__trk {
  padding: 38px 0;
  background: #f4f4f4;
  color: #000482;
  min-width: 100%;
}
.tx-main__trk .tx-main__ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tx-main__trk h3 {
  color: #000482;
  font-size: 22px;
  font-weight: normal;
}
.tx-main__trk .inp {
  display: flex;
  margin-left: 40px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 3px 2px 8px 0 rgba(0, 0, 0, 0.1);
  flex: 1;
  max-width: 650px;
  min-width: 60%;
  height: 64px;
  background: #fff;
}
.tx-main__trk .inp :where(input, button) {
  font-size: 16px;
}
.tx-main__trk .inp input {
  flex: 1;
  padding: 0 18px;
  box-sizing: border-box;
  color: #353535;
}
.tx-main__trk .inp button {
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 10px;
  min-width: 140px;
  background: #000482;
  color: #fff;
}
.tx-main__bg {
  position: relative;
  z-index: 1;
  margin: 240px 0 120px;
  padding-top: 130px;
  box-sizing: border-box;
  height: 860px;
}
.tx-main__bg:before {
  background: #000000;
}
.tx-main__bg:after {
  max-width: 2171px;
  background-image: url("../img/tracxlogis/bg_section.png");
}
.tx-main__bg :is(.tx-main__tt, i) {
  color: #fff;
}
:where(.tx-main__logo, .tx-main__func, .tx-main__svc) {
  display: grid;
  grid-gap: 36px;
}
:where(.tx-main__logo, .tx-main__func, .tx-main__svc, .tx-main__info) .item {
  border-radius: 20px;
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.031372549);
  background-color: #fff;
  letter-spacing: -0.6px;
  word-spacing: -1px;
}
.tx-main__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.tx-main__info .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 24px 10px;
  padding: 48px 16px 16px;
  box-sizing: border-box;
  width: 220px;
  min-height: 220px;
  background-color: #000482;
  color: #fff;
}
.tx-main__info .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #2a2a2a;
  background-size: 75%;
  transform: translate(-50%, -50%);
}
.tx-main__info .item--01:before {
  background-image: url("../img/tracxlogis/ic_info_01.png");
}
.tx-main__info .item--02:before {
  background-image: url("../img/tracxlogis/ic_info_02.png");
}
.tx-main__info .item--03:before {
  background-image: url("../img/tracxlogis/ic_info_03.png");
}
.tx-main__info .item--04:before {
  background-image: url("../img/tracxlogis/ic_info_04.png");
}
.tx-main__info .item--05:before {
  background-image: url("../img/tracxlogis/ic_info_05.png");
}
.tx-main__info .item :is(h3, i, strong) {
  width: 100%;
  line-height: 1.2;
}
.tx-main__info .item h3 {
  font-size: 28px;
}
.tx-main__info .item i {
  display: block;
  margin: 6px 0 16px;
  font-size: 14px;
}
.tx-main__info .item strong {
  align-self: flex-end;
  font-size: 48px;
}
.tx-main__logo {
  grid-template-columns: repeat(4, 1fr);
}
.tx-main__logo .item {
  height: 130px;
  color: #fff;
  font-size: 1px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: calc(100% - 60px);
}
.tx-main__logo .item--hj {
  background-image: url("../img/tracxlogis/logo_hj.png");
}
.tx-main__logo .item--cj {
  background-image: url("../img/tracxlogis/logo_cj.png");
}
.tx-main__logo .item--lotte {
  background-image: url("../img/tracxlogis/logo_lotte.png");
}
.tx-main__logo .item--fedex {
  background-image: url("../img/tracxlogis/logo_fedex.png");
}
.tx-main__logo .item--yamato {
  background-image: url("../img/tracxlogis/logo_yamato.png");
}
.tx-main__logo .item--sagawa {
  background-image: url("../img/tracxlogis/logo_sagawa.png");
}
.tx-main__logo .item--ems {
  background-image: url("../img/tracxlogis/logo_ems.png");
}
.tx-main__logo .item--jpp {
  background-image: url("../img/tracxlogis/logo_jpp.png");
}
.tx-main__func {
  grid-template-columns: repeat(3, 1fr);
}
.tx-main__func .item {
  padding: 0 30px 50px;
  box-sizing: border-box;
}
.tx-main__func .item:before {
  display: block;
  width: 100%;
  height: 335px;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}
.tx-main__func .item--trk:before {
  background-image: url("../img/tracxlogis/img_func_trk.png");
}
.tx-main__func .item--wrh:before {
  background-image: url("../img/tracxlogis/img_func_wrh.png");
}
.tx-main__func .item--opt:before {
  background-image: url("../img/tracxlogis/img_func_opt.png");
}
.tx-main__svc {
  grid-template-columns: repeat(3, 1fr);
}
.tx-main__svc .item {
  border: none;
  min-height: 450px;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.tx-main__svc .item--01 {
  background-image: url("../img/tracxlogis/bg_svc_01.png");
}
.tx-main__svc .item--02 {
  background-image: url("../img/tracxlogis/bg_svc_02.png");
}
.tx-main__svc .item--03 {
  background-image: url("../img/tracxlogis/bg_svc_03.png");
}
.tx-main__svc .item__btn {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 50px 36px 116px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 4, 130, 0.7019607843);
  text-align: left;
  color: #fff;
  text-align: left;
  font-weight: 300;
}
.tx-main__svc .item__btn > div {
  flex: 1;
}
.tx-main__svc .item__btn:hover {
  background: linear-gradient(rgba(0, 4, 130, 0.9019607843), rgba(0, 4, 119, 0.6), rgba(0, 3, 81, 0), rgba(0, 2, 65, 0));
}
.tx-main__svc .item__btn:hover .tx-main__btn {
  background: url("../img/tracxlogis/bt_arrow.png") calc(100% - 24px) 50% no-repeat;
  background-color: #fff;
  color: #000482;
  font-weight: 500;
}
.tx-main__svc .tx-main__btn {
  position: absolute;
  bottom: 50px;
  padding: 9px 50px 9px 24px;
  width: fit-content;
  border-color: #fff;
  background-image: url("../img/tracxlogis/bt_arrow_w.png");
  background-color: transparent;
  color: #fff;
}

:where(.tx-main__tt, .tx-main__txt, .tx-main__logo, .tx-main__info, .tx-main__func .item) {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1.3s ease-out, transform 1.3s ease-out;
}
:where(.tx-main__tt.visible, .tx-main__txt.visible, .tx-main__logo.visible, .tx-main__info.visible, .tx-main__func .item.visible) {
  opacity: 1;
  transform: translateY(0);
}
.tx-main__svc .item :is(.tx-main__stt, p, .tx-main__btn) {
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
.tx-main__svc .item.visible :is(.tx-main__stt, p, .tx-main__btn) {
  opacity: 1;
  transform: translateY(0);
}
.tx-main__ft h2 {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1.3s ease-out, transform 1.3s ease-out;
}
.tx-main__ft.visible h2 {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1279px) {
  :is(.smtship-logo--tx, .smtship-footer__info .smtship-logo--tx) {
    top: 37px;
    left: 32px;
    width: 205px;
    height: 30px;
  }
  :is(.tx-main, .tx-main__btn) {
    font-size: 18px;
  }
  .tx-main__ct ~ .tx-main__ct {
    margin-top: 200px;
  }
  :is(.tx-main__main, .tx-main__ft) h2 {
    font-size: 42px;
  }
  .tx-main__ft {
    margin-top: 200px;
    height: auto;
  }
  .tx-main__main {
    margin: -103px 0 160px;
    padding-top: 103px;
  }
  .tx-main__main:after {
    bottom: 120px;
  }
  .tx-main__main > .tx-main__ct {
    padding-top: 140px;
    height: 545px;
  }
  .tx-main__trk {
    padding: 28px 0;
  }
  .tx-main__trk h3 {
    font-size: 20px;
  }
  .tx-main__tt {
    font-size: 36px;
  }
  .tx-main__stt {
    font-size: 28px;
  }
  .tx-main__bg {
    height: 668px;
    margin: 200px 0 100px;
  }
  :is(.tx-main__logo, .tx-main__func, .tx-main__svc) {
    grid-gap: 30px;
  }
  .tx-main__info .item {
    width: 190px;
    min-height: 190px;
    padding-top: 38px;
  }
  .tx-main__info .item:before {
    width: 48px;
    height: 48px;
  }
  .tx-main__info .item h3 {
    font-size: 24px;
  }
  .tx-main__info .item i {
    font-size: 12px;
  }
  .tx-main__info .item strong {
    font-size: 42px;
  }
  .tx-main__func .item {
    padding: 0 24px 32px;
  }
  .tx-main__func .item:before {
    height: 250px;
  }
  .tx-main__func .item--trk:before {
    background-size: 250px;
  }
  .tx-main__func .item--wrh:before {
    background-size: 230px;
  }
  .tx-main__func .item--opt:before {
    background-size: 162px;
  }
}
@media screen and (max-width: 768px) {
  :is(.tx-main__ct, .tx-main__tt, .tx-main__stt, .tx-main__txt) {
    padding: 0 24px;
  }
  :is(.tx-main__main, .tx-main__ft) h2 {
    font-size: 32px;
  }
  .tx-main__main > .tx-main__ct {
    padding-top: 100px;
    height: 400px;
  }
  .tx-main__trk h3 {
    display: none;
  }
  .tx-main__trk .inp {
    margin: 0;
    max-width: 100%;
  }
  .tx-main__tt {
    margin-bottom: 64px;
    font-size: 32px;
  }
  .tx-main__tt i {
    font-size: 24px;
  }
  .tx-main__stt {
    font-size: 24px;
  }
  .tx-main__stt i {
    font-size: 20px;
  }
  .tx-main__bg {
    margin-top: 160px;
    padding: 64px 24px 0;
    height: 490px;
  }
  :is(.tx-main__logo, .tx-main__func, .tx-main__svc, .tx-main__info) .item {
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .tx-main__logo {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
    box-sizing: border-box;
  }
  .tx-main__logo .item {
    height: 98px;
    background-size: 56%;
  }
  :is(.tx-main__func, .tx-main__svc) {
    grid-template-columns: repeat(1, 1fr);
  }
  .tx-main__func .item {
    padding: 0 24px 32px;
  }
  .tx-main__func .item:before {
    height: 200px;
  }
  .tx-main__func .item--trk:before {
    background-size: 230px;
  }
  .tx-main__func .item--wrh:before {
    background-size: 215px;
  }
  .tx-main__func .item--opt:before {
    background-size: 140px;
  }
  .tx-main__svc .tx-main__stt {
    padding: 0;
  }
  .tx-main__svc .tx-main__btn {
    bottom: 36px;
    padding: 5px 50px 5px 24px;
  }
  .tx-main__svc .item {
    min-height: 300px;
  }
  .tx-main__svc .item__btn {
    padding: 36px 24px 90px;
  }
}
@media screen and (max-width: 480px) {
  :is(.smtship-logo--tx, .smtship-footer__info .smtship-logo--tx) {
    top: 24px;
    left: 24px;
    width: 144px;
    height: 21px;
  }
  :is(.tx-main, .tx-main__stt i), .tx-main__svc :is(.item__btn, .tx-main__btn) {
    font-size: 16px;
  }
  .tx-main__ct ~ .tx-main__ct {
    margin-top: 160px;
  }
  .tx-main__ft {
    margin-top: 120px;
  }
  .tx-main__ft h2 {
    font-size: 24px;
  }
  .tx-main__ft .tx-main__btn {
    margin-top: 24px;
    height: 44px;
    font-size: 18px;
    line-height: 42px;
  }
  .tx-main__tt {
    margin-bottom: 36px;
    font-size: 24px;
  }
  .tx-main__tt i {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .tx-main__stt {
    font-size: 20px;
  }
  .tx-main__stt i {
    margin-bottom: 8px;
  }
  .tx-main__main {
    margin: -64px 0 100px;
    padding-top: 64px;
  }
  .tx-main__main:after {
    bottom: 74px;
  }
  .tx-main__main > .tx-main__ct {
    padding-top: 80px;
    height: 300px;
  }
  .tx-main__main h2 {
    font-size: 6vw;
  }
  .tx-main__trk {
    padding: 16px 0;
  }
  .tx-main__trk .inp {
    padding: 0;
    border-radius: 5px;
    height: 42px;
    overflow: hidden;
  }
  .tx-main__trk .inp :where(input, button) {
    font-size: 14px;
  }
  .tx-main__trk .inp input {
    padding: 0 16px;
  }
  .tx-main__trk .inp button {
    border-radius: 0;
    min-width: unset;
  }
  .tx-main__bg {
    margin: 120px 0 80px;
    padding-top: 48px;
  }
  .tx-main__info {
    margin: 60px -8px 0;
    width: calc(100% + 16px);
  }
  .tx-main__info .item {
    margin: 20px 8px;
    padding: 26px 15px 10px;
    width: calc(50% - 16px);
    min-height: 140px;
  }
  .tx-main__info .item:before {
    width: 40px;
    height: 40px;
  }
  .tx-main__info .item h3 {
    font-size: 18px;
  }
  .tx-main__info .item i {
    margin: 4px 0 10px;
    font-size: 12px;
  }
  .tx-main__info .item strong {
    font-size: 28px;
  }
  :is(.tx-main__logo, .tx-main__func, .tx-main__svc) {
    grid-gap: 32px 20px;
  }
  :is(.tx-main__logo, .tx-main__func, .tx-main__svc, .tx-main__info) .item {
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .tx-main__logo {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .tx-main__logo .item {
    height: 78px;
    background-size: calc(100% - 42px);
  }
  :is(.tx-main__func, .tx-main__svc) {
    grid-template-columns: repeat(1, 1fr);
  }
  .tx-main__svc .tx-main__stt {
    padding: 0;
  }
  .tx-main__svc .item {
    min-height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .main__inr {
    padding: 0 110px;
  }
  .main__inr > .main-title {
    margin-left: -110px;
    margin-right: -110px;
  }
  .main-solution {
    min-height: 820px;
  }
  .main-solution .main-link {
    display: none;
  }
  .main-service, .main-network .dsc, .main-banner, .main-board {
    display: block;
  }
  .main-etc {
    display: none;
  }
  .main-menu {
    display: flex;
  }
}
@media screen and (max-width: 1279px) {
  .smtship-logo:not(.smtship-logo--tx) {
    top: 29px;
    left: 32px;
    width: 139px;
    height: 41px;
  }
  .smtship-gnb__drop a {
    font-size: 14px;
  }
  .smtship-gnb :is(.id, .link) {
    position: absolute;
    top: 0;
    height: 30px;
    line-height: 30px;
    font-size: 1.1428em;
  }
  .smtship-gnb .id {
    left: 0;
  }
  .smtship-gnb .link {
    right: 0;
    border-radius: 15px;
    border: 1px solid #fff;
    width: 80px;
  }
  :is(.smtship-nav__sub, li.smtship-nav__menu--active):after {
    content: none;
  }
  .smtship-footer .smtship__inr {
    flex-direction: column-reverse;
  }
  .smtship-footer__link .etc {
    margin-bottom: 20px;
  }
  .smtship-footer__info .smtship-logo:not(.smtship-logo--tx) {
    width: 101px;
    height: 30px;
  }
  .smtship-wing {
    display: none;
  }
  .smtship-sub__hd {
    height: 196px;
  }
  .smtship-sub__hd .bg, .smtship-sub__hd .bg:after {
    height: 260px;
  }
  .smtship-sub__nav {
    padding-bottom: 68px;
  }
  .smtship-sub__tt {
    margin: 0;
  }
  .kci-wrap .smtship-sub__hd {
    height: 196px;
  }
  .kci-wrap .smtship-sub__hd .bg, .kci-wrap .smtship-sub__hd .bg:after {
    height: 196px;
  }
  .main-quick {
    height: calc(100vh - 103px);
  }
  .main-btn {
    margin: 60px 0 -40px;
  }
  .main-btn .btn {
    font-size: 15px;
  }
  .main__inr {
    padding: 0 32px;
    width: auto;
  }
  .main-bg .slide .bg {
    width: 100%;
  }
  .main-solution {
    min-height: 0;
  }
  .main-solution .main-title {
    padding: 60px 0 0;
    line-height: 1.25;
  }
  .main-title {
    font-size: 40px;
  }
  .main-search__input {
    margin-top: 19px;
  }
  .main-search__input :is(.btn, input) {
    font-size: 0.8em;
  }
  .main-service {
    display: none;
  }
  .main-network {
    height: auto;
  }
  .main-network .main-title {
    padding-top: 50px;
  }
  .main-network .dsc {
    display: none;
  }
  .main-network__info {
    padding: 48% 0 10%;
  }
  .main-network__info li {
    flex-basis: 50%;
    margin: 12px 0;
    font-size: 1.1428em;
  }
  .main-banner, .main-menu, .main-board {
    display: none;
  }
  .vision-wrap {
    padding-left: 0;
  }
  .vision-wrap:before {
    position: static;
    margin: 0 auto 30px;
    width: 100%;
  }
  .vision-info:before {
    top: 6em;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
  }
  .history-wrap {
    margin-top: -1px;
    padding: 0;
  }
  .service-info :is(figure, article, li:nth-child(even) figure, li:nth-child(even) article) {
    float: none;
  }
  .service-info figure {
    margin-bottom: 40px;
    text-align: center;
  }
  .service-info article {
    margin: 0 auto;
    max-width: 520px;
  }
  .service-info h4 small {
    display: block;
  }
  .contact-box {
    padding-left: 174px;
    width: 100%;
  }
  .contact-box__tt {
    width: 170px;
  }
  .contact-box__tt small {
    font-size: 15px;
  }
  .branch-list__asia, .branch-list__america {
    margin: 70px auto 0;
    padding: 0;
  }
  .branch-list__america {
    width: 620px;
  }
  .branch-info {
    position: static;
    transform: translateY(0);
    margin: 50px auto 0;
  }
  .fdriver-banner__ct {
    padding-left: 8px;
    width: 45%;
  }
  .fdriver-banner__qr {
    display: block;
  }
  .fdriver-banner__qr a {
    display: block;
  }
  .fdriver-banner__qr a + a {
    margin: 12px 0 0;
  }
  .fdriver-banner__tt {
    margin: 40px 0;
    font-size: 30px;
    line-height: 1.5;
  }
  .fdriver-banner .app {
    width: 55%;
  }
  .fdriver-banner .app img {
    min-width: 325px;
  }
  .fdriver-form--step3 .col {
    width: 100%;
    padding: 0;
  }
  .fdriver-form .inp--wide input {
    flex: 1 0 190px;
    margin-left: 0;
  }
  .fdriver-form .inp--wide select {
    flex: 1 0 190px;
    margin-right: 15px;
  }
  .login-tooltip__section {
    margin-left: -60px;
  }
  .smtship-sub .member-btn {
    height: 44px;
    line-height: 42px;
  }
  .smtship-sub .member-form select {
    max-width: unset;
    height: 44px;
  }
  .smtship-sub .member-form select.slct__min {
    max-width: fit-content;
  }
  .smtship-sub .member-form select + :is(input, .member-btn, select) {
    margin-left: 16px;
  }
  .smtship-sub .member-form + .smtship-cont__btn {
    margin-top: 36px;
  }
  .smtship-sub .member-form input:not(input[type=radio], input[type=checkbox]) {
    max-width: unset;
    min-width: 0;
    height: 44px;
  }
  .smtship-sub .member-form input:not(input[type=radio], input[type=checkbox]).inp__wide {
    margin-top: 16px;
  }
  .smtship-sub .member-form input:not(input[type=radio], input[type=checkbox]) + :is(input, .member-btn, select) {
    margin-left: 16px;
  }
  .smtship-sub .member-form .inp__btn {
    max-width: unset;
    height: fit-content;
  }
  .smtship-sub .member-form .inp__btn .btn {
    top: 13px;
  }
  .smtship-sub .member-form .txt__err {
    top: 80px;
  }
  .smtship-sub .member__stt {
    margin: 48px 0 24px;
  }
  .smtship-sub .member-regist {
    font-size: 15px;
  }
  .smtship-sub .member-regist__ct {
    margin: 0;
  }
  .smtship-sub .member-regist .member__tt {
    margin-right: 140px;
  }
  .smtship-sub .member-regist__step {
    position: absolute;
    top: 0;
    right: 0;
  }
  .smtship-sub .member-regist__step span + span {
    margin-left: 52px;
  }
  .smtship-sub .member-regist__step span + span:before {
    left: -63px;
    border-width: 7px;
    width: 70px;
  }
  .smtship-sub .member-regist__type li + li {
    border-left-width: 48px;
  }
  .smtship-sub .member [class^=member-form][data-column-num="4"] .col {
    width: 50%;
  }
  .smtship-sub .member [class^=member-form] .col[data-width="50%"] {
    width: 100%;
  }
  .smtship-sub .member [class^=member-form] .inp[data-width="50%"] {
    width: 100%;
    max-width: unset;
  }
  .terms-info {
    margin-top: -20px;
  }
  .terms-list {
    padding: 28px 5%;
  }
  .terms-list li {
    min-width: 240px;
  }
  .cargo-wrap:not(.kci-wrap .cargo-wrap) {
    margin-top: -60px;
  }
  .cargo-form__inner {
    flex-wrap: wrap;
  }
  .cargo-form__inner > div {
    flex-basis: 100%;
    margin: 0;
  }
  .cargo-form__type {
    width: 100%;
  }
  .cargo-form .smtship-btn {
    margin-top: 40px;
  }
  :where(.cargo-form__rwbox, .cargo-form__dtlwrap) {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
  }
  :where(.cargo-form__rwbox, .cargo-form__dtlwrap) > div {
    flex: 1 1 230px;
    margin-right: 40px;
  }
  :where(.cargo-form__rwbox, .cargo-form__dtlwrap) div + div {
    margin-left: 0;
  }
  .cargo-form__dtl + .cargo-form__dtl {
    margin-left: 0;
  }
  .cargo-payment th {
    padding-right: 40px;
  }
  .request-cont {
    flex-wrap: wrap;
  }
  .request-cont__inr {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .request-cont__inr + .request-cont__inr {
    margin: 26px 0 0;
  }
  .request-cont__inr > div {
    flex-basis: 200px;
  }
  .request-cont__inr > button {
    margin-bottom: 10px;
  }
  .request-consult:before {
    width: 100vw;
  }
  .request-consult__form .col {
    width: 50%;
  }
  .request-consult__form .col[data-width="66%"] {
    width: 100%;
  }
  .request-consult__form .smtship-cont__btn {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .main-quick__inr {
    padding-top: 24px;
  }
  .main-quick .main-search__main {
    margin-left: 2.5%;
    min-width: 55%;
  }
  .main-quick .main-search h3 {
    font-size: 2.148vw;
  }
  .main-quick .main-menu {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
  }
  .main-quick .main-menu:before {
    content: none;
  }
  .main-quick .main-menu__wrap {
    align-self: flex-start;
    margin: 0 -40px 24px;
    width: 100vw;
    overflow: auto hidden;
    text-align: center;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
  .main-quick .main-menu__wrap::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
  }
  .main-quick .main-menu__tt .btn {
    margin-top: 58px !important;
  }
  .main-quick .main-menu li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
    padding: 40px 24px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(31, 27, 35, 0.7);
    width: 280px;
    height: 280px;
  }
  .main-quick .main-menu li.main-menu--click {
    padding: 24px;
  }
  .main-quick .main-menu li.main-menu--click .main-menu__tt {
    height: 55px;
    overflow: hidden;
  }
  .main-quick .main-menu li:first-of-type {
    margin-left: 40px;
  }
  .main-quick .main-menu li:last-of-type {
    margin-right: 40px;
  }
  .main-quick .main-menu li .btn {
    padding: 13px 40px 12px 16px;
  }
  .main-quick .main-menu li .btn:before {
    right: 16px;
    width: 20px;
  }
  .main-quick .main-menu li .btn:after {
    right: 16px;
    height: 6px;
  }
  .main-quick .main-menu__smtship .main-menu__tt:before {
    display: block;
    margin-bottom: 8px;
    background: url("../img/main/ic_menu_smtship.png") 50% no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    content: "";
  }
  .main-quick .main-menu__delivery .main-menu__tt:before {
    display: block;
    margin-bottom: 8px;
    background: url("../img/main/ic_menu_delivery.png") 50% no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    content: "";
  }
  .main-quick .main-menu__cargo .main-menu__tt:before {
    display: block;
    margin-bottom: 8px;
    background: url("../img/main/ic_menu_cargo.png") 50% no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    content: "";
  }
  .main-quick .main-menu__set {
    margin-top: 16px;
    font-size: 14px;
  }
  .main-quick .main-menu__btn {
    margin-top: 16px;
  }
  .main-quick .main-menu__btn a {
    line-height: 36px;
  }
  .main-quick .main-menu__tt {
    text-align: left;
  }
  .main-quick .main-menu__tt h3 {
    font-size: 18px;
  }
  .main-quick .main-menu__tt h3:before {
    display: block;
    width: 24px;
    height: 24px;
  }
  .main-quick .main-menu__tt p {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .smtship__inr {
    padding: 28px 32px;
  }
  .smtship-nav__wrap {
    padding: 0 32px 28px;
  }
  .smtship-nav__menu a {
    font-size: 18px;
  }
  .smtship-layer__inr {
    font-size: 15px;
  }
  .smtship-alert {
    width: calc(100% - 40px);
    max-width: 535px;
  }
  .smtship-footer__top {
    padding: 16px 32px 28px;
  }
  .main-quick__hd .main-title {
    font-size: 7.55vw;
  }
  .main-quick__hd p {
    font-size: 16px;
  }
  .main-quick .main-menu__wrap {
    max-height: 280px;
  }
  .main-quick .main-menu__wrap .move {
    display: block;
  }
  .main-quick .main-menu li {
    opacity: 0.7;
    cursor: pointer;
  }
  .main-quick .main-menu li.on {
    opacity: 1;
  }
  .main-quick .main-menu li.on:after {
    content: none;
  }
  .main-quick .main-menu li:after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    content: "";
  }
  .main-quick .main-search h3 {
    display: none;
  }
  .main-quick .main-search__main {
    font-size: 16px;
  }
  .main-quick .main-search__main input {
    padding: 0 16px;
  }
  .smtship-sub .smtship-cont__btn {
    margin-bottom: -10px;
  }
  .smtship-sub .smtship-cont__btn .member-btn {
    margin: 0 10px 10px;
  }
  .smtship-sub .member-regist__type li + li {
    border-left-width: 36px;
  }
  .smtship-sub .member-form:not(.smtship-layer .member-form) {
    padding: 36px;
  }
  .smtship-sub .member-form .col {
    width: 100% !important;
  }
  .smtship-sub .member-cont__bdbox {
    padding: 36px;
  }
  .member-twofa__box {
    column-gap: 30px;
  }
  .member-twofa__box .step + .step:before {
    left: -20px;
  }
  .kci-wrap .member-rgstcn__hd {
    padding: 24px 0;
    height: auto;
  }
  .kci-wrap .member-rgstcn__hd img {
    max-width: 27%;
    height: auto;
  }
  .kci-wrap .member-rgstcn__hd i {
    margin: 0 6vw;
    width: 20px;
    height: 20px;
  }
  .kci-wrap .member-rgstcn__hd i:before, .kci-wrap .member-rgstcn__hd i:after {
    margin-top: -12px;
    height: 24px;
  }
  .kci-wrap .member-rgstcn__hd img:last-of-type {
    max-width: 44%;
  }
  .kci-wrap .member-form {
    padding: 36px 6.71vw;
  }
  .kci-wrap .member-form .col {
    padding: 0;
  }
  .smtship-alert {
    width: calc(100% - 40px);
    max-width: 535px;
  }
}
@media screen and (max-width: 480px) {
  .smtship__inr {
    padding: 20px 24px;
  }
  .smtship-sub {
    padding-bottom: 100px;
  }
  .smtship-sub__hd {
    margin-bottom: 50px;
  }
  .smtship-sub__hd h2 {
    font-size: 40px;
  }
  .smtship-sub__tt {
    font-size: 24px;
  }
  .smtship-sub__nav {
    display: none;
  }
  .smtship-logo:not(.smtship-logo--tx) {
    left: 24px;
    top: 17px;
    width: 97px;
    height: 30px;
  }
  .smtship-gnb__country {
    display: none;
  }
  .smtship-gnb__btn :is(.btn.btn--login, .btn.btn--logout):not(.smtship-nav .btn) {
    display: none;
  }
  .smtship-nav:before {
    bottom: unset;
    height: calc(100vh + 100%);
  }
  .smtship-nav .smtship-gnb__btn {
    display: flex;
  }
  .smtship-nav__wrap {
    padding: 20px 24px;
    border-top: 1px solid #ebebeb;
  }
  .smtship-nav__wrap ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
  }
  .smtship-nav__btn {
    right: 24px;
    top: 19px;
  }
  .smtship-nav__btn > button {
    width: 27px;
    height: 27px;
    background-size: cover;
  }
  .smtship-nav__gnb {
    padding: 103px 20px 15px;
    font-size: 12px;
  }
  .smtship-nav__gnb a {
    min-width: 60px;
  }
  .smtship-tab a {
    font-size: 16px;
  }
  .smtship-footer__top {
    padding: 0 24px 20px;
  }
  .smtship-footer__link .mark-inf__ly {
    margin-left: 0;
    max-width: 240px;
    min-width: 160px;
    white-space: normal;
    word-break: keep-all;
  }
  .smtship-footer__link .mark__mb .mark-inf__ly {
    margin-left: -10px;
    min-width: 145px;
  }
  .smtship-layer {
    padding: 50px 20px;
  }
  .smtship-layer__inr {
    font-size: 14px;
  }
  .smtship-layer__hd {
    padding: 12px 24px 10px;
  }
  .smtship-layer__hd h1 {
    font-size: 1.35em;
  }
  .smtship-layer__cls {
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    padding-top: 25px;
  }
  .smtship-layer__ct {
    padding: 24px;
  }
  .smtship-layer__ct .member-form select {
    width: 100%;
  }
  .smtship-alert:before {
    width: 14px;
  }
  .smtship-alert__inner {
    margin: 24px 0 24px 14px;
    padding: 0 24px;
    font-size: 14px;
  }
  .smtship-alert__inner p {
    padding-left: 48px;
    background-size: 32px;
    line-height: 32px;
  }
  .smtship-alert__cls {
    margin: 0 28px 28px;
  }
  .smtship-alert__button a, .smtship-alert__cls {
    padding: 14px 28px;
    height: 48px;
    min-width: 80px;
    font-size: 14px;
  }
  .kci-wrap .smtship__inr {
    padding: 0;
  }
  .kci-wrap .smtship-sub__hd {
    margin-bottom: 0;
  }
  .kci-wrap .smtship-sub__hd h2 {
    font-size: 40px;
  }
  .kci-wrap .member-btn {
    font-size: 14px;
    padding: 0 16px;
    min-width: unset;
  }
  .main-quick {
    height: calc(100vh - 65px);
    min-height: unset;
  }
  .main-quick__scroll {
    display: block;
  }
  .main-quick__inr {
    margin: 7px 0 0;
    padding: 14px 16px 0;
    width: 100%;
    height: calc(100% - 8.995vh);
  }
  .main-quick__hd {
    margin-bottom: 4.797vh;
  }
  .main-quick__hd .main-title {
    font-size: 4.197vh;
  }
  .main-quick__hd p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.35;
  }
  .main-quick .main-menu__wrap {
    margin: 0 -16px 24px;
  }
  .main-quick .main-menu__wrap .move {
    width: calc(100vw - 32px);
  }
  .main-quick .main-menu li {
    margin: 0 8px;
  }
  .main-quick .main-menu li:first-of-type {
    margin-left: 16px;
  }
  .main-quick .main-menu li:last-of-type {
    margin-right: 24px;
  }
  .main-quick .main-menu__tt p {
    font-size: 14px;
  }
  .main-quick .main-search {
    position: static;
    display: block;
    background: none;
    height: auto;
  }
  .main-quick .main-search__inr {
    padding: 0 0 3.598vh;
  }
  .main-quick .main-search__main {
    margin: 0;
    width: 100%;
  }
  .main-quick .main-search__main .inp {
    border: none;
    height: 42px;
    overflow: hidden;
  }
  .main-quick .main-search__main .inp__btn {
    border-radius: 0 5px 5px 0;
    font-size: 14px;
  }
  .main-quick .main-search__main input {
    padding: 0 16px;
  }
  .main-quick .main-search__main input, .main-quick .main-search__main input::placeholder {
    font-size: 14px;
  }
  .main-quick .main-search__guide .link {
    margin-top: 8px;
    font-size: 12px;
  }
  .main-etc .main-link {
    flex-direction: column;
    margin-bottom: 0;
  }
  .main-etc .main-link a {
    flex-basis: auto;
    width: 100%;
  }
  .main-etc .main-link a ~ a {
    margin: 12px 0 0;
  }
  .vision-wrap {
    font-size: 8px;
  }
  .vision-info__dsc {
    font-size: 1.25em;
  }
  .history-tab a {
    font-size: 16px;
  }
  .history-panel {
    margin-top: 60px;
  }
  .history-panel li {
    margin-left: 0;
    padding: 15px 0;
  }
  .history-panel li:before, .history-panel li:after {
    content: none;
  }
  .history-panel li:last-child {
    padding-bottom: 0;
  }
  .history-panel h4 {
    position: static;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 30px;
  }
  .history-panel dl {
    padding-left: 22px;
    line-height: 30px;
    font-size: 14px;
  }
  .history-panel dt {
    left: 0;
  }
  .service-info li {
    padding: 40px 0;
  }
  .service-info p {
    line-height: 24px;
    font-size: 15px;
  }
  .service-info h4 {
    font-size: 30px;
  }
  .service-info strong {
    line-height: 26px;
    font-size: 16px;
  }
  .service-info figure {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .service-info figure img {
    width: auto;
    height: 100%;
  }
  .service-info .smtship-btn--link {
    display: block;
    margin: 0 15%;
    padding: 0;
    text-align: center;
    font-size: 16px;
  }
  .board thead {
    display: none;
  }
  .board-cont {
    flex-direction: column;
  }
  .board__date {
    margin-top: 5px;
    text-align: left;
    font-size: 0.8571em;
  }
  .notice-search {
    margin-top: 60px;
  }
  .notice-search input {
    width: calc(100% - 85px);
  }
  .notice-board .paging {
    margin-top: 40px;
  }
  .contact-box:first-of-type {
    margin-top: 60px;
  }
  .contact-box__tbl th {
    width: 32%;
  }
  .contact-box__tbl span {
    display: block;
    float: none;
    width: 100%;
    font-size: 15px;
  }
  .branch-list__asia, .branch-list__america {
    background-size: auto 280px;
    width: 100%;
  }
  .branch-map {
    height: 280px;
  }
  .branch-map li:before {
    background-size: auto 280px;
  }
  .branch-map a {
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .branch-map a:before {
    top: 23px;
    background-size: 21px auto;
    height: 45px;
  }
  .branch-map__kr a {
    top: 30px;
    left: 277px;
  }
  :is(.branch-map__sg, .branch-map__jp, .branch-map__cn, .branch-map__in, .branch-map__usa) a:before {
    height: 80px;
  }
  .branch-map__sg a {
    top: 123px;
    left: 168px;
  }
  .branch-map__jp a {
    top: -7px;
    left: 330px;
  }
  .branch-map__cn a {
    top: 8px;
    left: 200px;
  }
  .branch-map__id a {
    top: 198px;
    left: 280px;
  }
  .branch-map__my a {
    top: 163px;
    left: 214px;
  }
  .branch-map__in a {
    top: 60px;
    left: 96px;
  }
  .branch-map__usa a {
    top: 100px;
    left: 185px;
  }
  .branch-info {
    width: 100%;
    font-size: 15px;
  }
  .branch-info h4 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .branch-info dt {
    float: none;
  }
  .fdriver-wrap .smtship-btn--link {
    display: inline-block;
    margin: 0;
    padding: 0 45px 0 30px;
  }
  .fdriver__hd h2 {
    font-size: 24px;
  }
  .fdriver__tt {
    margin-bottom: -20px;
  }
  .fdriver-banner__inner {
    padding-top: 200px;
  }
  .fdriver-banner__ct {
    width: 40%;
    padding: 0;
  }
  .fdriver-banner__qr {
    margin-top: 150px;
  }
  .fdriver-banner__tt {
    margin: 32px 0 0px;
  }
  .fdriver-banner__txt {
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
  }
  .fdriver-banner .app {
    width: 60%;
  }
  .fdriver-banner .app img {
    min-width: 220px;
  }
  .fdriver-input__box, .fdriver-slct__box {
    min-width: 100%;
  }
  .fdriver-form {
    margin-top: 30px;
  }
  .fdriver-form .fdriver__txt {
    margin: 0px;
  }
  .fdriver-form .inp {
    flex: auto;
    justify-content: flex-end;
    max-width: 100%;
  }
  .fdriver-form .inp--wide :is(input, select) {
    width: 100%;
  }
  .fdriver-form .inp--wide select {
    margin-right: 0;
  }
  .fdriver-form .lbl {
    padding: 0 0 8px;
    flex: auto;
    width: 100%;
    text-align: left;
    min-width: 100%;
  }
  .fdriver-form .col {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .fdriver-form .col--err .lbl {
    margin-top: 0px;
    padding: 0;
  }
  .fdriver-form .col-wrap .col {
    justify-content: flex-start;
  }
  .fdriver-form .col-wrap .lbl {
    padding: 0 0 8px;
  }
  .fdriver-toggle__sum {
    padding: 10px 60px 10px 20px;
  }
  .login-wrap {
    margin-bottom: -70px;
  }
  .login-wrap h3 {
    margin: -30px 0 5px;
    font-size: 30px;
  }
  .login-inner {
    font-size: 14px;
  }
  .login-form__label {
    flex: 0;
    height: 1px;
    overflow: hidden;
  }
  .login-form__label:after {
    display: none;
  }
  .login-form__input {
    margin: 0;
    width: 100%;
  }
  .login-form__input::placeholder {
    color: #a7a7a7;
  }
  .login-form__row--code {
    padding: 15px 18px 0 8px;
  }
  .login-form__row--code .login-form__label {
    flex-basis: 65px;
    padding: 0;
    height: auto;
  }
  .login-form__row--code .login-form__input {
    margin-left: 65px;
    padding-left: 4px;
    max-width: 160px;
  }
  .login-form__captcha {
    height: auto;
    width: calc(100% - 65px);
  }
  .login-form__captcha img {
    width: calc(100% - 20px);
    max-width: 160px;
    height: auto;
  }
  .login-btn {
    font-size: 16px;
  }
  .login-with__btn {
    margin-top: 14px;
  }
  .login-with__btn:nth-child(n+1), .login-with__btn:nth-child(2n+1) {
    width: 100%;
  }
  .login-tooltip__section {
    margin-left: -80px;
  }
  .login-layer__inner {
    padding: 40px 30px;
  }
  .login-layer__head h3 {
    margin: 0;
    font-size: 20px;
  }
  .login-layer__head p {
    font-size: 14px;
  }
  .login-layer__head img {
    width: 150px;
    height: auto;
  }
  .login-layer .login-form__label {
    display: none;
  }
  .login-layer .login-form__input {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
  }
  .login-layer .login-btn {
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    font-weight: normal;
  }
  .smtship-sub .btn__lrg .member-btn {
    font-size: 18px;
    min-height: 44px;
  }
  .smtship-sub :is(.member-login, .member-form) :is(input, member-btn, select, button):not(.inp__min) + :is(input, member-btn, select, button):not(.show) {
    margin: 10px 0 0;
  }
  .smtship-sub .member-txt {
    font-size: 14px;
  }
  .smtship-sub .member-btn {
    padding: 9px 24px;
    box-sizing: border-box;
    height: fit-content;
    min-height: 40px;
    line-height: 20px;
  }
  .smtship-sub .member__stt {
    margin: 36px 0 18px;
    font-size: 22px;
  }
  .smtship-sub .member-with span {
    margin: 20px 14px 0;
    width: 50px;
    height: 50px;
  }
  .smtship-sub .member-with img {
    transform: scale(0.8);
  }
  .smtship-sub .member-form:not(.smtship-layer .member-form) {
    padding: 24px 6.71vw;
  }
  .smtship-sub .member-form .lbl__txt {
    display: block;
    margin: -2px 0 0;
  }
  .smtship-sub .member-form :is(input:not(input[type=radio], input[type=checkbox], .member-twofa__code input), select) {
    min-width: 100%;
    height: 40px;
  }
  .smtship-sub .member-form .inp {
    flex-wrap: wrap;
  }
  .smtship-sub .member-form .inp input:not(input[type=radio], input[type=checkbox]) {
    padding: 0 10px;
  }
  .smtship-sub .member-form .inp input:not(input[type=radio], input[type=checkbox]).inp__min {
    min-width: 0;
  }
  .smtship-sub .member-form .inp input:not(input[type=radio], input[type=checkbox]).inp__min + :is(input, button, select) {
    margin: 0 0 0 10px;
  }
  .smtship-sub .member-form .inp__btn .btn {
    top: 11px;
    right: 12px;
  }
  .smtship-sub .member-form .inp--captcha img {
    width: calc(100% - 22px);
    height: auto;
  }
  .smtship-sub .member-form .inp--captcha.inp input {
    min-width: 0;
  }
  .smtship-sub .member-form select {
    padding-left: 10px;
  }
  .smtship-sub .member-form select.slct__min {
    flex: 0 1 0;
  }
  .smtship-sub .member-form .txt__err {
    top: 78px;
    left: 0;
  }
  .smtship-sub .member-regist .member-head {
    margin: 60px 0 18px;
    font-size: 14px;
  }
  .smtship-sub .member-regist .member__tt {
    margin: 50px 0 0;
  }
  .smtship-sub .member-regist__step {
    right: unset;
    left: 0;
    margin-top: -50px;
  }
  .smtship-sub .member-regist__step span + span {
    margin-left: 45px;
  }
  .smtship-sub .member-regist__step span + span:before {
    left: -54px;
    border-width: 6px;
    width: 60px;
  }
  .smtship-sub .member-regist__type li {
    display: block;
    width: 100%;
    max-width: 360px;
  }
  .smtship-sub .member-regist__type li + li {
    border-width: 18px 0 0;
  }
  .smtship-sub .member-regist__service dt {
    display: block;
    float: none;
    padding-bottom: 8px;
  }
  .smtship-sub .member-regist__service dd {
    margin: 0;
    line-height: 1.5;
  }
  .smtship-sub .member-regist__part2 .member-form .col {
    padding-right: 0;
  }
  .smtship-sub .member-regist__qoo {
    padding: 24px 6.71vw;
  }
  .smtship-sub .member-regist__qoo .qoo-btn__inr {
    margin: 18px 0;
  }
  .smtship-sub .member-regist__qoo .btn {
    margin: 10px 0;
    font-size: 16px;
  }
  .smtship-sub .member-login {
    display: block;
  }
  .smtship-sub .member-login .smtship-cont__btn {
    display: block;
  }
  .smtship-sub .member-login .member-btn:not(:where(.smtship-cont__btn, .smtship-cont__flx) .member-btn) {
    margin: 0 10px 10px;
    min-width: unset;
  }
  .smtship-sub .member-login__findpw {
    padding: 0;
  }
  .smtship-sub .member-radio label {
    margin-right: 24px;
  }
  .smtship-sub .member-cont__bdbox {
    padding: 24px;
  }
  .member-twofa__box {
    column-gap: 14px;
    grid-template-rows: minmax(74px, auto);
  }
  .member-twofa__box .step {
    padding: 12px 4px;
  }
  .member-twofa__box .step + .step:before {
    left: -9px;
    border-width: 4px 6px;
  }
  .member-twofa__box .step__img {
    display: none;
  }
  .terms-info {
    margin-top: 40px;
  }
  .terms-list {
    margin-top: 40px;
    padding: 23px 22px;
  }
  .terms-list li {
    padding-left: 0;
    width: 100%;
    min-width: 0;
  }
  .terms-panel li {
    padding-bottom: 5px;
  }
  .terms-table {
    min-width: 240px;
  }
  .cargo-wrap {
    margin-top: 0;
  }
  .cargo-bn {
    margin: -50px 0 40px;
  }
  .cargo-bn__inr {
    padding-left: 6%;
  }
  .cargo-bn__cont {
    width: calc(98% - 110px);
    font-size: 0.938em;
  }
  .cargo-bn__cont a {
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    font-size: 1em;
  }
  .cargo-wrap h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .cargo-form {
    padding: 0 24px;
    box-sizing: border-box;
  }
  .cargo-form__inner > div {
    padding: 0;
  }
  .cargo-form .smtship-cont__rt {
    text-align: center;
  }
  .cargo-form .smtship-btn {
    margin: 32px auto;
    width: 100%;
    height: 48px;
  }
  .cargo-form__rwbox, .cargo-form__dtlwrap {
    width: 100%;
  }
  :is(.cargo-form__rwbox, .cargo-form__dtlwrap) > div {
    margin-right: 0;
  }
  .cargo-payment {
    padding-right: 22px;
  }
  .cargo-payment table {
    width: 100%;
  }
  .cargo-payment tr {
    display: flex;
    flex-wrap: wrap;
  }
  .cargo-payment td {
    flex: 1 1 115px;
    padding-left: 10px;
  }
  .cargo-payment th {
    padding-right: 22px;
    width: 112px;
  }
  .cargo-payment p {
    padding: 0;
    font-size: 14px;
  }
  .request-cont__inr > button {
    margin-right: 0;
    padding: 0 30px;
    width: 100%;
    height: 80px;
  }
  .request-consult {
    margin-top: 32px;
    padding-top: 32px;
  }
  .request-consult:before {
    margin-bottom: -100px;
  }
  .request-consult h3 {
    font-size: 20px;
  }
  .request-consult__form {
    padding: 4px 7.46% 16px;
  }
  .request-consult__form .col, .request-consult__form .inp > div {
    padding-right: 0;
    min-width: 100%;
  }
  .request-consult__form .smtship-cont__btn {
    margin-right: 0;
  }
  .request-consult__form .smtship-btn {
    width: 100%;
    margin-right: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .smtship-head {
    background: linear-gradient(135deg, rgb(184, 247, 255) 0%, rgb(135, 189, 255) 62%, rgb(132, 143, 225) 100%);
  }
  .main-title {
    font-size: 30px;
  }
  .main-network__info {
    font-size: 0.8571em;
  }
  .main-solution .main-link a {
    width: calc(50vw - 45px);
    height: calc(50vw - 45px);
    font-size: 1em;
  }
  .main-solution .main-link span:before, .main-solution .main-link span:after {
    transform: scale(0.5) translate(30px, 30px);
  }
  .main-search__input {
    height: 45px;
    font-size: 16px;
  }
  .main-search__input .btn {
    width: 70px;
  }
  .main-video {
    margin-bottom: 60px;
  }
  .contact-box {
    padding: 3px;
  }
  .contact-box__tt {
    position: static;
    margin: 0;
    width: 100%;
  }
  .contact-box__tbl {
    border-radius: 0 0 11px 11px;
  }
  .branch-list__asia, .branch-list__america {
    background-size: auto 230px;
  }
  .branch-map {
    height: 230px;
  }
  .branch-map li:before {
    background-size: auto 230px;
  }
  .branch-map__kr a {
    top: 15px;
    left: 220px;
  }
  .branch-map__sg a {
    top: 85px;
    left: 130px;
  }
  .branch-map__jp a {
    top: -20px;
    left: 266px;
  }
  .branch-map__cn a {
    top: -15px;
    left: 155px;
  }
  .branch-map__id a {
    top: 152px;
    left: 223px;
  }
  .branch-map__my a {
    top: 125px;
    left: 168px;
  }
  .branch-map__in a {
    top: 30px;
    left: 75px;
  }
  .branch-map__usa a {
    top: 70px;
    left: 155px;
  }
}
@media screen and (max-width: 360px) {
  .main-quick .main-menu li {
    margin: 0 5px;
    padding: 16px !important;
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 359px) {
  .smtship-banner__cls {
    width: 45px;
  }
  .smtship-banner__link {
    margin-left: 45px;
    padding-left: 20.27vw;
    background-size: 17.5vw;
  }
  .smtship-banner__link .btn {
    display: none;
    margin-left: 4.44vw;
    min-width: 14.5vw;
    font-size: 5.55vw;
  }
  .smtship-alert:before {
    width: 12px;
  }
  .smtship-alert__inner {
    margin: 20px 0 20px 12px;
    padding: 0 20px;
  }
  .smtship-alert__inner p {
    padding-left: 40px;
    background-size: 28px;
    min-height: 28px;
    line-height: 1.5;
    font-size: 18px;
  }
  .smtship-alert__button, .smtship-alert__cls {
    margin: 0 20px 24px;
  }
  .smtship-alert__button a, .smtship-alert__cls {
    padding: 10px 20px;
    height: auto;
    min-width: 70px;
  }
  .main-quick__hd .main-title {
    font-size: 24px;
  }
  .main-quick__hd p {
    display: none;
  }
  .main-quick .main-menu {
    width: 100%;
  }
  .main-quick .main-menu__wrap {
    margin: 0;
    width: 100%;
    max-height: unset;
  }
  .main-quick .main-menu li {
    display: block;
    position: relative;
    margin-left: 0 !important;
    padding: 16px;
    width: 100%;
    min-width: unset;
    height: auto;
    opacity: 1;
  }
  .main-quick .main-menu li:after {
    content: none;
  }
  .main-quick .main-menu li + li {
    margin: 16px 0 0;
  }
  .main-quick .main-menu li .btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin: -16px -16px !important;
    background: none;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    color: transparent;
  }
  .main-quick .main-menu li .btn:before {
    width: 30px;
  }
  .main-quick .main-menu__tt p {
    display: none;
  }
}
