.wrapper {
    margin: 0 auto;
    width: 1400px;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    /* overflow-x: hidden; */
}

.corn_header {
    display: flex;
    height: 100px;
    background: #ffffff;
}

.corn_header .wrapper {
    display: flex;
    justify-content: space-between;
}

.corn_header .logo{
    display: flex;
    align-items: center;
}

.corn_header .logo img {
    width: 48px;
    height: 48px;

}

.corn_header .logo a {
    font-family: Arial Black;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 100px;
}

.line {
    font-size: 0px;
    height: 1px;
    background: #D1D1D1;
}

.corn_banner h2 {
    font-size: 78px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #2B2B2B;
    line-height: 120px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.corn_banner p {
    font-size: 32px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #545454;
    line-height: 38px;
    max-width: 836px;
    text-align: center;
    margin: 0 auto;
    margin-top: 28px;
}

.corn_banner a {
    display: block;
    width: 271px;
    height: 74px;
    background: #3E6AED;
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.1);
    border-radius: 56px 56px 56px 56px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 74px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 80px;
}

.corn_banner img {
    margin-top: 108px;
}

.corn_bottom {
    height: 715px;
    background: #f8f8f8;
    margin-top: 90px;
    padding-top: 58px;
}

.corn_bottom h3 {
    font-size: 40px;
    font-family: Lexend-Bold, Lexend;
    font-weight: bold;
    color: #000000;
    line-height: 47px;
}

.corn_bottom .wrapper {
    display: flex;
    justify-content: space-between;
}

.corn_bottom .wrapper .delete {
    width: 700px;
}

.corn_bottom .wrapper .delete p {
    font-size: 20px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #959595;
    line-height: 28px;
    max-width: 446px;
    margin-top: 20px;
}

.corn_bottom .wrapper .delete ul p {
    font-size: 20px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.corn_bottom .wrapper .delete input {
    width: 500px;
    height: 74px;
    background: #ffffff;
    border-radius: 37px 37px 37px 37px;
    padding-left: 20px;
    font-size: 20px;
}

.corn_bottom .wrapper .delete .send input {
    width: 382px;
    height: 74px;
    background: #ffffff;
    border-radius: 38px 0px 0px 38px;
    opacity: 1;
}

.corn_bottom .wrapper .delete .send {
    display: flex;
}

.corn_bottom .wrapper .delete .send a {
    display: block;
    width: 118px;
    height: 78px;
    background: #3E6AED;
    border-radius: 0px 38px 38px 0px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 78px;
}

.corn_bottom .wrapper .delete .button a {
    display: block;
    width: 520px;
    height: 74px;
    background: #3E6AED;
    border-radius: 37px 37px 37px 37px;
    opacity: 1;
    margin-top: 32px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 74px;
}

.corn_bottom .wrapper .contact {
    width: 700px;
}

.corn_bottom .wrapper .contact .mess {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 47px;
}

.corn_bottom .wrapper .contact .mess ul {
    width: 330px;
    margin-bottom: 32px;
}

.corn_bottom .wrapper .contact .mess ul img {
    height: 32px;
    width: 32px;
    margin-bottom: 8px;
}

.corn_bottom .wrapper .contact .mess ul p {
    font-size: 24px;
    font-family: Lexend-Bold, Lexend;
    font-weight: bold;
    color: #000000;
}

.corn_bottom .wrapper .contact .mess li {
    font-size: 20px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
    color: #959595;
    margin-top: 2px;
}

.corn_bottom .wrapper .contact .mess a {
    font-size: 24px;
    font-family: Lexend-Bold, Lexend;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    display: flex;
}