/* 우슬조인트100 체험kit 접수 페이지 */
/* 작업:에이치엘사이언스 시스템개발팀 서동오 */

* {
    box-sizing: border-box;
    margin: 0;
    
}
html { 
    scroll-behavior: smooth; 
}
body{
    background-color: #fae9f2;
}

img{
    display: block;
}



/* 가로 해상도가 1200p 보다 작은 큰화면 적용) */
@media only screen and (max-width: 1000px) {
    .content{
        max-width: 62rem;
        min-height: 100vh;
    
    }
    .content img{
        width:100vw;
        position: relative;
    }

    .submit{
        width:100%;
        background-color: white;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .submit h1{
        text-align: center;
        padding-bottom: 20px;
        font-size: 3rem;
    }

    .submit_wrap1{
        padding:20px;
        
    }
    .submit1_wrap{
        width:100%;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .gender_select{
        list-style: none;
        display: flex;
        width:100%;
        padding:0px;
    }
    .genderSelect1{
        text-decoration: none;
        display: inline-block;
        width:100%;
    }

    #gender1{
        display: none;
    }
   
    #gender2{
        display: none;
    }
    .gender_label{
        text-align: center;
        display: block;
        border:1px solid #3e2063;
        cursor: pointer;
       
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 2.5rem;
    }
    #gender_select1{
        margin-right: 2%;
    }
    #gender1:checked ~ #gender_select1{
        background-color: #270c6c;
        color:white;
    }
    #gender2:checked ~ #gender_select2{
        background-color: #270c6c;
        color:white;
        margin-right:0px;
    }
    .age_select{
        list-style: none;
        display: flex;
        width:100%;
        padding:0px;
        margin-top: 20px;
    }
    #age1{
        display: none;
    }
    #age2{
        display: none;
    }
    #age3{
        display: none;
    }
    #age4{
        display: none;
    }

    .ageSelect1{
        text-decoration: none;
        display: inline-block;
        width:25%;
        margin-right: 10px;
    }
    .age_label{
        text-align: center;
        display: block;
        border:1px solid #3e2063;
        cursor: pointer;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 2.5rem;
    }
    #age1:checked ~ #age_select1{
        background-color: #270c6c;
        color:white;
    }
    #age2:checked ~ #age_select2{
        background-color: #270c6c;
        color:white;
    }
    #age3:checked ~ #age_select3{
        background-color: #270c6c;
        color:white;
    }
    
    #age4:checked ~ #age_select4{
        background-color: #270c6c;
        color:white;
    }
    #ageSelect1_last{
        margin-right: 0px;
    }
    

    .submit2_wrap{
        width:100%;
        margin-top: 20px;
    }

    .tel_wrap{
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
       
    }
    .tel_front{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 31%;
        font-size: 2.5rem;
    }
    #tel2{
        width:32%;
        padding-top:10px;
        padding-bottom:10px;
    }
    #tel3{
        width:32%;
        padding-top:10px;
        padding-bottom:10px;
    }

    .phone{
        font-size: 2.5rem;
    }

    #input_name{
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        border:1px solid #3e2063;
        font-size: 2.5rem;
    }

    .submit3_wrap{
        width:100%;
    }

    #form_submit{
        width:100%;
        height:100%;
        background-color: #270c6c;
        color:white;
        font-weight: bold;
        padding:20px;
        cursor: pointer;
        margin-left: 10px;
        font-size: 2.5rem;
    }
    input[type=checkbox] {
        zoom: 2.5;
    }
    .submit_agree{
        display: 100%;
        font-size:1.5rem;
        margin-top: 40px;
    }
    .private_agree{
        
        font-size: 2.5rem;
        margin-left: 20px;
        margin-bottom: 60px;
    }
    .marketing_agree{
        
        margin-top: 20px;
        font-size: 2.5rem;
        margin-left: 20px;
    }
    .agree_link{
        text-decoration: none;
        background-color:#270c6c;
        color:white;
        padding:5px 10px;
    }
    .delievery_fee{
        font-size:2rem;
        color:red;
        text-align: center;
        margin-top: 30px;
    }


    .status{
        height:800px;
        width:100%;
        background-image: url("img/kit/status.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        
    }
    
    .status_wrap{
        width:80%;
        margin-left: auto;
        margin-right: auto;
    }
    .status_wrap h1{
        text-align: center;
        color:white;
        margin-top:50px;
        margin-bottom: 50px;
        font-size: 3.5rem;
    }
    .call_contact{
        margin-top: 50px;
    }
    .call_contact p{
        color:white;
        font-size: 2.5rem;
        display: inline-block;
        margin-right: 10px;
    }
    #call_box{
        display: inline-block;
        color:white;
        font-size: 2.5rem;
        height: 50px;
        line-height: 50px;
        background-color: #270c6c;
        padding-left: 30px;
        padding-right: 30px;
    }
    .box{
        height: 250px;
        overflow: hidden;
    }
    .status_wrap ul{
        text-align: center;
        font-size: 1.8rem;
    }
    .status_wrap ul li{
        display: inline-block;
        width:32%;
        padding-top:5px;
        padding-bottom: 5px;
        color:white;
        list-style: none;
    }
    .li_span{
        display: inline-block;
        margin-right: 100px;
    }
    .li_span_last{
        margin-right: 0px;
    }

    .pc_wrap{
        display: none;
    }
    .img_wrap{
        position: relative;
    }
    .button_1{
        width:250px;
        height:50px;
        position: absolute;
        top:31.5rem;
        left:5rem;
        z-index: 3;
    }
    .btn_wrap1{
        width:100%;
        height:70px;
        position: absolute;
        top:70rem;
        left:0px;
    }
    .button_2{
        width:49%;
        height:70px;
        display: inline-block;
    }
    .button_3{
        width:49%;
        height:70px;
        display: inline-block;
    }
    #purchase_1{
        width:100%;
        height:250px;
        display: none;
        background-image: url("img/kit/fix_banner.jpg");
        background-size: cover;
        background-position:center center;
    }
    footer{
        width:100%;
        height:350px;
        background-color: #F0F0F0;
        margin-bottom: 200px;
    }
    .footer_list{
        width:100%;
        padding:1rem 2rem;
        background-color: #270c6c;
        display: flex;
    }
    .footer_list li{
        list-style: none;
        color:white;
        margin-right: 20px;
    }
    .foot_info_list{
        overflow: hidden;
        width: 100%;
        margin-top: 30px;
    }
    .foot_info_list li{
        display: flex;
        margin-top: 0.5rem;
    }
    .footer_list li a{
        color:white;
        text-decoration: none;
    }
    .foot_info_list li em{
        font-size: 1rem;
        line-height: 1rem;
        color:#5a5a5a;
        font-style: normal;
    }
    .foot_info_list li span{
        font-size: 1rem;
        line-height: 1rem;
        color: #5a5a5a;
        margin-left: 0.5rem;
        display: inline-block;
    }
    #company_num{
        font-size: 0.8rem;
        color: #5a5a5a;
        cursor: pointer;
        text-decoration-line: underline;
    }
    .copyright{
        text-align: center;
        font-size: 1rem;
        line-height: 1rem;
        color:#5a5a5a;
        font-style: normal;
        margin-top: 20px;
    }

}



