@charset "utf-8";

.unset-flex {
    flex: unset !important;
}

.card-choice-list .body ul li {
    width: 367px;
}

.card-choice-list.list-type2 .body ul li .item .img {
    height: 314px !important;
    width: 205px;
}

.card-choice-list.list-type2 .body ul li label input:checked + .item .img {
    height: 314px;
    width: 205px;
}

.card-choice-list.list-type2 .body ul li .item .img img {
    width: 300px !important;
    height: 190px;
    transform: rotate(90deg);
    margin-top: 57px;
    /* margin-left: 48px; */
    margin-left: -52px;
}

.card-choice-list .body ul li label input:checked + .item .img {
    height: 172px;
    width: 105px;
}

.card-choice-list .body ul li .item .img img {
    width: 162px !important;
    height: 96px;
    transform: rotate(90deg);
    margin-top: 33px;
    /* margin-left: 48px; */
    margin-left: -33px;
}

.main-card .slider .item .img {
    display: flex;
    align-items: center;
    width: unset !important;
    overflow: hidden;
    border-radius: 15px;
}

.main-card .slider .item .img a {
    display: block;
    width: 100%;
    height: 96px;
}

.main-card .slider .item .img img {
    width: 162px !important;
    height: 96px;
    transform: rotate(90deg);
    margin-top: 0;
    margin-left: -33px;
    object-fit: contain;
}

.card-item .img {
    width: 96px;
    max-width: 162px;
    height: 162px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.card-item .img img {
    transform: rotate(90deg);
    width: 162px;
    height: 96px;
    margin-top: 33px;
    margin-left: -33px;
}

.card-choice-list .slider .swiper-slide {
    width: auto;
}

.card-choice-list .slider .swiper-slide .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 240px;
    margin: 0 auto;
}

.card-choice-list .slider .swiper-slide .img + div {
    text-align: center;
}

.card-choice-list .slider .swiper-slide img {
    transform: rotate(90deg);
    width: 100%;
    height: auto;
    margin: 0;
}

.card-choice-list .body ul li .item .img {
    width: 102px;
    height: 170px;
}

.card-item .img.empty {
    width: 96px;
}

.card-choice-list .head2 {
    height: 76px;
    padding: 0 38px;
}

.card-choice-list .head2 h3 {
    line-height: 75px;
    font-size: 20px;
    color: #4c5970;
}

#engFstn.inp {
    width: 228px !important;
}

#engLstn.inp {
    width: 130px !important;
}

#crdNmNrtn {
    display: flex;
}

select#wlpoCrdNmWrteTypeCd {
    width: 200px !important;
}

#wlpoCorpEnm.inp {
    flex-grow: 1;
    width: 0 !important;
}

.tooltip {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: default;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 50%;
    text-align: center;
}

.tooltip:after {
    content: "?"
}

.tooltip-text {
    display: none;
    position: absolute;
    max-width: 600px;
    padding: 1ch 1.5ch;
    border-radius: 10px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 9000;
}

span.notiInfo {
    display: inline-block;
    border: 1px solid #b1b1b1;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-right: 5px;
}

span.total-amount {
    color: #ff0f00;
    font-size: 18px;
    font-weight: bold;
}

textarea.download {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 95px;
}

.btn-masking-top {
    position: absolute;
    right: 0;
    top: -5px;
}

button.table-title-flip {
    text-align: left;
    width: 100%;
    padding: 12px 12px 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #dadae4;
    font-weight: 500;
}

button.table-title-flip:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff url(../img/common/ico_h3_flip.png) no-repeat 50% 50%;
    border: 1px solid #dbdbe5;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    transition: all 0.5s ease;
}

button.table-title-flip.active:after {
    transform: rotate(180deg);
}

div#fileValidMsg {
    text-indent: -10px;
    margin-left: 20px;
    font-weight: 400;
    color: #0028b6;
    margin-bottom: 10px;
}

.turorial .head h2 .tutorial-logo {
    display: block;
    background-color: #0028b6;
    mask: url(../img/common/logo.svg);
    mask-size: contain;
    mask-position: left center;
    mask-repeat: no-repeat;
    width: 158px;
    height: 22px;
    text-indent: -9999px;
}

.tui-grid-scrollbar-right-top {
    background-color: #112556 !important;
    border-color: #112556 !important;
}

textarea.memo-box {
    font-size: inherit;
    padding: 0;
    width: 100%;
    margin-right: 20px;
}

.popup {
    position: fixed;
    height: 400px;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: unset;
    z-index: 8000;
}

.table-view3 > div > table > tbody > tr > td.inner-tab, .table-view3 > table > tbody > tr > td.inner-tab {
    padding: 0;
}

table td.inner-tab table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

table td.inner-tab table tr:not(:last-child) {
    border-bottom: 1px solid #dadae4;
}

table td.inner-tab table th {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    background: #f7f7fa;
    color: #26282b;
    padding-left: 24px;
}

table td.inner-tab table td,
table td.inner-tab table th {
    padding: 12px 12px 12px 24px;
}

table td.inner-tab table th,
table td.inner-tab table td:not(:last-child) {
    border-right: 1px solid #dadae4;
}

div.select-section {
    padding: 15px;
    border: 1px solid #dadae4;
    font-size: 16px;
    margin-bottom: 10px;
}

div.select-section > p {
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 44px;
}

div.select-section:has(input[type=radio]:checked) {
    background: #f4f4f9;
}

div.select-section:has(input[type=radio]:not(:checked)) {
    cursor: pointer;
}

div.select-section table {
    width: 100%;
    border-collapse: collapse;
}

div.select-section table th,
div.select-section table td {
    text-align: center;
    border: 1px solid #dadae4;
    padding: 7px 0;
}
.tag-popup {
  position: absolute;
  /*top: 50px; !* Adjust as needed *!*/
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.tag-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.tag-result-item {
    background: #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.tag-result-wrapper {
    display: flex;
    align-items: center;
    background: #ddd;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.tag-name {
    flex: 1;
}

.tag-delete {
    margin-left: 8px;
    cursor: pointer;
}

.inp-sortable .controls {
    visibility: hidden;
}
tr:hover .inp-sortable .controls {
    display: flex;
    visibility: visible !important;
}