@charset "UTF-8";
*, *:before, *:after {
    box-sizing: border-box;
	 -webkit-box-sizing: border-box;
}
*:focus { 
    outline: none; 
}
table {
    width: 100%;
}
a {
    text-decoration: none;
}
.link {
    color: currentColor;
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    text-underline-offset: 5px;
    transition: all .5s;
}
.link:hover {
    color: currentColor;
    text-decoration: underline;
}
.hidden {
    overflow: hidden;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.inner {
	max-width: 57.9vw;
	margin: auto;
}
main {
	
}
section {
	
}
.video_wrap {
	position: relative;
	padding-bottom: 55.97%; /* 16:9 */
/*	padding-top: 25px;*/
	height: 0;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
}
img {
    vertical-align: bottom;
}
.max100 {
    max-width: 100%;
}
.full {
    width: 100%;
}
.r {
    position: relative;
}
.a {
    position: absolute;
}
.flex {
    display: flex;
}
.flex_1 {
    flex: 1;
}
.grid {
    display: grid;
}
.grid-2-item {
    gap: 1vw;
    grid-template-columns: repeat(1, 1fr);
}
.grid-2-item {
    gap: 1vw;
    grid-template-columns: repeat(2, 1fr);
}
.grid-3-item {
    gap: 1vw;
    grid-template-columns: repeat(3, 1fr);
}
.x_center {
    left: 50%;
    transform: translateX(-50%);
}
.inner_in {
    padding: 0 1.5vw;
    width: 100%;
    max-width: 68%;
    text-align: center;
}

/* header */
header {
	
}
nav {
	
}

/* footer */
footer {
	
}

/* title & font-size */
h2 {

}
h3 {
    
}
h4 {
    
}
h5 {

}
big {
	
}

/* breed */
.bread {
    margin-bottom: 40px;
}
.bread a {
    position: relative;
    padding-right: 30px;
}
.bread a:hover {
    text-decoration: underline;
}
.bread a:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #EEA71B;
}

/* btn */
button {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: none;
    cursor: pointer;
    font-size: 20px;
}
.btns > *[class^='btn'] {
    float: none;
    margin-right: 20px;
    width: 180px;
}
.btns > *[class^='btn']:last-child {
    margin-right: 0;
}
.btns.disabled {
    pointer-events: none;
}
.align_center .btn1 {
    margin-top: 15px;
}
.btn {
	background-color: transparent;
	padding: 0;
}

/* form */
.form_wrap {
    margin-bottom: 20px;
}
.form_wrap > label {
    display: block;
    color: #259bb1;
}
textarea {
	width: 100%;
	resize: none;
	padding: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* input */
.input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0; /* must! */
    width: 100%;
    padding: 0 10px;
    border: 1px solid #235535;
    height: 40px;
    box-shadow: none;
    margin: 0;
    color: #333333;
}
.input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #999;
}
.input::-webkit-input-placeholder {
  color: #999;
}
.input[disabled] {
    background: #D1D1D1;
    -webkit-text-fill-color: #acacac;
    color: #acacac;
    opacity: 1;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.input-group > * {
    display: table-cell;
    vertical-align: top;
}
.input-group input {
/*    color: #999999;*/
}

/* select */
select::-ms-expand {
    display: none;
}
.select1 {
    position: relative;
    text-align-last: center;
}
.select1 select {
    width: 100%;
    padding: 0 20px;
    border: 1px solid #cccccc;
    height: 40px;
    border-radius: 10px;
    box-shadow: none;
    margin: 0;
    font-size: 20px;
    color: #333333;
    appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
    background: #ffffff;
}
.select1 .arrow {
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    pointer-events: none;
}
.select1 .arrow:before {
    position: absolute;
    content: '';
    border: solid #000000;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -1px;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
}

/* radio */
.radio_wrap {
    position: relative;
    padding: 0 25px;
    padding-bottom: 30px;
    font-size: 18px;
}
.radio_wrap input[type='radio'] {
    display: none;
}
.radio_wrap input[type='radio'] + label {
    height: 20px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
} 
.radio_wrap input[type='radio'] + label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #555555;
    top: 8px;
    left: 0;
}
.radio_wrap input[type='radio']:checked + label {
    color: #259bb1;
}
.radio_wrap input[type='radio']:checked + label:before {
    border-color: #259bb1;
}
.radio_wrap input[type='radio']:checked + label:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #259bb1;
    top: 12px;
    left: 4px;
}

