@charset "utf-8";

.layer_01{
    width: 264px;
    height: 202px;
    background: url(/resource/score/images/layer/main_call/layer_02_bg_new.png);
    position: relative;
}
.layer_01 .btn_close{
    position: absolute;
    top: 10px;
    right: 10px;
}

.layer_02{
    width: 310px;
    height: 240px;
    background-color: #fff;
    position: relative;
   /* box-shadow: 3px 3px 3px #acacac;*/
}
.layer_02 .header{
    height: 40px;
    overflow: hidden;
    background-color: #022270;
}
.layer_02 .header span{
    color: #FFF;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}
.layer_02 .header .btn_close{
    float: right;
    padding: 9px;
}
.layer_02 .con{
    padding-top: 20px;
}
.layer_02 .con p{
    padding-bottom: 8px;
    text-align: center;
}
.layer_02 .con p > span.title{
    display: inline-block;
    width: 64px;
    text-align: left;
}
.layer_02 .con p > input[type="text"]{
    border: 1px solid #c2cedb;
}
.layer_02 .con label{
    text-align: center;
    /*display: block;*/
    font-size: 12px;
    padding-left:40px;
}
.layer_02 .con label span{
    color: gray;
}
.layer_02 .con .button{
    text-align: center;
    margin-top: 5px;
}

.layer_03{
    width: 264px;
    height: 202px;
    background: url(/resource/score/images/layer/main_call/layer_01_bg.png);
    position: relative;
}

.layer_03 .btn_close{
    position: absolute;
    top: 10px;
    right: 10px;
}

/*개인정보처리방침 및 수집동의*/
#personal_information_banner{
    width: 490px;
    height: 560px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0,0,0,.05);
}
#personal_information_banner .header{
    height: 60px;
    background-color: #022270;
}
#personal_information_banner .header p{
    color: white;
    line-height: 60px;
    padding: 0 10px 0 28px;
    font-size: 17px;
    font-weight: bold;
}
#personal_information_banner .header button{
    background: none;
    text-align: right;
    float: right;
    padding: 17px;
}
#personal_information_banner .content{
    padding: 30px 20px;
}
#personal_information_banner .content p{
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
}
#personal_information_banner .content button{
    display: block;
    width: 270px;
    height: 50px;
    border-radius: 25px;
    background-color: #022270;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 20px auto 0;
}