.inner {
    width: 95%;
    margin: 0 auto;
}

/* 견적문의-견적문의 (sub03_01) */
#sub03-01 {
    position: relative;
    padding-top: 60px;
}
.sub_visual {
    margin-top: 100px;
}
.sub_visual img {
    width: 100%; height: 300px;
}
.bar {
    display: block;
    width: 100%; height: 1px;
    background-color: #fff;
    position: absolute;
    top: 200px; left: 0;
    opacity: 0.2;
}
.bar_btn {
    display: block;
    width: 150px; height: 3px;
    background-color: #fff;
    position: absolute;
    top: 199px; left: 20px;
}
.title-wrap .title {
    font-family: var(--font-esamanruOTF);
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 150px; left: 20px;
}
.gnb {
    display: flex;
    justify-content: unset;
    position: relative;
}
.gnb li a {
    margin: 0 15px;
    color: #666;
    font-size: 16px;
}
.gnb li:first-child::before {
    content: '';
    position: absolute;
    left: 50px;
    width: 1px; height: 20px;
    background-color: #666;
}
.gnb li:last-child::before {
    content: '';
    position: absolute;
    left: 125px;
    background: url(/theme/basic/img/sub/icon_open.png);
    background-repeat: no-repeat;
    width: 20px; height: 20px;
} 
.gnb .blue a{
    color: #0092e5;
}

.line {
    display: block;
    width: 100%; height: 1px;
    background-color: #e6e6e6;
}
.sub03-01-01 .tab_title {
    font-size: 24px;
    text-align: center;
    font-family: NotoSansKR;
    font-weight: bold;
}

.title_bar {
    display: block;
    width: 40px; height: 3px;
    background-color: #65a9e1;
    margin: 10px auto;
}

.title_bar02 {
    display: block;
    width: 100%; height: 3px;
    background-color: #65a9e1;
    margin: 60px 0 10px 0;
}

.qna_wr ul {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    display: flex;
}
.qna_wr .qna_box {
    padding: 30px 0;
}
.qna_wr i {
    font-size: 8px;
}
.qna_wr ul li:first-child {
    width: 100px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    line-height: 50px;
}
.qna_wr ul .wr_box {
    width: 100%; height: 50px;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 14px;
}
.qna_wr ul textarea.wr_box {
    padding: 14px;
    font-size: 16px;
    color: #666;
}

.qna_wr ul li:nth-child(2) {
    width: 50%;
}

.qna_wr ul textarea.wr_box02 {
    width: 100%; height: 50px;
    font-size: 16px;
    color: #666;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px;
}
.qna_wr ul textarea.wr_box03 {
    min-height: 200px;
    font-size: 16px;
    color: #666;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px;
}
.qna_wr ul .upload label {
    display: inline-block;
    width: 120px; height: 50px;
    background-color: #999;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
}
.qna_wr ul .upload input[type="file"] {
    position: absolute;
    width: 0; height: 0; padding: 0; overflow: hidden; border: 0;
}
.qna_wr .qna_txt {
    padding: 30px 0 30px;
    border-bottom: 1px solid #000;
    font-size: 16px;
}
.qna_wr .qna_txt input {
    float: left;
    margin: 5px 10px 0 0;
}
.qna_wr .qna_txt a {
    font-weight: bold;
}
.qna_wr .wr_btn_box {
    width: 100%;
    text-align: center;
}
.qna_wr .wr_btn {
    width:160px; height: 50px;
    background-color: #65a9e1;
    border-radius: 25px;
    color: white;  
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 30px auto 0 auto;
    font-family: 'SBAggroB';
    outline: 0;
    border: 0;
    margin-bottom: 100px;
}
.qna_wr .wr_btn p {
    margin-right: 5px;
}
.qna_wr .wr_btn  img{
    width: 14px; height: 11px;
}
.qna_box02 {
    display: block !important;
}
.qna_box02 li:first-child {
    width: 100% !important;
}
.qna_box01 li:nth-child(2), .qna_box02 li:nth-child(2) {
    width: calc(100% - 120px) !important;
}
.qna_box02 textarea.wr_box {
    min-height: 200px;
    font-size: 16px;
    color: #666;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal b {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #666;

}
.modal p {
    font-size: 20px;
    line-height: 1.3;
    margin: 40px 0;
    
}

@media all and (min-width: 601px) {
    .sub03-01-01 .tab_title {
        font-size: 36px;
    }
    .qna_wr ul {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        padding: 30px 0;
        display: flex;
    }
    .qna_wr .qna_box {
        padding: 30px 0;
    }
    .qna_wr i {
        font-size: 8px;
    }
    .qna_wr ul li:first-child {
        width: 100px;
        font-weight: bold;
        font-size: 18px;
        margin-right: 20px;
        line-height: 50px;
    }
    .qna_wr ul .wr_box {
        width: 100%; height: 50px;
        background-color: #fafafa;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 0px 14px;
    }
    .qna_wr ul li:nth-child(2) {
        width: 50%;
    }
    .qna_wr ul textarea.wr_box02 {
    width: 100%; height: 50px;
    font-size: 16px;
    color: #666;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px;
    }
    .qna_wr ul textarea.wr_box03 {
        min-height: 200px;
        font-size: 16px;
        color: #666;
        width: 100%;
        background-color: #fafafa;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 14px;
    }
    .qna_wr .qna_txt {
        padding: 30px 0 30px;
        border-bottom: 1px solid #000;
    }
    .qna_wr .qna_txt input {
        float: left;
        margin: 5px 10px 0 0;
    }
    .qna_wr .qna_txt a {
        font-weight: bold;
    }
    .qna_wr .wr_btn_box {
        width: 100%;
        text-align: center;
    }

    .qna_wr .wr_btn p {
        margin-right: 5px;
    }
    .qna_wr .wr_btn  img{
        width: 14px; height: 11px;
    }
}

@media all and (min-width: 769px) {
    .sub03-01-01 .tab_title {
        font-size: 40px;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 60%;
        text-align: center;
    }
}