@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;300;500;700;900&display=swap');

body{
    font-family:'Pretendard';
    background-color: #fff;
}
.sub {
    width:100%;
    overflow:hidden;
}
.sec {
    width:100%;
    overflow: hidden;
}
.sec .inner {
    width:80%;
    margin:0 auto;
    position:relative;
    padding:0 20px;
}


#contact{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 200px;
}
#contact .inner{
    width: 1410px;
    margin: 0 auto;
}

.contact_tit{
    padding-bottom: 55px;
}
.contact_tit dt{
    font-size: 80px;
    font-weight: 800;
    color: #000;
}
.contact_tit dd {
    color: #444444;
    font-size: 30px;
    line-height: 1.5;
    padding-top: 40px;
}
.contact_tit dd strong{
    color: #333333;
    font-weight: 600;
}
.contact_tit dd:nth-of-type(2){
    font-size: 20px;
    color: #d1d1d1;
    padding-top: 45px;
}
.contact_tit dd:nth-of-type(2) span{
    color: #d8a2d3;
}

.contact_contents{
    padding-left: 80px;
    position: relative;
}
.contact_contents::after{
    content:"";
    width: 0.3px;height: 90%;
    background-color: #000;
    position: absolute;
    top: 0;left:20px;
}
.contact_contents li{
    display: flex;align-items: flex-start;
    justify-content: flex-start;
    margin-top: 55px;
}
.contact_contents li:not(:nth-of-type(1)){
    margin-top: 93px;
}

.contact_contents .num p{
    color: #666666;
    font-size: 20px;
}
.con_info{
    margin-left: 80px;
}
.con_info_tit h3{
    font-size: 30px;
    color: #5b5b5b;
    font-weight: 600;
    margin-bottom: 26px;
	letter-spacing:-0.05em;
}
.con_info_tit h3 span{
    color: #d8a2d3;
}
.con_info_con input[type="radio"]{
    display: none;
}
.con_info_con input[type="radio"] + span {
    display: inline-block;
    width:182px;height: 65px;
    text-align: center;
    line-height: 65px;
    border: 1px solid #dfdfdf;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #848484;
    border-radius: 5px;
}
.con_info_con input[type="radio"]:checked + span {
    background-color: #000;
    color: #f7f7f7;
}
.radio_wrap:not(:nth-of-type(1)){
    margin-left: 22px;
}

.con_info_con input[type="text"]{
    width:1025px;height: auto;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    padding: 20px;
    font-size: 20px;
    color: #444;
    border-radius: 5px;
}
.con_info_con input::placeholder{
    color: #848484;
    font-size: 20px;
}
.con_info_con input[type="text"]:focus{
    box-shadow: none;
    border: 1px solid #dfdfdf !important;
}
.con_info_con textarea{
    width: 1025px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    color: #444;
    height: 235px;
}
.con_info_con textarea:focus{
    box-shadow: none;
    border: 1px solid #dfdfdf !important;
}

.con_info_con input[type=file]::file-selector-button{
    width: 160px ;
    height: 65px;text-align: center;line-height: 65px;
    margin-right: 10px;
    font-size: 20px;border-radius: 5px;
    cursor: pointer;
}
.confirmBtn {
    margin-top: 35px;
}
.confirmBtn label{
    font-size: 20px;
    color: #5b5b5b;
}
.btn_confirm{
    text-align: center;
}
.btn_confirm .btn_cancel{
    display: none;
}
.btn_confirm .btn_submit{
    width: 372px;height: 55px;text-align: center;
    line-height: 55px;
    border-radius: 0;
    border: 1px solid #363636;
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 500;
    background-color: #333333;
    margin: 100px 0px 125px
}


@media screen and (max-width:1440px) {
    #contact .inner{
        width: 95%;
    }
    .contact_contents::after{
        left: 0;
    }
    .contact_contents{
        padding-left: 30px;
    }

}

@media screen and (max-width:1240px) {
    #contact{
        padding-top: 125px;
    }

    .contact_tit dt{
        font-size: 67px;
    }
    .contact_tit dd{
        font-size: 25px;
    }
    .contact_contents{
        padding-left: 0;
    }
    .contact_contents::after{
        display: none;
    }
    .contact_contents li{
        flex-flow: row wrap;
    }
    .con_info{
        margin-left: 0;
        width: 100%;
    }
    .con_info_con input[type="text"]{
        width: 100%;
    }
    .con_info_con{
        display: flex;align-items: center;
        justify-content: space-between;
    }
    .con_info_con input[type="radio"] + span{
        width: 100%;
    }
    .con_info_con .radio_wrap{
        width: 20%;
    }
    .contact_contents li:nth-of-type(1) .con_info_con .radio_wrap{
        width: 25%;
    }
}

@media screen and (max-width:1000px) {
    .con_info_con{
        flex-flow: row wrap;justify-content: flex-start
    }
    .con_info_con .radio_wrap{
        width: 25%;
    }
    .radio_wrap:not(:nth-of-type(1)){
        margin-left: 5px;
    }
    .radio_wrap{
        margin:5px;
    }
    .contact_contents li:not(:nth-of-type(1)){
        margin-top: 40px;
    }
}
@media screen and (max-width:600px) {
    .contact_tit dt{
        font-size: 42px;
    }
    .contact_tit dd{
        font-size: 20px;
    }
    .contact_tit{
        padding-bottom: 0;
    }


    .con_info_tit h3{
        font-size: 26px;
    }
    .con_info_con input[type="text"]{
        padding: 12px;
    }
    .con_info_con .radio_wrap{
        width: 45%;
    }
    .contact_contents li:nth-of-type(1) .con_info_con .radio_wrap{
        width: 45%;
    }
}