﻿.news_notice_price {
    position: relative;
    width: 100%;
    height: 350px;
}

.news_notice_price .rectangle_1 {
    position: absolute;
    background-color: #1ea3dc;
    width: 100%;
    height: 400px;
    z-index: 10;
}

.news_notice_price .triangle_1 {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #021b26;
    border-bottom: 25px solid transparent;
    z-index: 20;
    top: 260px;
    left: -15px;
}

.news_notice_price .rectangle_2 {
    background-color: #fff;
    position: absolute;
    width: 85%;
    height: 300px;
    z-index: 30;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_notice_price .rectangle_3 {
    position: absolute;
    background-color: #1ea3dc;
    width: 90%;
    height: 240px;
    z-index: 40;
    top: 45px;
    left: -15px;
}

.news_notice_price .rectangle_3 .title {
    background-color: white;
    width: 70%;
    text-align: center;
    margin-top: 15px;
    padding: 5px 10px;
    font-weight: bold;
    margin-left: 20%;
}

.news_notice_price .news_btn_notice_price {
    position: absolute;
    z-index: 50;
    border: none;
    padding: 10px 20px;
    top: 106%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 8px;
    background-color: #f0de00;
    font-weight: bold;
    font-size: 18px;
}

.capcha-notice-price {
    position: absolute;
    z-index: 50;
    border: none;
    padding: 10px 20px;
    top: 87%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 8px;
}

.news_notice_price .rectangle_3 input {
    padding: 5px 20px;
    border-radius: 8px;
    border: none;
    outline: none;
    margin-left: 25%;
}

.news_notice_price .rectangle_3 p {
    color: #fff;
    display: inline-block;
    margin-left: 40%;
}

@media (max-width: 576px) {
    .form_notice_price_container {
        padding: 0 15px;
    }
}
