@charset "UTF-8";

.tps_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
}

.tps_inquiry.box2 {
    background: #fff;
}

/* ————————————————————————————————————————————————————
 * img_nav
/* ———————————————————————————————————————————————————— */
/* img_nav .price */
.img_nav {
    width: 100%;
    max-width: 860px;
    text-align: center;
}

.up.list .img_nav.scrolled {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.02, 0, 0.99);
    transition-timing-function: cubic-bezier(0.5, -0.02, 0, 0.99);
}

.img_nav.scrolled {
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
}

.img_nav .call {
    padding: 8px 12px;
    border-bottom: 1px dashed #888;
}

.img_nav .call ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_nav .call ul:after {
    content: unset;
}

.img_nav .call ul li {
    flex: 0 0 auto;
}

.img_nav .call ul li h4 {
    font-size: 25px;
    font-weight: 500;
}

.img_nav .call ul li p {
    font-size: 30px;
    font-weight: 700;
    color: #fa6c39;
}

.img_nav .price h3 {
    display: inline-block;
    margin: 12px 0;
    font-size: 30px;
    font-weight: 800;
    color: #343539;
}

.img_nav .price ul {
    display: flex;
    justify-content: center;
}

.img_nav .price ul li {
    flex: 1 0 auto;
    position: relative;
    background: #36373b;
}

.price li.kt.active {
    background: #cb0504;
}

.price li.kt.active::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #cb0504;
    transform: rotate(45deg) translateX(-50%);
}

.price li.lg.active {
    background: #ed038a;
}

.price li.lg.active::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #ed038a;
    transform: rotate(45deg) translateX(-50%);
}

.price li.sk.active {
    background: #ef7804;
}

.price li.sk.active::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #ef7804;
    transform: rotate(45deg) translateX(-50%);
}

.price li.skBtv.active {
    background: #4130e0;
}

.price li.skBtv.active::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #4130e0;
    transform: rotate(45deg) translateX(-50%);
}

.img_nav .price ul li a {
    display: block;
    position: relative;
    z-index: 1;
    height: 50px;
    line-height: 50px;
}

