@charset "UTF-8";
.allyInq-container{
    color: black;
    background-color: white;
    padding-bottom: 20vh;
}

.allyInq-container .contact-inquire-info{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.allyInq-container .contact-inquire-info .container.contact-inquire-info-body{
    font-family: "Pretendard-Bold", sans-serif;
    font-weight: 400;
    width: 100%;
    /*height: 100%;*/
    z-index: 99;
}
.allyInq-container .nav-menu-header.contact-inquire-pos-fix{
    position: fixed;
    top:calc(constant(safe-area-inset-top) + 7vh);
    top:calc(env(safe-area-inset-top) + 7vh);
    margin-top: 0;
    height: 10vh;
    background-color: #fff;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.allyInq-container .nav-menu-header.contact-inquire-pos-fix button{
    width: 50px;
    height: 30px;
    border: none;
    /*padding-left: 10px;*/
    background-color: transparent;
}
.allyInq-container .nav-menu-header.contact-inquire-pos-fix button img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
}
.allyInq-container .contact-inquire-info .container.contact-inquire-info-body .nav-menu-header.contact-inquire-pos-fix h1{
    padding:0 70px;
    line-height: 2.8rem;
}

.allyInq-container .necessary-title{
    color:rgb(69,153,136);
}
.allyInq-container input{ border: none; background: transparent; border-bottom: 1px solid black; }
.allyInq-container input:focus { outline: none; }
.allyInq-container button{ border:none; background-color: white}

.allyInq-container .allyInq-tap-menu{
    position: fixed;
    top:calc(constant(safe-area-inset-top) + 17vh);
    top:calc(env(safe-area-inset-top) + 17vh);
    left: 0;
    width: 100vw;
    height: 45px;
    background-color: #fff;
    clear: both;
    z-index: 2;

    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    display: flex;
    justify-content: space-around;
    padding: 5px 5px;
}
.allyInq-container .allyInq-tap-menu>p {
    border: 1px solid var(--main-color);
    border-radius: 50px;
    color: var(--main-color);
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
}
.allyInq-container .allyInq-tap-menu>p.select{
    color: white;
    background-color: var(--main-color);
    align-content: center;
    font-size: 11px;
}

.allyInq-container .tap-container{
    margin-top: calc(constant(safe-area-inset-top) + 24vh);
    margin-top:calc(env(safe-area-inset-top) + 24vh);
    margin-left: 30px;
}

.allyInq-container .tap-container div{
    margin-bottom: 15px;
    vertical-align: center;
}

.allyInq-container .tap-container span{
    margin: auto 10px auto 0px;
}

.allyInq-container .tap-container input{
    width: 120px;
}

.allyInq-container .tap-container textarea{
    width: 500px;
    height: 200px;
}

.allyInq-container .save-button{
    background-color: white;
    color: var(--main-color);
    margin: 20px auto 0px auto;
    width: 80px;
    height: 50px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    cursor: pointer;
}
.allyInq-container textarea[name=contents]{
    width: 400px;
    height: 200px;
    border-radius: 5px;
    padding: 0 5px;
}
.allyInq-container input[name=title]{
    border: 1px solid black;
    width: 500px;
    height: 25px;
    border-radius: 5px;
    padding: 0 5px;
}

.allyInq-container .openTermsInfo{
    margin: 20px 32px;
    font-size: 10px;
}
.allyInq-container .openTermsInfo p{
    margin-bottom: 10px;
}
.allyInq-container .openTermsInfo p:first-of-type{
    font-weight: bolder;
    margin-bottom: 20px;
}
.allyInq-container .openTermsInfo p {
    color: #707070;
}

.allyInq-container .indv-yn-div {
    margin-left: 40px;
    display: flex;
}

.allyInq-container input.indv-chk-box{
    accent-color: var(--main-color);
    -webkit-appearance:checkbox;
}
.allyInq-container input.indv-chk-box:focus {
    outline: none;
    box-shadow: 0 0 0 !important;
}

/* 모바일 */
@media screen and (max-width: 479px) and (min-width: 360px){
    .allyInq-container .contents {
        padding-top: 70px;
    }
}
/*갤럭시 s9 , s21*/
@media screen and (max-width: 359px) {
    .allyInq-container .container {
        margin: 0 auto ;
        background-size: cover;
    }
}
@media screen and (max-width: 800px) {
    .allyInq-container textarea[name=contents]{
        width: 300px;
        height: 150px;
    }
    .allyInq-container input[name=title]{
        border: 1px solid black;
        width: 300px;
        height: 25px;
    }
    .allyInq-container .tap-container input:not(input[name=title]){
        width: 80px;
    }

    .allyInq-container .allyInq-tap-menu>p{
        /*font-size: 0.5rem;*/
    }
    /*.allyInq-container .allyInq-tap-menu>p {*/
    /*    border: 1px solid rgb(69,153,136);*/
    /*    border-radius: 50px;*/
    /*    width: 75px;*/
    /*    height: 30px;*/
    /*    line-height: 30px;*/
    /*    text-align: center;*/
    /*    font-size: 1.3rem;*/
    /*}*/

    .allyInq-container .allyInq-tap-menu {
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 1rem;
        padding: 8px 0px;
        min-width: 0px;
    }
    .allyInq-container .save-button {
        background-color: white;
        color: rgb(69,153,136);
        margin: 20px auto 0px auto;
        width: 80px;
        height: 35px;
        border: 1px solid rgb(69,153,136);
        border-radius: 20px;
        text-align: center;
    }
}