@charset "UTF-8";
/* global */
:root {
  scroll-padding-top: 90px;
}
*, *:before, *:after {
    box-sizing: border-box;
	 -webkit-box-sizing: border-box;
}
*:focus { 
    outline: none; 
}
table {
    width: 100%;
}
a {
    text-decoration: none;
}
.link {
    color: #007dc5;
    display: inline-block;
}
.link:hover {
    text-decoration: underline;
}
.hidden {
    overflow: hidden;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.inner {
/*	width: 62.5vw;*/
	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 {
	
}
small {
/*    font-size: 20px;*/
}

/* 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: #999999;
}
.checkbox_wrap input[type='checkbox']:disabled + label:before {
    border-color: #999999;
}
.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_btn {
    cursor: pointer;
}
.acc_con {
    display: none;
}


/* 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 global */
.bg {
    background-size: 100% 100%;
    background-position: center;
}

/* 網路門市 */
#kv {
    background-image: url(../img/kv.jpg);
    height: 42.708vw;
}
#kv .owl-wrap {
    padding: 24.8vw 37.6vw 0 14vw;
}
.owl-wrap .owl-item img {
    max-width: 100%;
    width: auto;
}



.btns {
    display: inline-block;
/*    background-color: green;*/
/*    opacity: .5;*/
}
.event_content .btn:focus {
    box-shadow: none;
}

#part1-1 .inner_in {
    top: 17vw;
}
.btn-all {
    display: block;
}
#part1-1 .btns {
    aspect-ratio: 1200/628;
}
#part1-2 .inner_in {
    top: 11vw;
    padding: 0 0.9vw;
}
.auto-slider {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: flex;
}
.auto-slider .btns {
    margin: 0 0.6vw;
}
.btn-cta {
    aspect-ratio: 377 / 75;
    width: 19vw;
    margin: 1vw auto 0;
}
.btn-cta + .auto-slider {
    margin-top: 5.5vw;
}
#part1-2 .auto-slider + .auto-slider {
    margin: 5vw 0 1vw;
}
#part1-2 .btn_flex {
    justify-content: center;
    gap: 1vw;
}
#part1-2 .btn2 {
    aspect-ratio: 310 / 75;
    width: 16vw;
}
#part1-3 .inner_in {
    top: 9vw;
}
#part1-3 .btn1 {
    aspect-ratio: 1240/ 345;
    margin-bottom: 2vw;
}
#part1-3 .btn-all {
    height: 18vw;
}
#part1-3 .btn_flex {
    margin-top: 12vw;
    gap: 1vw;
    justify-content: flex-end;
    margin-right: 12vw;
}
#part1-3 .btn2 {
    height: 4vw;
    width: 13.5vw;
}
#part1-3 .btn2:first-of-type {
    width: 26vw;
}
#part1-4 .inner_in {
    top: 11vw;
}
#part1-4 .btn1 {
    aspect-ratio: 643 / 349;
    margin-bottom: 9vw;
}
#part1-5 .inner_in {
    top: 8.5vw;
}
.video_all {
    max-width: 35vw;
    margin: auto;
}


.flex_link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex_link a {
    flex: 1;
    height: 100%;
/*    background: red;*/
/*    opacity: .5;*/
}
/* Dots */

