﻿body {
}

.mod_link {
    display: none;
}

@media screen and (min-width: 751px) {
    
    .image {
        width: 100%;
        height: 100%;
    }

    .top_image {
        width: 100%;
        height: auto;
    }

    .bottom_image {
        width: 100%;
        height: auto;
        padding: 0 60px 60px;
        box-sizing: border-box;
    }

    .kdSubscribe_form_wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 35px 60px 50px;
    }

    .filter_list {
        font-size: 16px;
        color: #333333;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .filter_name {
        font-size: 16px;
        width: 76px;
    }

    .filter_item_list {
        width: 100%;
        padding-left: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .filter_item {
        height: 26px;
        display: flex;
        align-items: center;
        margin-right: 46px;
        cursor: pointer;
    }

    .filter_item_label {
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        margin-left: 6px;
        padding: 0 14px;
        border-radius: 13px;
    }

        .filter_item_label.current {
            background: linear-gradient(to right, #39A5FF, #2582FF);
            color: #fff;
        }

    .select_pcd {
        width: 160px;
        height: 38px;
        background: #FFFFFF;
        border: 1px solid #A9A9A9;
        margin: 0 18px 0 0;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .address_line {
        margin-bottom: 20px !important;
    }

    .form_input {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .input_tit {
        font-size: 16px;
        color: #494949;
        width: 76px;
    }

    .input_cont {
        width: 285px;
        height: 35px;
        background: #FFFFFF;
        border: 1px solid #A9A9A9;
        padding: 0 18px;
        box-sizing: border-box;
    }

        .input_cont::placeholder {
            font-size: 16px;
            color: #999999;
        }

    .input_textarea {
        padding: 8px 18px;
        background: #FFFFFF;
        border: 1px solid #A9A9A9;
        box-sizing: border-box;
    }

    .textarea_input {
        width: 640px;
        height: 50px;
        padding: 0;
        border: none;
        resize: none;
    }

        .textarea_input::placeholder {
            font-size: 16px;
            color: #999999;
        }

    .remark_tit {
        height: 55px;
    }

    .submit_btn {
        width: 260px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
        background: #0282DD;
        border-radius: 10px;
        font-size: 18px;
        color: #FFFFFF;
        cursor: pointer;
    }

    .toast_box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: -2.5rem 0 0 0;
        width: 500px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 0.4rem;
    }
        .toast_box .content {
            padding: 3rem;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }

}


@media screen and (max-width: 750px) {
    
    .advanced_search_wrapper {
        max-width: 75rem;
    }
    .advanced_table_th {
        padding-left: 2rem;
        width: 16rem;
    }
    .advanced_table_td {
        line-height: 8.8rem;
    }
        .advanced_table_td a {
            margin: 0;
        }

    
    .top_image {}

    .kdSubscribe_form_wrapper {
        padding: 2rem;
        box-sizing: border-box;
    }
    .filter_list {
        width: 100%;
    }
    .filter_name {
        font-size: 3.2rem;
        color: #333333;
        margin-bottom: 2rem;
    }
    .filter_item_list {
        width: 100%;
        margin-bottom: 3rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .filter_item {
        font-size: 3.2rem;
        position: relative;
    }
    .filter_item input {
        opacity: 0;
        position: absolute;
        left: 2rem;
    }
    .filter_item_label {
        display: block;
        float: left;
        height: 5.2rem;
        line-height: 5.2rem;
        font-size: 3.2rem;
        padding: 0 2.4rem;
        border-radius: 2.6rem;
    }
        .filter_item_label.current {
            background: linear-gradient(to right, #39A5FF, #2582FF);
            color: #fff;
        }

    .form_input {
        margin-bottom: 2rem;
    }
    .input_tit {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }

    .input_cont {
        width: 100%;
        height: 7.6rem;
        border: none;
        background: #F2F5F8;
        border-radius: 4px;
        padding: 0 2rem;
        box-sizing: border-box;
        font-size: 2.8rem;
    }
        .input_cont::placeholder {
            font-size: 3rem;
            color: #999999;
        }
    
    .address_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .select_pcd {
        width: 32%;
        height: 7.6rem;
        border: none;
        background: #F2F5F8;
        border-radius: 4px;
        font-size: 2.8rem;
    }
    .input_textarea {
        width: 100%;
        height: 10rem;
        background: #F2F5F8;
        border-radius: 4px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 1rem 2rem;
    }
    .textarea_input {
        width: 100%;
        height: 100%;
        background: #F2F5F8;
        font-size: 2.8rem;
        padding: 0;
        border: none;
        resize: none;
    }
        .textarea_input::placeholder {
            font-size: 3rem;
            color: #999999;
        }

    .submit_btn {
        width: 50rem;
        height: 10rem;
        line-height: 10rem;
        text-align: center;
        margin: 4rem auto;
        background: #0282DD;
        border-radius: 10px;
        font-size: 3.6rem;
        color: #FFFFFF;
    }

    .bottom_image {
        /*width: 100%;
        height: auto;
        padding-bottom: 10rem;
        box-sizing: border-box;*/
        display: none;
    }

    .toast_box .content {
        padding: 3rem;
        text-align: center;
        color: #fff;
        font-size: 3rem;
    }

}

