.contents h2{
    margin-top: 100px;
}
.p-team{font-size: 2.4rem;}
.number-wrap{
    margin: 50px 0 0 0;
    justify-content: space-between;
}
.number-wrap div{
    width: 400px;
    margin-bottom: 20px;
}
.number-wrap div p:nth-child(1){
    font-size: 2.4rem;
}

.number-wrap div p:nth-child(2){
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 0;
    height: 40px;
}

.number-wrap div p:nth-child(3){
    font-size: 1.3rem;
    font-weight: 700;
    padding: 10px 0;
    color: rgb(67, 67, 67);
}

.contact-number{
    font-size: 2.6rem;
    color: #000;
    line-height: 28px;
    pointer-events: none;
    cursor: default;
}

.number-wrap div{
    background-color: #f4f4f4;
    padding: 30px;
}

.contact-bt{
    text-align: right;
    margin-top: 50px;

}
.contact-bt a{
    padding: 15px 35px;
    font-weight: 700;
    border: solid 1px #360658;
    font-size: 1.6rem;
}
.contact-bt a:hover{
    background-color: #360658;
    color: #fff;
    transition: all 0.5s;
}

table{table-layout: fixed;}
.contact-list{
    margin-top: 50px;
    width: 100%;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    border-collapse: collapse;
    text-align: center;
}
.contact-list tr{
    height: 60px;
    border-bottom: solid 1px #d8d8d8;

}
.contact-list th,.contact-list td{font-size: 1.6rem;}
.contact-list td{
    padding: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.contact-list thead tr th:nth-child(1),.contact-list tbody tr td:nth-child(1){
    display: table-cell;
}


.contact-pw{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 800;
    margin-top: 50px;
}
.contact-pw input{
    margin: 30px 0;
}
.contact-pw p{font-size: 2rem;}
.pw-input{
    width: 250px;
    height: 50px;
    font-size: 1.8rem;
    padding: 0 0 0 10px;
    border: solid 1px #360658;
}

.pw-bt{
    width: 80px;
    height: 50px;
    font-size: 1.8rem;
    background-color: #360658;
    color: #fff;
    border: 0;
}
input:focus,textarea:focus {
    outline:none;
}


/* contact-write */

.contact-write table{
    margin-top: 50px;
    width: 100%;
    border-top: solid 2px gray;
    border-bottom: solid 2px gray;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.8rem;
}
.contact-write tr{
    border-bottom: solid 1px #d8d8d8;

}
.contact-write td{

    padding: 30px 0;
    color: #666;

}
.contact-write th{
    width:120px;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
}

.contact-write input{
    /*background-color: #f5f5f5;*/
    font-size: 1.6rem;
    border: solid 1px #ddd;
    padding: 15px;
}
.contact-write input[type='checkbox']{
    border: 0;
    padding: 0;
    background-color:#fff;
}
.contact-write label{
    padding: 0 40px 0 10px;
    font-size: 1.6rem;
}
[type="text"],[type="password"]{
    width: 400px;
}
[type="radio"] {
    appearance: none;
    width: 15px;
    height: 15px;
    padding: 0!important;
    border-radius: 50%;
}

[type="radio"]:checked {
    box-shadow: 0 0 0 1px #360658;
    border: 2px solid rgb(255, 255, 255);
    background-color: #360658;
}
.contact-write textarea{
    width: 100%;
    /*background-color: #f5f5f5;*/
    font-size: 1.6rem;
    border: solid 1px #ddd;
    padding: 15px;
}


.filebox .upload-name {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dddddd;
    color: #999999;
}
.filebox label {
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    margin-left: 10px;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;

}

.privacy h4{
    font-size: 1.8rem;
    padding: 30px 0 15px 20px;
}

.privacy .agreement{
    padding: 30px;
    border: solid 1px #ddd;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.5;
    font-size: 1.5rem;
}

.agree-check{
    padding: 20px;
    font-size: 1.8rem;
}


.contact-apply{
    text-align: center;
    margin-top: 30px;

}
.contact-apply a{
    background-color: #360658;
    color: #fff;
    padding: 20px 100px;
    font-size: 2rem;
    font-weight: 700;
}

.pages{
    margin-top: 50px;
    text-align: center;

}

.pages a{
    display: inline-block;
    color: #000;
    min-width: 35px;
    height: 35px;
    padding: 8px;
    margin: 10px;
    font-weight: 700;
    font-size: 1.6rem;
}

.pages a.active{
    background-color: #f0f0f0;
    border-radius: 50%;
}

.answer table{
    border-top: 0;
    margin-top: 0;
}

.input-form-error-requirements {
    display: block;
    padding: 6px 10px 6px 15px;
    color: #f45452;
    font-size: 1.3rem;
    text-align: left
}

.input-form-error input[type=email],.input-form-error input[type=number],.input-form-error input[type=password],.input-form-error input[type=search],.input-form-error input[type=tel],.input-form-error input[type=text] {
    padding-right: 48px;
    border: 1px solid #f45452;
}

.input-form-error select,.input-form-error textarea {
    border: 1px solid #f45452
}

.contact-type{
    display: flex;
    flex-wrap: wrap;
}
.contact-type div{
    padding-bottom: 10px;
}

/* 반응형 */
/* 노트북 & PC (해상도 1024px ~ 1279px)*/
@media (max-width:1600px){


}

/* 노트북 & PC (해상도 1024px ~ 1279px)*/
@media (max-width:1279px){
}

/* 태블릿 가로, 태블릿 세로 (해상도 768px ~ 1023px)*/
@media (max-width:1023px){
    .contact-list{
        font-size: 1.4rem;
    }
    .number-wrap div{width: 100%;}

    .contact-number{
        pointer-events: auto;
        cursor: pointer;
    }

}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media (max-width:767px) {
    .pw-input{
        width: 200px;
        font-size: 1.5rem;
    }
    .pw-bt{
        font-size: 1.5rem;
    }
    .contact-write td.contact-type label{
        padding: 0 15px 0 5px;
    }
    .contact-write table{
        font-size: 1.5rem;
    }
    .contact-write input{
        font-size: 1.5rem;
    }
    .contact-write textarea{
        font-size: 1.5rem;
    }
    .contact-list th, .contact-list td{
        font-size: 1.4rem;
    }
    .contact-list tr td:nth-child(3){
        width: 35%;
    }
    .contact-list thead tr th:nth-child(1),.contact-list tbody tr td:nth-child(1){
        display: none;
    }

    [type="text"],[type="password"]{
        width: 100%;
    }
    .filebox .upload-name{
        width: calc(100% - 103px);
    }
    .filebox label{
        margin-left: 0;
    }
    .contact-write th{
        padding: 0 0 0 15px;
    }
    .contact-write th{
        width :100px;
    }
    .contact-write .coffeChat{
        padding: 0px 25px 0 10px;
    }
    .contact-number{
        pointer-events: auto;
        cursor: pointer;
    }
}