.img_nav .price ul li a p {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.img_nav .price ul li a img {
    margin: 18px 0;
    height: 15px;
}

/* ————————————————————————————————————————————————————
 * tps_inquiry
/* ———————————————————————————————————————————————————— */

.tps_wrap .tps_inquiry {
    margin: 60px 0 80px;
    padding: 30px 20px 60px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.tps_inquiry > p.info_txt {
    margin-top: 20px;
    font-size: 13px;
    color: #888;
}

.tps_inquiry .agree_info .info_box {
    overflow: hidden;
    overflow-y: auto;
    height: 220px;
    font-size: 12px;
}

.tps_inquiry .agree_info .info_box p {
    margin-top: 10px;
}

.tps_inquiry .btn_tps_wrap {
    position: relative;
    margin-top: 50px;
}

.tps_inquiry .btn_tps_wrap .btn {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 56px;
    line-height: 1;
    text-align: center;
    background: #fa6c39;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.tps_inquiry .btn_tps_wrap .btn span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
}

/* ————————————————————————————————————————————————————
 * business_tit
/* ———————————————————————————————————————————————————— */
.tps_inquiry .sec_tit {
    margin-bottom: 30px;
    padding: 0 20px 30px;
    text-align: center;
    border-bottom: 1px dashed #e8e8e8;
}

.tps_inquiry .sec_tit h3 {
    padding-bottom: 20px;
    font-size: 50px;
    font-weight: 800;
    color: #343539;
}

.tps_inquiry .sec_tit p {
    font-size: 16px;
    letter-spacing: -0.01em;
}

/* ————————————————————————————————————————————————————
 * inputType_1
/* ———————————————————————————————————————————————————— */
.tps_inquiry ul:not(.parsley-errors-list) {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 0 16px;
}

.tps_inquiry ul:after {
    display: none;
}

.tps_inquiry ul li {
    flex: 1;
}

.model .tps_inquiry .radio_wrap .tit,
.tps_inquiry .inputType_1 .tit {
    display: block;
    margin-bottom: 6px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.tps_inquiry .inputType_1 input[type="text"],
.tps_inquiry .inputType_1 input[type="tel"] {
    display: block;
    padding: 15px 16px 13px;
    width: 100%;
    height: 52px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #2d2d2d;
    white-space: nowrap;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tps_inquiry [class*="inputType_"] input:placeholder-shown {
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

/* ————————————————————————————————————————————————————
 * radio
/* ———————————————————————————————————————————————————— */
.model .tps_inquiry .radio_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 12px;
    width: 100%;
}

.model .tps_inquiry .radio_wrap .tit {
    margin-right: 16px;
    margin-bottom: 0;
    padding-left: 23px;
    width: calc(100% - 422px);
    line-height: 40px;
    text-align: left;
    white-space: nowrap;
}

.model .tps_inquiry .radio_wrap .radio_group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 402px;
    gap: 0 5px;
}

.model .tps_inquiry .radio_wrap .radio_group .radio_box {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.model .tps_inquiry .radio_wrap .radio_group .input {
    display: none;
}

.model .tps_inquiry .radio_wrap .radio_group .label {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    justify-content: center;
    width: 100%;
    height: 42px;
    font-weight: 600;
    white-space: nowrap;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    cursor: pointer;
    gap: 6px;
}

.model .tps_inquiry .radio_wrap .radio_group .label .icon-check {
    display: none;
    font-size: 14px;
    font-weight: 600;
}

.model .tps_inquiry .radio_wrap .radio_group .input:checked ~ .label {
    color: #fb6d3a;
    background-color: #fffaf7;
    border-color: #fb6d3a;
}

.model .tps_inquiry .radio_wrap .radio_group .input:checked ~ .label .icon-check {
    display: block;
}

/* ————————————————————————————————————————————————————
* inquiry_form
/* ———————————————————————————————————————————————————— */
.tps_inquiry .inquiry_form {
    margin-top: 50px;
    padding: 30px 50px 20px;
    line-height: 1.5;
    border: 2px solid #efefef;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 2px 0 #ede9e7;
    -webkit-box-shadow: 0 2px 0 #ede9e7;
    box-shadow: 0 2px 0 #ede9e7;
}

.tps_inquiry .inquiry_form .box_tit {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: 36px;
    border-bottom: 2px solid #2d2d2d;
}

.inputType_1 .tit.bulReq:after {
    display: inline-block;
    content: "*";
    margin-left: 4px;
    color: #fb7344;
}

.tps_inquiry .inquiry_form .box_tit h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.tps_inquiry .inquiry_form .agreeInfo_box {
    overflow-y: scroll;
    margin-bottom: 20px;
    padding: 18px 10px 18px 25px;
    height: 204px;
    background: #f8f8f8;
}

.tps_inquiry .inquiry_form .agreeInfo_box::-webkit-scrollbar {
    display: none;
}

.tps_inquiry .inquiry_form .agreeInfo_box p {
    margin-bottom: 25px;
    max-width: 96%;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #888;
}

.tps_inquiry .inquiry_form .checksType_1.checks .btn_agree {
    display: block;
    margin-right: 20px;
    font-size: 15px;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.tps_inquiry .inputType_1.telecomBx {
    padding: 20px 0;
}

.tps_inquiry .inputType_1.telecomBx .tit {
    margin-bottom: 15px;
}

.tps_inquiry .inputType_1.telecomBx .telecomBx_tps_wrap {
    display: flex;
    padding-left: 10px;
}

.tps_inquiry .inputType_1.telecomBx .telecomBx_tps_wrap > div {
    display: flex;
    align-items: center;
    flex: 0 0 18%;
}

.tps_inquiry .inquiry_form .checksType_1.checks .agree_chk_tps_wrap {
    display: flex;
}

.tps_inquiry .inquiry_form .checksType_1.checks .agree_chk_tps_wrap > div {
    display: flex;
    align-items: center;
}

#tps_inquiry .inquiry_form .checksType_1.checks .agree_chk_tps_wrap .agree_box input[type="radio"],
#tps_inquiry .inputType_1.telecomBx input[type="radio"] {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 20%;
    cursor: pointer;
    appearance: none;
}

#tps_inquiry .inquiry_form .checksType_1.checks .agree_chk_tps_wrap .agree_box input[type="radio"]:checked,
#tps_inquiry .inputType_1.telecomBx input[type="radio"]:checked {
    background: url("/img/uju/ico_ckbox.png") no-repeat center center #fa6c39;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}

#tps_inquiry .checksType_1.checks .agree_chk_tps_wrap .agree_box input[type="radio"]:before,
#tps_inquiry .checksType_1 label:before,
#tps_inquiry .checksType_1.checks.on label:before,
#tps_inquiry .checksType_1.checks.on label:hover:before {
    content: unset;
}

#tps_inquiry .checksType_1 label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    /*padding-left: 26px;*/
    font-size: 15px;
    color: #888;
}

#tps_inquiry .inquiry_form .checksType_1.checks .agree_chk_tps_wrap .agree_box label {
    padding-left: 0;
}

.tps_inquiry .inquiry_form .checksType_1.checks .agree_box p,
.tps_inquiry .inputType_1.telecomBx .telecomBx_tps_wrap label p {
    padding: 0 10px 0 5px;
    font-size: 15px;
}


.tps_inquiry .box_agree {
    margin-top: 40px;
}


    /* ————————————————————————————————————————————————————
     * tps_inquiry_btn
    /* ———————————————————————————————————————————————————— */
.tps_inquiry_btn {
    position: fixed;
    right: 30px;
    bottom: 110px;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.5, -0.02, 0, 0.99);
    transition: all 0.6s cubic-bezier(0.5, -0.02, 0, 0.99);
    -webkit-transform: translate(90px, 0px);
    transform: translate(90px, 0px);
}

