/* common */
/* #empty_box {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: 1px solid rgba(32,178,180,0.3);
} */

/* title */
#signup_title {
    height: 50px;
    line-height: 50px; /* for vertical center */
    font-family: 'ONE Mobile POP OTF';
    font-size: 3.0rem;
    color: #161E54;
    text-align: center;
    border: none;
    /* outline: 2px dashed rgba(0,0,255,0.3); */
    outline: var(--debug_style_r);
}

/* intro */
#intro_text {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2rem;
    border: none;
    outline: var(--debug_style_r);
    /* outline: 1px solid rgba(238,130,238,0.5); */
}
#intro_box {
    display: table;
    width: 900px; 
    height: 262px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/1/1.svg');
    background-position:center;
    background-repeat: no-repeat;
    border: none;
    outline: var(--debug_style_r);
    /* outline: 2px dashed rgba(0,0,255,0.3); */
}

/* default signup table */
#signup_table {
    width: 900px;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Noto Sans KR';
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.2rem;
    border: none;
    /* outline: 2px dashed rgba(0,0,255,0.3); */
    outline: var(--debug_style_r);
}
#signup_table td {
    border: none;
    outline: var(--debug_style_v);
}
#signup_table td.t1 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #009DDE;
}
#signup_table td.t1r {
    text-align: right;
    /* font-weight: bold; */
    color: #009DDE;
}

#signup_table td.asterisk{
    width: 20px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    color: #009DDE;
}
#signup_table td.t2 {
    width: 164px;
    text-align: left;
    font-size: 1.0rem;
    /* font-weight: bold; */
    color: black;
}
#signup_table td.t2input {
    /* height: 100%; */
    text-align: left;
    padding: 14px 2px 14px 2px;
    color: #009DDE;
}
#signup_table td.img_chk {
    background-image: url('../images/common/9.svg');
    background-size: 38px 38px;
    background-position: center center;
    background-repeat: no-repeat;
}










#signup_table input.input_normal {
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 20px;
    font-size: 1.0rem;
    border: none;
    outline: 1px solid #00A4DD;
    background-color: transparent;
    border-radius: 20px;
}
#signup_table input.input_normal::placeholder {
    color: #B0B2BB;
    /* font-weight: bold; */
}
#signup_table input.input_normal:-moz-read-only {
    /*outline: none;*/
    background-color: #F1F1F1;
    cursor: default;
}  /* Firefox */
#signup_table input.input_normal:read-only {
    /*outline: none;*/
    background-color: #F1F1F1;
    cursor: default;
}












#signup_table td.t3 {
    text-align: left;
    padding: 10px;
    border: none;
    outline: 1px solid #00A4DD;
    border-radius: 20px;
}
#mutiline_box {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

#signup_table td.tbar {
    width: 50px;
    padding: 10px;
    border: none;
}
.horizontal_bar {
    width: 100%;
    height: 1px;
    background-color: #00A4DD;
}


.checkbox_ex {
    position: relative;
    top: 3px;
    zoom: 1.9;
}

select.s1 {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 1.0rem;
    /* border: 1px solid red; */
    border: none;
    outline: 1px solid #00a4dd;
    border-radius: 20px;
    background: url('../images/common/select_arrow.svg');
    background-size: 18px 10px;
    background-position: 90% center;
    background-repeat: no-repeat;
    /* background-color:rgba(0, 164, 221, 0.2); */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.s1::-ms-expand {
    display: none;
}



/*
.signup_button {
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    color: white;
    background-color: #00A4DD;
    border: none;
    border-radius: 20px;
}
.signup_button:hover {
    color: white;
    background-color: #0198ca;
    cursor:pointer;
}
.signup_button:disabled {
    background-color: #7C7C7C;
    cursor: default;
}
*/



/* .input_normal[type=input]:readonly {
    background-color: #F1F1F1;
}  */
/* .input_normal input[readonly="readonly"] {
    background-color: #F1F1F1;
} */