

#headerLand{
    width: 100%;
    margin: 0 auto;
}

#headerLand .wrap_header{
    width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
    box-sizing: border-box;
    position: relative;
}


#headerLand .wrap_header::after{
    display: block;
    content: "";
    clear: both;
}
#headerLand .logo{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

#headerLand .nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    width: 200px;
    overflow: visible;
    margin-top: 0;
    min-height: 0;
    max-height: 0;
}

#headerLand .nav >li{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#headerLand .nav >li >a{
    display: block;
    font-size: 1.6rem;
    text-align: center;
    transition: 0.3s;
}


#headerLand .nav >li:hover >a{
    color: #306AFF;
    font-weight: 600;
}
#headerLand .util{
    float: right;
    width: 160px;
    display: flex;
}

#headerLand .util >li{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#headerLand .util >li >a{
    display: block;
    font-size: 1.6rem;
    line-height: 42px;
}


#contactus{
    width: 100%;
    margin: 0 auto 150px;
}


.wrap_contact{
    width: 1200px;
    margin: 0 auto
}
.contactimg{
    width: 100%;
    height: 600px;
    background-color: #306AFF;
    border-radius: 12px;
}

.mtit_contact{
    margin: 150px auto 0;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    color: #306AFF;
}

.contacttit{
    font-size: 3.6rem;
    line-height: 42px;
    margin: 4px auto 0;
    font-weight: 600;
    text-align: center;
}

.contactusWrap{
    width: 400px;
    margin: 80px auto 0;
}

.contactusList{
    width: 100%;
    
}

.contactusList >li{
    margin-top: 24px;
}

.contactusList >li:first-child{
    margin-top: 0;
}

.contactusList >li >input{
    display: block;
    outline: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    line-height: 46px;
    padding: 0 12px;
    box-sizing: border-box;
    margin: 4px auto 0 ;
    border-radius: 6px;
    font-size: 1.6rem;
}

.contactusList >li >input::placeholder{
    color: #ccc;
}


.qtit{
    font-size: 1.6rem;
    line-height: 24px;
}

.contactusList >li textarea{
    display: block;
    outline: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 300px;
    line-height: 46px;
    padding: 0 12px;
    box-sizing: border-box;
    margin: 4px auto 0 ;
    border-radius: 6px;
    font-size: 1.6rem;
}

.contactusList >li textarea::placeholder{
    color: #ccc;
}

.agree{
    width: 100%;
    margin: 32px auto 0;
}

.agree::after{
    display: block;
    content: "";
    clear: both;
}

.agree >input{
    display: none;
}

.agree >label{
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 24px;
}

.agree >label::before{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url('../img/checkoff.png');
    background-size: cover;
    margin-right: 8px;
}

.agree input:checked + label::before{
    background-image: url('../img/checkon.png');
}
.agreebtn{
    display: block;
    width: 100%;
    font-size: 1.8rem;
    line-height: 56px;
    background-color: #306AFF;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    margin: 80px auto 0;
    cursor: pointer;
    transition: 0.3s;
}

.agreebtn:hover{
    background-color: #2258E3;
}
.arrow{
    float: right;
    cursor: pointer;
}

.arrow{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    transition: 0.3s;
}

.arrow.arrowon{
    transform: rotate(180deg);
}

.arrow_slide{
    stroke: #505050;
    stroke-width: 1px;
}

.docuement_agree{
    width: 100%;
    margin: 24px auto 0;
    border: 1px solid #e5e5ec;
    background-color: #f7f7fb;
    border-radius: 6px;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 20px;
    height: 200px;
    overflow-y: auto;
    display: none;
}


#footer{
    width: 100%;
    background-color: #f7f7fb;
}

.wrap_footer{
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 80px;
    box-sizing: border-box;
}

.footermenu{
    width: 100%;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


.footerlogo{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

.footermenuList{
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.footermenuList >li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}

.footermenuList >li:first-child{
    margin-left: 0;
    margin-left: auto;
}

.footermenuList >li >a{
    display: block;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    color: #767676;
}

.footerinfo{
    width: 100%;
    padding-top: 32px;
    border-top: 1px solid #e5e5ec;
}

.footerinfo{
    width: 100%;
}

.footerinfo::after{
    display: block;
    content: "";
    clear: both;
}

.footerLfinfo{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0;
    color: #767676;
}

.footercustmer{
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 40%;
}


.curstomer{
    font-size: 2.4rem;
    line-height: 32px;
    font-weight: 600;
    text-align: right;
}

.curstomer_mtit{
    text-align: right;
    font-size: 1.6rem;
    line-height: 24px;
    color: #767676;
    margin-top: 6px;
}
 

.callquick{
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12);
    width: 230px;
    border-radius: 60px;
    background-color: #fff;
    padding: 16px 24px; 
    box-sizing: border-box;
    transition: 0.3s;
}

.callquick:hover{
    background-color: rgb(250, 201, 61,0.1);
}

.callquick >a{
    display: flex;
    width: 100%;
}

.callico{
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    box-sizing: border-box;
}


.calltxt{
    font-size: 2.4rem;
    line-height: 42px;
    margin-left: 24px;
    font-weight: 800;
}

.land_ham{
    display: none;
}


.mo_ham{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 11;
    display: none;
}

.logo.hamon{
    position: relative;
    z-index: 12;
}

html.hamon{
    overflow: hidden;
}


#documentWrap{
    width: 100%;
    margin: 150px auto;
}

.wrap_document{
    width: 1200px;
    margin: 0 auto;
}

.documenttit{
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 80px;
}


.document01{
    font-size: 1.6rem;
    line-height: 24px;
}


/***개인정보 처리방침 테이블 추가 *********/

.docutable{
    width: 100%;
    margin: 24px 0;
    border: 1px solid #e5e5ec;
}


.docutable thead tr{
    background-color: #f7f7fb;
}

.docutable thead tr th{
    height: 38px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-weight: 600;
}


.docutable tbody tr{
    border-bottom: 1px solid #e5e5ec;
}


.docutable tbody tr td{
    height: 35px;
    font-size: 1.4rem;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e5e5ec;
    padding: 10px;
    box-sizing: border-box;
}


/***여기까지 ************/


