.pg-entry{
    margin: 30px auto;
    padding: 10px 25px 30px;
    background-color: #FFF;
    font-size: 16px;
    min-height: calc(100vh - 385px);
}
.pg-entry .title{
    margin: 30px auto;
    max-width: 1120px;
    font-size: 24px;
}
.pg-entry .fm-entry{
    margin: 30px auto;
    max-width: 1120px;
}
.pg-entry .fm-entry .dl_table dl{
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
.pg-entry .fm-entry .dl_table dl>dt{
    width: 30%;
    font-weight: bold;
}
.pg-entry .fm-entry .dl_table dl>dd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}
.pg-entry .fm-entry .dl_table dl>dt span.required{
    margin-left: 10px;
    color: #DE5D50;
    font-size: 12px;
}
.pg-entry .fm-entry .dl_table dl>dd input.form-control{
    width: 48%;
    height: 34px;
    padding: 3px 8px;
    border: 1px solid #333;
    border-radius: 4px;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .form-control{
    margin: 0 5px;
    width: 30%;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .question-circle{
    margin: 0 5px;
    padding: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 50%;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .question-circle .cb-question{
    width: 20px;
    height: 20px; 
    color: #FFF;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .question-circle + a{
    width: 25%;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .zip-search{
    margin: 10px 0;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .zip-search .btn{
    outline: unset;
    background-color: #dc3f02;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip .zip-search .btn:hover{
    background-color: white;
    color: black;
    border: 1px solid #dc3f02;
}
.pg-entry .fm-entry .dl_table dl>dd .input_zip select.form-control{
    margin: 0 0 10px;
    height: 34px;
    width: 182px;
    outline: none;
    border: 1px solid #333;
    border-radius: 4px;
}
.pg-entry .fm-entry .dl_table dl>dd .full-address{
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .full-address .form-group #addr01{
    margin-bottom: 10px;
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .full-address .form-group #addr02{
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .input_tel .form-control{
    width: 100px;
}
.pg-entry .fm-entry .dl_table dl>dd .email{
    margin-bottom: 10px;
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .email .form-control{
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .password{
    margin-bottom: 10px;
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .password .form-control{
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .form-birth{
    width: 100%;
}
.pg-entry .fm-entry .dl_table dl>dd .form-birth select.form-control{
    margin: 0 10px;
    width: 80px;
    height: 34px;
    outline: none;
    border: 1px solid #333;
    border-radius: 4px;
}
.pg-entry .fm-entry .dl_table dl>dd .form-job{
    width: 280px;
}
.pg-entry .fm-entry .dl_table dl>dd .form-job select.form-control{
    width: 100%;
    height: 34px;
    outline: none;
    border: 1px solid #333;
    border-radius: 4px;
}
.pg-entry .fm-entry .dl_table dl>dd .form-birth select.form-control:first-child{
    margin-left: 0;
}
.pg-entry .fm-entry .dl_table dl>dd .sex {
    display: flex;
}
.pg-entry .fm-entry .dl_table dl>dd .sex .radio{
    margin-right: 10px;
}
.pg-entry .fm-entry .g-recaptcha{
    display: flex;
    justify-content: center;
}
.pg-entry .fm-entry .btn-action{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-entry .fm-entry .btn-action .btn-primary{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #dc3f02;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #dc3f02;
}
.pg-entry .fm-entry .btn-action .btn-primary:hover{
    background-color: white;
    color: black;
    border: 1px solid #dc3f02;
}
.pg-entry .fm-entry .btn-action .btn-info{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #585858;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #585858;
}
.pg-entry .fm-entry .btn-action .btn-info:hover{
    background-color: white;
    color: #585858;
    border: 1px solid #585858;
}
.pg-entry .fm-entry .form-terms-link{
    text-align: center;
}
.pg-entry .fm-entry .errormsg{
    color: #DE5D50;    
    margin: 4px 0 0;
    font-size: 14px;
}
@media only screen and (max-width: 480px){
	.pg-entry  .fm-entry .dl_table dl{
        flex-direction: column;
    }
    .pg-entry  .fm-entry .dl_table dl>dt{
        width: 100%;
    }
    .pg-entry  .fm-entry .dl_table dl>dd{
        width: 100%;
    }
    .pg-entry  .fm-entry .btn-action{
        flex-direction: column;
    }
    .pg-entry .fm-entry .btn-action{
        flex-direction: column;
    }
}
/* confirm */
.pg-entry .entry-confirm{
    margin: 0 auto 10px;
    max-width: 1120px;
}
.pg-entry .entry-confirm .dl_table {
    margin: 30px auto;
    max-width: 1120px;
    border-top: 1px dotted #ccc;
}
.pg-entry .entry-confirm .dl_table dl{
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}
.pg-entry .entry-confirm .dl_table dl>dt{
    width: 30%;
    font-weight: bold;
}
.pg-entry .entry-confirm .dl_table dl>dd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}
.pg-entry .entry-confirm .dl_table dl>dd.full-zip{
    flex-direction: column;
}
.pg-entry .entry-confirm .btn-action{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-entry .entry-confirm .btn-action .btn-primary{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #dc3f02;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #dc3f02;
}
.pg-entry .entry-confirm .btn-action .btn-primary:hover{
    background-color: white;
    color: black;
    border: 1px solid #dc3f02;
}
.pg-entry .entry-confirm .btn-action .btn-info{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #585858;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #585858;
}
.pg-entry .entry-confirm .btn-action .btn-info:hover{
    background-color: white;
    color: #585858;
    border: 1px solid #585858;
}
@media only screen and (max-width: 480px){
	.pg-entry .entry-confirm .dl_table dl{
        flex-direction: column;
    }
    .pg-entry .entry-confirm .dl_table dl>dt{
        width: 100%;
    }
    .pg-entry .entry-confirm .dl_table dl>dd{
        width: 100%;
    }
    .pg-entry .entry-confirm .btn-action{
        flex-direction: column;
    }
}
/* complete */
.pg-entry .entry-complete{
    margin: 0 auto 10px;
    max-width: 1120px;
    min-height: calc(100vh - 525px);
}
.pg-entry .entry-complete .btn-action{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-entry .entry-complete .btn-action .btn{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #dc3f02;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #dc3f02;
}
.pg-entry .entry-complete .btn-action .btn:hover{
    background-color: white;
    color: black;
    border: 1px solid #dc3f02;
}
/* complete */
.pg-entry .entry-complete{
    margin: 0 auto 10px;
    max-width: 1120px;
    min-height: calc(100vh - 525px);
}
.pg-entry .entry-complete .btn-action{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-entry .entry-complete .btn-action .btn{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #dc3f02;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #dc3f02;
}
.pg-entry .entry-complete .btn-action .btn:hover{
    background-color: white;
    color: black;
    border: 1px solid #dc3f02;
}
/* activate */
.pg-entry .entry-activate{
    margin: 0 auto 10px;
    max-width: 1120px;
    min-height: calc(100vh - 525px);
}
.pg-entry .entry-activate .btn-action{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-entry .entry-activate .btn-action .btn{
    margin: 20px;
    width: 170px;
    outline: unset;
    background-color: #dc3f02;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #dc3f02;
}
.pg-entry .entry-activate .btn-action .btn:hover{
    background-color: white;
    color: black;
    border: 1px solid #dc3f02;
}