xmp,pre{
    max-width: 100%;
    white-space: pre-wrap;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

textarea{
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
.layered-popup {
    display:none;
    position: absolute;
    width:400px;
    z-index: 8;
    top:70px;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.popup-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1460px;
    display: inline-block;
}
.layered-popup img {
    width: 100%;
    border: 1px solid black;
    float: left;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: #B69F6D;
    color: white;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
}
.layered-popup .button_area .button:nth-child(1){
    border-right: 1px solid black;
}
.text-tiny{
    font-size: 0.7em !important;
}
.text-small{
    font-size: 0.85em !important;
}
.text-big{
    font-size: 1.4em !important;
}
.text-huge{
    font-size: 1.8em !important;
}
.option-wrap .item .swiper-slide:has(input:checked){
    background-color: #07439a;
    border: 1px solid #07439a;
}
.option-wrap .item .swiper-slide:has(input:checked) p{
    color: #fff;
}
.option-wrap .item .swiper-slide:has(input:checked) span{
    color: rgba(255 255 255 / 60%);
}
.text-c-1{
    color: #07439a;
}
.text-c-w{
    color: white;
}
.text-c-b{
    color: black;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ws-pre-wrap{
    white-space: pre-wrap;
}

.pagenation .button{
    padding: 15px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.pagenation .button.pre-1{
    background-image: url("../images/common/pre-1.png");
}

.pagenation .button.pre-2{
    background-image: url("../images/common/pre-2.png");
}

.pagenation .button.nxt-1{
    background-image: url("../images/common/nxt-1.png");
}

.pagenation .button.nxt-2{
    background-image: url("../images/common/nxt-2.png");
}

.pagenation a.on{
    color: #07439a;
    font-weight: bold;
}
.cpn-list-wrap.type-2 .list .item ul li.badge{
    color: white;
    font-weight: bold;
    background: #07439a;
    border-radius: 20px;
    padding: 0 12px;
}
.cpn-list-wrap.type-2 .list.top-list .item .tbox ul li.addr{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
}
.cpn-list-wrap.type-2 .list.top-list .item .img img{
    width: 100%;
}

.detail-option-wrap .option-wrap .item .swiper-slide span{
    font-weight: 400;
    margin: 0;
}


.detail-option-wrap .option-wrap .item .swiper-slide.dark:has(input:checked){
    border: 1px solid red;
    outline: 2px solid red;
    /*border: 2px solid red;*/
    font-weight: 600;
    background-color: #fff;
    /*outline: 3px solid red;*/
}
.detail-option-wrap .option-wrap .item .swiper-slide:has(input:checked){
    border: 1px solid var(--main-color);
    outline: 2px solid var(--main-color);
}

.detail-option-wrap .option-wrap .item .swiper-slide:has(input:checked) span{
    color: #07439a;
    font-weight: 600;
}

.table-st.gallery.eqp-list .tbox > div span.calendar{
    background: url("../images/sub/cal-icon.png") left center / auto no-repeat;
    padding-left: 20px;
    background-size: 15px;
}
.image img{
    width: 100%;
}

#member.login .login-form .f-box input[type='password'], #member.join .join-form .f-box input[type='password']{
    padding: 10px;
}
#member{
    height: auto;
    padding: 150px 0;
}
#member .bd-box{
    position: relative;;
    top: unset;
    left: unset;
    transform: none;
    margin: 0 auto;
}
.option-wrap .item .swiper-slide span{
    background: transparent;
    width: auto;
    height: auto;
}
.scan-region-wrap .search-wrap .sch-box{
    border-radius: 10px;
    border: 0;
}
.scan-region-wrap .search-wrap .sch-box select{
    width: calc(100% - 50px);
    padding: 20px;
    height: 50px;
    line-height: 45px;
}
.scan-region-wrap .search-wrap .sch-box .select2-container--default .select2-selection--multiple{
    min-height: 50px;
}
.c_red{
    color: red;
}
#calendar .day li:not(.off){
    cursor: pointer;
}
input[type="email"]{
    border: 1px solid #ececec;
    padding: 10px;
    height: 45px;
    line-height: 45px;
}
.justify-center{
    justify-content: center;
}
.option-list{
    width: calc(100% - 150px);
}
.m-0{
    margin: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.d-flex {
    display: flex !important;
}
input[type="password"],
input[type="number"] {
    border: 1px solid #ececec;
    padding: 10px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
}
.faq-content{
    margin-top: 0;
    padding-top: 40px;
}
.fw-bold{
    font-weight: bold;
}
.text-underline{
    text-decoration: underline;
}
.ft-search-wrap .cbox.n-3 .list .item .img{
    height: 300px;
}
.ft-search-wrap .cbox.n-3 .list .item{
    width: calc((100% - 80px) / 3);
}
#member .bd-box .t-tbox img{
    width: 100%;
}
.education-badge{
    padding: 1px 8px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.9em;
    color: white;
}
/*.education-badge.before{*/
/*    background-color: green;*/
/*}*/
/*.education-badge.ing{*/
/*    background-color: darkblue;*/
/*}*/
/*.education-badge.after{*/
/*    background-color: black;*/
/*}*/