.slick-dots
{

display: block;

width: 100%;

padding: 0;

margin: 0;

list-style: none;

text-align: center;

margin-top: 1vw;
}
.slick-dots li
{
    width: 1.04vw;
    height: 1.04vw;
    background: #c1c0c0;
    display: inline-block;
    border-radius: 100px;
    margin: 0 0.5vw;
    cursor: pointer;
    transition: all .3s;
}
.slick-dots li:hover, .slick-dots li.slick-active {
    background: #909090;
}
.slick-dots li button {
    font-size: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
/*    display: none;*/
}
#part2-1 .inner_in {
    top: 18vw;
}
#part2-1 nav {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.7vw;
}
#part2-1 nav a {
    height: 5.26vw;
}
#part2-1 nav a img {
    height: 100%;
}
#part2-2 .inner_in {
    top: 7.5vw;
}
#part2-2 .btn1 {
    aspect-ratio: 600/550;
    margin-bottom: 0.5vw;
}
#part2-2 .btn-all {
    height: 25vw;
    margin: 1.5vw 0 1vw;
}
#part2-3 .inner_in {
    top: 11vw;
}
.scroll_x {
    overflow-x: auto;
    margin-bottom: 0.7vw;
}
.scroll_x img {
    max-width: none;
}
#part2-4 .inner_in {
    top: 17vw;
}
#part2-5 .inner_in {
    top: 8vw;
}
#part2-5 .btn-cta {
    margin-top: 3vw;
}
#part3-1 .inner_in {
    top: 17vw;
}
#part3-2 .inner_in {
    top: 11vw;
}
#part3-3 .inner_in {
    top: 11vw;
}
#part3-3 .btn-cta {
    margin: 0;
}
#part4-1 .inner_in {
    top: 19vw;
}
#part4-1 .btn1 {
    aspect-ratio: 600/654;
}
#part4-2 .inner_in {
    top: 10.5vw;
}
#part4-2 .btn1 {
    aspect-ratio: 600/654;
}
.two-slider .slick-slide {
    margin: 0 0.6vw;
}
#part4-2 .grid {
    margin-bottom: 0.5vw;
}
#part5-1 .inner_in {
    top: 17vw;
}
#part5-1 .btn-all {
    height: 34vw;
}
.three-slider a {
    display: block;
    margin: 1vw .5vw;
}
#part6-1 .inner_in {
    top: 14vw;
}
#part6-1 .btn-all {
    height: 34vw;
}
#part6-2 .inner_in {
    top: 4vw;
}
#part6-2 .btn1 {
    aspect-ratio: 1;
}
#part6-2 .btn2 {
    aspect-ratio: 600/550;
}
#part6-2 .btn-cta {
    margin-top: 0vw;
}
#part6-2 .grid-2-item + .grid-2-item {
    margin: 13vw 0 1.5vw;
}
#part7-1 .inner_in {
    top: 14vw;
}
#part7-1 .btn-all {
    height: 32vw;
    /* margin-bottom: 2vw; */
}
#part7-1 .grid-2-item {
    
gap: 0;
    
padding: 0 1vw;
    
margin-bottom: 1.5vw;
}
#part7-1 .btn1 {
    aspect-ratio: 606 / 290;
}
#part7-1 .grid-3-item {
    padding: 0 2vw;
    margin-top: 11vw;
}
.btn-right {
    aspect-ratio: 620 / 214;
    width: 50%;
    margin-left: auto;
    display: block;
}
.msecuritygo-slider {
    padding: 0 2vw;
    margin-top: 11vw;
}
#part7-2 .inner_in {
    top: 0vw;
}
#part7-2 .btn-all {
    height: 32vw;
    margin: 2vw 0 1vw;
}
#part8 {
    background-image: url(../img/bg-p8.jpg);
    background-size: 100% auto;
    padding: 6.7vw 0 3vw;
}
.txt-wrap {
    max-width: 48.854vw;
    margin: 0 auto 1vw;
}
#part8 .two-slider {
    /* margin-top: 2vw; */
}
.subtit2 {
    width: 23.333vw;
    margin: 3vw auto 1vw;
}
.box2 {
    position: relative;
    padding: 0.26vw;
    margin: 0 auto;
    max-width: 67.7vw;
    background: #fffae9;
    border-radius: 1.5vw;
    box-shadow: 0px 3px 10px 0px rgba(11, 3, 6, 0.5);
}

.box2:before {
    content: "";
    position: absolute;
    inset: 0;
    border-width: 0.26vw;
    border-style: solid;
    border-color: transparent;
    border-radius: 1.5vw;
    background-image: linear-gradient(to bottom, rgba(218, 167, 62, 1) 0%, rgba(176, 108, 37, 1) 100%);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: exclude, add;
}
.box2_in {
    position: relative;
    padding: 5vw 1.3vw 4vw;
}
.box2_in > .subtit {
    width: 38.854vw;
    top: -2.5vw;
}

.box1 {
    position: relative;
    padding: 0.26vw;
     margin: 3vw 1.3vw; 
    /* max-width: 67.7vw; */
    background: #fff3e1;
    border-radius: 1.5vw;
}
.box1:before {  
    content: "";
    position: absolute;
    inset: 0;
    border-width: 0.26vw;
    border-style: solid;
    border-color: transparent;
    border-radius: 1.5vw;
    background-image: linear-gradient(to bottom,  rgba(194,144,59,1) 0%,rgba(247,220,149,1) 25%,rgba(199,157,75,1) 50%,rgba(245,230,161,1) 75%,rgba(187,142,83,1) 100%);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: exclude, add;
}
.box1_in {
    position: relative;
    padding: 4.5vw 3vw 2vw;
}
.box1_in > .subtit {
    width: 23.333vw;
    top: -2.5vw
}
.subtit {
    margin: auto;
    position: absolute;
    /* top: -1.5vw; */
    left: 50%;
    transform: translateX(-50%);
}

