@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600;700&display=swap");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,dfn,em,img,ins,kbd,q,s,small,strike,strong,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

footer,
header,
menu,
nav,
section {
    display: block;
}

html {
    /* overflow-y: scroll; */
}

body {
    padding: 0;
    margin: 0;
    background-image: url("/assets/images/main_bg.jpg");
    background-repeat: no-repeat;
    background-color: #fff;

    line-height: 1.53em;
    letter-spacing: 2px;
    font-family: "Noto Sans TC", Helvetica, Arial, "Heiti TC", 微軟正黑體;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}
@media (min-width: 2560px) and (orientation: landscape) {
    body {
    }
}

input,
textarea,
select {
    line-height: 1.7em;
    color: #333;
    font-size: 16px;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Basic */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #313a45;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 19px;
    color: #fff;
    padding: 8px 10px 8px 15px;
    margin: 10px 0 20px 0;
    background-color: #d36ba6;
    border-radius: 24px;
    border-bottom-right-radius: 35px;
}

h3 {
    font-size: 1.1em;
    margin: 0 0 0 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #990033;
    text-decoration: none;
}

strong,
b {
    font-weight: 600;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}
.clearfix {
    clear: both;
}
br.clear {
    clear: both;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}

.table1 {
    margin-left: 20px;
}
.table1 table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table1 th {
    background: #f5f5f5;
}

.table1 th,
.table1 td {
    border: 1px solid #bbb;
}

@media screen and (max-width: 980px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

/* Container */

.container {
    margin: 0 auto;
    width: 1320px;
}

@media screen and (max-width: 1800px) {
    .container {
        width: 960px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 960px;
    }
}

@media screen and (max-width: 980px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 100%;
    }
}

/* Sections/Articles */

section {
    margin-bottom: 3em;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
    margin-bottom: 0;
}

/* Lists */

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    padding-left: 1em;
}

ul li {
    padding-left: 0.325em;
}

dl dt {
    display: block;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 1.5em;
}

/* Links */

ul.links {
    list-style: none;
    padding-left: 0;
}

ul.links li {
    padding-top: 0.7em;
    padding-left: 0;
}

ul.links li:first-child {
    padding-top: 0;
}

ul.links a {
    text-decoration: underline;
    color: #8e9399;
}

ul.links a:hover {
    text-decoration: none;
}

/* Header */

header p {
    position: relative;
    top: 0;
}

/* Wrappers */

#header-wrapper {
    z-index: 10000;
    width: 1400px;
    height: 40px;
    top: 0;
    margin: 10px 40px 10px auto;
    text-align: right;
}

#header {
    height: 100%;
    width: 100%;
}

/* Nav */

#nav {
    height: 100%;
}
#nav > ul {
    margin: 0;
    padding: 23px 0 0 24px;
}

#nav > ul > li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 6px 8px 4px 8px;
    top: -21px;
    width: 18%;
    text-align: center;
}
#nav > ul > li.active {
    color: #ae3376;
    border-radius: 3px;
    border-bottom: 2px solid #ae3376;
}
#nav > ul > li.active a {
    color: #ae3376;
}

#nav > ul > li a:hover {
    color: #ae3376;
}

#nav > ul > li:first-child {
    margin-left: 0;
}

#nav > ul > li > a,
#nav > ul > li > span {
    display: block;
    color: #ae3376;
    text-decoration: none;
    outline: 0;
    font-size: 19px;
    font-weight: 900;
}

#nav > ul > li > ul {
    display: none;
}

.dropotron {
    background-color: #fff;
    border-radius: 0.5em;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    margin: -0.5em 0 0;
    min-width: 10em;
    padding: 0.5em 0;
    font-size: 18px;
}

.dropotron.level-0 {
    margin-top: 1em;
}

.dropotron li {
    border-top: solid 1px rgba(144, 144, 144, 0.25);
    padding: 0;
    position: relative;
}

.dropotron li:first-child {
    border-top: none;
}

.dropotron li.active > a {
    color: #fff !important;
    background-color: #509ed8;
}

.dropotron a {
    transition: none;
    color: #888;
    padding: 0.5em 1em;
    border-bottom: 0;
}

.dropotron a:hover {
    color: #ff1111;
    background-color: #fff;
}

/* Main */

#main {
    position: relative;
    background: #fff;
    border-radius: 0.5em;
    padding: 4em 2.5em 4em 2.5em;
}

#main-wrapper {
    position: relative;
    margin: 0 0 0 0;
    width: 100%;
}

