@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    line-height: 1.25;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: bolder;
}


small {
    font-size: 80%;
}


sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.25;
}

button,
input {
    overflow: visible;
    text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
}

a {
    outline: 0;
    border: 0;
    text-decoration: none;
    color: inherit;
}

a.btn_uderline {
    text-decoration: underline;
}

a.btn,
.btn {
    flex: none;
    transition: all ease .3s;
}

a.btn_link {
    color: #F6D392;
    display: inline-block;
}

a.btn_link_dark {
    color: #8E6C2C;
}

a.btn_link::after {
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all ease .3s;
    background-color: #F6D392;
}

a.btn_link_dark::after {
    background-color: #8E6C2C;
}

a.btn_primary,
.btn_primary,
a.btn_secondary,
.btn_secondary,
a.btn_third {
    display: inline-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    padding: 0.625rem 1.5625rem;
    border: #F2A853 solid 2px;
    border-radius: 100px;
    color: #F2A853;
}

a.btn_bold{
    display: inline-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    padding: 0.625rem 1.5625rem;
    border: #F9D395 solid 2px;
    border-radius: 100px;
    color: #F9D395;
}


a.btn_primary.btn_darker {
    border-color: #8E6C2C;
    color: #8E6C2C;
}


a.btn_secondary,
.btn_secondary {
    color: #ACACAC;
    border-color: #ACACAC;
}

a.btn_third {
    color: #F6D392;
    border-color: #F6D392;
}


a.btn_secondary.btn_darker {
    border-color: #ACACAC;
    color: #fff;
    background: #B2B2B2;
}