.box1 .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
}
.box1 + .box1 {
    margin-top: 6vw;
}
.box1 + .box1:after {
    opacity: 0;
}
.btn-mall {
    display: block;
    width: 13.125vw;;
    margin: 1.5vw auto 0;
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1vw;
    
    display: none;
}
.btn-mall.show {
/*    display: block;*/
}
.btn-more {
    width: 20vw;
    margin-top: 1vw;
}
.btn-more2 {
    width: 23.854vw;
    margin-top: 1vw;
}
.btn-close {
    display: block;
    width: 20vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2vw;
    display: none;
}
.btn-close.show {
    display: block;
}
.box1 .con {
    overflow: hidden;
    height: 48vw;
}
.box1 .con.show {
    height: auto;
}
.tab .con {
    height: 44vw;
}
.btn-calendar {
    width: 15.729vw;
    margin: 1.5vw auto;
}
.grid-4-item {
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin: 0 2vw 3.5vw;
}
#part8 .inner_in {
    top: 18vw;
    padding: 0 5.2vw;
}
.slick-prev, .slick-next {
/*    background-image: url(../img/icon-arrow-01.png);*/
    width: 0.8vw;
    aspect-ratio: 16/27;
    position: absolute;
    font-size: 0;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    bottom: -0.1vw;
}
.slick-prev {
    left: 50%;
    margin-left: -4vw;
}
.slick-next {
    transform: scaleX(-1);
    left: 50%;
    margin-left: 3vw;
}
.grid-2-item .one-slider {
    width: 31.666vw;
}
.one-slider .slick-dots {
    margin-top: 1vw;
}
.one-slider .flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.one-slider .flex a {
    height: 5vw;
/*    border: 1px solid red;*/
    width: 33%;
}
.c1 a:nth-of-type(1) {
    width: 39%;
}
.one-slider .c3 a {
    width: 50%;
}
#part8 .con {
    /* height: auto; */
}
#part9 .inner_in {
    top: 27vw;
}
#part9 .flex {
    width: 39vw;
    gap: 2vw;
    margin: 0 auto;
}
#part9 .btn1 {
    height: 3vw;
    flex: 1;
}

.side_menu {
    position: fixed;
    /* width: 14.479vw; */
    right: 2vw;
    top: 50%;
    transform: translateY(-45%);
    z-index: 51;
    padding-top: 3.979vw;
}
.side_menu:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    /*    transform: translateX(-50%);*/
    width: 12.916vw;
    background-image: url(../img/side-top2.png);
    background-size: 100% 100%;
    aspect-ratio: 248/157;
}
.side_menu .btn_wrap {
    background-image: url(../img/side-main.png);
    background-size: 100% auto;
    aspect-ratio: 208/429;
    width: 10.833vw;
    margin-top: 2vw;
    padding-top: 1.5vw;
    }
.side_menu .btn_wrap a {
    display: block;
    color: #fff;
    font-size: 0.9vw;
    font-weight: bold;
    text-align: center;
    padding: 0.5vw 0.6vw;
    position: relative;
    /*    text-indent: -9999px;*/
    margin: 0 0.5vw;
}
.side_menu .btn_wrap a:after {
    position: absolute;
    content: '';
    width: 86.5%;
    height: 0.05vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
}
.side_menu .btn_wrap a:last-of-type:after {
    opacity: 0;
}
.side_menu .btn_wrap + a {
    position: absolute;
    width: 74%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: -9%;
}
.btn-hamigo {
    width: 27.5vw;
    display: block;
    margin: 3vw auto 0;
}

.bg-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
/*    background: url("../img/bg-main.jpg") top center/cover no-repeat;*/
    z-index: 0;
}
.section-content {
    position: relative;
    z-index: 1;
    margin-top: -100vh;
    padding: 0;
}
.is-regular .point-area {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}
.is-regular .point-area span {
    color: #5ab546;
    font-size: 100%;
    }