/* checkbox */
.checkbox_wrap {
    margin-bottom: 10px;
}
.checkbox_wrap input[type='checkbox'] {
    display: none;
}
.checkbox_wrap input[type='checkbox'] + label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    display: inline-block;
}
.checkbox_wrap input[type='checkbox'] + label:before {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 5px;
    border: 2px solid #ffffff;
    top: 50%;
	margin-top: -.5em;
    left: 2px;
}
.checkbox_wrap input[type='checkbox']:checked + label:before {
    background: #259bb1;
}
.checkbox_wrap input[type='checkbox']:disabled + label {
    color: #999;
}
.checkbox_wrap input[type='checkbox']:disabled + label:before {
    border-color: #999;
}
.checkbox_wrap input[type='checkbox'] + label:before {
    border-radius: 100px;
    border-color: #259bb1;
}
.checkbox_wrap input[type='checkbox']:checked + label:before {
    background: #259bb1;
}

/* elements */
.bar1 {
    background: #4793e1;
    text-align: center;
    color: #ffffff;
    padding: 0.7vw;
    position: relative;
    font-size: 1.6vw;
    font-weight: 900;
    margin-bottom: 1vw;
    display: none;
}

/* tab */
.tab {
	background: transparent;
/*	font-family: "Noto Sans TC", sans-serif;*/
    font-family: "Noto Serif TC", serif;
/*	font-style: italic;*/
    margin: 0;
    border: 0;
}
.tab_btn {
	display: flex;
	gap: 0.5vw;
    margin-bottom: 0.5vw;
}
.tab_btn > * {
	cursor: pointer;
	flex: 1;
	font-size: 1.25vw;
	font-weight: 900;
	border-radius: 1.5vw 1.5vw 0 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebc980+0,fef6ca+70,f4e1aa+100 */
background: linear-gradient(to right,  rgba(235,201,128,1) 0%,rgba(254,246,202,1) 70%,rgba(244,225,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
    position: relative;
	}
.tab_btn .tab_bg {
    display: block;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.tab_btn > *:last-of-type {
    border-right: 0;
}
.tab_btn > *.show:after {
    position: absolute;
    content: '';
    background-image: url(../img/bg-tab-cur.png);
    aspect-ratio: 211/107;
    background-size: contain;
    width: 10.989vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tab_con > div {
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
	display: none;
	padding: 1.3vw 0 0;
}
.tab_con > div.show {
	display: block;
}
.tab_con > div.fade {
/*	opacity: 1;*/
}
.tab_con .inner {
	padding: 0 94px;
}

/* acc */
.acc_wrap {
    font-size: 1vw;
    margin-bottom: 5px;
}
.acc_btn {
    cursor: pointer;
    background: #fff;
    display: flex;
    padding: 2ch;
    border-radius: 10px;
    position: relative;
    /* margin-top: 5px; */
}
.acc_btn:after {
    position: absolute;
    content: '';
    background-image: url(../img/icon-arrow.png);
    aspect-ratio: 22/14;
    width: 1.1vw;
    right: 3ch;
    top: 50%;
    background-size: cover;
    transform: translateY(-50%);
/*    transition: all .5s;*/
}
.acc_wrap.open .acc_btn:after {
    transform: translateY(-50%) rotate(-180deg);
}
.acc_con {
    display: none;
    background: #fff;
    margin-top: 5px;
    border-radius: 10px;
    padding: 2ch;
    color: #999;
}


/* list */
.no_list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.list1 {
    background: #ffffff;
    border-radius: 10px;
}
.list1 tr {
    border-bottom: 1px solid #c33333;
    padding: 10px 20px;
}
.list1 tr:last-child {
    border-bottom: 0;
}
.list1 td {
    padding: 10px 20px;
    vertical-align: middle;
}
.list1 td:first-child {
    padding-right: 5px;
}
.list1 td:last-child {
    padding-left: 5px;
    width: 110px;
}

/* pagers */
.pagers {
    text-align: center;
    margin: 50px auto;
}
.pagers .num {
    color: #666666;
    padding: 6px;
    min-width: 30px;
    display: inline-block;
    box-sizing: border-box;
}
.pagers .num.cur,
.pagers .num:hover {
    background: #e5e5e5;
}
.pagers .btn {
    padding: 6px;
    min-width: 30px;
    display: inline-block;
    box-sizing: border-box;
}

/* owl-carousel */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 0px;
    background: url(../img/arrow-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 1vw;
    height: 1.8vw;
    position: absolute;
    top: 50%;
    margin-top: -0.9vw;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -2vw;
}
.owl-carousel .owl-nav button.owl-next {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
    right: -2vw;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
    width: 0.7vw;
    height: 0.7vw;
    background: #c1c0c0;
    display: inline-block;
    border-radius: 100px;
    margin: 0 0.36vw;
}
.owl-carousel .owl-dots button.owl-dot {
    transition: all .3s;
}
.owl-carousel .owl-dots button.owl-dot.active, .owl-carousel .owl-dots button.owl-dot:hover {
	background: #909090;
}

/* scrollbar */
.mCSB_scrollTools .mCSB_draggerRail {
	background: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 10px;
	width: 0.9vw;
	background: #fff;
    box-shadow: 0 0 0.3vw rgba(0,0,0,0.5);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #fff;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #fff;
}
.mCSB_outside + .mCSB_scrollTools {
	right: 20px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	top: 50px;
	bottom: 50px;
}

/* event */
.table {
    display: table;
}
.tr {
    display: flex;
}
.th, .td {
    display: flex;
    flex: 1;
}
.event_content {
    font-family: "Noto Sans TC", sans-serif;
    background-color: #f5f5f5;
    background-image: url(../img/bg-main.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.event_content section {
    padding: 0;
}
.header-kv {
    margin-bottom: 50px;
}
.dialog {
    aspect-ratio: 276/86;
    background-size: contain;
    width: 14.375vw;
    text-align: center;
    color: #fff;
    padding-top: 5.5%;
    margin: 0 auto 0.5ch;
    background-repeat: no-repeat;
}
.dialog.green {
    background-image: url(../img/dialog-green.png);
}
.dialog.blue {
    background-image: url(../img/dialog-blue.png);
}
.bg_arrow {
    background-image: url(../img/bg-arrow.png);
    height: 100%;
    width: 100%;
    background-size: 1.5vw auto;
    background-repeat: repeat-x;
    background-position: left center;
    position: relative;
    top: -0.5vw;
}
.table1 {
    font-size: 1.6vw;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
.table1 .th {
    width: 30.5%;
}
.table1 .th:nth-of-type(2) {
    width: 39%;
}
.table1 .td .cell {
    padding: 1ch 0;
}
.table1 .cell {
    background: #fff;
    min-height: 4.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}
.table1 .td {
    border-bottom: 0.5ch solid transparent;
    vertical-align: top;
}
.table1 .td:nth-of-type(1) {
    color: #06c755;
}
.table1 .td:nth-of-type(1) .cell {
    border-radius: 10px 0 0 10px;
    padding-left: 2ch;
}
.table1 .td:nth-of-type(3) {
    color: #0068b6;
}
.table1 .td:nth-of-type(3) .cell {
    border-radius: 0 10px 10px 0;
    padding-right: 2ch;
}
.check {
    aspect-ratio: 51/50;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.6vw;
    height: 100%;
    margin: auto;
}
.table1 .td:nth-of-type(1) .check {
    background-image: url(../img/check-green.png);
}
.table1 .td:nth-of-type(3) .check {
    background-image: url(../img/check-blue.png);
}
.table1 small {
    font-size: 62.5%;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-top: .5ch;
}
.tit_main {
    text-align: center;
    font-size: 2.5vw;
    font-weight: bold;
    margin: 4ch auto 1.4ch;
}
.btns_wrap {
    justify-content: center;
    gap: 1.1vw;
    max-width: 88%;
    margin: auto;
}
ol * {
    color: #999;
}
.lower-alpha {
    list-style: lower-alpha;
    margin-bottom: 0;
}
.list-decimal2 {
    counter-reset: step-counter calc(var(--start) - 1); /* Set counter-name to calc(var(--start) - 1 */
    list-style: none;
    margin: 0;
}
.list-decimal2 > li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 2.5ch;
}

.list-decimal2 > li:before {
    content: '('counter(step-counter)') ';
    position: absolute;
    left: 0;
}
.footer2 {
/*    background: #303030;*/
    padding: 2ch;
/*    margin-top: 5ch;*/
    color: #999;
    font-size: 0.9vw;
}
.f_flex {
/*    justify-content: space-between;*/
    justify-content: center;
    text-align: center;
    padding: 0 3ch;
}
.f_tit {
    /* color: #fff; */
    font-weight: bold;
}
.s_flex {
    gap: 0.5ch;
    align-items: center;
}
.s_flex a {
    transition: all .5s;
}
.s_flex a:hover {
    opacity: .7;
}

/* pc & mobile */
.pc {
	display: initial;
}
.mo {
	display: none;
}

@media only screen and (max-width: 769px) {
    .inner {
        max-width: none;
        padding: 0 8px;
    }
    .table1 {
        font-size: 14px;
    }
    .dialog {
        width: 120px;
        font-size: 14px;
        position: relative;
    }
    .check {
        width: 25px;
    }
    .table1 .td:nth-of-type(1) {
        padding-left: 7px;
    }
    .table1 .td:nth-of-type(2) {
        flex-basis: 34%;
    }
    .table1 .td:nth-of-type(3) {
        padding-right: 7px;
    }
    .table1 .td .cell {
        min-height: 50px;
    }
    .table1 .td:nth-of-type(1) .cell {
        border-radius: 5px 0 0 5px;
    }
    .table1 .td:nth-of-type(3) .cell {
        border-radius: 0 5px 5px 0;
    }
    .tit_main {
        font-size: 24px;
        margin: 3ch auto 0.5ch;
    }
    .btns_wrap {
        flex-wrap: wrap;
        gap: 1ch;
    }
    .btns_wrap a {
/*        flex-basis: 136px;*/
    }
    .btns_wrap img {
        height: 36px;
    }
    .acc_wrap {
        font-size: 12px;
        margin: 0 8px 5px;
    }
    .acc_btn {
        padding-right: 8ch;
        border-radius: 5px;
    }
    .acc_btn:after {
        width: 11px;
        right: 2ch;
    }
    .acc_con {
        border-radius: 5px;
        padding-right: 4ch;
    }
    .footer2 {
        font-size: 10px;
        padding: 3ch 16px;
    }
    .f_flex {
        padding: 0;
    }
    .s_flex {
        gap: 1ch;
    }
    .s_flex a {
        width: 40px;
    }
    .table1 .th {
        flex-basis: 120px;
        flex-grow: initial;
    }
    .table1 .th:nth-of-type(2) {
        width: auto;
        flex: 1;
    }

    .bg_arrow {
        background-size: 15px auto;
        margin: 0px 5vw;
        top: -1vw;
    }
    .event_content {
        background-size: auto 100%;
    }

    .pc {
        display: none;
    }

    .mo {
        display: initial;
    }
    .desktop-only {
    display: none !important;
}
}