/* 가로 해상도가 1000px 보다 큰화면에 적용) */
@media only screen and (min-width: 1000px) {
    body::-webkit-scrollbar {
        width: 8px;  /* 스크롤바의 너비 */
    }
    
    body::-webkit-scrollbar-thumb {
        height: 30%; /* 스크롤바의 길이 */
        background: #217af4; /* 스크롤바의 색상 */
        
        border-radius: 10px;
    }
    
    body::-webkit-scrollbar-track {
        background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
    }
    .responsive-wrap{
        height: 100%;
        display: flex;
    }
    .content{
        max-width: 72rem;
        min-height: 100vh;
        margin-left: 20%;
    }
    .content img{
        width:720px;
    }
    .pc_wrap{
        display: block;
        width:100%;
        height:100vh;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding-top:30px;
        padding-left:70px;
    }
    .pc_wrap_content{
        position: fixed;
    }
    .img_wrap{
        position: relative;
    }
    .img{
        position: static;
    }
    .alink{
        list-style: none;
        color:black;
    }
    .button_1{
        width:200px;
        height:40px;
        position: absolute;
        top:370px;
        left:60px;
        z-index: 3;
    }
    .btn_wrap1{
        width:100%;
        height:60px;
        position: absolute;
        top:820px;
        left:0px;
    }
    .button_2{
        width:49%;
        height:100px;
        display: inline-block;
    }
    .button_3{
        width:49%;
        height:100px;
        display: inline-block;
    }

    #purchase_1{
        width:720px;
        height:200px;
        display: none;
        background-image: url("img/kit/fix_banner.jpg");
        background-size: cover;
        background-position:center center;
    }

    .submit{
        width:100%;
        background-color: white;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .submit h1{
        text-align: center;
        padding-bottom: 20px;
    }

    .submit_wrap1{
        display: flex;
        padding:20px;
        
    }
    .submit1_wrap{
        width:50%;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .gender_select{
        list-style: none;
        display: flex;
        width:100%;
        padding:0px;
    }
    .genderSelect1{
        text-decoration: none;
        display: inline-block;
        width:50%;
    }

    #gender1{
        display: none;
    }
   
    #gender2{
        display: none;
    }
    .gender_label{
        text-align: center;
        display: block;
        border:1px solid #3e2063;
        cursor: pointer;
        margin-right: 4%;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #gender1:checked ~ #gender_select1{
        background-color: #270c6c;
        color:white;
    }
    #gender2:checked ~ #gender_select2{
        background-color: #270c6c;
        color:white;
    }
    .age_select{
        list-style: none;
        display: flex;
        width:100%;
        padding:0px;
        margin-top: 20px;
    }
    #age1{
        display: none;
    }
    #age2{
        display: none;
    }
    #age3{
        display: none;
    }
    #age4{
        display: none;
    }

    .ageSelect1{
        text-decoration: none;
        display: inline-block;
        width:25%;
        margin-right: 10px;
    }
    .age_label{
        text-align: center;
        display: block;
        border:1px solid #3e2063;
        cursor: pointer;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #age1:checked ~ #age_select1{
        background-color: #270c6c;
        color:white;
    }
    #age2:checked ~ #age_select2{
        background-color: #270c6c;
        color:white;
    }
    #age3:checked ~ #age_select3{
        background-color: #270c6c;
        color:white;
    }
    #age4:checked ~ #age_select4{
        background-color: #270c6c;
        color:white;
    }
    

    .submit2_wrap{
        width:35%;
    }

    .tel_wrap{
        margin-top: 25px;
    }
    .tel_front{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 28%;
    }
    #tel2{
        width:28%;
        padding-top:10px;
        padding-bottom:10px;
    }
    #tel3{
        width:28%;
        padding-top:10px;
        padding-bottom:10px;
    }

    #input_name{
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        border:1px solid #3e2063;
    }

    .submit3_wrap{
        width:15%;
    }

    #form_submit{
        width:100%;
        height:100%;
        background-color: #270c6c;
        color:white;
        font-weight: bold;
        padding:20px;
        cursor: pointer;
        margin-left: 10px;
    }
    input[type=checkbox] {
        zoom: 1.5;
    }
    .submit_agree{
        display: 100%;
        display: flex;
    }
    .private_agree{
        width:50%;
        text-align: center;
    }
    .marketing_agree{
        width:50%;
        text-align: center;
    }
    .agree_link{
        text-decoration: none;
        background-color:#270c6c;
        color:white;
        padding:5px 10px;
    }
    .delievery_fee{
        font-size:16px;
        color:red;
        text-align: center;
        margin-top: 30px;
    }

    .status{
        height:600px;
        width:100%;
        background-image: url("img/kit/status.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    
    .status_wrap{
        width:80%;
        margin-left: auto;
        margin-right: auto;
    }
    .status_wrap h1{
        text-align: center;
        color:white;
        margin-top:50px;
        margin-bottom: 50px;
        font-size: 36px;
    }
    .call_contact{
        margin-top: 50px;
    }
    .call_contact p{
        color:white;
        font-size: 30px;
        display: inline-block;
        margin-right: 10px;
    }
    #call_box{
        display: inline-block;
        color:white;
        font-size: 30px;
        height: 40px;
        line-height: 40px;
        background-color: #270c6c;
        padding-left: 30px;
        padding-right: 30px;
    }
    .box{
        height: 250px;
        overflow: hidden;
    }
    .status_wrap ul{
        text-align: center;
        font-size: 20px;
    }
    .status_wrap ul li{
        display: inline-block;
        width:32%;
        padding-top:5px;
        padding-bottom: 5px;
        color:white;
        list-style: none;
    }
    .li_span{
        display: inline-block;
        margin-right: 100px;
    }
    .li_span_last{
        margin-right: 0px;
    }

    .pc_wrap{
        height:100vh;
    }
    .pc_wrap_content{
        width:500px;
        text-align: center;
    }
   
    #logo{
        display: inline-block;
        width:200px;
        height:70px;
    }
    .logo_wrap{
        width:400px;
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .sub_tit{
        font-size: 16px;
        margin: 2.6rem 0 1.6rem;
        line-height: 2.4rem;
        letter-spacing: -2px;
        color:#333;
        font-weight: bold;
    }
    .sub_smtit_wrap{
        width:400px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: end;

    }
    .sub_smtit{
        width:70%;
        font-size: 14px;
        color:#333;
        font-weight: bold;
        text-align: right;
    }


    .link_btn_wrap{
        width:400px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .link_btn_wrap a{
        list-style: none;
        text-decoration: none;
    }
    .link_btn_title{
        width:220px;
        height:35px;
        line-height: 35px;
        background-color: #270c6c;
        color:#ffffff;
        font-family: campton,NotoSans,sans-serif ;
        font-weight: 500;
        font-size: 14px;
        border-radius: 20px;
        cursor: pointer;
    }
    .link_btn_title:hover{
        font-weight: bold;
    }
    .link_btn_line{
        width:220px;
        border:1px solid #d2d2d2;
        margin-top: 6px;
    }
    .link_btn{
        width:220px;
        height:35px;
        line-height: 35px;
        background-color: #fff;
        color:#666;
        font-family: campton,NotoSans,sans-serif ;
        font-weight: 500;
        font-size: 14px;
        border: 1px solid #d2d2d2;
        border-radius: 20px;
        margin-top: 8px;
    }
    .link_btn:hover{
        color:#270c6c;
        font-weight: bold;
    }
   
    .ad_wrap{
        width:400px;
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .ad_wrap h1{
        font-family: "Noto Sans KR", sans-serif ;
        font-size: 16px;
    }
    .qr_wrap{
        width:100%;
        display: flex;
        flex-direction: row;
        align-items: right;
        justify-content: right;
        margin-top: 30px;
    }
    #banner{
        width:250px;
        display: block;
        margin-left: auto;
    }
    #android_qr{
        background-image: url("img/kit/android_qr.png");
        width:100px;
        height:100px;
        margin-right: 20px;
    }
    #apple_qr{
        background-image: url("img/kit/apple_qr.png");
        width:100px;
        height:100px;
    }
    
    footer{
        width:100%;
        height:350px;
        background-color: #F0F0F0;
        margin-bottom: 200px;
    }
    .footer_list{
        width:100%;
        padding:1rem 2rem;
        background-color: #270c6c;
        display: flex;
    }
    .footer_list li{
        list-style: none;
        color:white;
        margin-right: 20px;
        font-size: 1.2rem;
    }
    .foot_info_list{
        overflow: hidden;
        width: 100%;
        margin-top: 30px;
    }
    .foot_info_list li{
        display: flex;
        margin-top: 0.5rem;
    }
    .footer_list li a{
        color:white;
        text-decoration: none;
    }
    .foot_info_list li em{
        font-size: 1rem;
        line-height: 1rem;
        color:#5a5a5a;
        font-style: normal;
    }
    .foot_info_list li span{
        font-size: 1rem;
        line-height: 1rem;
        color: #5a5a5a;
        margin-left: 0.5rem;
        display: inline-block;
    }
    #company_num{
        font-size: 0.8rem;
        color: #5a5a5a;
        cursor: pointer;
        text-decoration-line: underline;
    }


    .copyright{
        text-align: center;
        font-size: 1rem;
        line-height: 1rem;
        color:#5a5a5a;
        font-style: normal;
        margin-top: 20px;
    }


}