/* countDown */
.countdown {
    font-size: 1.5vw;
    font-weight: 900;
    position: relative;
    text-align:center;
    background: #430907;
    color: #fff;
    padding: .5ch 0;
}
.countdown .bg {
    background-image: url(../img/bg-c.png);
    background-size: contain;
    aspect-ratio: 89/93;
    width: 4.6vw;
    color: #fff035;
    font-size: 2.5vw;
    margin: 0 0.1vw;
}
.countdown .icon {
    width: 5vw;
    height: auto;
    margin-right: 1ch;
}
.countdown .txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* popup */
.p_layout1 {
    position: relative;
    /* min-height: 50vh; */
    margin: 2vw auto;
    border-radius: 13px;
    background: #fff9e9;
    padding: 0.26vw;
    border-radius: 1.5vw;
    max-width: 1000px;
    width: 55%;
    font-weight: 700;
/*    text-align: center;*/
}
.p_layout1:before {
    content: "";
    position: absolute;
    inset: 0;
    border-width: 0.26vw;
    border-style: solid;
    border-color: transparent;
    border-radius: 1.5vw;
    background-image: linear-gradient(to bottom, rgba(194, 144, 59, 1) 0%, rgba(247, 220, 149, 1) 25%, rgba(199, 157, 75, 1) 50%, rgba(245, 230, 161, 1) 75%, rgba(187, 142, 83, 1) 100%);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: exclude, add;
}
.popup_in {
    padding: 4vw 2vw;
    line-height: 2;
    position: relative;
}
.p_layout1 a {
    word-break: break-all;
}
#schedule {
    width: auto;
    max-width: 67vw;
}
#schedule img {
    max-width: 100%;
}
#actway {
    font-weight: 400;
}
.hl {
    color: #ff481d;
}
.mfp-container {
    padding: 0;
}
.p_layout1 button.mfp-close {
    background-image: url(../img/close-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    font-size: 0px;
    width: 3.4vw;
    height: 3.4vw;
    right: -1.7vw;
    top: -.5vw;
}
.p_layout1 .mfp-close:active {
    top: -.5vw;
}
.table_base {
    border: 1px solid #333;
    font-size: 80%;
}
.table_base th, .table_base td {
    padding: .5ch 1ch;
    border: 1px solid #333;
    vertical-align: top;
}
.table_base .bg1 {
    background: rgba(194, 144, 59, .2)
}
.table1 th {
    background: rgba(194, 144, 59, .8);
    font-weight: 700;
}
.table1 td:nth-of-type(1) {
    width: 31%;
}
.table1 td:nth-of-type(2) {
    width: 19%;
/*    font-size: 80%;*/
}
.table1 td:nth-of-type(3) {
/*    font-size: 80%;*/
}
.table1 sup {
    white-space: nowrap;
}
.ps {
    font-size: 65%;
}
.is-end {
    filter: grayscale(1);
}

/* pc & mobile */
.pc {
	display: initial;
}
.mo {
	display: none;
}

@media only screen and (max-width: 769px) {
    :root {
  scroll-padding-top: calc( 55px + 10.6vw );
  overflow-x: hidden;
}
    #part5-1 {
/*    top: 822vw;*/
    }
    .is-regular .point-area {
        margin-right: 12px;
    }
    #kv {
        background-image: url(../img/kv-m.jpg);
/*        height: 194.666vw;*/
        height: 174.666vw;
        background-size: 100% auto;
        background-position: bottom;
    }
    .inner {
        width: auto;
    }
    .inner_in {
        padding: 0 5vw;
        max-width: none;
    }
    .auto-slider::-webkit-scrollbar {
  display: none;
}
.auto-slider {
  scrollbar-width: none; /* Firefox */
}
    .auto-slider > div {
        flex: 0 0 53vw;
        margin: 0 2vw;
    }
    
    .bg-sticky {
/*        background: url(../img/bg-main-m.jpg) top center / cover no-repeat;*/
    }
    .subtit {
        width: 32vw;
        top: -3.75vw;
    }
    .box1 {
        border-radius: 4vw;
        padding: 8vw 8.8vw 0;
    }
    .box1:before {
        width: calc(100% + 0.5vw);
        height: calc(100% + 0.5vw);
        border-radius: 4vw;
    }
    .box1 + .box1 {
        margin-top: 10.5vw;
    }
    .box_top {
        background-size: auto 100%;
        background-position: center;
    }
    #part5 .box_top {
        height: 19.6vw;
    }
    #part6 .box_top {
        height: 16.8vw;
    }
    .box_btm {
        /* height: 14.666vw; */
    }
    .box1 .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.4vw;
    }
    .box1 .con {
        height: 263vw;
    }
    .btn-mall {
        width: 34vw;
        margin-top: 2.9vw;
    }
    .btn-more {
        width: 50vw;
        margin-top: 2vw;
    }
	.btn-more2 {
        width: 61vw;
        margin-top: 2vw;
    }
        .btn-close {
        width: 54.2vw;
        bottom: -5vw;
    }
    .grid-2-item {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;
        /* padding: 0 4vw; */
    }
    .grid-3-item {
        grid-template-columns: repeat(2, 1fr);
        gap: 6vw;
    }
    #part1 .grid {
        margin-bottom: 0;
        gap: 3vw;
    }
    #part1 .grid-3-item {
        margin: 7vw 0 5vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }
    #part1 .grid-3-item + .grid-3-item {
        grid-template-columns: repeat(2, 1fr);
    }
    #part1 .grid-3-item + .grid-3-item .btn2 {
        height: 50vw;
    }
    #part2 .inner_in {
        top: 26.3vw;
        padding: 0;
    }
    #part2 .btn1 {
        /* height: 8vw; */
    }
    #part2 .flex {
        margin-top: 73vw;
        width: 50vw;
        gap: 2vw;
    }
    #part2 .btn2 {
        height: 8vw;
    }
    #part2 .grid-2-item {
        /* grid-template-columns: repeat(2, 1fr); */
        /* font-size: 3vw; */
        /* margin-top: 84vw; */
        row-gap: 5vw;
        /* column-gap: 3vw; */
        /* padding: 0 10vw; */
        margin-bottom: 0vw;
    }
    #part2 .grid-2-item .item {
        height: 15vw;
    }
    #part2 .grid-2-item .txt {
        padding-top: 8vw;
    }
    #part3 .inner_in {
        top: 17vw;
        /* padding: 0 8vw; */
    }
    #part3 .grid-1-item {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 11vw;
