


.wrap {
    width: 100%;
}
.wrap.apply {
    background: transparent url(../images/apply/bg_01.png) repeat-y center center;
}

.wrap.question .topnavi li > a {
    color: #2e2e2e;
}

.wrap.apply > .area,
.wrap.question > .area {
    width: 1200px;
    margin: 0 auto;
    padding: 200px 100px 100px;
    color: #2e2e2e;
}

.wrap.apply .area .header,
.wrap.question .area .header {
    margin-bottom: 90px;
}
.wrap.apply .area .header h3,
.wrap.question .area .header h3 {
    font-size: 60px;
    margin-bottom: 10px;
}
.wrap.apply .area .header .desc,
.wrap.question .area .header .desc {
    line-height: 27px;
    font-size: 23px;
    padding-left: 19px;
}


.body {

}

.frame-inputBox {
    overflow: hidden;
}

.inputBox {
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
}
.inputBox label {
    width: 100%;
    font-size: 21px;
}
.inputBox div.box,
.inputBox input[type=text],
.inputBox input[type=password],
.inputBox input[type=radio],
.inputBox select,
.inputBox textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 17px;
    color: #2e2e2e;
    border: 1px solid #a5a5a5;
    border-radius: 18px;
    border-bottom-right-radius: 0;
    background: #ffffff;
}
.inputBox input[type=radio] {
    position: relative;
    width: calc(50% + 1px);
    height: 48px;
    margin-top: -8px;
    text-align: center;
    color: rgba(46, 46, 46, 0.5);
}
.inputBox input[type=radio]:checked {
    color: rgb(46, 46, 46);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.inputBox input[type=radio].left {
    float: left;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.inputBox input[type=radio].right {
    float: left;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.inputBox input[type=radio][name=sex][value=m]:before {
    content: "남";
}
.inputBox input[type=radio][name=sex][value=f]:before {
    content: "여";
}
.inputBox input:placeholder {
    color: #2e2e2e;
}
.inputBox textarea {
    min-height: 289px;
}


.check-agree {
    text-align: center;
    font-size: 21px;
    color: #2e2e2e;
}
.check-agree input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 2px solid #2e2e2e;
    border-radius: 50%;
    background: #ffffff;
}
.check-agree input[type=checkbox]:checked {
    background: #ffffff url(../images/check.png) no-repeat center center;
}
.check-agree button.btn-white,
.check-agree button.btn-yellow {
    display: block;
    width: 200px;
    height: 48px;
    line-height: 46px;
    margin: 25px auto;
    padding: 0 10px;
    text-align: center;
    font-size: 17px;
    color: #2e2e2e;
    border: 1px solid #a5a5a5;
    border-radius: 24px;
    border-bottom-right-radius: 0;
    background: #ffffff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.check-agree button.btn-yellow {
    background: #ffca1d;
}



@media screen and (max-width:960px) {
    .wrap.apply .area,
    .wrap.question .area {
        width: 100%;
        margin: 0 auto;
        padding: 150px 30px 100px;
        color: #2e2e2e;
    }
    .inputBox label {
        font-size: 16px;
    }
}

@media screen and (max-width:450px) {
    [class*=col-] {
        width: 100%;
        max-width: initial;
    }

    .wrap.apply .area .header,
    .wrap.question .area .header {
        text-align: center;
    }
    .wrap.apply .area .header h3,
    .wrap.question .area .header h3 {
        font-size: 55px;
    }
    .wrap.apply .area .header .desc,
    .wrap.question .area .header .desc {
        font-size: 21px;
    }
}