/* Footer */
#footer {
    text-align: left;
    font-size: 15px;
    padding: 20px 0;
    background-image: url(/assets/images/footer_bg.png);
    height: 125px;
    margin-top: 10px;
    color: #000;
    width: 100%;
}

#footer .content {
    margin: 0 auto;
    width: 890px;
    background-color: #123456;
}
#footer .footer_left {
    float: left;
    width: 270px;
}
#footer .footer_right {
    float: left;
    width: 580px;
    padding: 5px 0 0 0;
}

@media screen and (max-width: 980px) {
    #footer .content {
        margin: 0 auto;
        width: 100%;
        background-color: #123456;
    }
    #footer .footer_left {
        width: 100%;
    }
    #footer .footer_right {
        width: 100%;
    }
}

#navPanel,
#titleBar {
    display: none;
}

@media screen and (max-width: 980px) {
    html,
    body {
        overflow-x: hidden;
    }

    #header-wrapper {
        display: none;
    }

    #main-wrapper {
        padding: 90px 0 1em 0;
    }

    #titleBar {
        backface-visibility: hidden;
        transition: transform 0.5s ease;
        display: block;
        height: 65px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background: #fff;
        box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.15);
    }

    #titleBar .title {
        display: block;
        text-align: center;
        line-height: 58px;
        font-size: 1.1em;
        font-weight: 900;
        margin-left: 50px;
        color: #343e49;
    }

    #titleBar .toggle {
        position: absolute;
        left: 0;
        top: 8px;
        width: 80px;
        height: 60px;
        z-index: 1;
    }

    #titleBar .toggle:after {
        content: "";
        display: block;
        width: 40px;
        height: 30px;
        position: absolute;
        left: 15px;
        top: 12px;
        background: url("/assets/images/toggle.svg") 0px 0px no-repeat;
    }

    #titleBar .toggle:active:after {
        opacity: 0.75;
    }

    #navPanel {
        backface-visibility: hidden;
        transform: translateX(-275px);
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: url("/assets/images/navpanel_bg.jpg") 0px 0px no-repeat;
        box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.15);
    }

    #navPanel .link {
        display: block;
        color: #888;
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        height: 55px;
        line-height: 55px;
        padding: 0 1em 0.7em 1em;
        font-size: 18px;
    }

    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .link.depth-0 {
        color: #000;
    }
    #navPanel .link.depth-1 {
        color: #000;
        letter-spacing: 0px;
    }

    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

    #navPanel .depth-0 {
        color: #fff;
    }
    #navPanel img {
        max-height: 110px;
    }

    body.navPanel-visible #page-wrapper {
        transform: translateX(275px);
    }

    body.navPanel-visible #titleBar {
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        transform: translateX(0);
    }
}

/* Mobile */
@media screen and (max-width: 980px) {
    #footer {
        text-align: center;
        margin-top: 10px;
        color: #333333;
        padding: 0.5em 0em 1.2em 0em;
        height: 270px;
    }
    #footer .content {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }
    #footer img {
        height: 70px;
    }
    body {
        padding: 0;
        margin: 0;
        background-image: url("/assets/images/main_bg.jpg?v2");
        background-size: cover;

        line-height: 1.45em;
        letter-spacing: 1px;

        color: #000;
        font-size: 14px;
    }
    h2 {
        font-size: 1.25em;
        margin: 0 0 1.5em 0;
    }

    h3 {
        font-size: 1em;
        margin: 0 0 0.5em 0;
    }

    /* Wrappers */
    #main-wrapper {
        padding: 60px 0 60px 0;
    }
}

.content1 {
    width: 100%;
    margin: 0 auto;
}
.content1 .cleft {
    display: inline;
    float: left;
    width: 700px;
}