.ai-generated-answer{
    white-space: pre-wrap;
    padding: 10px 20px;
    background: #FAFAFA;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.ai-generated-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#ai-loader{
    width: 100%;
    height: 300px;
    z-index: 9999;
    position: relative;
}
#ai-loader #ai-loadingbar{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ai-loader #ai-loadingText{
    position: absolute;
    width: 100%;
    text-align: center;
    color: black;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#member.join .btn-wrap button{
    width: calc((100% - 10px) / 2);
}
header .headerTop .inner .btnWrap a:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}
header:hover .headerTop .inner .btnWrap a:not(:last-child)::after{
    background-color: #aaa;
}

.cpn-detail-box .info > div div{
    width: calc(100% - 120px);
}
.cpn-detail-box .info > div div p{
    width: 100%
}

.bg-c-red, .bg-c-del{
    background: #e1514d;
}
.bg-c-green{
    background: #0fb600;
}
.bg-c-blue{
    background: #07439a;
}
.bg-c-black{
    background: #231f20;
}
.bg-c-sky{
    background: #60bcda;
}
.bg-c-white{
    background: #ffffff;
}
.bd-black{
    border: 1px solid black;
}
.bd-radius{
    border-radius: 5px;
}
@keyframes ai-dots {
    0% { opacity: 1 }
    100% { opacity: 0 }
}
.ai-dots div {
    left: 92px;
    top: 52px;
    position: absolute;
    animation: ai-dots linear 1s infinite;
    background: #3a82df;
    width: 16px;
    height: 16px;
    border-radius: 8px / 8px;
    transform-origin: 8px 48px;
}.ai-dots div:nth-child(1) {
     transform: rotate(0deg);
     animation-delay: -0.9166666666666666s;
     background: #3a82df;
 }.ai-dots div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -0.8333333333333334s;
      background: #3a82df;
  }.ai-dots div:nth-child(3) {
       transform: rotate(60deg);
       animation-delay: -0.75s;
       background: #3a82df;
   }.ai-dots div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #3a82df;
    }.ai-dots div:nth-child(5) {
         transform: rotate(120deg);
         animation-delay: -0.5833333333333334s;
         background: #3a82df;
     }.ai-dots div:nth-child(6) {
          transform: rotate(150deg);
          animation-delay: -0.5s;
          background: #3a82df;
      }.ai-dots div:nth-child(7) {
           transform: rotate(180deg);
           animation-delay: -0.4166666666666667s;
           background: #3a82df;
       }.ai-dots div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.3333333333333333s;
            background: #3a82df;
        }.ai-dots div:nth-child(9) {
             transform: rotate(240deg);
             animation-delay: -0.25s;
             background: #3a82df;
         }.ai-dots div:nth-child(10) {
              transform: rotate(270deg);
              animation-delay: -0.16666666666666666s;
              background: #3a82df;
          }.ai-dots div:nth-child(11) {
               transform: rotate(300deg);
               animation-delay: -0.08333333333333333s;
               background: #3a82df;
           }.ai-dots div:nth-child(12) {
                transform: rotate(330deg);
                animation-delay: 0s;
                background: #3a82df;
            }
.spinner {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}
.ai-dots {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ai-dots div { box-sizing: content-box; }
/* generated by https://loading.io/ */
.tempWrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.tempWrap > .tempWrap-sub{
    border: 1px solid #cdcdcd;
    background: #fcfcfc;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 90%;
}

input.flatpickr{
    background-image: url(../images/common/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
    cursor: pointer;
}

.other-checkbox label:has(input[type="checkbox"]) span{
    background: url(../images/common/checkbox-2.svg) left top no-repeat;
    background-size: cover;
}

.other-checkbox label:has(input[type="checkbox"]:checked) span{
    background: url(../images/common/checkbox-2.svg) -26px top no-repeat;
    background-size: cover;
}
.ft-search-wrap .cbox.n-1 .chk-wrap label:has(input[type="checkbox"]:checked){
    border: 1px solid var(--main-color);
    background-color: #f3f6fa;
}
.companyMap{
    width:100%;
    height:500px;
    position: relative;
}
.companyMapButton{
    position: absolute;
    left: 50%;
    bottom: 1%;
    transform: translate(-50%, 1%);
    z-index: 10;
    background-color: var(--main-color);
    color: white;
    padding: 3px 10px;
    border-radius: 30px;
    outline: none !important;
}
.companyLink{
    color: #fff;
    background-color: var(--main-color);
    padding: 3px 10px 3px 6px;
    border-radius: 30px;
    font-size: 0.8em;
}
#relativeResultBtn .btn-st{
    width: 120px;
}
.eqp-rev-wrap .error-image{
    border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 1024px){
    html, body{
        overflow-x: hidden !important;
    }
    .layered-popup{
        left: unset !important;
        right: 50px !important;
        top: 80px !important;
    }
    .popup-wrap{
        width: 100%;
    }
    .popup-inner{
        width: 100%;
    }
    .pop-img-wrap{
        height: 200px;
    }
    .detail-option-wrap .top .option-wrap{
        width: 100%;
    }
    .option-list{
        width: 100%;
    }
}

#relativeResultBtn {
    display: flex;
    align-items: center;
    padding-top: 43px;
    padding-bottom: 43px;
    border-bottom: 1px solid #E1E1E1;
}

