﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;500&display=swap");

@font-face {
    font-family: "PrachasonNeueMon-Bold";
    src: url("/asset/font/PrachasonNeueMon/PrachasonNeueMon-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "PrachasonNeueMon-Medium";
    src: url("/asset/font/PrachasonNeueMon/PrachasonNeueMon-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "PrachasonNeueMon-SemiBold";
    src: url("/asset/font/PrachasonNeueMon/PrachasonNeueMon-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "PrachasonNeueMon-Regular";
    src: url("/asset/font/PrachasonNeueMon/PrachasonNeueMon-Regular.woff2") format("woff2");
}

body {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

    a:active {
        color: #000;
    }

    a:focus {
        color: #000;
    }

    a:focus-within {
        color: #000;
    }

button {
    all: initial;
}

.head > h1 {
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.head > h2 {
    font-size: 18px;
    margin-top: 0px;
}

.content {
    text-align: center;
}

.caption {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 17px;
}

    .caption a {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 4px;
        font-family: "PrachasonNeueMon-Medium";
    }

        .caption a .icon img {
            width: 30px;
            margin: auto auto;
        }

section.content {
    padding-top: 24px;
    text-align: center;
}

.header-contnet {
    padding-top: 24px;
    text-align: center;
}

.form-content {
    margin: auto auto;
    background-color: #fff;
    color: #000;
    border: 2px solid #e7e8ee;
    border-radius: 15px;
    width: 90%;
    padding-top: 16px;
    padding-bottom: 16px;
}
    .form-content > h2 {
        font-family: "PrachasonNeueMon-Medium";
        font-size: 21px;
        margin-bottom: 0px;
    }
    

    .text {
        font-family: "PrachasonNeueMon-Medium";
        color: #727272;
    }

    .textbox {
        font-family: "PrachasonNeueMon-Medium";
        border-radius: 25px;
        border: 2px solid #e7e8ee;
        text-align: center;
        height: 35px;
        width: 70%;
        padding: 5px;
        font-size: 17px;
        margin-top: 22px;
    }

        .textbox::placeholder {
            color: #727272;
        }

.txt_Carplate {
    font-family: "PrachasonNeueMon-Medium";
    border-radius: 25px;
    border: 2px solid #e7e8ee;
    text-align: center;
    height: 35px;
    width: 70%;
    padding: 5px;
    font-size: 17px;
    margin-top: 22px;
}

.ddl {
    font-family: "PrachasonNeueMon-Medium";
    border-radius: 25px;
    border: 2px solid #e7e8ee;
    text-align: center;
    height: 48px;
    width: 75%;
    padding: 5px;
    font-size: 17px;
    margin-top: 22px;
}

.e-btn-form {
    margin-top: 22px;
}

    .e-btn-text-form {
        margin-top: 3px;
    }

    .e-btn.red {
        font-family: "PrachasonNeueMon-Medium";
        height: 35px;
        background-color: #f84930;
        color: #fff;
        cursor: pointer;
    }

.btn-link {
    display: block;
    margin-top: 12px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-family: "PrachasonNeueMon-Medium";
    font-size: 12px;
    color: #727272;
    cursor: pointer;
}

    .form-footer {
        margin-top: 30px;
    }

        .form-footer > h3 {
            font-family: "PrachasonNeueMon-Medium";
            font-size: 16px;
            margin-bottom: 0px;
        }

.text-footer {
    font-family: "PrachasonNeueMon-Medium";
    color: #727272;
}

    .display-none {
        display: none;
    }

    .has-error {
        border-color: red;
    }

    .contact {
        margin-top: 12px;
/*display:flex;
flex-direction:row;*/
    }

.e-btn.tel {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "PrachasonNeueMon-Medium";
    background-color: #29A7DE;
    color: #fff;
    border: 1px solid #29A7DE;
    border-radius: 10px;
    font-size: 16px;
}

.e-btn.line {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: "PrachasonNeueMon-Medium";
    background-color: #00C300;
    color: #fff;
    cursor: pointer;
    border: 1px solid #00C300;
    border-radius: 10px;
    font-size: 16px;
}

.e-btn.gray {
    background-color: #f4f5f9;
    color: #727272;
    border: 1px solid #e7e8ee;
    border-radius: 15px;
    cursor: pointer;
}

    .icon-logo {
        position: relative;
        top: 4px;
        width: 19px;
        height: 19px;
    }

    .Fail-text > h2 {
        font-family: "PrachasonNeueMon-Medium";
        font-size: 23px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .Fail-content {
        padding-top: 24px;
        padding-bottom: 24px;
    }


@media(min-width:717px) {
    .form-content {
        margin: auto auto;
        background-color: #fff;
        color: #000;
        border: 2px solid #e7e8ee;
        border-radius: 15px;
        width: 60%;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .textbox {
        font-family: "PrachasonNeueMon-Medium";
        border-radius: 25px;
        border: 2px solid #e7e8ee;
        text-align: center;
        height: 35px;
        width: 50%;
        padding: 5px;
        font-size: 17px;
        margin-top: 22px;
    }

    .caption {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 17px;
    }

    .Fail-text > h2 {
        font-family: "PrachasonNeueMon-Medium";
        font-size: 21px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .contact {
        margin-top: 12px;
    }

    .e-btn.tel {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-family: "PrachasonNeueMon-Medium";
        background-color: #29A7DE;
        color: #fff;
        border: 1px solid #29A7DE;
        border-radius: 10px;
        font-size: 14px;
    }

    .e-btn.line {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-family: "PrachasonNeueMon-Medium";
        background-color: #00C300;
        color: #fff;
        cursor: pointer;
        border: 1px solid #00C300;
        border-radius: 10px;
        font-size: 14px;
    }

    .form-carplate {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .txt_Carplate {
        font-family: "PrachasonNeueMon-Medium";
        border-radius: 25px;
        border: 2px solid #e7e8ee;
        text-align: center;
        height: 35px;
        width: 90%;
        padding: 5px;
        font-size: 17px;
        margin-top: 22px;
    }

    .ddl {
        font-family: "PrachasonNeueMon-Medium";
        border-radius: 25px;
        border: 2px solid #e7e8ee;
        text-align: center;
        height: 48px;
        width: 88%;
        padding: 5px;
        font-size: 17px;
        margin-top: 22px;
    }
}