/*입력폼 */



/* IE 에서 Select box 화살표 제거 */

#contact .form-group input,
#contact .form-group textarea {
    padding: 0 8px !important;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    height: 4.0rem;
    font-size: 1.5rem
}

#contact .form-group select {
    padding: 0 5px !important;
    border: 1px solid #fff;
    background: #fff url(http://converster.kobes.co.kr/landing/common/ico_img/ico_select_tp01.png) 95% 50% no-repeat;
    height: 4.0rem;
    font-size: 1.5rem
}

#contact .form-group textarea {
    height: 6.5rem;
    width: 100%;
    padding: 0;
    text-align: left;
    height: 4.0rem
}


.form-group {
    margin-bottom: .5rem;
    display: flex;
    flex-wrap: nowrap;

}

.form-group label {
    margin-top: .3rem;
    font-family: 'dotum';
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 250px)
}

.form-group.phone div {
    width: 34%
}

.form-group.phone div:nth-of-type(2) {
    margin: 0 .5rem !important
}




/* contact */

#contact {
    
}

.form_bg1{background: #000;padding: 3rem 0 ; background-size: cover}

.fixed{position: fixed; bottom: 0; width: 100%; z-index: 99; 
    background: rgba(0,0,0,.9);}

.form_bg2{background: url(../images/bg_form.jpg) top center no-repeat; padding: 10rem 0; }
.form_bg2 textarea{height: 8rem!important}


.form_title {display: flex; justify-content: space-between; flex-wrap: wrap; }
.form_title img{width: auto}
.form_title li{font-family: 'GmarketSansBold'; font-size: 3.3rem; font-weight: 600; letter-spacing: -.1.5rem}

@media (max-width:767.999px) {
    .form_title{margin: auto; margin-bottom: 3rem; justify-content: center; flex-direction: column }
}



#contact .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

#contact ::-webkit-input-placeholder {
    font-weight: normal;
    color: #666;

}

#contact :-moz-placeholder {
    font-weight: normal;
    color: #666;

}

#contact ::-moz-placeholder {
    font-weight: normal;
    color: #666;

}

#contact :-ms-input-placeholder {
    font-weight: normal;
    color: #666;

}


#contact select {
    color: #666;
    font-family: 'Noto Sans KR';
}

select:required:invalid {
    color: #666;
    font-weight: normal;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: #000;

}



/* Button */


input[type="submit"] {

    color: #fff !important;
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    /* fallback for old browsers */
    font-size: 2rem;
    width: 100%;
    background: #ffb701 url(../images/form_btn.png) center no-repeat;
    border-radius: 1rem
}
#contact .form_btn1{padding: 3.0rem 0}
#contact .form_btn2{padding: 4.0rem 0}





/* 개인정보취급방침 */




#contact .row{justify-content: center}

#contact .btn_open_policy {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.9rem;
    border-radius: .2rem;
    cursor: pointer;
    display: inline-block;
    background: #4b4b4b;
    border-radius: .2rem
    color: #fff;
    vertical-align: middle;
    padding: .5rem 1.0rem;
    width: 100%
}

#contact .radio-area input[type="radio"] {
    border: 0;
    vertical-align: middle;
}

#contact .radio-area label {
    letter-spacing: 0;
    cursor: pointer;
    font-size: 1.1rem
}



#contact .radio-area {
    font-size: .8rem;
    display: block;
    text-align: center;
}



/*두번째 입력폼 */

.form_bg2 .btn_open_policy2 {
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.9rem;
    border-radius: .2rem;
    cursor: pointer;
    display: inline-block;
    background: #4b4b4b;
    border-radius: .2rem
    color: #fff;
    vertical-align: middle;
    padding: .5rem 2.0rem;
    width: 100%
}

.form_bg2 .form-group-policy{display: flex; justify-content: space-between}


/* floating form 속성 */

.floating-form-wrap {
    position: fixed;
    right: 30px;
    top: 200px;
    z-index: 7;
    width: 280px;
    background: rgba(0,0,0,.8);
    display: none;
    padding: 15px;
}