/*        height: 52vw;*/
    }    
    #part3 .grid-2-item {/*        grid-template-columns: repeat(2, 1fr);*/gap: 19vw;}
    #part3 .btn1 {
        height: 42vw;
    }
    #part3 .btn2 {
        flex-basis: 32%;
        height: 50vw;
    }
    #part3 .grid-5-item a:nth-of-type(4), #part3 .grid-5-item a:nth-of-type(5) {
        flex-basis: 40%;
    }
    .btn-detail {
        width: 34vw;
        margin-top: 3vw;
    }
    #part4 .inner_in {
        top: 20vw;
    }
    #part4 .slick-dots {
        margin-top: 0;
        margin-bottom: 1vw;
    }
    #part7 .inner_in {
        top: 20vw;
    }
    .grid-4-item {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
        margin-bottom: 9vw;
    }
	#part7 .grid-2-item {
		
margin-bottom: 4vw;
	}
    #part7 .btn1 {
        height: 41vw;
        aspect-ratio: initial;
    }
    #part7 .btn2 {
        height: 7.5vw;
        width: 23vw;
    }
    #part8 .inner_in {
        top: 45vw;
        padding: 0 6.2vw;
    }
    #part9 .inner_in {
        top: 83vw;
        height: 17vw;
    }
    #part9 .flex {
        flex-direction: column;
        width: 50vw;
        height: 100%;
    }
    .one-slider .flex a {
        height: 12.5vw;
        width: 50%;
    }
    .slick-prev, .slick-next {
        width: 2.1vw;
    }
    .slick-prev {
        margin-left: -13vw;
    }
    .slick-next {
        margin-left: 10vw;
    }
    .slick-dots li {
        width: 3vw;
        height: 3vw;
        margin: 0 1vw;
    }
    
    .top_menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    .top_menu .grid {
        grid-template-columns: repeat(3, 1fr);
        /*        max-width: 100vw;*/
        /* flex-basis: 33.33%; */
    }
    .top_menu a {
        display: block;
        text-align: center;
        background: #fff;
        color: #b10f1e;
        font-weight: bold;
        font-size: 3.7vw;
        padding: 2vw 0;
        position: relative;
        flex-basis: 33.33%;
    }
    .top_menu [href="#tab_vad"], .top_menu [href="#tab_mall"] {
        flex-basis: 50%;
    }
    .top_menu [href="#tab_hinet"]:after, .top_menu [href="#tab_prepaid"]:after, .top_menu [href="#tab_mall"]:after {
        opacity: 0;
    }
    .top_menu a:after {
    position: absolute;
    content: '';
    width: 0.1vw;
    height: 76%;
    background: #b10f1e;
    right: 0.2vw;
    transform: translateY(-50%);
    top: 50%;
}

    .top_menu a.cur {
    color: #ffffff;
    background: #b10f1e;
}
    .top_menu .top_con {
        border: 0.2vw solid #b10f1e;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        max-width: 100vw;
    }
    .top_menu .btm_con {
        border: 0.2vw solid #b10f1e;
        border-top: 0;
        margin-top: -2px;
        background: #fff;
    }
    .top_menu .acc_btn {
        position: absolute;
        display: inline-block;
        background-image: url(../img/arrow-02.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        width: 4.4vw;
        height: 11.4vw;
        top: -0.5vw;
        right: 1vw;
        z-index: 1;
    }
    .top_menu .acc_con.show {
        display: flex;
        flex-wrap: wrap;
        max-width: 100vw;
    }
    .top_menu .with_btn {
        padding-right: 3.3vw;
    }
    .top_menu a[href='#part3']:after, .top_menu a[href='#part6']:after, .top_menu a[href='point.html']:after {
        opacity: 0;
    }
    
    
    .scroll_con {
        height: 80vh;
        padding-right: 3vw;
    }
    .mCSB_outside + .mCSB_scrollTools {
        right: 0;
    }
    .tab_btn {
        flex-wrap: wrap;
        gap: 1.3vw;
        margin-bottom: 2vw;
        justify-content: center;
    }
    .tab_btn > * {
        font-size: 3.2vw;
        border-radius: 3vw 3vw 0 0;
         padding: 2vw 0; 
        
        flex: initial;
        width: 17.7vw;
    }
    .tab_btn > *:nth-of-type(3n) {
        border-right: 0;
    }
    .tab_btn > *.show:after {
        width: 28.133vw;
    }
    .tab .con {
        height: 274vw;
    }
    .bar1 {
        font-size: 4vw;
        padding: 1.8vw;
        margin-bottom: 3vw;
    }
    .btn-hamigo {
        width: 70vw;
        margin: 7.4vw auto 0;
    }
    #part1 .btn3 {
        width: 21.5vw;
        height: 6.5vw;
        top: 78.5vw;
        left: 39vw;
    }
    #part1 .btn4 {
        width: 38.5vw;
        height: 11.5vw;
        top: 159.5vw;
        left: 30vw;
    }
    #part1 .btn5 {
        width: 22.5vw;
        height: 6.5vw;
        top: 87.5vw;
        left: 16vw;
    }
    #part1 .btn6 {
        width: 21.5vw;
        height: 6.5vw;
        top: 87.5vw;
        left: 61vw;
    }
    .btn-calendar {
        width: 41vw;
    }
    .pc {
    	display: none;
    }
    .mo {
    	display: initial;
    }
}