.content1 .cleft img {
    width: 440px;
    filter: saturate(180%);
    filter: drop-shadow(2px 2px 3px #fff);
}
.content1 .cleft img.main_join {
    margin-top: 50px;
    width: 280px;
}

img.img_hover {
}
img.img_hover:hover {
    filter: saturate(180%);
    filter: drop-shadow(3px 3px 4px #ff9f80);
}

.content1 .cright {
    float: left;
    width: 1000px;
    font-size: 17px;
}
.content1 .cright .contentbody {
    width: 950px;
    min-height: 570px;
}

.content1 .cright .content {
    width: 100%;
    height: 100%;
    line-height: 1.7;
    margin: 10px 0 30px 0;
    padding: 0 20px;
    background-image: url("/assets/images/content_bg.png?v4");
    /* scrollbar-color: initial;
    overflow-y: scroll;
    scrollbar-color: #c4e1ff #dfdad9; */
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    color: #000;
}

.content1 .cright .content article {
    padding: 25px 26px 40px 26px;
}
@media screen and (max-width: 980px) {
    .content1 .cright .content article {
        padding: 25px 10px 40px 10px;
    }
}

@media screen and (max-width: 1700px) {
    #main-wrapper {
        position: relative;
        margin: 0 0 0 0;
        min-width: 1700px;
        /* min-height: 800px; */
    }

    #header-wrapper {
        width: 1400px;
    }

    .content1 .cleft {
        float: left;
        width: 650px;
    }
    .content1 .cleft img {
        width: 370px;
    }
}

@media screen and (max-width: 1440px) {
    #main-wrapper {
        position: relative;
        margin: 0 0 0 0;
        min-width: 1440px;
    }
    #header-wrapper {
        width: 1000px;
    }
    .content1 .cleft {
        float: left;
        width: 400px;
    }
    .content1 .cleft img {
        width: 240px;
    }

    .content1 .cright {
        float: left;
        width: 900px;
    }

    .content1 .cright .contentbody {
        width: 100%;
    }

    .content1 .cright .content {
        width: 100%;
        height: 100%;
        margin: 20px 0 0 0;
        padding: 25px 26px;
        background-image: url("/assets/images/content_bg.png?v4");
        background-repeat: no-repeat;
        /* scrollbar-color: initial;
        overflow-y: scroll;
        scrollbar-color: #c4e1ff #dfdad9; */
        color: #000000;
    }
}

@media screen and (max-width: 1260px) {
    #main-wrapper {
        position: relative;
        margin: 0 0 0 0;
        min-width: 1260px;
    }

    .content1 .cleft {
        width: 400px;
    }
    .content1 .cleft img {
        width: 320px;
    }

    .content1 .cright {
        float: left;
        width: 780px;
    }

    .content1 .cright .content {
        width: 100%;
        height: 100%;
        margin: 20px 0 0 0;
        padding: 25px 40px;
        background-image: url("/assets/images/content_bg.png?v4");
        background-repeat: no-repeat;
        overflow-y: scroll;
        scrollbar-color: #c4e1ff #dfdad9;
    }
}

@media screen and (max-width: 980px) {
    #main-wrapper {
        position: relative;
        margin: 0 0 0 0;
        min-width: 100%;
    }

    .content1 {
        width: 100%;
        margin: 0 auto;
    }
    .content1 .cleft {
        display: none;
    }
    .content1 .cright {
        margin: 0 0px;
        padding: 10px;
        width: 100%;
    }
    .content1 .cright .contentbody {
        width: 100%;
        height: 100%;
    }
    .content1 .cright .headernav {
        display: none;
    }
    .content1 .cright .content {
        width: calc(100%-50px);
        margin: 0px auto;
        padding: 10px;
        background-image: url("/assets/images/content_bg_m.png");
        background-repeat: no-repeat;

        overflow-y: hidden;
    }
    .content1 .cright .content .txt {
        margin-left: 0px;
    }

    .table1 {
        margin-left: 0;
    }
}

.table1 {
    margin-left: 20px;
}
.table1 table {
    border-collapse: collapse;
    border-spacing: 2px;
}
.table1 th {
    background: #f5f5f5;
}

.table1 th,
.table1 td {
    border: 1px solid #777;
    padding: 3px 5px;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    /*
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  */
}

/* Forms */

form input,
form select,
form textarea {
    *-webkit-appearance: none;
}

form input[type="date"],
form input[type="text"],
form input[type="password"],
form select,
form textarea {
    transition: background-color 0.25s ease-in-out;
    position: relative;
    border: 0;
    padding: 0.7em;
    border-radius: 0.5em;
    background: #f5f7fa;
    outline: none;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
    background: #f0f2f5;
}

form textarea {
    height: 12em;
}

form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder {
    color: #666 !important;
}

form ::-moz-focus-inner {
    border: 0;
}

