﻿

.wrap>div{
    max-width: 740px;
}


/*탭메뉴*/
.tab_btn{
    background: #F3F3F3;
    padding: 0.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.tab_btn li{
    padding: 1rem 2rem;
    border-radius: 10px;
    width: 49%;
    text-align:center;
    color: #939393;
    cursor: pointer;
}

.tab_btn li.active{
    background: #fff;
    color: #000;
}


.qna_guide{
    background: #FAFBFB;
    border: 1px solid #F7F7F7;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    line-height:200%;
    margin-bottom: 2rem !important;
}

.qna_guide p,
.go_faq{
    font-size: 0.87rem;
    color: #505050;
    word-break: keep-all;
}

.go_faq{
    text-decoration: underline;
    padding-left: 0.7rem;
}


/* 콘텐츠별 간격 */
.wrap>div>div{
    margin-bottom: 3rem;
}

/* textarea */
.wrap textarea{
    width: 100%;
    border: 1px solid #E4E4E4;
    outline: none;
    color: #1e1e1e;
    border-radius: 12px;
    height: 140px;
    padding: 20px;
    line-height: 150%;
}
.wrap textarea::placeholder {
    color: #959595;
    font-size: 0.93rem;
}

@media (max-width:768px) {

    .wrap textarea{
        padding: 1rem;
    }

}



/* 파일첨부 */
.down_btn{
    background: #E4E4E4;
    color: #888888;
    width: 140px;
    height: 60px;
}
.down_box {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: calc(100% - 140px);
    height: 60px;
    font-size: 14px;
    background: #f7f7f7;
    padding: 0 20px;
    border-radius: var(--border-15px);
}
.down_box img {
    width: 18px;
    height: 16px;
    margin-right: 5px;
}
.down_folders>p{
    font-size: 0.87rem;
    margin-top: 0.6rem;
    margin-left: 5px;
    color: #888;
}

/* 이메일 */
.email{
    line-height: 68px;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
}
.email .opt_minibox{
    margin: 0;
    width: 50%;
}

.email input,
.email select{
    border: none;
}

.email_back{
    display: flex;
    width: 50%;
}
.email .cont-select{
    width: 50%;
}
.email_back>input{
    width: calc(100% - 90px);
}
.n_ebtn{
    width: 80px;
    margin-right: 10px;
    text-align: center;
    color: #949CA2;
    white-space: nowrap;
    cursor: pointer;
    background: url(/common/img/masterpage/down.svg) no-repeat 100%;
    background-size: 15px;
        -webkit-appearance: none;
        font-size: 0.87rem;
}

@media (max-width:480px){

    .email_back{
        justify-content: space-between;
    }

    .email_back>input{
        width: calc(100% - 60px);
        text-indent: 5px;
    }

    .n_ebtn{
        width: 60px;
        background-size: 11px;
        margin-right: 5px;
    }

}




/* 버튼 */
.next_btn{
    width:100%;
    margin: 0 auto;
    margin-top: 2rem;
}


.selStyle1{
    margin-bottom: 12px;
}
@media (max-width:768px) {
    .selStyle1 {
        margin-bottom: 8px;
    }
}
@media (max-width:360px) {
    .wrap h3 {
        margin-bottom: 2rem;
    }
    .wrap>div>div {
        margin-bottom: 3.3rem;
    }
}