.menu_bar {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .OpenMenu .menu_bar {
        background: rgba(0,0,0,.9);
    }

        .OpenMenu .menu_bar:hover {
            background: rgba(0,0,0,.9);
        }
}


/*--------自動播放----------*/
/*增加案例自動播放樣式*/
.AutoPlayToggle .AutoplayTip {
    display: none;
    position: absolute;
    margin-left: 333px;
}

.toggle.AutoPlayToggle {
    display: flex;
    justify-content: center;
    color: #000;
    line-height: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .toggle.AutoPlayToggle a {
        color: #aa352c;
        margin: 0 5px;
    }

.AutoPlayToggle .switch {
    position: relative;
    display: block;
    width: 70px;
    height: 30px;
    margin: 0 10px;
}

    .AutoPlayToggle .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.AutoPlayToggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

    .AutoPlayToggle .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .AutoPlayToggle .slider i {
        display: inline-block;
        margin: 0 4px;
    }

.AutoPlayToggle input:checked + .slider {
    background-color: #aa352c;
}

.AutoPlayToggle input:focus + .slider {
    box-shadow: 0 0 1px #29b5a8;
}

.AutoPlayToggle input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

.AutoPlayToggle .slider.round {
    border-radius: 34px;
}

    .AutoPlayToggle .slider.round:before {
        border-radius: 50%;
    }


/*--------nav----------*/
.menu_bar {
    position: relative;
    top: 0;
    text-align: right
}

    .menu_bar ul li a {
        color: #fff;
    }

        .menu_bar ul li a:hover {
            color: #fff;
            background-color: #fff;
        }

    .menu_bar + .container {
        padding-top: 0;
    }

.main_box {
    position: relative;
}

    .main_box ul {
        display: block;
        text-align: center;
        font-size: 16px;
        position: relative;
        z-index: 10;
    }

        .main_box ul li {
            display: inline-block;
        }

            .main_box ul li a {
                display: block;
                text-align: center;
                color: #fff;
                padding: 10px 20px;
                font-weight: 500;
                font-size: 1.25em;
            }

                .main_box ul li a:hover {
                    color: #aa352c;
                }

.inner_nav ul li a {
    color: #aa352c;
    font-size: 1em;
}

    .inner_nav ul li a:hover {
        color: #000;
    }

/*--------主視覺----------*/
.main_visual {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 47%;
    background-image: url(../../../images/kingvote/2022/index_final.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    overflow: hidden;
    top: 0px;
    z-index: 1;
}

.visual_desc {
    display: block;
    max-width: 850px;
    position: absolute;
    left: 52%;
    top: 50%;
    margin-top: -120px;
    font-size: 1.25em;
    color: #e7e9e4;
}

.visual_logo img {
    width: 100%;
}

.visual_desc p {
    display: block;
    padding: 0 10px;
}

.main_visual .enter_vote {
    display: block;
    text-align: end;
    color: #e7e9e4;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-weight: 800;
    font-size: 2em;
    text-decoration: underline;
    padding: 0 10px;
}

.enter_vote:hover {
    color: #000;
}

.switch_page {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -135px;
}

    .switch_page li {
        display: block;
        text-align: end;
        margin: 15px 0;
    }

        .switch_page li a {
            color: #000;
            font-size: 1.25em;
            font-weight: 500;
            font-weight: 500;
        }

            .switch_page li a:hover {
                color: #aa352c;
                text-decoration: underline;
            }

.nav_style_kind ul {
    display: block;
    background-color: #000;
    text-align: center;
    position: relative;
    top: -8px;
    padding: 10px 0;
}

    .nav_style_kind ul li {
        display: inline-block;
        margin: 10px 15px;
    }

        .nav_style_kind ul li a {
            color: #fff;
        }

            .nav_style_kind ul li a:hover {
                color: #aa352c;
            }


.vote_btn {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 180px;
    font-size: 2.25em;
    color: #fff;
    position: relative;
    font-weight: 600;
    background-color: #aa352c;
    z-index: 11;
}

    .vote_btn:before {
        display: block;
        content: "";
        width: 190px;
        height: 190px;
        border: 1px solid #aa352c;
        border-radius: 50%;
        position: absolute;
        top: -6px;
        left: -6px;
    }

    .vote_btn:hover:before {
        border-color: #aa352c;
    }

.visual_description {
    display: none;
    position: relative;
    margin-top: -150px;
}

    .visual_description span {
        color: #aa352c;
    }

.main_box p {
    display: block;
    text-align: center;
    color: #333;
    font-size: 1.25em;
    margin-top: 50px;
    font-weight: 600;
    padding: 0 15px;
}

.guide {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    left: 50%;
    margin-left: -56px;
}

.sign {
    width: 80px;
    height: 80px;
    position: absolute;
    box-shadow: 1px -1px 0 1px #aa352c inset;
    -webkit-box-shadow: 2px -2px #aa352c inset;
    border: solid transparent;
    border-width: 0 0 2rem 2rem;
    transition: 0.2s;
}

.sign_down {
    transform: rotate(-45deg)
}
/*--------類別選項----------*/
.submenu {
    display: block;
    background-color: #aa352c;
    margin: 120px 0 50px 0;
}

.main_box .submenu li a {
    color: #fff;
    padding: 15px 20px;
    font-size: 1em;
}

    .main_box .submenu li a:hover {
        color: #000;
    }

/*--------內頁樣式----------*/
.inner_visual {
    display: block;
    width: 100%;
    height: 00px;
    padding-bottom: 18.2%;
    background-image: url(../../../images/kingvote/2022/inner_top.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size: contain;
}

    .inner_visual span {
        display: block;
        max-width: 720px;
        position: absolute;
        left: 50%;
        bottom: -5px;
    }

    .inner_visual img {
        width: 100%;
    }

.inner_box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    font-weight: 00;
}

    .inner_box section, .project_view section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .inner_box h2 {
        text-align: center;
        font-size: 2.25em;
        font-weight: 600;
        color: #aa352c;
        margin-top: 80px;
        position: relative;
    }

        .inner_box h2:before {
            display: block;
            content: "";
            width: 200px;
            height: 1px;
            background-color: #aa352c;
            position: absolute;
            left: 50%;
            margin-left: -300px;
            top: 10px;
        }

        .inner_box h2:after {
            display: block;
            content: "";
            width: 200px;
            height: 1px;
            background-color: #bb1917;
            position: absolute;
            right: 50%;
            margin-right: -300px;
            top: 10px;
        }

        .inner_box h2 span {
            display: block;
            font-size: 18px;
            margin-top: 10px;
        }

        .inner_box h2 + p {
            text-align: center;
            font-size: 1.5em;
            padding: 20px;
            line-height: 1.8em;
        }

    .inner_box h3 + p {
        font-size: 1.25em;
        line-height: 1.6em;
    }

    .inner_box h3 {
        display: block;
        width: 100%;
        font-size: 1.8em;
        font-weight: 600;
        margin-top: 40px;
        color: #aa352c;
        margin-bottom: 30px;
    }

        .inner_box h3.green {
            color: #03c302;
        }

/*--------投票辦法獎項樣式----------*/
.prize_content {
    display: block;
    background-color: #efefef;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: -90px;
    padding: 50px 30px;
}

.prize_column {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

    .prize_column span {
        color: #03c302;
    }

        .prize_column span + span {
            color: #aa352c;
        }

.section ul li span {
    color: #aa352c;
}

.prize_list {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    margin-right: 20px;
}

.date {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #aa352c;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    position: absolute;
    top: -10px;
    left: 0px;
}

    .date span {
        display: block;
        font-family: Times New Roman;
        color: #fff;
        transform: rotate(90deg);
        position: absolute;
        top: 30px;
        font-size: 14px;
        font-weight: 500;
    }

    .date p {
        font-family: Times New Roman;
        font-size: 1.6em;
        margin-top: 12px;
        margin-left: 15px;
    }

.prize_info {
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 10px;
    font-weight: 400;
}

    .prize_info p {
        text-align: center;
    }

    .prize_info img {
        width: 100%;
    }

/*--------領獎須知----------*/
.inner_box section, .project_view section.law {
    display: block;
    padding: 30px 0;
}

.law li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 15px;
}

/*--------投票頁樣式----------*/
.vote_box, .project_view {
    background-color: #efefef;
}

/*--------搜尋功能BAR----------*/
.search_condition {
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
    padding: 50px 0;
}

    .search_condition fieldset {
        display: inline-block;
        width: auto;
    }

    .search_condition button {
        display: inline-block;
        width: 100px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #aa352c;
        color: #be0200;
        margin: 0 15px 0 0;
        font-size: 15px;
        font-weight: 600;
    }

    .search_condition.s_btn {
        display: inline-block;
        width: 100px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #aa352c;
        color: #be0200;
        margin: 0 15px 0 0;
        font-size: 15px;
        font-weight: 600;
    }

    .search_condition input {
        display: inline-block;
        height: 40px;
        border: 1px solid #be0200;
        font-size: 15px;
        font-weight: 600;
    }

        .search_condition input[type="search"] {
            width: 300px;
            background-color: #fff;
            outline: none;
            padding: 8px;
            color: #333;
        }

        .search_condition input[type="submit"] {
            width: 100px;
            background-color: #aa352c;
            color: #fff;
            font-size: 16px;
        }

            .search_condition input[type="submit"]:hover {
                color: #000;
            }

/*--------空間類別NAV----------*/

.space_type_nav {
    display: block;
    width: 100%;
    margin: 0 auto;
}

    .space_type_nav ul {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

        .space_type_nav ul li {
            width: 12.5%;
            height: 50px;
            line-height: 50px;
        }

    .space_type_nav li a {
        display: block;
        background-color: #fff;
        color: #aa352c;
    }

        .space_type_nav li a.space_type_nav_show {
            background-color: #aa352c;
            color: #fff;
        }

        .space_type_nav li a:hover, .space_type_nav li a:focus, .slide_page_no ul li a:hover, .slide_page_no ul li a:focus, .search_condition .s_btn:hover, .search_condition button:hover, .project_btn a:hover, .vote_btn:hover, .project_vote:hover {
            background-color: #aa352c;
            color: #fff;
        }

/*--------專案列表----------*/
.project_list {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.project_items {
    width: 32%;
    background-color: #fff;
    position: relative;
    margin-top: 60px;
    position: relative;
}

.designer_img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 150px;
    right: 10px;
    box-shadow: 4px 4px 5px rgba(0,0,0,.5);
}

    .project_list img, .designer_img img {
        width: 100%;
    }

.project_introduction h3 {
    font-size: 1.25em;
    margin-top: 0;
    width: 60%;
    color: #333;
}

.project_introduction strong {
    color: #aa352c;
}

    .project_introduction strong:before {
        display: inline-block;
    }

.project_introduction p {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 5px;
    height: 66px;
}

.project_introduction {
    display: block;
    padding: 10px 20px;
}

.project_btn {
    display: block;
    text-align: center;
}

    .project_btn a {
        display: inline-block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        margin: 15px;
        border: 1px solid #aa352c;
        color: #aa352c;
        border-radius: 20px;
    }

.vote_count {
    display: block;
    text-align: center;
    font-size: 1.6em;
    padding: 10px;
    border-top: 1px solid #be0200;
    color: #aa352c;
}

    .vote_count:after, .total:after {
        display: inline-block;
    }


/*--------獎牌樣式----------*/
.past_winners_2021medal {
    display: block;
    width: 60px;
    height: 128px;
    position: absolute;
    top: -10px;
}

    .past_winners_2021medal img {
        width: 100%;
    }

/*--------大圖瀏覽樣式----------*/
.project_view {
    text-align: center;
    padding: 20px 0;
}

    .project_view .project_introduction strong {
        display: block;
        font-size: 1.8em;
        font-weight: 600;
        margin-top: 30px;
    }

.slide_box {
    display: block;
    position: relative;
    max-width: 960px;
    max-height: 512px;
    margin: 0 auto;
}

.slide_box {
    margin-top: 30px;
}

    .slide_box .past_winners_2021medal {
        right: 10%;
    }

/*--------大圖----------*/
.slide_left_arrow, .slide_right_arrow {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #be0200;
    line-height: 45px;
    position: absolute;
    top: 0;
    margin-top: 25%;
}

    .slide_left_arrow:hover, .slide_right_arrow:hover {
        background-color: #aa352c;
        color: #fff;
    }

.slide_left_arrow {
    left: 0;
}

.slide_right_arrow {
    right: 0;
}

.slide_img {
    display: block;
    width: 80%;
    margin: 0 auto;
    max-height: 640px;
    max-width: 960px;
}

    .slide_img img { /*width: 100%;*/
        max-width: 768px;
        max-height: 512px;
        height: auto;
    }

/*--------大圖瀏覽描敘----------*/
.project_detail {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*--------票數----------*/
.total, .past_winners_view_total {
    display: block;
    width: 150px;
    height: 150px;
    border: 5px solid #aa352c;
    border-radius: 100%;
    line-height: 150px;
    font-size: 1.8em;
    color: #aa352c;
    text-align: center;
}

.introduction {
    width: 75%;
    margin-left: 40px;
    margin: 0 auto;
}

    .introduction h2 {
        font-size: 1.8em;
        font-weight: 600;
        color: #333;
    }

    .introduction p {
        margin-top: 10px;
        line-height: 1.8em;
        color: #333;
        text-align: justify;
    }

.project_vote {
    display: block;
    font-size: 1.6em;
    color: #aa352c;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #be0200;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 30px;
}


.introduction a, .news_article a {
    display: block;
    text-align: right;
    color: #aa352c;
    text-decoration: underline;
    margin-top: 10px;
}

.introduction .project_contact_dsg {
    display: block;
    font-size: 1.6em;
    color: #aa352c;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #be0200;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 30px;
    text-decoration: none;
}

    .introduction .project_contact_dsg:hover {
        background-color: #aa352c;
        color: #fff;
    }

.introduction .back_page {
    display: block;
    width: 80px;
    color: #D3D3D3;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-right: 0;
}



/*--------最新消息----------*/
.news_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.news_row {
    width: 22%;
    margin: 20px 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

    .news_row img {
        width: 100%;
    }

    .news_row h3 {
        font-size: 1em;
        color: #333;
        margin-top: 0px;
    }

.news_date {
    display: block;
    text-align: right;
    color: #aa352c;
    font-size: 14px;
}

.page {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 30px 0px;
    font-size: 14px;
}

    .page ul {
        display: inline-block;
        margin-left: 50px;
    }

        .page ul li {
            display: inline-block;
            margin: 0 10px;
        }

            .page ul li a:hover {
                color: #aa352c;
            }

    .page p {
        display: inline-block;
        float: right;
    }

/*--------最新消息底層----------*/
.news_article {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
}

    .news_article h2 {
        text-align: left;
        font-size: 1.5em;
        color: #333;
        margin-top: 20px;
        line-height: 1.5em;
    }

        .news_article h2:before, .news_article h2:after, .about_designer h2:before, .about_designer h2:after {
            display: none;
        }

        .news_article h2 + p {
            font-size: 1em;
            text-align: left;
            padding: 0;
        }

    .news_article .news_date {
        text-align: left
    }

/*--------歷屆得獎----------*/
.all_about_winner {
    background-color: #efefef;
    padding-top: 50px;
    box-sizing: border-box;
}

.report_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
}

    .report_video iframe, .report_video object, .report_video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video_slide .slide_left_arrow, .video_slide .slide_right_arrow {
    margin-top: 5%
}

.history_years {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

    .history_years li {
        display: inline-block;
        padding: 20px;
    }

        .history_years li a {
            font-size: 1.25em;
            font-weight: 600;
        }

            .history_years li a.history_years_show {
                color: #aa352c;
            }

            .history_years li a:hover {
                color: #aa352c;
            }

.all_about_winner .space_type_nav ul li {
    width: 12.5%;
}

.winner_interview {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .winner_interview img {
        width: 100%;
    }

.about_designer {
    width: 30%;
    text-align: center;
    position: relative;
}

    .about_designer img {
        width: 100%;
        height: auto;
        border-radius: 100%;
        overflow: hidden;
        margin-top: 30px;
    }

    .about_designer h3 {
        font-size: 1.25em;
        color: #333;
        text-align: center;
        margin-top: 0px;
    }

        .about_designer h3 i {
            display: block;
        }

    .about_designer .project_btn a {
        margin: 10px;
        width: 90px;
    }

    .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
        margin-top: 28%;
        background-color: transparent;
    }

        .about_designer .slide_left_arrow:hover, .about_designer .slide_right_arrow:hover {
            color: #333;
        }

    .about_designer .slide_left_arrow {
        left: 38%;
    }

    .about_designer .slide_right_arrow {
        right: 38%;
    }

.about_case {
    width: 63%;
    margin-top: 40px;
}

    .about_case a {
        color: #333;
    }

    .about_case .more {
        display: block;
        text-align: right;
        color: #aa352c;
        text-decoration: underline;
        margin-top: 10px;
    }

footer {
    position: relative;
    top: -8px;
}

/*--------投票列表頁----------*/
.case_img {
    min-height: 243px;
    max-height: 243px;
}

.set_btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #be0200;
    color: #aa352c;
    margin: 0 15px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.vote_companyname {
    height: 75px;
}

.past_winners_companyname {
    height: 50px;
}

.video_slide {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

    .video_slide .bgImage {
        display: block;
        width: 96%;
        height: 0;
        padding-bottom: 64%;
        border: 3px solid #efefef;
    }

        .video_slide .bgImage:hover, .video_slide .bgImage:focus {
            border: 3px solid #be0200;
        }

.page_view_inner a {
    color: #575859;
}

    .page_view_inner a:hover, .page_view_inner a.page_view_icon:hover {
        color: #aa352c;
        background-color: transparent;
    }

.page_view_inner .currentNum {
    color: #aa352c;
    background-color: transparent;
}

.bgImage {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.img_nav {
    margin-top: 20px;
}

.past_winners_2020medal {
    display: block;
    width: 143px;
    height: 170px;
    position: absolute;
    top: -50px;
}

    .past_winners_2020medal img {
        width: 100%;
    }

.slide_box .past_winners_2020medal {
    right: 10%;
}

/* Swiper Slide 輪播套件css設定 Start */
div.borderheadline {
    display: none;
}

div.borderheadline_fix {
    display: none;
}

@media (min-width:320px) and (max-width:1100px) {
    .visual_desc {
        margin-top: -150px;
    }
}

@media (max-width:959px) {
    swiper-container {
        width: calc(100vw * 0.9);
    }

    .slide_img img {
        max-width: 99%;
        max-height: 512px;
    }

    .news_article img {
        max-width: 99%;
        max-height: 512px;
    }
}
/* Swiper Slide 輪播套件css設定 End */


@media (min-width:320px) and (max-width:1024px) {
    .visual_desc {
        margin-top: -100px;
    }

    .visual_desc {
        font-size: 1em;
    }

    .vote_btn {
        background-color: #aa352c;
    }

    .menu_bar ul li a {
        color: #fff;
    }

    .main_box ul {
        display: none;
    }

    .main_box .submenu {
        display: block;
    }

    .designer_img {
        top: 220px;
    }

    .introduction {
        width: 70%;
    }

    .project_items {
        width: 48%;
    }

    .news_row {
        margin: 20px 14px;
    }

    .all_about_winner .space_type_nav ul li {
        width: 20%;
    }

    .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
        margin-top: 33%;
    }

    .switch_page {
        display: none;
    }

    .OpenMenu .container, .OpenMenu footer {
        display: block;
    }

    .OpenMenu .menu_bar {
        height: 100vh;
    }

        .OpenMenu .menu_bar ul {
            margin-top: 80px;
        }

            .OpenMenu .menu_bar ul li {
                margin-top: 5px;
            }

    .hot_keyword {
        display: none;
    }
}

@media (min-width:640px) and (max-width:999px) {
    .visual_desc {
        margin-top: -120px;
    }

    .vote_btn {
        width: 130px;
        height: 130px;
        font-size: 2em;
        line-height: 130px;
    }

        .vote_btn:before {
            width: 140px;
            height: 140px;
        }

    .project_items {
        width: 48%;
    }

    .designer_img {
        top: 130px;
    }

    .space_type_nav ul li {
        width: 24.7%;
        margin: 0 1px 1px 0;
    }

    .slide_page_no ul li a {
        margin: 7px;
    }

    .slide_img {
        width: 85%;
    }

    .project_detail {
        width: 90%;
    }

    .search_condition input[type="search"] {
        width: 200px;
    }

    .slide_box .past_winners_2021medal {
        right: 5%;
    }

    .slide_box .past_winners_2020medal {
        right: 3%;
    }

    .news_list {
        justify-content: center;
    }

    .news_row {
        width: 45%;
    }

    .video_slide li {
        margin: 20px 5px;
    }

    .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
        margin-top: 45%;
    }

    .about_designer .slide_left_arrow {
        left: 30%;
    }

    .about_designer .slide_right_arrow {
        right: 30%;
    }

    .about_designer .project_btn a {
        width: 80px;
    }
}

@media (min-width:320px) and (max-width:640px) {
    .visual_desc p {
        display: none;
    }

    .visual_desc {
        margin-top: -30px;
    }

    .main_visual .enter_vote {
        font-size: 1.25em;
    }

    .main_box .submenu li a {
        padding: 15px 23px;
    }

    .inner_visual {
        padding-bottom: 18.3%;
    }

        .inner_visual img {
            position: relative;
        }

    .project_items {
        width: 100%;
    }

    .designer_img {
        top: 300px;
    }

    .arrow_left, .arrow_right {
        display: none;
    }

    .project_detail {
        width: 90%;
        justify-content: center;
    }

    .introduction {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
        border-top: 1px solid #be0200;
        padding-top: 30px;
    }

    .slide_img {
        width: 90%;
    }

    .news_list {
        justify-content: center;
    }

    .news_row {
        width: 100%;
    }

    .page ul {
        margin-left: 0;
    }

    .page p {
        display: block;
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .video_slide li {
        width: 25%;
    }

        .video_slide li:nth-child(n+4) {
            display: none;
        }

    .video_slide .slide_left_arrow, .video_slide .slide_right_arrow {
        margin-top: 8%
    }

    .about_designer {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

        .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
            margin-top: 16%;
        }

        .about_designer .slide_left_arrow {
            left: 42%;
        }

        .about_designer .slide_right_arrow {
            right: 42%;
        }

    .about_case {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .slide_box .past_winners_2020medal {
        right: 5%;
        width: 100px;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .nav_style_kind ul {
        display: block;
        top: 100px;
        margin-bottom: 100px;
    }

    .main_visual .enter_vote {
        font-size: 1em;
    }

    .visual_desc {
        margin-top: -15px;
    }

    .vote_btn {
        width: 100px;
        height: 100px;
        font-size: 1.6em;
        line-height: 100px;
    }

        .vote_btn:before {
            width: 110px;
            height: 110px;
        }

    .main_box p {
        font-size: 1em;
        margin-top: 30px;
        font-weight: 500;
    }

    .guide {
        top: -20px;
    }

    .inner_visual img {
        margin-top: 10px;
    }

    .main_box .submenu li a {
        color: #fff;
        padding: 15px 16px;
    }

    .visual_description {
        margin-top: 30px;
        display: block;
    }

    .rule_vote_btn {
        margin-top: 20px;
        display: block;
    }

        .visual_description p {
            text-align: center;
        }

    .inner_box h2 {
        font-size: 1.8em;
    }

        .inner_box h2:after {
            width: 100px;
            margin-right: -180px;
        }

        .inner_box h2:before {
            width: 100px;
            margin-left: -180px;
        }

        .inner_box h2 + p {
            font-size: 1em;
            padding: 0px;
        }

    .inner_box h3 + p {
        font-size: 1.25em;
        line-height: 1.8em;
    }

    .project_vote {
        font-size: 1.25em;
        width: 90%;
        height: 40px;
        line-height: 40px;
    }

    .project_contact_dsg {
        font-size: 1.25em;
        width: 90%;
        height: 40px;
        line-height: 40px;        
    }

    .search_condition {
        padding: 30px 0;
        display: inline-block;
    }

        .search_condition button {
            display: none;
        }

        .search_condition input {
            margin: 0 auto;
        }

    .space_type_nav ul li {
        width: 24.5%;
        margin: 0 1px 1px 0;
    }

    .designer_img {
        top: 200px;
    }

    .slide_box .past_winners_2021medal {
        right: 5%;
    }

    .slide_box .past_winners_2020medal {
        right: 5%;
    }

    .slide_box .past_winners_2020medal {
        right: 5%;
        width: 100px;
    }

    .video_slide li {
        width: 32%;
        margin: 20px 5px;
    }

        .video_slide li:nth-child(n+3) {
            display: none;
        }

    .video_slide .slide_left_arrow, .video_slide .slide_right_arrow {
        margin-top: 10%
    }

    .video_slide {
        margin-bottom: 30px;
    }

    .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
        margin-top: 22%;
    }

    .about_designer .slide_left_arrow {
        left: 38%;
    }

    .about_designer .slide_right_arrow {
        right: 38%;
    }

    div.slide_left_arrow, div.slide_right_arrow {
        z-index: 2;
    }

    .search_condition input.set_btn {
        width: 49%;
    }

    .all_about_winner .space_type_nav ul li {
        width: 49%;
    }

    .prize_content {
        margin-top: -40px;
    }

}

@media (min-width:320px) and (max-width:414px) {
    .vote_btn {
        width: 80px;
        height: 80px;
        font-size: 1.25em;
        line-height: 80px;
        font-weight: 500;
    }

        .vote_btn:before {
            width: 90px;
            height: 90px;
        }

    .visual_description {
        margin-top: 30px;
    }

    .inner_box section, .project_view section {
        padding: 0 15px;
    }

    .prize_column div {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .space_type_nav ul li {
        font-size: 15px;
    }

    .designer_img {
        width: 120px;
        height: 120px;
        top: 170px;
    }

    .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
        margin-top: 27%;
    }

    .slide_img {
        width: 90%
    }

    .search_condition fieldset {
        width: 100%;
    }

    .search_condition .field {
        margin: 10px auto;
    }

    .search_condition input[type="search"] {
        width: 68%;
        background-color: #fff;
        outline: none;
        padding: 8px;
        color: #333;
    }
}


@media (min-width:320px) and (max-width:320px) {
    .inner_box h2, .inner_box h3 {
        font-size: 1.6em;
    }

        .inner_box h3 + p {
            font-size: 1em;
        }

        .inner_box h2:after {
            width: 50px;
            margin-right: -120px;
        }

        .inner_box h2:before {
            width: 50px;
            margin-left: -120px;
        }

    .law ul li {
        font-size: 14px;
    }

    .space_type_nav ul li {
        font-size: 14px;
    }

    .designer_img {
        width: 100px;
        height: 100px;
        top: 120px;
    }

    .project_introduction h3 {
        font-size: 1.2em;
    }

    .project_btn a {
        margin: 15px 10px;
    }

    .about_designer .slide_left_arrow, .about_designer .slide_right_arrow {
        margin-top: 32%;
    }

    .about_designer .slide_left_arrow {
        left: 35%;
    }

    .about_designer .slide_right_arrow {
        right: 35%;
    }

    .about_designer h3 {
        font-size: 1em;
    }

    .video_slide .slide_left_arrow, .video_slide .slide_right_arrow {
        margin-top: 6%
    }

    .video_slide li {
        width: 32%;
        margin: 10px 0px;
    }

    .all_about_winner .space_type_nav ul li {
        width: 49%;
    }

    .news_row h3 {
        font-size: 1em;
    }

    .search_condition input[type="search"] {
        width: 63%;
        background-color: #fff;
        outline: none;
        padding: 8px;
        color: #333;
    }

    .history_years li {
        padding: 20px 10px;
    }
}

@media (min-width:375px) and (max-width:376px) {
    .search_condition input[type="search"] {
        width: 69%;
        background-color: #fff;
        outline: none;
        padding: 8px;
        color: #333;
    }
}

@media (min-width:414px) and (max-width:415px) {
    .search_condition input[type="search"] {
        width: 72%;
        background-color: #fff;
        outline: none;
        padding: 8px;
        color: #333;
    }
}

.medal {
    display: block;
    width: 60px;
    height: 128px;
    position: absolute;
    top: -10px;
}