/* */
.event_content {
/*    font-family: "Noto Sans TC", sans-serif;*/
    background: #e7c774;
}
.event_content section {
    padding: 0;
}
.event_content a:hover {
    text-decoration: none;
}
.owl-item, .owl-stage {
    display: block;
}
ul {
    padding: 0;
}
.miniature {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
    .desktop-only {
    display: none !important;
}
}

/* 2025-10-30 refine... */
.slider_wrap {
    padding-top: 2.5vw;
    width: 60.937vw;
    margin: auto;
}
.slider_wrap .tit {
    width: 38%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .slider_wrap {
        width: 100%;
        padding-top: 7vw;
    }
    .slider_wrap .tit {
        width: 70%;
    }
}

/* 2026 spring */
.kv_links {
    display: flex;
    padding-top: 20vw;
    padding-left: 1vw;
    gap: 1vw;
}
.kv_links a {
/*    background: red;*/
/*    opacity: .5;*/
    display: block;
    aspect-ratio: 266/399;
    width: 13.854vw;
}
@media screen and (max-width: 768px) {
    .kv_links {
        padding: 63vw 2vw 0;
        gap: 3vw;
    }
    .kv_links a {
        width: 33.33%;
    }
    #part1-1 .inner_in {
    top: 58vw;
}
	#part1-1 .btns {
		aspect-ratio: 668/ 646;
	}
