.port-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.port-info-wrap .port-info {
  min-width: 375px;
}

.port-info-wrap .port-info .name-box {
  font-family: 'Noto Sans KR', sans-serif;
}

.port-info-wrap .port-info .name-box .port-id {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 22px;
  color: #ff5722;
  font-weight: 700;
  line-height: 1.3;
}

.port-info-wrap .port-info .name-box .text {
  position: relative;
  margin-left: 9px;
  padding-left: 16px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.3;
}

.port-info-wrap .port-info .name-box .text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 80%;
  background: #b8b8b8;
}

.port-info-wrap .port-info .port-tag-wrap-1 {
  margin-top: 10px;
}

.port-info-wrap .port-btn-box {
  margin-left: auto;
}

.icn-tag-logo {
  height: 12px;
}

.icn-tag-logo.coinone {
  height: 18px;
}

.icn-tag-logo > img {
  height: 100%;
}

.icn-port-logo > img {
  width: 100%;
}

.td-2 .portName .icn-logo {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.td-2 .portName .icn-logo > img {
  width: 100%;
}

.td-2 .portName .port-tag-wrap-1 {
  display: inline-block;
}

.td-2 .port-tag-wrap-1 {
  display: inline-block;
}

.td-2 .port-tag-wrap-1 .icn-logo {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.td-2 .port-tag-wrap-1 .icn-logo > img {
  width: 100%;
}

.api-box .api-no > div + div {
  margin-top: 23px;
}

.api-box .text-btn {
  color: #FF5722;
  font-family: "Nanum Gothic";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  /* 15.6px */
  letter-spacing: -0.39px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.pop-link {
  color: #FF5722;
  font-family: "Noto Sans KR";
  font-weight: 400;
  line-height: 1.2;
  /* 8.4px */
  letter-spacing: -0.21px;
  text-decoration: underline;
}

.api-btn.success {
  background: #FFF3EF;
  color: #FF5722;
  border-color: #FFDCD2;
  -webkit-box-shadow: inset 0px -2px 1px #FFDCD2;
          box-shadow: inset 0px -2px 1px #FFDCD2;
  cursor: default;
}

.cryptoPriceOverflow {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.priceOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tblTrashChk .port-tag-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#tblTrashChk .port-tag-wrap-1 .port-tag-style-3.logo {
  display: inline-block;
  height: 10px;
  margin-right: 0;
  margin-left: 3px;
}

#tblTrashChk .port-tag-wrap-1 .port-tag-style-3.logo > img {
  height: 100%;
}

.portList_card .icn-logo {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.portList_card .icn-logo > img {
  width: 100%;
}

.text-center .icn-logo {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 5px;
}

.text-center .icn-logo > img {
  width: 100%;
}

.select_layer {
  display: none;
  max-width: 300px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.select_layer .select_layer_title {
  color: #1A202C;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  letter-spacing: -0.36px;
}

.select_layer .select_layer_list li {
  position: relative;
  padding-left: 10px;
  color: #4A5568;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
}

.select_layer .select_layer_list li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #4A5568;
  border-radius: 50%;
}
/*# sourceMappingURL=newstyle.css.map */