.go_home{position: fixed; right: 30px; 
        top: 630px; display: none; background: #fff url(../images/arrow_icon.png)  92% no-repeat;width: 280px; padding: 2rem 0 1.4rem; border-radius: 2rem; color: #ff7e00; text-align: center; font-family:'Gmarket Sans'; font-size: 2.5rem; border: 2px solid #000; letter-spacing: -1.5px; cursor: pointer; padding-right: 15px;}

.floating-form-wrap ul{padding: 0 10px}

.floating-form-wrap dl {
    padding: 25px 5px;
    border: 2px solid #fcae01


}


.floating-form-wrap dl dt {
    text-align: center;
    padding-bottom: 5px;
    line-height: 1.3
}

.floating-form-wrap dl dt li:first-child{
    font-family: 'Gmarket Sans'; font-size: 2.7rem; color: #fc9221; letter-spacing: -.1rem }

.floating-form-wrap dl dt li:nth-of-type(2){ font-family: 'Gmarket Sans'; font-size: 2.3rem; letter-spacing: -.1rem}
.floating-form-wrap dl dt li:nth-of-type(3){ font-family: 'Gmarket Medium'; font-size: 1.5rem;
 font-weight: 400; margin: .5rem 0 0;letter-spacing: -.1rem}


.floating-form-wrap dl dd {
    padding-top: 15px;
}



.floating-form-wrap dd ul li {
    padding-bottom: 4px;
    font-family: 'dotum';
}


/* 플로팅배너- 입력폼 속성 */

.floating-form-wrap dd ul li:first-child input[type="text"] {
    width: 65% !important;
}

.floating-form-wrap input[type=text],
.floating-form-wrap input[type=date],
.floating-form-wrap input[type=tel],
.floating-form-wrap select {
    padding: 2px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #fff;
    height: 33px !important;
    color: #000;
    width: 100%
}


.floating-form-wrap dd ul li input[type="text"]:only-of-type {
    width: 100% !important;
}

.floating-form-wrap select {
    background: #fff url(http://converster.kobes.co.kr/landing/common/ico_img/ico_select_tp01.png) 95% 50% no-repeat;
}

/* 문의사항 폼 */
.floating-form-wrap textarea {
    height: 52px !important;
    width: 100%;
    font-size: 12px;
}

.floating-form-wrap dd ul li:nth-of-type(4) {
    padding-bottom: 7px
}

.floating-form-wrap dd ul li:last-child{cursor: pointer}

.floating-form-wrap .radio-area label{cursor: pointer; vertical-align: middle}


/* 개인정보취급방침 영역 */
.floating-form-wrap .radio-space-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 11px;
    letter-spacing: -1px;
    padding: 0;
    margin: .5rem 0 .3rem;
}


/* 플로팅배너 라디오버튼 속성 */



/* 플로팅배너 버튼 영역 */
.floating-form-wrap .btn_open_policy {
    background: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    letter-spacing: -1px;
    padding: 5px 0 !important;
    width: 80%;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto 1rem

}

.floating-form-wrap .form-group {
    margin: 0
}


.floating-form-wrap select {
    color: #666 !important;
}

.floating-form-wrap select:required:invalid {
    color: #666;
    font-weight: 600;
}

.floating-form-wrap ::-webkit-input-placeholder {
    font-weight: normal;
    color: #666;
    font-family: 'dotum'

}


option[value=""][disabled] {
    display: none;
}

option {
    color: #000;

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'dotum'


}

@media (min-width:1200px) {
    .floating-form-wrap{display: block}
    .go_home{display: block; z-index: 999}
}
/*pc환경 */
@media (min-width:1024px) {

    #contact .radio-area {
        font-size: .8rem;
        color: #fff;
        display: block;
        text-align: center;
        margin: .3rem 0 0
    }


    #contact .radio-area {
        font-size: 1.45rem;
        color: rgba(255,255,255,.4);
    }

    #contact .radio-area label:nth-of-type(1) {
        padding-right: 1rem
    }

   

}



@media only screen and (max-width: 1024px) and (min-width: 768px) {

    #contact .col-md-2,
    #contact .col-md-3 {
        padding: 4px
    }

    #contact .col-md-2:nth-of-type(2) {
        flex: 0 0 23%;
        max-width: 23%;
    }

    #contact .col-md-2:last-child {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #contact .col-md-3 {
        width: flex: 0 0 23%;
        max-width: 22%;

    }

    input[type="submit"] {
        font-size: 2.0rem;
    }
    
    







}


/*모바일 환경 */




@media (max-width:767.999px) {
   
    .form-group-policy {
        margin: 1rem 0 .5rem
    }

    .floating-form-wrap{
        display: none
    }
     .go_home{
        display: none
    }


    #contact .section-heading {
        font-size: 2.5rem;
        line-height: 33px;
    }

    #contact .section-heading small {
        display: block;
    }

    #contact .btn_open_policy {
        padding: 0 1.5rem;
        letter-spacing: 0
    }

    input[type="submit"] {
        margin-top: .5rem;
        font-size: 2.0rem;
    }



    .form-group-policy {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }


    /* 폰트 사이즈 */


    #contact .form-group input,
    #contact .form-group textarea,
    #contact .form-group select {
        font-size: 1.8rem
    }


    #contact .btn_open_policy {
        font-size: 1.3rem;
        line-height: 3.3rem;
    }

    #contact .radio-area input[type="radio"] {
        border: 0;
        margin-bottom: .2rem
    }

    #contact .radio-area label {
        font-size: 1.4rem;
    }

    input[type="submit"] {
        font-size: 3rem; padding: 1.4rem
    }


    
    .form_title{padding: 0; }
    .form_title li:nth-of-type(1) {font-size: 3.0rem}
    .form_title li:nth-of-type(2){line-height: 1.3; letter-spacing: -.2rem}
    
    input[type="submit"] {background: #fdb900 url(../images/form_btn_m2.png) center no-repeat;}
   .form_btn1{background: #fdb900 url(../images/form_btn_m.png) center no-repeat!important;} 
    #contact .form_btn1{padding: 2.0rem 0}
   #contact .form_btn2{padding: 2.0rem 0}
    
    #contact .form-group textarea {height: 8rem}
    .form_bg2{ padding: 5rem 0; }

}