a.btn_simple {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    font-size: 1.65rem;
    width: 1.5em;
    height: 1.5em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

a.btn_simple_dark {
    color: #8E6C2C;
    background: rgba(178, 178, 178, 0.1);
}


a.btn_icon {
    padding-left: 1rem;
}

a.btn_icon.icon_right {
    padding-left: 1.5625rem;
    padding-right: 1rem;
}

.close {
    color: #B2B2B2 !important;
    cursor: default;
}

.close:hover::after {
    width: 0 !important;
}

@media (hover: hover) {

    a.btn_link:hover {
        color: #FFC658;
    }

    a.btn_link:hover::after {
        width: 0;
        background-color: #FFC658;
    }

    a.btn_primary:hover {
        color: #fff;
        background: #F2A853;
    }

    a.btn_primary.btn_darker:hover {
        color: #fff;
        background: #8E6C2C;
    }

    a.btn_secondary:hover {
        color: #fff;
        background: #ACACAC;
    }


    a.btn_secondary.btn_darker:hover {
        color: #fff;
        border-color: #D4B490;
        background: #D8BFA2;
    }

    a.btn_third:hover {
        color: #8E6C2C;
        background: #F6D392;
    }

    a.btn_simple:hover {
        color: #FFC658;
        background: rgba(255, 255, 255, 0.2);
    }

    a.btn_simple_dark:hover {
        background: rgba(178, 178, 178, 0.2);
    }
}

a.btn_tab {
    border-radius: 1.25rem 1.25rem 0 0;
}

a.btn_tab.is-active,
a.btn_tab.is-active:hover {
    cursor: default;
    border-color: #CA9B65;
    background: #CA9B65;
    color: #fff;
}

img {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
}

.small {
    font-size: 0.6em;
    vertical-align: super;
}


html,
body {
    font-size: 3.5vw;
}


body {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    font-family: "Microsoft JhengHei", "微軟正黑";
    font-weight: 400;
    color: #fff;
}

.scroll_lock {
    overflow: hidden;
}


p {
    font-weight: 600;
    /* line-height: 1.6; */
}

li {
    /* line-height: 1.6; */
}


h2 {
    font-size: 2.45rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.25;
}

h2 p {
    line-height: 1.25;
}

h2 p.sub {
    font-size: 0.85em;
}

h3 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

h4 {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
}

h5,
.select_main,
.select_main option {
    font-size: 1.16rem;
    letter-spacing: 0.01em;
}

.bigger {
    font-size: 1.3em;
}

.dflex {
    display: flex;
}

.note {
    font-size: 0.9em;
}


.red {
    color: #EB7878;
}

.gray {
    color: #ACACAC;
}

.text-left {
    text-align: left;
}

.icon_text,
a.icon_text {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}


.icon_text .icon {
    font-size: 1.5em;
    margin-right: 0.4em;
    margin-top: 0.2em;
}

.icon_right .icon_text .icon {
    margin-right: 0;
    margin-left: 0.4em;
}

.icon {
    /* display: flex;
    display: -ms-flexbox; */
    align-items: center;
    justify-content: center;
}


.header_nav {
    position: absolute;
    top: 0;
    /*	position: fixed;*/
    z-index: 99;
    box-sizing: border-box;
    margin: auto;
    padding: 0.8rem 1.875rem;
    width: 100%;
    color: #F2A853;
    background: #000;
    transition: .4s;
}

.header_nav .nav_wrap {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
}

.header_nav .nav_front {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.header_nav a.logo {
    transform: scale(1);
    transform-origin: center;
    transition: .4s;
    flex: none;
}

.header_nav .main_menu {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin: 0 1rem;
}

.header_nav .main_menu a.btn::after {
    content: "";
    display: block;
    margin-top: 0.2rem;
    width: 0;
    height: 1px;
    background-color: #F2A853;
    transition: all ease .3s;
}

.header_nav .main_menu a.btn:hover {
    color: #F6D392;
}

.header_nav .main_menu a.btn:hover::after {
    background-color: #F6D392;
}


.header_nav .main_menu a.btn:hover::after,
.header_nav .main_menu a.btn.is-active::after {
    width: 100%;
}

.header_nav .main_menu a.btn.is-active {
    cursor: default;
}

.header_nav .main_menu a.btn.is-active:hover {
    color: #F2A853;
}

.header_nav a.logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header_nav a.logo_main {
    max-width: 6.5rem;
    min-width: 4.06rem;
    transform-origin: left;
}

.header_nav a.btn_log {
    display: none;
}

a.btn_log:hover {
    color: #FFC658;
}

.header_nav a.btn_log.is-active {
    display: flex;
}


.header_nav.is-active {
    position: fixed;
    top: 0;
    padding: 0.25rem 1.875rem;
    z-index: 99;
    background: rgba(0, 0, 0, 1);
    transition: .4s;
}

.header_nav.is-active a.logo {
    transform: scale(0.85);
    transition: .4s;
}

.section_content {
    position: relative;
    z-index: 1;
}

.item_sidemenu {
    padding: 7.5rem 1.56%;
    box-sizing: border-box;
    background: #372D21;
    height: 100vh;
    z-index: 100;
    border-right: 1px solid #523F3F;
}


.item_sidemenu .text_btn {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.item_sidemenu .person {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.625rem;
}

.item_sidemenu .person .head {
    position: relative;
    width: 8.25rem;
    height: 8.25rem;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

.item_sidemenu .person p,
.item_sidemenu .person li {
    margin-top: 0.625rem;
}

.item_sidemenu .person .btn_edit {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.item_sidemenu .channel_list li {
    margin-left: 1.1rem;
}

a.btn_sidemenu {
    display: block;
    margin: 1.25rem 0;
    padding: 0.625rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(222, 195, 159, 0);
}

a.btn_sidemenu:hover {
    background: rgba(222, 195, 159, 0.3);
}

a.btn_sidemenu.is-active,
a.btn_sidemenu.is-active:hover {
    cursor: default;
    color: #fff;
    background: #CA9B65;
}

a.btn_sidemenu .icon_text .icon {
    font-size: 1.76em;
}

.form_item,
.form_item option {
    padding: 0.8rem 0.6rem;
    color: #1E1E1E;
    font-family: "Microsoft JhengHei", "微軟正黑";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 0.3125rem;
    border: #B2B2B2 solid 1px;
    box-sizing: border-box;
}

.form_item~.form_item {
    margin-left: 1rem;
}

.form_item::placeholder {
    color: #B2B2B2;
}

/* .form_item:invalid, 程式元件檢查 */
.form_item.false {
    border-color: #EB7878;
}

/* .form_item:invalid+label,程式元件檢查 */
.form_item.false+label {
    color: #EB7878;
}


.form_item:focus {
    border-color: #FFC658;
    box-shadow: 0 0 0.2rem #FFC658;
}

.form_item [label] {
    font-style: normal;
}

.form_item[type="date"] {
    width: 11em;
}


.form_item[type="password"] {
    padding-right: 1rem;
}

.input_password a.btn {
    display: none;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.5rem;
}

.input_password a.is-active {
    display: flex;
}

.select_main,
.select_main option {
    color: #8E6C2C;
}

.input_group {
    position: relative;
}

.form_search .icon {
    position: absolute;
    left: 0.5rem;
    top: 26%;
    bottom: 0;
    margin: auto;
    font-size: 1.5em;
    color: #B2B2B2;
}

.form_textarea {
    width: 100%;
    margin-top: 1rem;
}

.form_search .form_item {
    padding-left: 2.5rem;
}

.input_group label {
    position: absolute;
    top: 0;
    left: 1rem;
    padding: 0 0.2em;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 0.9em;
    background: linear-gradient(to bottom, transparent 51%, #fff 51%);
}

.form_select option::selection {
    background: #F2A853;
}

label.form_check,
label.form_radio {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

label.form_check .icon_check,
label.form_radio .icon_radio {
    width: 1em;
    height: 1em;
    margin-right: 0.5rem;
    font-size: 1.3rem;
    color: #fff;
    border: #B2B2B2 solid 1px;
    background-color: #fff;
    border-radius: 0.3125rem;
}

label.form_radio~label.form_radio {
    margin-top: 1rem;
}

label.form_radio .icon_radio {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 2px;
}

label.form_radio .icon_radio {
    border-radius: 100%;
}

label.form_check:hover .icon_check,
label.form_radio:hover .icon_radio {
    border-color: #CA9B65;
}

label.form_check input:checked+.icon_check {
    background-color: #F2A853;
    border-color: transparent;
}

label.form_radio input:checked+.icon_radio {
    color: #F2A853;
    border-color: #F2A853;
    font-size: 1rem;
}

label.form_check input[type="checkbox"],
label.form_radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}



.applicant .section_content {
    background: #0F0F0F;
    min-height: calc(100vh - 2.4rem);
}

.applicant .error_content .main_title {
    color: #F6D392;
    margin-bottom: 0.5rem;
}

.applicant .section_content .item_content {
    padding: 7.5rem 0 2.6% 0;
    margin: auto;
    box-sizing: border-box;
}

.applicant .apply_item {
    margin: auto;
}

.applicant .apply_item .btn~.btn {
    margin-left: 1.875rem;
}

.applicant ul.main_list {
    margin-left: 1.5rem;
}

.applicant ul.main_list li {
    margin-bottom: 0.7rem;
}

.apply_content .item_content .apply_step {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    /*margin-bottom: 3.125rem;*/
}

.apply_content .item_content .apply_step::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 3rem);
    height: 1px;
    background: #D6D6D6;
    opacity: 0.6;
}

.apply_content .item_content .step_item {
    position: relative;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑";
    text-align: center;
    color: #fff;
}

.apply_content .item_content .step_item .title {
    color: #B2B2B2;
}

.apply_content .item_content .step_item.is-active .title {
    color: #F2A853;
}

.apply_content .item_content .step_item .name {
    letter-spacing: 0.1em;
    font-weight: 400;
}

.apply_content .item_content .step_item .number {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    margin: 0.4rem auto 0.7rem auto;
    width: 1.6em;
    height: 1.6em;
    background: #2F2F2F;
    font-size: 2rem;
    border: #AEAEAE solid 1px;
    border-radius: 100%;
    color: #fff;
    box-sizing: border-box;
}

.apply_content .item_content .step_item .number p {
    font-weight: 400;
}

.apply_content .item_content .step_item.is-active .number {
    background: #F2A853;
    border: none;
}

.apply_content .item_content .apply_title {
    text-align: center;
    border: #cf8939 solid 1px;
    border-radius: 0.625rem;
    background: rgba(244, 167, 56, 0.03);
}

.apply_content .item_content .apply_title .main_title {
    color: #F2A853;
}

.apply_content .item_content .apply_title .sub_title {
    margin-top: 0.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #F6D392;
}

.apply_content .item_content .apply_title .info {
    margin-top: 1.6rem;
}

.applicant .content_type {
    text-align: left;
    color: #F6D392;
}

.applicant .apply_award .content_info .row {
    justify-content: flex-start;
    align-items: stretch;
}

.applicant .apply_award .info_item {
    box-sizing: border-box;
    background: #F7EBDB;
    color: #8E6C2C;
    font-weight: 600;
    border: 1px solid #fffcf5;
    border-radius: 0.625rem;
}

.applicant .apply_award .info_item .info_inner {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1rem;
    box-sizing: border-box;
    text-align: left;

}

.applicant .apply_award .info_item .item_number {
    position: absolute;
    top: 1.25rem;
    left: 1rem;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑";
    color: #CA9B65;
    font-weight: 500;
}

.applicant .apply_award .info_item .item_icon {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 1.8em;
    height: 1.8em;
    font-size: 3.125rem;
    color: #F2A853;
    background: #fff;
    border-radius: 100%;
}


.applicant .apply_content~.apply_content {
    border-top: 1px solid #D1D1D1;
}

.applicant .apply_upload .upload_item {
    padding-bottom: 2%;
    border-bottom: 1px solid #D1D1D1;
}

.applicant .apply_upload .upload_item~.upload_item {
    padding-top: 1.5%;
}

.applicant .apply_upload .upload_channel {}

.applicant .apply_upload .upload_info {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

.applicant .apply_upload .info_result {
    text-align: right;
}

.applicant .channel_content {
    padding: 1rem;
    background: #EFEFEF;
    border-radius: 0.625rem;
    border-left: 5px solid #F6D392;
    color: #1E1E1E;
}


.applicant .award_table {
    width: 100%;
    color: #555555;
}

.applicant .award_table thead,
.applicant .award_table tbody {
    border-bottom: 1px solid #C9C9C9;
}

.applicant .channel_content .add_block {
    text-align: right;
}


.applicant .apply_btns {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
}

.applicant .apply_pay .pay_row {
    justify-content: center;
}

.applicant .apply_pay .pay_item {
    margin-bottom: 1rem;
}

.applicant .apply_pay .payment_content label~label {
    margin-top: 2em;
}

.applicant .apply_pay .apply_btns .btn {
    text-align: center;
    margin: auto;
}

.applicant .suceess_content {
    padding: 2rem;
    margin-top: 5%;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    border-left: none;
    border: #cf8939 solid 1px;
    border-radius: 0.625rem;
    background: rgba(244, 167, 56, 0.03);
}

.applicant .suceess_content .icon {
    margin-bottom: 1rem;
    font-size: 7rem;
    color: #F6D392;
}

.applicant .suceess_content .btn {
    margin-top: 2rem;
}


.applicant .list_item .main_channel {
    margin: 0.5rem 0;
    color: #8E6C2C;
}

.applicant .list_item .main_channel span {
    vertical-align: middle;
}

/*.applicant .list_item .select_main::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 1.7rem;
	font-size: 0;
	background: #fff;
	vertical-align: middle;
}*/


.applicant .list_item .input_info {
    margin: 0 auto;
    font-weight: 600;
    color: #1E1E1E;
}

.applicant .list_item label.form_check input:checked+.icon_check {
    background: #B2B2B2;
}

.applicant .list_item label.form_check {
    pointer-events: none;
}

.applicant .list_item .list_content {
    padding-top: 1rem;
}

.applicant .list_item .list_content .award_table {
    border-top: 1px solid #CA9B65;
    margin-top: 1rem;
}

.applicant .list_item .list_content tr.tr_review th {
    display: none;
}

.applicant .list_item .list_content td.td_review {
    padding-right: 0;
    padding-left: 0;
}

.applicant .list_item .list_content .tag {
    display: block;
    width: 5rem;
    padding: 0.5rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 100px;
}

.applicant .list_item .list_content .tag_success {
    color: #fff;
    background: #F2A853
}

.applicant .list_item .list_content .tag_ineligible {
    background: #B2B2B2;
    color: #fff;
}

.applicant .list_item .list_content .tag_unreview {
    background: #ddd;
    color: #1E1E1E;
}

.applicant .list_item .list_content .tag_review {
    background: #F6D392;
    color: #1E1E1E;
}


.applicant .list_item .info_result {
    margin: 1rem 0;
    color: #CA9B65;
}

.applicant .list_item .upload_channel {
    border-bottom: none;
}

.applicant .list_item .upload_channel~.upload_channel {
    border-top: 1px solid #D1D1D1;
}

.applicant .list_item .payment_list {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    padding: 1rem;
    padding-bottom: 0.3rem;
    color: #1E1E1E;
    font-weight: 600;
    background: #fff;
    border-radius: 0.65rem;
}

.applicant .list_item .payment_list ul {
    margin-right: 1rem;
}

.applicant .list_item .payment_list li::marker {
    color: #CA9B65;
}


.applicant .list_item .list_tabs {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    padding-bottom: 0;
    border-color: #CA9B65;
}

.applicant .list_item .list_section {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    border-bottom: none;
}

.applicant .list_item .go_block {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.applicant footer {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0.625rem;
    background: #000;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.875rem;
    color: #f6d392;
    z-index: 99;
}

/* 公告 */
.announcement {
    padding-top: 0 !important;
}

.announcement ul>.item {
    display: block;
    border-bottom: 1px solid #B2B2B2;
    overflow: hidden;
    color: #B2B2B2;
}

.announcement ul>.item.active {
    color: #fff;
}

.announcement ul>.item.active a::before {
    content: "";
    display: inline-block;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    background-color: #EB7878;
    margin-right: 5px;
}

.announcement ul>.item a {
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}

.announcement ul>.item:hover {
    background-color: rgb(54, 54, 54);
    font-weight: bold;
}

.announcement ul>.item .date {
    color: rgb(128, 128, 128);
    display: block;
    width: 100%;
    margin-top: 2%;
    font-size: 2.5vw;
}

.announcement ul>.item:hover .date {
    font-weight: normal;
}

/*登入/註冊*/
.userBox {
    margin-bottom: 2rem;
    background: #EFEFEF;
    color: #555555;
    padding: 1rem;
    margin: 1rem auto 0;
    max-width: 800px;
    border-radius: 13px;
    padding: 2.5rem;
    box-sizing: border-box;
}

.userBox .title {
    color: #F2A853;
    text-align: center;
    font-weight: bold;
}

.user_content {
    text-align: center;
}

.user_content>.item>.input_group {
    display: inline-block;
    width: 70%;
    margin-top: 2rem;
}

.user_content>.item:first-child>.input_group {
    margin-top: 2.5rem;
}

.user_content .input_group>input {
    width: 100%;
}

.user_content hr {
    border-bottom: 1px solid #ddd;
    width: 70%;
    margin: 1rem auto;
}

.user_content img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.user_content .btn_content .btn {
    margin: 1rem 0 0;
}

.user_content .btn_content .btn~.btn {
    margin-left: 1.5rem;
}

.user_content .text_r {
    width: 70%;
    margin: 0.5rem auto 0;
    text-align: right;
}

.applicant .user_content .suceess_content {
    padding-top: 0;
    border: none;
    background: transparent;
}


.applicant .user_content .suceess_content .info {
    color: #1E1E1E;
}

.applicant .user_content .suceess_content .icon {
    color: #F2A853;
}

.input_dark .input_group>input {
    background-color: transparent;
    color: #fff;
}

.input_dark .input_group label {
    background: linear-gradient(to bottom, transparent 48%, #0F0F0F 51%);
}

/*頻道列表*/

.channellist_content .add_block {
    margin-top: 2em;
}

.channellist_content .user_content {
    text-align: center;
}

.channellist_content .channel_list table {
    width: 100%;
    margin-top: 3rem;
}

.channellist_content .channel_list table .c_name {
    width: 30%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
}

.channellist_content .channel_list table .c_link {
    width: 70%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
}

.channellist_content .channel_list table td {
    padding: 1.5em;
    border-bottom: #b2b2b2b2 1px solid;
}

.channellist_content .channel_list table tr:hover {
    background-color: rgb(54, 54, 54);
}

.channellist_content .channel_list table tr:first-child:hover {
    background-color: inherit;
}

.channellist_content .channel_list table .link {
    text-align: center;
    word-break: break-all;
    color: #F6D392;
}

/*--0726--*/
.lightbox,
.lightbox_2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox.is-active,
.lightbox_2.is-active {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
/*--0726_END--*/

.box_modal {
    position: absolute;
    height: 95%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
    margin: auto;
    width: 95%;
    background: transparent;
    box-sizing: border-box;
}

.box_modal.modal_alert {
    width: 40%;
    max-width: 650px;
    max-height: 50%;
    padding: 3rem;
    border-radius: 0.65rem;
    background: #fff;
    color: #1E1E1E;
    text-align: center;
}

.box_modal.modal_alert .popup_form {
    justify-content: center;
    align-items: flex-start;
    margin-top: 1rem;
}

.box_modal.modal_alert .popup_form .icon_check {
    margin-top: 0.1em;
}

.box_modal.popup_directions_warp {
    height: 83%;
}

.box_modal.popup_directions_warp .modal_content {
    height: 100%;
}

.box_modal.popup_directions_warp .content_info {
    height: 85%;
}

.box_modal.popup_directions_warp .item {
    height: 90%;
}

.box_modal.modal_alert.popup_directions_warp .content_info {
    margin-bottom: 0;
}

.box_modal .popup_directions {
    width: 100%;
    border: #ACACAC 1px solid;
    border-radius: 5px;
    margin-top: 1rem;
    text-align: left;
    padding: 1rem;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%;

}

.box_modal.modal_alert .content_icon .icon {
    font-size: 7rem;
    color: #F2A853;
}

.box_modal.modal_alert .content_info {
    margin: 1.5rem auto;
}


.box_modal.modal_alert .content_info .add_content {
    padding: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
}

.box_modal.modal_alert .scroll_content {
    padding: 1rem;
    height: calc(100% - 3rem);
    box-sizing: border-box;
    overflow-y: auto;
}

.box_modal.modal_alert .content_title {
    text-align: left;
}

.box_modal.modal_alert .contnet_btns .btn {
    margin: 0 1rem;
}


.modal_info {
    overflow-y: auto;
    overflow-x: hidden;
}

.box_modal.is-active {
    display: flex;
}

.box_modal .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    width: 2em;
    min-width: 35px;
    height: 2em;
    min-height: 35px;
    /*border-radius: 100%;*/
    box-sizing: border-box;
    color: transparent;
}

.box_modal .btn_close::before,
.box_modal .btn_close::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
    width: 55%;
    height: 55%;
    margin: auto;
    z-index: 9;
    border-top: 2px solid #fff;
    transform-origin: center;
}


.box_modal .btn_close::before {
    transform: rotate(45deg) translate(0, 45%);

}

.box_modal .btn_close::after {
    transform: rotate(-45deg) translate(0, 45%);
}


.box_modal .modal_content img {
    display: block;
    width: 100%;
    height: auto;
}

.box_modal .modal_media::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.box_modal .media_item {
    position: relative;
}

.box_modal .modal_media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.box_modal .media_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.box_modal .media_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}



.box_modal .close {
    font-size: 2em;
    color: #8E6C2C;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-weight: bold;
}

.modal_xl.box_modal {
    justify-content: flex-start;
    align-items: stretch;
}

.modal_xl.box_modal.modal_alert {
    width: 80%;
    max-width: 1100px;
    height: 100%;
    max-height: 80%;
    padding: 1rem;
}

.modal_xl .content_info {
    text-align: left;
}

.modal_xl.box_modal .modal_content {
    width: 100%;
    height: 100%;
    padding-right: 1rem;
}

.modal_xl.box_modal.modal_alert .content_info {
    margin-top: 0;
}

.modal_content.ann_content .title {
    color: #8E6C2C;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: #8E6C2C solid 1px;
}

.modal_content.ann_content .date {
    color: #1E1E1E;
    margin-bottom: 1.5rem;
}

.modal_content.ann_content .article {
    font-weight: normal;
}

.modal_content.ann_content .article a {
    color: #8E6C2C;
    display: inline-block;

}

.modal_content.ann_content .article a::after {
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all ease .3s;
    background-color: #8E6C2C;
}

.modal_content.ann_content .article a:hover {
    color: #8E6C2C;
}

.modal_content.ann_content .article a:hover::after {
    width: 0;
    background-color: #8E6C2C;
}

.channel_upload.modal_alert {
    max-height: 65%;
    padding: 3rem;
}

.channel_upload .modal_content {
    max-width: 100%;
    width: 100%;
}

.channel_upload .modal_content .item~.item {
    margin-top: 1rem;
    width: 100%;
}

.channel_upload .modal_content .item input {
    width: 100%;
}


@media screen and (max-width:840px) {

    html,
    body {
        overflow-x: hidden;
    }

    .container {
        width: 94%;
        margin: auto;
    }

    .b_br {
        display: none;
    }

    .pc_block {
        display: none;
    }

    .item_sidemenu {
        position: fixed;
        top: 0;
        right: 0;
        margin-right: -100%;
        padding: 8rem 1rem;
        width: 100%;
        z-index: 100;
        opacity: 0;
        transition: opacity .3s ease;
        overflow-y: auto;
    }

    .item_sidemenu.is-active {
        opacity: 1;
        margin-right: 0;
    }

    a.btn_menu .icon_close {
        display: none;
    }

    a.btn_menu .icon_menu {
        display: flex;
    }

    a.btn_menu.is-active .icon_close {
        display: flex;
    }

    a.btn_menu.is-active .icon_menu {
        display: none;
    }

    a.btn_menu {
        position: fixed;
        top: 5.2rem;
        right: 0.5rem;
        display: flex;
        font-size: 2.2rem;
        color: #f2a853;
        background: rgba(255, 255, 255, 0.25);
        z-index: 101;
    }

    a.btn_menu.is-active {
        background: transparent;
    }

    .header_nav a.logo_main {
        width: 4.8rem;
    }

    .header_nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .has_menu .nav_wrap.is-active,
    .header_nav .nav_front,
    .header_nav .main_menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_nav .main_menu a.btn {
        padding: 1rem 0;
    }

    .has_menu .main_menu,
    .has_menu .log_btns,
    .has_menu .btn_simple {
        display: none;
    }

    .has_menu .btn_simple {
        font-size: 2.1rem;
        background: transparent;
    }

    .has_menu .log_btns.is-active,
    .has_menu .main_menu.is-active,
    .has_menu .btn_simple.is-active {
        display: flex;
    }

    .index .header_nav.has_menu {
        background: #000;
    }

    .header_nav .btn_close {
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 999;
    }

    /*.header_nav .nav_wrap{
    	flex-direction: row;
    	align-items: center;
    }

    .header_nav .log_btns{
    	display: block;
    }*/

    .applicant .section_content .item_content {
        width: 80%;
        padding-top: 8rem;
    }

    .applicant .apply_item {
        margin-bottom: 8%;
    }

    .applicant .apply_content~.apply_content {
        padding-top: 8%;
        margin-top: 5%;
    }

    .applicant .apply_item .content_type {
        margin-bottom: 5%;
    }

    .apply_content .item_content .apply_title {
        padding: 1.2rem 1rem;
    }

    .applicant .apply_award .info_item {
        margin-bottom: 5%;
    }

    .applicant .apply_award .info_item .info_inner {
        flex-direction: row;
    }

    .applicant .apply_award .info_item .item_icon {
        margin-right: 1rem;
    }

    .applicant .apply_award .info_item .item_title {
        margin-bottom: 0.3rem;
    }

    .applicant .apply_upload .upload_item {
        padding-bottom: 3%;
    }

    .applicant .apply_upload .upload_item~.upload_item {
        justify-content: flex-start;
        padding-top: 3%;
    }

    .applicant .apply_upload .upload_info {
        flex-direction: column;
        align-items: flex-start;
    }

    .applicant .apply_upload .upload_info .info_result {
        margin-top: 1rem;
        width: 100%;
    }

    .applicant .award_table {
        margin-top: 3%;
        border-top: 1px solid #C9C9C9;
    }


    .applicant .upload_channel .form_item {
        width: 100%;
    }

    .applicant .award_table thead {
        display: none;
    }

    .applicant .award_table td,
    .applicant .award_table th {
        padding: 0.8rem;
    }

    .applicant .award_table td {
        padding-right: 0;
    }

    .applicant .award_table th {
        padding-left: 0;
    }

    /*	.applicant .award_table tbody tr th{
		background: #e3e3e3;
		border-bottom: 1px solid #EFEFEF;
	}

	.applicant .award_table tbody tr:last-of-type th{
		background: transparent;
		border-bottom: 1px solid #C9C9C9;
	}*/

    .applicant .award_table td.td_delet {
        padding-top: 0;
        text-align: right;
    }

    .applicant .channel_content .add_block {
        padding-top: 0.8rem;
    }

    .applicant .list_item .payment_list {
        padding: 0.5rem;
        padding-bottom: 0;
        flex-direction: column;
    }


    .applicant .list_item .list_tabs {
        justify-content: center;
    }

    .applicant .list_item .list_tabs .btn~.btn {
        margin-left: 0.5rem;
    }


    a.btn_tab {
        padding: 0.625rem 1rem;
    }

    a.btn_tab .icon_text {
        flex-direction: column;
    }

    a.btn_tab .icon_text .icon {
        margin: 0;
    }

    .applicant .list_item .list_tabs {
        padding-bottom: 0;
    }

    .user_content>.item>.input_group,
    .user_content hr {
        width: 100%;
    }

    .user_content img {
        width: 80%;
    }

    .user_content .text_r {
        width: 100%;
        text-align: center;
    }

    .box_modal.modal_alert {
        width: 90%;
    }

    .channel_upload.modal_alert {
        padding: 2rem;
    }
}

@media screen and (min-width:840px) {

    html,
    body {
        font-size: 1.2vw;
        letter-spacing: 0.1em;
    }

    .s_br {
        display: none;
    }

    .m_block {
        display: none;
    }

    .container {
        width: 95%;
    }

    .header_nav .main_menu {
        margin-left: 2rem;
    }

    .header_nav .btn_menu {
        display: none;
    }

    .header_nav .main_menu .btn~.btn {
        margin-left: 2rem;
    }

    .item_sidemenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20%;
        overflow-y: auto;
        /*0718 新增*/
    }

    .item_sidemenu .btn_menu {
        display: none;
    }

    .applicant .section_content .item_content {
        width: 90%;
    }

    .apply_content .item_content .apply_step {
        width: 92%;
    }

    .apply_content .item_content .apply_title {
        padding: 1.7rem 1rem;
    }

    .applicant .apply_item {
        margin-bottom: 3%;
    }

    .applicant .apply_content~.apply_content {
        padding-top: 3%;
        margin-top: 2%;
    }

    .applicant .apply_item .content_type {
        margin-bottom: 2%;
    }

    .applicant .apply_award .content_info .row {
        margin: 0 -0.75rem;
    }

    .applicant .apply_award .info_item {
        margin-bottom: 1.5%;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        width: calc(33.333% - 1.5rem);
    }

    .applicant .apply_award .info_item .item_icon {
        margin-bottom: 1.25rem;
    }

    .applicant .apply_award .info_item .item_title {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .applicant .channel_content .select_channel {
        min-width: 23em;
        margin-bottom: 0.5rem;
    }

    .applicant .award_table tbody tr {
        display: contents;
        text-align: center;
    }

    .applicant .award_table tbody th {
        display: none;
    }

    .applicant .award_table td,
    .applicant .award_table th {
        padding: 1rem 0.5rem;
    }

    .applicant .award_table td.td_directions a {
        display: contents;
    }

    .applicant .award_table td.td_notice {
        width: 13.6em;
    }

    .applicant .channel_content .add_block {
        padding-top: 1rem;
    }


    .applicant .list_item .input_info {
        text-align: center;
    }

    .applicant .list_item .select_award {
        width: 12em;
    }

    .applicant .list_item .list_tabs .btn~.btn {
        margin-left: 1rem;
    }

    .announcement ul>.item .date {
        width: 28%;
        float: right;
        text-align: right;
        color: #B2B2B2;
        font-size: 0.9vw;
        margin-top: 0;
    }

    .announcement ul>.item p {
        padding-right: 30%;
    }

    .box_modal .close.icon {
        position: absolute;
        /*font-size: 3em;*/
    }

    .modal_xl.box_modal.modal_alert {
        padding: 2rem;
    }

    /*.box_modal.modal_alert.channel_upload {
      max-height: 50%;
    }*/


}

@media screen and (min-width:991px) {

    html,
    body {
        font-size: 1.2vw;
        letter-spacing: 0.1em;
    }

    h2 {
        font-size: 2.65rem;
        letter-spacing: 0.07em;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.55rem;
        letter-spacing: 0.03em;
    }

    h4 {
        font-size: 1.4rem;
        letter-spacing: 0.01em;
    }

    h5,
    .select_main,
    .select_main option {
        font-size: 1.25rem;
        letter-spacing: 0.01em;
        line-height: 1.8rem;
    }
}

@media screen and (min-width:1200px) {

    html,
    body {
        font-size: 0.96vw;
        letter-spacing: 0.1em;
    }

    .box_modal {
        width: 80%;
        height: max-content;
    }

    .applicant .apply_award .form_video {
        width: calc(25% - 1.5rem);
    }

    /*.applicant .channel_content .form_video {
        width: 27em;
    }*/

}

@media screen and (min-width:1600px) {

    html,
    body {
        font-size: 0.833vw;
    }

    .applicant .apply_award .info_item {
        width: calc(20% - 1.5rem);
    }

    /* 626 修改側欄卷軸設定 */
    .item_sidemenu {
        width: 18%;
        overflow-y: auto;
    }

    /* 626 修改側欄卷軸樣式 */
    .item_sidemenu::-webkit-scrollbar {
        display: none;
    }

    .applicant .apply_award .form_video {
        width: 25em;
    }

}
