
#reg .center-2200 {
    display: flex;
    align-items: center;
    justify-content: center;
}


#reg .tit {
    text-align: center;
    margin-bottom: 340px;
}

#reg .tit .sub1 {
    font-size: 70px;
    color: #1F1F1F;
    font-weight: 500;
    line-height: 1.3;
}

#reg .tit .sub2 {
    margin-top: 17px;

    width: 234px;
    height: 60px;
    border-bottom: 1px solid #C4A967;
    font-size: 22px;
    font-weight: 500;
    color: #424242;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#reg .tit .sub2 strong {
    color: #ef5038;
    font-weight: 500;
}

#reg .submit-content {
    margin-top: 162px;
    margin-left: 141px;
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#reg .submit-content .forms {
    width: 563px;
}

#reg .submit-content .forms .partner-name {
    background: #f9f9f9;
}

#reg .submit-content .forms .finder {
    background: #af907a;
    font-size: 20px;
    color: white;
    padding: 25px 60px;
    border-radius: 50px;
    text-align: center;
}

#reg .submit-content .forms .finder .cnt {
    /* color: white; */
    display: inline;
    text-align: center;
    font-size: 20px;
    color: #ffed00;
}

#reg .submit-content .forms .finder .time {
    /* color: white; */
    text-align: center;
    font-size: 13px;
}

#reg .submit-content .forms .info {
    margin-bottom: 15px;
    font-size: 22px;
    color: #C4A967;
}

#reg .submit-content .forms input:disabled {
    background-color: transparent;
}
#reg .submit-content .forms input {
    height: 70px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid black;
    background-color: transparent;
}

#reg .submit-content .forms .privacy {
    margin-top: 25px;
    font-size: 14px;
}

#reg .submit-content .forms .privacy input {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;    
}

#reg .submit-content .forms .privacy .view {
    display: inline-block;
    /* background: black; */
    color: white;
    padding: 1px 5px;
    /* margin-left: 10px; */
    font-size: 14px;
}

#reg .submit-content .forms .privacy .view a {
    /* color: white; */
    color: #af907a;
    text-decoration: underline;
}

#reg .submit-content .forms .submit:hover {
    opacity: 0.8;
}
#reg .submit-content .forms .submit {
    width: 100%;
    height: 76px;
    background-color: #C4A967;
    
    color: white;
    font-size: 22px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 50px;

    cursor: pointer;

    transition: all 0.2s ease;
}