#relativeResultBtn button {
    color: #fff;
    margin-left: auto;
}


.document.ing {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.95);
    z-index: 100;
}

.ing_wrap {
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ing_wrap h3 {
    font-weight: 400;
    display: flex;
}

.ing_wrap h3 b {
    margin-right: 15px;
    font-weight: 700;
}



.droplet_spinner {
    display: flex;
    justify-content: center;
    margin: 0 30px 30px;
}

.droplet_spinner .droplet {
    width: 15px;
    height: 15px;
    margin: 0 5px;

    background-color: #0a3b81;
    border-radius: 50%;
    transform-origin: center bottom;

    animation: bounce 1.2s cubic-bezier(0.3, 0.01, 0.4, 1) infinite;
}

.droplet_spinner .droplet:nth-child(1) {
    animation-delay: -0.4s;
}

.droplet_spinner .droplet:nth-child(2) {
    animation-delay: -0.2s;
    background-color: #0a58ca;
}

.droplet_spinner .droplet:nth-child(3) {
    background-color: #0d6efd;
    animation-delay: 0s;
}
a{
    color: inherit;
}
.cursor-p{
    cursor: pointer;
}
.search-wrap .sch-box select{
    width: auto;
}
.search-wrap .sch-box{
    flex-wrap: nowrap;
}

.email-verification{
    width: 100%;
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #07439a;
    color: white;
    margin-top: 10px;
}
#emailStep2{
    display: none;
    width: 100%;
}
#emailVeri{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.emailVeriTxt{
    width: 100%;
    color: red;
    text-align: right;
}
.email-veri-step2{
    width: 49%;
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #07439a;
    color: white;
}
.email-veri-step2.resend{
    border: 1px solid #07439a;
    background-color: white;
    color: #07439a;
}
#code{
    width: 100% !important;
}
.img img.img-h150{
    height: 150px;
    object-fit: contain;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.sch-box .select2-container--default .select2-selection--multiple{
    border: none;
}
.select2-container--default .select2-search--inline .select2-search__field{
    min-width: 6em;
    vertical-align: middle !important;
}
.detail-option-wrap{
    padding-top: 40px;
}
.period-button > button{
    padding: 0;
}
.time-select-wrap{
    margin-top: 10px;
}
.header.on .gnb-sub-bg{
    height: 260px;
}
.gnb-sub li a{
    padding: 10px 0;
}
.snb-menu-ul .snb-menu-li a{
    height: 50px;
    line-height: 50px;
}
@media only screen and (max-width: 768px){
    .layered-popup{
        left:0px!important;
        top:66px!important;
        width: 100% !important;
        padding:0px!important;
    }
    .layered-popup img{
        width: 100%;
        /*height: 100vw;*/
    }
    .m-dp-i-block{
        display: inline-block;
    }
    #member.join.step-3 .bd-box{
        height: auto;
    }
    .mobile-disable{
        display: none;
    }
}

@media only screen and (max-width: 640px){
    .ft-search-wrap .cbox.n-1 .chk-wrap{
        width: auto;
    }
    .ft-search-wrap .cbox.n-3 .list .item .img{
        height: 150px;
    }
    .ft-search-wrap .cbox.n-3 .list .item {
        width: calc((100% - 10px) / 2);
    }
    header .headerTop .inner .btnWrap a:not(:last-child)::after{
        right: -10px;
    }
    .part-list-wrap .list li{
        width: calc((100% - 20px) / 2);
    }
    .part-list-wrap .list li .img{
        height: 140px;
    }
    .option-wrap .item .swiper-slide{
        height: 32px !important;
    }
    .option-wrap .swiper-wrapper{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .companyMap{
        height:300px;
    }
    .companyMapButton{
        font-size: 0.8em;
        bottom: 5%;
    }
    #relativeResultBtn{
        flex-direction: column;
    }
    #relativeResultBtn button {
        color: #fff;
        margin-left: 0;
        margin-top: 30px;
    }
    #allMn-wrap .intro-tit{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #allMn-wrap .item .tit{
        padding-top: 5px;
    }
    #allMn-wrap .item:not(:last-child){
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 375px){
    .btn-st{
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
    }
    .btn-st span{
        font-size: 12px;
    }
    .trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .tbox b{
        width: 100%;
    }
    .trd-view-wrap .rank-wrap .sd-wrap .swiper-slide .tbox .state{
        width: 100%;
        text-align: right;
    }
    .companyLink{
        font-size: 2.5vw;
    }
}