.form-select {
    padding: 0.7rem 2.3rem 0.7rem 1rem;
    margin: 0 2px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f5f7fa;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.form-input {
    padding: 0.25rem 0.35rem 0.25rem 0.35rem;
    margin: 0 3px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 80%;
    color: #212529;
    background-color: #f1f1f1;
    border: 0px solid #ced4da;
    border-bottom: 1px dotted #333;
    appearance: none;
}

@media screen and (max-width: 736px) {
    .form-input {
        width: 100%;
    }
}

.tablelist {
    text-align: left;
    border-collapse: collapse;
}
.tablelist th {
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid #ccc;
    color: #333333;
    height: 40px;
    background: #e5e5e5;
}
.tablelist th div {
    line-height: 40px;
}

.tablelist td {
    padding: 4px 8px;
    background: transparent;
    border: 1px solid #ccc;
    color: #333333;
    height: 35px;
}

.uline {
    background-image: linear-gradient(120deg, #ecb48c 0%, #ec848c 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 100%;
}

.underline2 {
    background: #f0c3e6;
}

.icon-finger-r {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M428.8 137.6h-86.2a115.5 115.5 0 0 0 2.2-22.4c0-47.9-35.1-83.2-92-83.2-45.3 0-57 48.5-75.7 78.8-7.7 12.4-17 23.3-25.9 33.3l-.1 .1-.1 .1C135.7 161.8 127.8 168 120.8 168h-2.7c-5.7-5-13.5-8-22.1-8H32c-17.7 0-32 12.9-32 28.8v230.4C0 435.1 14.3 448 32 448h64c8.6 0 16.4-3 22.1-8h2.7c28.7 0 67.1 40 127.2 40h21.3c62.5 0 98.8-38.7 99.9-91.1 12.5-17.8 18.5-40.8 16-62.8A93.1 93.1 0 0 0 393.2 304H428.8c45.4 0 83.2-37.6 83.2-83.2 0-45.1-38.1-83.2-83.2-83.2zm0 118.4h-91c12.8 14.7 14.4 42.8-5 61.1 11.2 19.6 1.7 45.6-12.9 53.6 6.5 39.1-10.1 61.3-50.6 61.3H248c-45.5 0-77.2-35.9-120-39.7V215.6c25.2-3 43-21.2 59.1-39.6 11.3-12.7 21.7-25.3 30.8-39.9C232.4 112.7 244 80 252.8 80c23.4 0 44 8.8 44 35.2 0 35.2-26.4 53.1-26.4 70.4h158.4c18.4 0 35.2 16.5 35.2 35.2 0 19-16.2 35.2-35.2 35.2zM88 384c0 13.3-10.7 24-24 24s-24-10.7-24-24 10.7-24 24-24 24 10.7 24 24z"/></svg>');
    width: 18px;
    height: 18px;
}

/*報名按鈕的發光效果*/
.png-glow {
    animation: glow-rgb 5s linear infinite;
}

@keyframes glow-rgb {
    0% {
        filter: drop-shadow(0 0 20px rgba(255, 100, 100, 0.8));
    }
    20% {
        filter: drop-shadow(0 0 25px rgba(255, 255, 0, 0.8));
    }
    40% {
        filter: drop-shadow(0 0 15px rgba(0, 255, 0, 0.8));
    }
    60% {
        filter: drop-shadow(0 0 25px rgba(0, 255, 255, 0.8));
    }
    80% {
        filter: drop-shadow(0 0 15px rgba(180, 180, 255, 0.8));
    }
    100% {
        filter: drop-shadow(0 0 22px rgba(240, 139, 240, 0.8));
    }
}

/*form相關*/
.iibutton {
    font-size: 18px;
    background: #e75798;
    color: #fff;
    text-align: center;
    width: 200px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    padding: 8px 12px 12px 20px;
}

.iibutton a {
    color: #fff;
}

.iibutton:hover {
    color: #fff;
    background: #ff7eb8;
}

.page-area {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 0 20px 50px;
    max-width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background-color: #ffe9d9;
}

@media screen and (max-width: 736px) {
    .page-area {
        padding: 15px;
    }
}

.iilabel {
    font-size: 18px;
    font-weight: 700;
    background: rgb(255, 217, 202);
    color: #333;
    text-align: center;
    width: 220px;
    border-radius: 15px;
    position: relative;
    top: -15px;
    margin: 0 auto;
    padding: 5px 20px;
    border: 1px solid rgb(222, 182, 165);
}


.iilabel1 {
  font-size: 18px;
  font-weight: 700;
  background: rgb(255, 239, 233);
  color: #333;
  width: 220px;
  margin:5px 0 0 0;
  padding: 5px 20px;
  border: 1px solid rgb(222, 182, 165);
  border-radius: 15px;
}
