
/*06-01-01 올선데이 rkaod*/
.sub06-01-01 {
    background-color: #fbf2d6;
    padding-bottom: 50px;
}
.sub06-01-01 .inner {
    max-width: 1200px;
}
.sub06-01-01 .sub06-01-01_logo {
    width: 50%;
    margin: 0 auto;
}
.sub06-01-01 .sub06-01-01_logo img {
    width: 100%;
    padding-top: 50px;
}
.sub06-01-01 .border_bar {
    display: block;
    width: 320px; height: 2px;
    background-color: #bc2a2f;
    margin: 10px auto;
}
.sub06-01-01 .sub06-01-01_tit {
    font-weight: bold;
    font-family: var(--font-RixRak);
    color: #bc2a2f;
    text-align: center;
    font-size: 18px;
}
.sub06-01-01 .sub06-01-01_txt {
    font-size: 14px;
    font-family: Pretendard;
    margin: 40px 0;
    line-height: 1.5;
    text-align: center;
    color: #bc2a2f;
    position: relative;
}

.sub06-01-02 {
    padding: 50px 0;
}

.sub06-01-02 .inner {
    max-width: 1200px;
}
.sub06-01-01 .bar {
    display: block;
    width: 2px;
    height: 40px;
    margin: 0 auto;
    background-color: #bc2a2f;
    position: absolute;
    top: 120px; left: 50%;
    transform: translate(-50%, -50%);
}
.sub06-01-01 img {
    width: 100%;
    margin-top: 100px;
}
.sub06-01-02 .sub_bar {
    display: block;
    width: 100%; height: 4px;
    background-color: #bc2a2f;
    margin: 50px 0 30px 0;
}
.qna_wr ul {
    width: 100%;
    padding: 10px 0;
    display: flex;
}
.qna_wr .qna_box {
    padding: 30px 0;
}
.qna_wr i {
    font-size: 8px;
}
.qna_wr ul li:first-child {
    width: 120px;
    font-size: 18px;
    margin-right: 20px;
    line-height: 50px;
    font-family: var(--font-RixRak);
    color: #bc2a2f;
    font-weight: bold;
}

.qna_wr .qna_box01 li:first-child {
    width: 120px;
    font-size: 18px;
    margin-right: 20px;
    line-height: 50px;
    font-family: var(--font-RixRak);
    color: #bc2a2f;
    font-weight: bold;
}
.qna_wr ul .wr_box {
    width: 100%; height: 50px;
    border: 1px solid #bc2a2f;
    box-sizing: border-box;
    padding: 0px 14px;
}
.qna_wr ul textarea.wr_box {
    padding: 14px;
    font-size: 16px;
    color: #bc2a2f;
    overflow: hidden;
}

.qna_wr ul li:nth-child(2) {
    width: 65%;
}
.qna_wr ul #radio {
    width: 50%;
}
.qna_wr ul textarea.wr_box02 {
    width: 100%; height: 50px;
    font-size: 16px;
    color: #bc2a2f;
    width: 100%;
    background-color: #fbf2d6;
    border: 1px solid #bc2a2f;
    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 ul  input[type="text"] {
    border: 1px solid #bc2a2f;
    width: 300px;
    height: 30px;
}
.qna_wr .qna_txt {
    padding: 30px 0 30px;
    border-top: 1px solid #bc2a2f;
    border-bottom: 4px solid #bc2a2f;
    font-size: 16px;
}
.qna_wr .qna_txt .check {
    color: #bc2a2f;
    font-size: 18px;
    font-family: var(--font-RixRak);
}
.qna_wr .qna_txt input {
    float: left;
    margin: 5px 10px 0 0;
}
.qna_wr .qna_txt a {
    font-family: var(--font-RixRak);
    color: #bc2a2f;
    float: right;
}
.qna_wr .qna_txt img {
    width: 14px;
}
.qna_wr label {
    font-size: 18px;
    line-height: 2rem;
    margin-right: 15px;
    font-family: 'pretendard';
    color: #bc2a2f;
}
.hidden {
    display: none;
}
.qna_wr select {
    color: #bc2a2f;
    width: 100%; height: 50px;
    border: 1px solid #bc2a2f;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
}
[type="radio"] {
    vertical-align: middle;
    appearance: none;
    border: 1px solid #bc2a2f;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    margin-right: 10px;
    color: #bc2a2f;
}
[type="radio"]:checked {
    border: 0.4em solid #bc2a2f;
}
.qna_wr .txt {
    font-size: 18px;
    color: #bc2a2f;
    margin-left: 10px;
    line-height: 50px;
}
.qna_wr .wr_btn_box {
    width: 100%;
    text-align: center;
}
.qna_wr .wr_btn {
    width:160px; height: 50px;
    background-color: #bc2a2f;
    border-radius: 25px;
    color: white;  
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 30px auto 0 auto;
    font-family: var(--font-RixRak);
    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: 100% !important;
}
.qna_box02 textarea.wr_box {
    min-height: 200px;
    font-size: 16px;
    color: #bc2a2f;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px;
}
.qna_wr .flex {
    flex-wrap: wrap;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 50px;
    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) {
    .qna_wr ul li:nth-child(2) {
        width: 90%;
    }
    .qna_wr ul #radio {
        width: 25%;
    }
    .qna_wr .flex {
        flex-wrap: nowrap;
    }
} 
@media all and (min-width: 769px) {

    .sub06-01-01 {
        padding-bottom: 100px;
    }
    .sub06-01-01 .sub06-01-01_logo {
        width: 60%;
    }
    .sub06-01-01 .sub06-01-01_logo img {
        padding-top: 100px;
    }
    .sub06-01-01 .border_bar {
        width: 450px;
    }

    .sub06-01-01 .sub06-01-01_tit {
        font-size: 20px;
    }
    .sub06-01-01 .sub06-01-01_txt {
        font-size: 16px;
        margin-bottom: 100px;
    }
    .sub06-01-01 .bar {
        width: 2px;
        height: 60px;
    }
    .sub06-01-02 {
        padding-bottom: 100px;
    }
    

}
@media all and (min-width:1025px) {

    .sub06-01-01 .sub06-01-01_logo {
        width: 40%;
    }
    .sub06-01-01 .border_bar {
        width: 450px;
    }
    .sub03-01-02 .tit .tit02 {
        font-size: 35px;
    }
    .qna_wr ul #radio {
        width: 15%;
    }
    .qna_wr ul {
        width: 80%;
        margin-left: 10%;
    }
    .qna_wr .qna_txt {
        width: 80%;
        margin-left: 10%;
    }
    .sub06-01-02 .sub_bar {
        width: 80%;
        margin-left: 10%;
    }

}