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

body {
    width: 100%;
    height: 100%;
    min-width: 1400px;
}

.dromo_header {
    display: flex;
    height: 100px;
    background-color: #ffffff30;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 9999;       
}

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

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

.dromo_header .logo img {
    width: 48px;
    height: 48px;
}

.dromo_header h3 {
    font-family: Arial Black;
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
    margin-left: 12px;
}

.dromo_header a {
    font-family: Arial;
    color: #000000;
    font-size: 24px;
    margin-left: 20px;
    line-height: 100px;
    text-decoration: underline;
}

.dromo_banner {
    margin-top: -100px;
    background-image: url(../images/bj.png);
    background-repeat: no-repeat;
    height: 1318px;
}

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

.dromo_banner h4 {
    font-family: Arial black;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-top: 186px;
    max-width: 772px;
}

.dromo_banner p {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    margin-top: 48px;
    max-width: 572px;
}

.dromo_banner .right {
    margin-top: 128px;
}

.dromo_banner a {
    margin-top: 80px;
    display: block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dromo_banner a img {
    width: 216px;
    height: 64px;
}

.dromo_banner a:hover {
    transform: translate(10px, 10px);
}

.dromo_conditions .wrapper {
    display: flex;
    justify-content: space-around;
    background: #ffffff60;
    border-radius: 24px;
    padding: 48px 0 48px 0;
    border: 1px solid #ffffff;
    margin-top: -500px;
}

.dromo_conditions .wrapper h4 {
    font-weight: 900;
    font-size: 32px;
    color: #000000;
}

.dromo_conditions .wrapper ul {
    display: flex;
    margin-top: 24px;
}

.dromo_conditions .wrapper img {
    height: 36px;
    width: 36px;
    margin-right: 12px;
}

.dromo_conditions .wrapper li {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 24px;
    color: #424242;
    max-width: 600px;
}

.dromo_get {
    margin-top: 78px;
    height: 964px;
    background: linear-gradient( 270deg, #37C16F 0%, #87CF8F 100%);
}

.dromo_get p {
    padding-top: 64px;
    font-family: Arial black;
    font-weight: bold;
    font-size: 32px;
    color: #FFB84D;
}

.dromo_get h4 {
    font-family: Arial black;
    font-weight: bold;
    font-size: 54px;
    color: #000000;
    margin-top: 16px;
}

.dromo_get .point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dromo_get .point h5 {
    font-family: Arial black;
    font-weight: bold;
    font-size: 24px;
    color: #0C4E2B;
}

.dromo_get .point p {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #35745D;
    max-width: 393px;
    margin-top: 8px;
    padding-top: 0px;
}

.dromo_get ul .le {
    margin: auto 0;
    margin-left: 48px;
}

.dromo_get ul .le img {
    height: 150px;
    width: 150px;
}

.dromo_get ul .ri {
    margin-left: 24px;
}

.dromo_get ul .ri img {
    margin-left: -257px;
    margin-top: -36px;
}

.dromo_get ul {
    display: flex;
    margin-top: 88px;
    width: 640px;
    height: 246px;
    background: #ffffff90;
    border-radius: 24px 24px 24px 24px;
}

.dromo_adv p {
    padding-top: 64px;
    font-family: Arial black;
    font-weight: bold;
    font-size: 32px;
    color: #FFB84D;
}

.dromo_adv h4 {
    font-family: Arial black;
    font-weight: bold;
    font-size: 54px;
    color: #000000;
    margin-top: 16px;
}

.dromo_adv .wrapper .le {
    margin-top: 128px;
}

.dromo_adv .wrapper .ri {
    margin-top: 64px;
}

.dromo_adv .wrapper h5 {
    font-family: Roboto, Roboto;
    font-weight: 800;
    font-size: 32px;
    color: #15BC62;
    max-width: 640px;
}

.dromo_adv .wrapper li {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: #666666;
    max-width: 654px;
    margin-top: 12px;
    margin-bottom: 48px;
}

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

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

.dromo_adv .wrapper h3 {
    font-family: Montserrat, Montserrat;
    font-weight: 900;
    font-size: 44px;
    color: #000000;
    margin: 64px 0 64px 0;
    text-align: center;
}

.dromo_bottom {
    background: #272626;
}

.dromo_bottom .wrapper {
    padding: 64px 0 64px 0;
    display: flex;
    justify-content: space-between;
}

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

.dromo_bottom .wrapper .delete h3 {
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 32px;
    max-width: 600px;
}

.dromo_bottom .wrapper .delete p {
    font-size: 22px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    margin-top: 30px;
}

.dromo_bottom .wrapper .delete input {
    width: 456px;
    height: 64px;
    border-radius: 12px;
    background-color: #ffffff20;
    opacity: 1;
    border: 1px solid #ffffff;
    padding-left: 24px;
    font-size: 20px;
    margin-top: 10px;
    color: #ffffff;
}

input:-moz-placeholder,
textarea:-moz-placeholder { 
    color: #ffffff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #ffffff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #ffffff;
} 

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

.dromo_bottom .wrapper .delete .send input {
    width: 339px;
    border-radius: 12px 0px 0px 12px;
}

.dromo_bottom .wrapper .delete .send a {
    display: block;
    width: 117px;
    height: 66px;
    background: #15BC62;
    border-radius: 0px 12px 12px 0px;
    opacity: 1;
    margin-top: 10px;
    text-align: center;
    line-height: 66px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.dromo_bottom .wrapper .delete .button {
    width: 480px;
    height: 64px;
    background: #15BC62;
    border-radius: 12px;
    opacity: 1;
    margin-top: 44px;
}

.dromo_bottom .wrapper .delete .button a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
}

.dromo_bottom .wrapper .info {
    width: 700px;
}

.dromo_bottom .wrapper .info h3 {
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    max-width: 600px;
}

.line {
    margin-top: 32px;
    background-color: #3c3c3c;
    font-size: 0;
    height: 1px;
}

.dromo_bottom .wrapper .info ul {
    margin-top: 24px;
}

.dromo_bottom .wrapper .info p {
    font-size: 20px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    color: #a4a4a4;
}

.dromo_bottom .wrapper .info li {
    font-size: 24px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    color: #ffffff;
    font-weight: 500;
    margin-top: 8px;
}