#part1-2 .inner_in {
    top: 28vw;
    padding: 0 3vw;
}
	#part1-2 .auto-slider + .auto-slider {
		margin: 17vw 0 7vw;
        margin-right: 3vw;
	}
	#part1-2 .btn_flex {
		gap: 3vw;
	}
	#part1-2 .btn2 {
		width: 42vw;
	}
.auto-slider .btns {
    margin: 0 0.6vw;
}
.btn-cta {
    width: 50vw;
    margin: 0 auto;
}
.btn-cta + .auto-slider {
    margin-top: 11vw;
}
#part1-3 .inner_in {
    top: 20vw;
}
#part1-3 .btn1 {
    margin-bottom: 0vw;
    aspect-ratio: 668 /775;
}
    #part1-3 .btn_flex {
        margin-right: 0;
        flex-direction: column;
        width: 100%;
        margin-top: 70vw;
        gap: 2vw;
    }
    #part1-3 .btn2 {
        width: 100% !important;
        height: 11vw;
    }
#part1-3 .btn-all {
    height: 91vw;
}
#part1-4 .inner_in {
    top: 38vw;
    padding: 0 10vw;
}
#part1-4 .btn1 {
    margin-bottom: 0;
    aspect-ratio: 600/ 316;
}
#part1-5 .inner_in {
    top: 22vw;
    padding: 0 10vw;
}
    .video_all {
        max-width: 100%;
        margin: 0 auto;
    }
    #part2-1 .inner_in {
    top: 57vw;
}
    #part2-1 nav {
        flex-wrap: wrap;
    }
#part2-1 nav a {
    height: 13vw;
}
#part2-2 .inner_in {
    top: 5vw;
    padding: 0 10vw;
}
#part2-2 .btn1 {
    /* margin-bottom: 1vw; */
    aspect-ratio: 600 / 537;
}
#part2-2 .btn-all {
    height: 36vw;
    margin: 4vw 0 2vw;
}
#part2-3 .inner_in {
    top: 37vw;
    padding: 0 5vw;
}
    #part2-3 .btn-cta {
        margin-top: 4vw;
    }
.scroll_x img {
    max-width: none;
    height: 69vw;
    width: auto;
}
    #schedule {
        max-width: 1000px;
    }
    #schedule img {
        max-width: none;
    }
    .popup_in {
/*        padding: 8vw 4vw;*/
    }
#part2-4 .inner_in {
    top: 41vw;
}
#part2-5 .inner_in {
    top: 26vw;
}
#part3-1 .inner_in {
    top: 57vw;
    padding: 0 12vw;
}
#part3-2 .inner_in {
    top: 25vw;
    padding: 0;
}
#part3-3 .inner_in {
    top: 26vw;
    padding: 0;
}
	#part3-3 .btn-cta {
		/* margin-top: -3vw; */
	}
    .two-slider {
        padding: 0 10vw;
    }
    .two-slider + .btn-cta {
        margin-top: 3vw;
    }
    .one-slider .slick-dots {
        margin-top: 3vw;
    }
    .two-slider .slick-dots {
        margin-top: 3vw;
    }
    .grid-2-item .one-slider {
        width: 83.2vw;
        margin: 0 10vw;
    }
    #part4-1 .inner_in {
    top: 62vw;
    padding: 0 9vw;
}
#part4-1 .btn1 {
    aspect-ratio: 600/910;
}
#part4-2 .inner_in {
    top: 35vw;
    padding: 0 10vw;
}
#part4-2 .btn1 {
    aspect-ratio: 600/654;
}
.two-slider .slick-slide {
    margin: 0 0.6vw;
}
#part4-2 .grid {
    margin-bottom: 6vw;
    gap: 8vw;
}
#part5-1 .inner_in {
    top: 50vw;
}
#part5-1 .btn-all {
    height: 90vw;
}
    .three-slider {/*        max-width: 52vw;*//*        margin: 3vw auto 0;*/margin-right: 3vw;}
.three-slider a {
    display: block;
    margin: 2.5vw 2vw;
	max-width: 52vw;
}
	.three-slider + .three-slider {
		margin-top: 0;
	}
