/*
body {
    font-family: 'Noto Sans KR', 'Malgun Gothic', 'Nanum Gothic',sans-serif
}
*/

#apply_container {
    overflow: hidden;
}

.apply .ttl_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
    background: #333940;
}
.apply .ttl_top strong {
    color:#fff;
    font-size:18px;
    font-weight:500;
}

.apply .top_menu .inner {
    max-width:1180px;
    margin:0 auto;
}
.apply .ttl_box {
    font-size:26px;
    color:#252525;
    height:90px;
    line-height:90px;
}
.apply .ttl_box .apply_menu{
    float: right;
    margin-top: 15px;
}
.apply .ttl_box .apply_menu li {
    color: #000;
    font-weight: 700;
    float:left;
}
.apply .ttl_box .apply_menu li a {
    float:left;
    padding: 0 20px;
}
.apply .ttl_box .apply_menu li a i {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    color: #bbb;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    font-style: normal;
    margin: 0 auto;
}
.apply .ttl_box .apply_menu li a span{
    font-size: 16px;
    color: #bbbbbb;
    display: block;
    margin-top: 10px;
    line-height: 16px;
    font-weight:400;
}
.apply .ttl_box .apply_menu li img {
    float:left;
}
.apply .ttl_box .apply_menu li a.on i {
    border: 1px solid #ed1b25;
    background-color:#ed1b25;
    color:#fff;
}
.apply .ttl_box .apply_menu li a.on span{
    color:#ed1b25;
}
.apply .ttl_box .apply_menu li:last-child a {
    padding-right:0;
}
.apply .con_box {
    background-color:#f3f3f3;
    padding-top: 30px;
    width: 1180px;
    margin: 0 auto;
}
.apply .con_box .inner {
    padding:30px;
    box-sizing: border-box;
    background-color:#fff;
}
.apply .con_box .inner .box_wrap {
    border:1px solid #dbdbdb;
    background-color: #fafafa;
}
.apply .box + .box {
    margin-top:70px;
}
.apply strong.ttl {
    display:block;
    color:#252525;
    font-size:18px;
    font-weight:bold;
    padding: 20px 10px;
    font-family: 'Noto Sans KR',sans-serif
/*    margin-bottom:20px;*/
}
.apply em.txt_ttl { 
    float: left;
    color:#757575;
    font-size:16px;
    display:block;
    font-weight:350;
}
.apply span.txt {
    display:block;
/*    font-size:14px;*/
    color:#757575;
    font-weight:350;
}
.apply .inner_box {
    padding:30px;
    background-color:#fafafa;
}
.apply .inner_box .in_ttl {
    display:block;
    font-size:18px;
    color:#454545;
    border-bottom:1px solid #dbdbdb;
    padding-bottom:10px;
}
.apply .inner_box > div {
    padding:20px 0;
}
.apply .inner_box > div  .txt {
    margin-left:136px;
}
.apply .checkbox {
    line-height: 15px;
    position: relative;
    display: inline-block;
    height: 15px;
    padding-left: 15px;
    vertical-align: baseline;
    padding: 0 0 0 10px !important;
    float: right;
    margin-top: 20px;
}
.apply .checkbox input[type="checkbox"] {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.apply .checkbox input + label {
    display:inline-block;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    color:#757575;
    vertical-align:top;
    font-family: 'Noto Sans KR',sans-serif;
}
.apply .checkbox input + label:before {
    display: block;
    content: '';
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/img/ico/check_off.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.apply .checkbox input:checked + label:before {
    content: '';
    cursor: pointer;
    display: block;
    width: 20px;
    height: 16px;
    background: url('/img/ico/check_on.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
.apply b.note {
    display:block;
    color:#ed1b25;
    font-size:14px;
    font-weight:350;
    margin-top:20px;
}
.apply b.bot_note {
    margin-bottom:30px;
}
.apply .btn_box  {
    margin:90px auto 70px;
    text-align: center;
}
.apply .btn_box button {
    width: 450px;
    height: 60px;
    line-height: 60px;
    background-color: #ee1b24;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Sans KR',sans-serif;
}
.apply .scroll_box {
    height: 220px;
    overflow-y: scroll;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.apply .scroll_box02 {
    padding:10px 15px;
}
.apply .scroll_box03 {
    height:110px;
}
.apply .scroll_box table {
    border: 1px solid #878796;
    margin-bottom: 10px;
    width:910px;
}
.apply .scroll_box table td {
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #878796;
}
.apply .scroll_box table td:nth-child(2) {

}
.apply .scroll_box table th {
    padding: 5px;
    border: 1px solid #878796;
}


.apply04 .con_box * {
    font-family: 'NanumSquare', sans-serif;
    letter-spacing:-0.01em;
}
.apply.apply04 .con_box {
    padding:75px 0 96px;
}
.apply04 .con_box .box_inner {
    width:540px;
    margin:0 auto;
    text-align:center;
}
.apply04 .con_box .complete_ico {
    display:block;
    width:85px;
    height:84px;
    margin:0 auto;
    margin-bottom:32px;
    background:url('../img/ico/ico_complete.png') center no-repeat;
}
.apply04 .con_box .main_txt {
    font-size:29px;
    color:#111111;
    line-height:1.3;
}
.apply04 .con_box .guide_txt {
    font-size:21px;
    color:#797979;
    line-height:1.5;
    margin:40px 0 35px;
} 
.apply04 .con_box .guide_txt em {
    font-weight:700;
    color:#fc2a2b;
}
.apply04 .con_box .account_box {
    width:100%;
    padding:31px 43px;
    border:1px solid #d8d8d8;
    box-sizing:border-box;
    background-color:#fff;
    text-align:left;
}
.apply04 .con_box .account_box .guide {
    font-size:21px;
    font-weight:700;
    color:#000000;
    margin-bottom:30px;
}
.apply04 .con_box .account_box .guide span {
    font-family: 'Noto Sans KR', Sans-Serif;
    margin-left:10px;
    font-size:15px;
    color:#f72121;
    font-weight:400;
    letter-spacing:0;
}
.apply04 .con_box .account_box .name {
    margin-bottom:13px;
    font-size:20px;
    font-weight:700;
    color:#151515;
    letter-spacing:0;
}
.apply04 .con_box .account_box .bank {
    display:inline-block;
    font-size:20px;
    color:#787878;
    letter-spacing:0;
}
.apply04 .con_box .account_box .number {
    display:inline-block;
    margin-left:20px;
    font-weight:700;
    font-size:20px;
    color:#151515;
    letter-spacing:0;
}
.apply04 .con_box .approval_txt {
    margin:40px 0 35px;
    font-size:21px;
    color:#898989;
    line-height:1.3;
}
.apply04 .con_box .approval_txt em {
    color:#000000;
}
.apply04 .con_box .go_main_btn {
    display:block;
    width:100%;
    font-size:22px;
    font-weight:700;
    color:#f3f3f3;
    line-height:60px;
    background-color:#ee1b24;
    text-align:center;
}

input[type='checkbox'], input[type='radio'] {
    margin: 0;
    padding: 0;
}