.tps_inquiry_btn.scrolled {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.tps_inquiry_btn a {
    display: block;
    width: 60px;
    height: 67px;
    background: url("/img/uju/business_inquiry_btn.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.tps_inquiry_btn a.btn_top {
    display: block;
    margin: 10px auto;
    width: 60px;
    height: 60px;
    background: url("/img/uju/btn_top.png") no-repeat rgba(255, 255, 255, 0.8);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 2px solid #e4e4e4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* 모바일 가입신청 버튼 */
.bottom_fix .floating .btn_tps {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fc6100ff;
    border-radius: 50%;
}

.bottom_fix .floating .btn_tps a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 6px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    color: #fff;
}

/* 모바일 가입신청 버튼 */

span.blind {
    position: absolute;
    top: -99999px;
    font-size: 0;
    line-height: 0;
}

/* ——————————————————————————
 * media
/* —————————————————————————— */
@media screen and (max-width: 860px) {
    .img_nav .price h3 {
        font-size: 30px;
    }

    .img_nav .price ul li a {
        height: 60px;
        line-height: 60px;
    }

    .img_nav .price ul li a img {
        margin: 20px 0;
        height: 20px;
    }

    .img_nav .price ul li a p {
        font-size: 20px;
    }

    .img_nav .call {
        padding: 10px 30px;
    }

    .tps_wrap .tps_inquiry {
        margin: 0;
    }

    .tps_inquiry .inquiry_form {
        margin-top: 20px;
        padding: 30px 30px 20px;
    }

    .tps_inquiry .sec_tit h3 {
        padding-bottom: 10px;
        font-size: 40px;
    }

    .model .tps_inquiry .radio_wrap {
    }

    .model .tps_inquiry .radio_wrap .tit {
        margin-right: 0;
        padding-left: 8px;
        width: 100%;
    }

    .model .tps_inquiry .radio_wrap .radio_group .label {
        height: 40px;
    }
}

@media screen and (max-width: 420px) {
    .price {
        background-color: #fff;
    }

    .img_nav .price h3 {
        margin: 10px 0;
        font-size: 20px;
        font-weight: 600;
    }

    .img_nav .price ul li a {
        height: 40px;
        line-height: 40px;
    }

    .img_nav .price ul li a img {
        margin: 13px 0;
        height: 15px;
    }

    .price li.active::before {
        bottom: -12px !important;
        width: 25px !important;
        height: 25px !important;
    }

    .img_nav .price ul li a p {
        font-size: 15px;
    }

    .tps_inquiry .sec_tit {
        margin-bottom: 10px;
        padding: 0 20px 10px;
    }

    .tps_inquiry .sec_tit h3 {
        padding-bottom: 5px;
        font-size: 25px;
    }

    .tps_inquiry .sec_tit p {
        font-size: 13px;
    }

    .inputType_1 .tit {
        font-size: 14px;
    }

    .tps_inquiry .inputType_1 input[type="text"],
    .tps_inquiry .inputType_1 input[type="tel"] {
        height: 40px;
        border-radius: 10px;
    }

    .tps_inquiry [class*="inputType_"] input:placeholder-shown {
        font-size: 12px;
    }

    .tps_inquiry .inquiry_form .box_tit {
        padding-bottom: 10px;
        line-height: 20px;
    }

    .tps_inquiry .inquiry_form .box_tit h3 {
        font-size: 18px;
    }

    .tps_inquiry .inquiry_form {
        padding: 20px;
    }

    .tps_inquiry .inquiry_form .agreeInfo_box {
        padding: 18px 10px 18px 15px;
    }

    .tps_inquiry .inquiry_form .agreeInfo_box p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .tps_inquiry .inquiry_form .checksType_1.checks .btn_agree,
    .tps_inquiry .inquiry_form .checksType_1.checks .agree_box p {
        font-size: 13px;
    }

    .tps_inquiry .btn_tps_wrap {
        margin-top: 30px;
    }

    .tps_inquiry {
        padding-bottom: 30px;
    }
}

.parsley-errors-list li {
    font-size: 12px;
    font-weight: 400;
    color: #fa6c39;
}

.tps_inquiry input[type="text"]:focus-visible,
.tps_inquiry input[type="tel"]:focus-visible {
    outline: 2px solid #fa6c39;
    outline-offset: -2px;
}