#part6-1 .inner_in {
    top: 36vw;
}
#part6-1 .btn-all {
    height: 91vw;
}
#part6-2 .inner_in {
    top: 30vw;
    padding: 0 10vw;
}
#part6-2 .btn1 {
    aspect-ratio: 600/450;
    /* margin-bottom: 10vw; */
}
#part6-2 .grid-2-item {
	gap: 13vw;
}
#part6-2 .grid-2-item + .grid-2-item {
    margin: 36vw 0 5vw;
    gap: 9vw;
}
    #part6-2 .grid-2-item + .grid-2-item .btn1 {
        aspect-ratio: 1;
        margin-bottom: 2vw;
    }
#part7-1 .inner_in {
    top: 42vw;
}
#part7-1 .btn-all {
    height: 127vw;
    margin-bottom: 0vw;
}
#part7-1 .grid-3-item {
    grid-template-columns: repeat(1, 1fr);
    max-width: 50vw;
    margin: 55vw auto 0;
    padding: 0;
}
.btn-right {
    aspect-ratio: 708/528;
    width: 100%;
    /* margin-top: 2vw; */
    /* display: block; */
}
    .msecuritygo-slider {
        max-width: 50vw;
        margin: 55vw auto 0;
        padding: 0;
    }
#part7-2 .inner_in {
    top: 0;
}
#part7-2 .btn-all {
    height: 46vw;
    margin: 4vw 0 5vw;
}
#part8 {
    background: #fffcf3;
    padding: 16vw 3vw 6vw;
}

.box2 {
    position: relative;
    padding: 0.6vw;
    margin: 0 auto;
    max-width: none;
    background: #fffae9;
    border-radius: 7vw;
    box-shadow: 0px 2px 5px 0px rgba(11, 3, 6, 0.5);
}

.box2:before {
    content: "";
    position: absolute;
    inset: 0;
    border-width: 0.6vw;
    border-style: solid;
    border-color: transparent;
    border-radius: 7vw;
    background-image: linear-gradient(to bottom, rgba(218, 167, 62, 1) 0%, rgba(176, 108, 37, 1) 100%);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: exclude, add;
}
.box2_in {
    position: relative;
    padding: 7vw 3vw 5vw;
}
.box2_in > .subtit {
    width: 99vw;
    top: -9.5vw;
}
    
   .box2 .two-slider {
        padding: 0;
        margin-bottom: 5vw;
        padding: 0 4vw;
    }

.box1 {
    padding: 0.6vw;
    margin: 0 0 5vw;
    max-width: none;
    border-radius: 7vw;
}
.box1:before {
    content: "";
    position: absolute;
    inset: 0;
    border-width: 0.6vw;
    border-style: solid;
    border-color: transparent;
    border-radius: 7vw;
    background-image: linear-gradient(to bottom,  rgba(194,144,59,1) 0%,rgba(247,220,149,1) 25%,rgba(199,157,75,1) 50%,rgba(245,230,161,1) 75%,rgba(187,142,83,1) 100%);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-clip: padding-box, border-box;
    mask-composite: exclude, add;
}
.box1_in {
    position: relative;
    padding: 10vw 6vw 5vw;
}
.box1_in > .subtit {
    width: 60vw;
    top: -6vw;
}
    .txt-wrap {
        gap: 0;
        max-width: 60.9vw;
        margin-bottom: 3vw;
    }
    .txt-wrap .item:first-of-type {
        width: 85.5%;
        margin: auto;
    }
	#part8 .btn1 {
		margin: 0 4vw;
	}
    #part8 .grid-2-item:last-of-type {
        gap: 4vw;
    }
    .subtit2 {
        width: 60vw;
        margin: 8vw auto 2vw;
    }
    .auto-slider {
        margin-right: 3vw;
    }
    
    .countdown {
		font-size: 4vw;
	}
    .countdown .bg {
        font-size: 6.4vw;
        width: 12vw;
    }
    .countdown .icon {
        width: 9vw;
        margin-right: 0;
    }
    .p_layout1 {
        margin: 2vw;
        width: auto;
        border-radius: 7vw;
    }
    .p_layout1:before {
        border-radius: 7vw;
    }
    .p_layout1 button.mfp-close {
        width: 8.5vw;
        height: 8.5vw;
        top: -2vw;
    }
    .p_layout1 .mfp-close:active {
        top: -.5vw;
    }
    .table_base {
        min-width: 150vw;
    }
}