/* 인터넷하우스 common.css 에 있던 기본 레이아웃 규칙 (신청서 페이지 전용으로 이관) */
.appl-sec .wrap_1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.appl-sec {
    font-family: 'pretendard', sans-serif;
    background: #F8F8F8;
    padding: 120px 0;
    font-size: 1.4rem;
}

.wrap_830 {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    padding: 50px;
    background: #fff;
}

.wrap_830 h3 {
    font-size: 3rem;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
}

.wrap_830 h3 span {
    font-weight: bold;
    color: #f15c2d;
}

.wrap_830 h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrap_830 h4 strong {
    color: #f15c2d;
    font-size: 1.8rem;
}

.memo textarea {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.4rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"],
input[type="text"] {
    font-family: 'pretendard';
}

input[type="text"]::placeholder,
input[type="number"]::placeholder {
    color: #666;
    font-size: 1.4rem;
    font-family: 'surroundAir';
}

.appl-sec label,
.appl-sec input {
    height: 50px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    font-size: 1.6rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    background: #fff;
    text-align: center;
}

.appl-sec label.w-3 {
    width: calc((100% - 40px) / 3);
}

.appl-sec .box {
    margin-bottom: 50px;
}

.way .way-box,
.type,
.tv p,
.internet p,
.now-telecom,
.hope-telecom {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wrap_830 .enroll {
    flex-wrap: wrap;
}

.enroll .label_item {
    /* width: calc((100% - (20px * 10) / 11)); */
    width: calc((100% - (20px * 5)) / 6);
}

.way .way-box input[type="radio"],
.pay .tab li input[type="radio"],
.type input[type="radio"],
.tv p input[type="radio"],
.internet p input[type="radio"],
.now-telecom input[type="radio"],
.hope-telecom input[type="radio"] {
    position: absolute;
    left: -999999px;
    display: none;
}

.way .way-box input[type="radio"]:checked+label,
.type input[type="radio"]:checked+label,
.tv p input[type="radio"]:checked+label,
.internet p input[type="radio"]:checked+label,
.now-telecom input[type="radio"]:checked+label,
.hope-telecom input[type="radio"]:checked+label {
    border-color: var(--main-color);
    color: var(--main-color);
}

.way .way-box input[type="radio"]:checked+label::after,
.type input[type="radio"]:checked+label::after,
.tv p input[type="radio"]:checked+label::after,
.internet p input[type="radio"]:checked+label::after,
.now-telecom input[type="radio"]:checked+label::after,
.hope-telecom input[type="radio"]:checked+label::after {
    display: block;
    content: '\e928';
    font-family: 'xeicon';
}

.way .way-box label,
.choose-youth input,
.type label,
.tv p label,
.internet p label,
.now-telecom label,
.hope-telecom label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.__flex-wrap {
    flex-wrap: wrap;
}

.tv p,
.internet p {
    display: none;
}

.tv p.on,
.internet p.on {
    display: flex;
}

.choose-youth {
    display: none;
}

.choose-youth.on {
    display: block;
}

.choose-youth .title-box {
    display: flex;
    align-items: center;
}

.choose-youth h4 {
    flex: 1 1;
}

.choose-youth .adult-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.choose-youth .fl-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}



.info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.info-box .user-name {
    margin-bottom: 50px;
}

.info-box>div.user-phone .cell-phone {
    display: flex;
    gap: 10px;
}

.info-box>div.user-phone .cell-phone select {
    width: 100px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 1.4rem;
    padding: 5px;
}

.info-box>div.user-id .id-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.address p:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.address p:nth-child(2) label {
    background: #f15c2d;
    text-align: center;
    line-height: 50px;
    color: #fff;
    width: 150px;
}

.address p:nth-child(3) input {
    margin-bottom: 5px;
}

.bank-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pay {
    position: relative;
    width: 100%;
}

.pay .tab::after {
    display: none;
}

.pay .tab {
    display: flex;
}

.pay .tab li {
    /* width: 100%; */
}

.pay .tab li>label {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.pay .tab li>input:checked+label {
    background: #f15c2d;
    color: #fff;
}

.pay .tab .container {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: none;
}

.pay .tab .container input {
    margin-bottom: 5px;
}

.pay .tab li>input[type="radio"]:checked~.container {
    display: block;
}

.blank {
    height: 170px;
}

.gift {
    width: 100%;
}

.gift .account>input {
    margin-bottom: 5px;
}

.gift .account p {
    display: flex;
    margin-bottom: 20px;
    align-items: end;
    gap: 10px;
}

.gift .account p strong {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    height: 60px;
}

.gift .account p label {
    background: #fff;
    text-align: center;
    line-height: 50px;
    width: 150px;
}

.gift .account p input:checked+label {
    background: #f15c2d;
    color: #fff;
}

.gift .account p input {
    position: absolute;
    left: -999999px;
    display: none;
}

.hope {
    display: flex;
    gap: 20px;

}

.authentication {
    width: 100%;
}

.visit-date {
    width: 100%;
}

.visit-date .date {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
}

.visit-date .date>div {
    width: 100%;
}

.visit-date .date .soon-wrap {
    margin-right: 10px;
}

.visit-date .date label.calendar-icon,
.visit-date .date input[type="radio"] {
    position: absolute;
    left: -909999999px;
    display: none;
}

.visit-date .date label {
    line-height: 50px;
    display: block;
}

.visit-date .date input:checked+label {
    background-color: #f15c2d;
    color: #fff;
}

.visit-date .date input:disabled {
    background-color: #f5f5f5;
    color: #666;
}

/* 
.visit-date .date .soon{
    margin-right: 5px;
} */

fieldset {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #999;
}

.agree-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.agree-box input {
    width: 20px;
    height: 20px;
    position: relative;
}

.agree-box input::before {
    content: '';
    width: 10px;
    height: 0px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 1px;
    transform: rotate(45deg);
}

.agree-box input::after {
    content: '';
    width: 9px;
    height: 0px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 2px;
    transform: rotate(-45deg);
}

.agree-box input:checked {
    background: #f15c2d;
    border: none;
}

.agree-box input:checked::before,
.agree-box input:checked::after {
    height: 2px;
}

.agree-box label {
    border: none;
    box-shadow: none;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
}

.agree-box label strong {
    font-size: 1.2rem;
    color: #fe0f0f;
}

.agree-box .agree {
    font-size: 1.3rem;
    font-style: italic;
    color: #666;
    border-bottom: 1px solid #bbb;
    display: flex;
    margin-left: 15px;
}


.appl-sec .paper .submit-btn {
    width: 500px;
    height: 70px;
    background: #f15c2d;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

.usernum_wrap {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.usernum_wrap .usernum {
    display: flex;
    align-items: center;
    gap: 10px;
    /* width: calc(100% - 130px); */
    width: 100%;

}

.usernum_wrap .usernum .half {
    /* width: calc(50% - 5px); */
    width: calc(50% - 5px);
}

.usernum_wrap .usernum .half::placeholder {
    opacity: 0.7;
}

.usernum_wrap .btn {
    width: 120px;
    background: #f15c2d;
    color: #ffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-size: 1.6rem;
}

@media (max-width:960px) {

    /* 모바일용 */
    .web {
        display: none !important;
    }

    .mob {
        display: block !important;
        opacity: 1 !important;
        visibility: visible;
    }

    .wrap_1400 {
        width: 98%;
        margin: 0 auto;
        position: relative;
    }

    .wrap_830 {
        width: calc(100% - 20px);
        margin: 0 auto;
        position: relative;
        padding: 10px;
    }

    html {
        overflow-x: hidden;
        font: 8px/1.6 'surround';
        color: #000;
    }

    .appl-sec {
        padding: 60px 0;
    }

    .appl-sec label,
    .appl-sec input {
        margin-bottom: 5px;
    }

    .appl-sec label.w-3 {
        width: 100%;
    }

    .appl-sec .box {
        margin-bottom: 20px;
    }

    .way .way-box,
    .type,
    .tv p.on,
    .now-telecom,
    .hope-telecom {
        display: block;
    }

    .way .enroll {
        display: flex;
    }

    .way .enroll .label_item {
        width: calc((100% - (20px * 2)) / 3);
    }


    .internet p {
        gap: 5px;
    }

    .choose-youth .adult-box {
        gap: 10px;
    }

    .choose-youth .fl-box {
        margin-bottom: 20px;
    }

    .info-box {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .info-box .user-name {
        margin-bottom: 20px;
    }

    .info-box>div {
        margin-bottom: 20px;
    }

    .info-box>div.user-phone .cell-phone {
        gap: 5px;
    }

    .info-box>div.user-phone .cell-phone input {
        margin-bottom: 0;
    }

    .info-box>div.user-phone .cell-phone select {
        font-size: 1.8rem;
    }

    .address p:nth-child(2) {
        margin-bottom: 10px;
    }

    .address p:nth-child(3) input {
        margin-bottom: 5px;
    }

    .bank-info {
        display: block;
    }

    .pay {
        position: relative;
        width: 100%;
    }

    .pay .tab::after {
        display: none;
    }

    .pay .tab {
        display: flex;
    }

    .pay .tab .container {
        top: 35%;
    }

    .gift .account p {
        margin-bottom: 5px;
    }

    .gift .account p label {
        background: #fff;
        text-align: center;
        line-height: 50px;
        width: 150px;
    }

    .gift .account p input:checked+label {
        background: #f15c2d;
        color: #fff;
    }

    .hope {
        display: block;
    }

    .appl-sec .paper .submit-btn {
        width: 100%;
    }
}

/* @media (max-width: 650px) { 
    .usernum_wrap {
        gap: 5px;
    }
    .usernum_wrap .usernum {
        gap: 5px;
        width: calc(100% - 80px);
    }
    .usernum_wrap .usernum .half {
        width: calc((100% - 5px)/2);
    }
    .usernum_wrap .btn {
        width: 75px;
        font-size: 1.4rem;
    }

} */

@media (max-width:280px) {
    /* 모바일용 */

    .pay .tab li>label {

        width: 90px;
    }



}