/* etc - 공통 */

#etc_header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    height: 100px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
#etc_header a {
    display: inline-block;
    padding: 20px;
}
.sub_contents_header .sub_con_title {
    text-align: center;
}

/* 개인정보처리방침 */
/* 개인정보처리방침 */
#wrap.privacy .sub_contents_header {
    padding-top: 160px;
}
#wrap.privacy .sub_contents p {
    font-size: 18px;
    line-height: 1.8;
}
#wrap.privacy table {
    font-size: 18px;
    border-top: 1px solid #ddd;
}
#wrap.privacy table tr {
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
    text-align: center;
}
#wrap.privacy table th {
    text-align: center;
    background: #f8f8f8;
    padding: 10px;
    border-right: 1px solid #ddd;
}
#wrap.privacy table th:last-child {
    border-right: 0;
}
#wrap.privacy table tr td {
    padding: 10px;
    border-right: 1px solid #ddd;
}
#wrap.privacy table tr td:last-child {
    border-right: 0;
}
#wrap.privacy table tr td.br {
    border-right: 1px solid #ddd;
}

.apply_guide {
    display: block;
}

/* c참가신청 약관 젤 윗칸 보더처리 */
.agree_01{
    border-top: 1px solid #e5e5e5;
}

/* 2026 대면대회 개요 */
.sub_contents.info-wrap {
    margin-bottom: 0;
}
.sub h2.con-tit {
    font-size: 65px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: 'wanted';
    font-weight: 900;
}
.sub.info .info-con1 {
    padding-top: 100px;
    background: url(/img/sub/info-bg.png) no-repeat center;
    background-size: cover;
}
.sub.info .info-con1 > div {
    padding: 120px 0;
}
.sub.info .info-con1 .con-wrap {
    background: #fff;
    padding: 40px 80px;
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
}
.sub.info .info-con1 th {
    position: relative;
    z-index: 2;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
.sub.info .info-con1 th::before {
    position: absolute;
    z-index: -1;
    content: '';
    background: #3cb4e5;
    width: 160px;
    height: 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}
.sub.info .info-con1 td {
    font-size: 24px;
    padding: 20px 0 20px 40px;
}
.sub.info .info-con1 td .spon-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sub.info .info-con1 p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.sub.info .info-con2 {
    background: #4abeee;
    padding-bottom: 120px;
}
.sub.info .info-con2 p {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 60px;
}
.sub.info .info-con2 p span {
    color: #4abeee;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: bold;
}
.sub.info .info-con2 .con-wrap ul {
    display: flex;
    gap: 30px;
}

/* 참가신청 페이지 */
.sub .btn_apply, .sub .btn_apply.walking {
    background: #4abeee;
    border-color: #4abeee;
}
.sub .btn_apply:hover, .sub .btn_apply.walking:hover {
    border-color: #4abeee;
    color: #4abeee;
}
.sub .box_title {
    color: #4abeee;
}
.sub .box_title:before {
    border-color: #4abeee;
}

@media all and (max-width:768px) {
    #wrap.privacy .sub_contents_header {
        padding-top: 100px;
    }
    #wrap.privacy table {
        font-size: 14px;
    }
    #wrap.privacy p {
        font-size: 14px;
    }
    .sub_contents_header .sub_con_title{
        width: auto;
    }
    #etc_header a {
        scale: 0.8;
    }
    #wrap.privacy table tr td {
        padding: 5px;
    }

    /* 2026 대면대회 개요 */
    .sub h2.con-tit {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .sub_contents.info-wrap {
        padding: 0;
    }
    .sub.info .info-con1 {
        padding: 100px 20px 0;
    }
    .sub.info .info-con1 > div {
        padding: 80px 0;
    }
    .sub.info .info-con1 .con-wrap {
        width: 100%;
        padding: 20px;
    }
    .sub.info .info-con1 th {
        font-size: 14px;
        width: 90px;
    }
    .sub.info .info-con1 th::before {
        width: 90px;
        height: 30px;
    }
    .sub.info .info-con1 td {
        font-size: 14px;
        padding: 15px 0 15px 10px;
    }
    .sub.info .info-con1 td img {
        height: 20px;
    }
        .sub.info .info-con1 td .spon-wrap {
            gap: 10px;
        }
    .sub.info .info-con1 td .spon-wrap img:first-child {
        height: 15px;
    }
    .sub.info .info-con1 p {
        font-size: 14px;
    }
    .sub.info .info-con2 p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .sub.info .info-con2 .con-wrap ul {
        flex-direction: column;
        gap: 20px;
    }


  }
