@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: 56.25%; /* 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(2, 1fr);
}
.grid-3-item {
    gap: 1vw;
    grid-template-columns: repeat(3, 1fr);
}
.x_center {
    left: 50%;
    transform: translateX(-50%);
}
.inner_in {
    padding: 0 4vw;
    width: 100%;
    max-width: 100%;
}

/* header */
header {
	
}
nav {
	
}

/* footer */
footer {
	
}

/* title & font-size */
h2 {
    color: #259bb1;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.5;
}
h3 {
    margin-bottom: 20px;
}
h4 {
    color: #259bb1;
}
h5 {
    color: #ffffff;
}
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;
}
.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(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/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(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/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;
}

/* popup */
.p_layout {
    position: relative;
    padding: 6vw 5vw;
    background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/POP.png);
    background-size: 100% 100%;
    aspect-ratio: 1375/1440;
    min-height: 50vh;
    margin: 0vw 16vw;
}
.mfp-container {
    padding: 0;
}
.mfp-bg {
    background: rgba(0,0,0,.75);
}
button.mfp-close {
    background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/close-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    font-size: 0px;
    width: 2.8vw;
    height: 2.8vw;
    right: 3vw;
    top: 3vw;
}
.mfp-close:active {
    top: 3vw;
}

/* 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(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/kv.jpg);
    height: 35vw;
}
#kv .owl-wrap {
    padding: 24.8vw 37.6vw 0 14vw;
}
.owl-wrap .owl-item img {
    max-width: 100%;
    width: auto;
}



.btn {
    display: inline-block;
/*    background: green;*/
/*    opacity: .5;*/
}
.event_content .btn:focus {
    box-shadow: none;
}

#part1 .inner_in {
    top: 8vw;
}
#part1 .grid-3-item {
    margin-top: 1vw;
    margin-bottom: 1vw;
}
#part1 .btn_tab {
    position: absolute;
    width: 50%;
    height: 5vw;
    top: 2vw;
    left: 0;
    border-radius: 3vw 3vw 0 0;
}
#part1 .btn1 {
    height: 14vw;
}
#part1 .btn2 {
    height: 20vw;
}
.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-bottom: 2vw;
    line-height: 1;
}
.slick-dots li
{
    width: 0.7vw;
    height: 0.7vw;
    background: #ebc980;
    display: inline-block;
    border-radius: 100vw;
    margin: 0 0.4vw;
    cursor: pointer;
    transition: all .3s;
    opacity: .5;
}
.slick-dots li:hover, .slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li button {
    font-size: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    display: none;
}
#part1 .slick-dots {
    position: absolute;
    bottom: 1.5vw;
    margin-bottom: 1vw;
}
#part1 .slick-dots li {
    width: 0.52vw;
    height: 0.52vw;
    background: #fff;
    margin: 0 0.6vw;
}
#part1 .slick-dots li:hover, #part1 .slick-dots li.slick-active {
    opacity: .5;
}
#part2 .inner_in {
    top: 7.3vw;
}
#part2 .btn1 {
    height: 3vw;
}
#part2 .flex {
    flex-direction: column;
    width: 18vw;
    gap: 1vw;
    margin: 22vw auto 0;
}
#part2 .logged-in .flex {
    margin-top: 1vw;
}
#part2 .grid-2-item {
    margin-top: 26.5vw;
    text-align: center;
    padding: 0 5.8vw;
    column-gap: 2vw;
    row-gap: 1.2vw;
    font-size: 1vw;
}
#part2 .grid-2-item .item {/* background: green; *//* opacity: .5; */height: 5.5vw;}
#part2 .grid-2-item .txt {
    padding-top: 3vw;
}
.logged-in {
    color: #fff;
}
#part3 .inner_in {
    top: 7.6vw;
}
#part3 .grid-1-item {
    margin-top: 3vw;
    margin-bottom: 0vw;
    height: 12vw;
}
#part3 .grid-2-item {
    margin-top: 7vw;
    margin-bottom: 10vw;
}
#part3 .btn1 {
    height: 9vw;
}
.grid-5-item {
    gap: 0.5vw;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 2vw;
}
#part3 .btn2 {
    height: 20vw;
}
.btn-detail {
    width: 13.125vw;
    margin: 0.5vw auto 0;
}
#part4 .inner_in {
    top: 7.5vw;
    padding: 0 7vw 0;
}
.two-slider .slick-slide {
    margin: 0 1.6vw;
}
#part4 .grid {
    margin-top: 2vw;
}

.box1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38180f+0,7d0d04+50,38180f+100 */
background: linear-gradient(to right,  rgba(56,24,15,1) 0%,rgba(125,13,4,1) 50%,rgba(56,24,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0 3.8vw;
    padding: 3vw 2.4vw 0;
    border-radius: 2.6vw;
    position: relative;
}
.box1:before {
    position: absolute;
    content: '';
    width: calc(100% + 0.5vw);
    height: calc(100% + 0.5vw);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2.6vw;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b78f4b+25,55371f+50,b78f4b+75,ffffff+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(183,143,75,1) 25%,rgba(85,55,31,1) 50%,rgba(183,143,75,1) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box1:after {
    position: absolute;
    content: '';
    background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/bg-box.png);
    width: 62.5vw;
    height: 58.437vw;
    transform: translateX(-50%);
    top: -4vw;
    background-size: 100% 100%;
    z-index: -1;
}
.box_top {
    background-size: 100% 100%;
}
#part5-1 {
    top: 218vw;
    position: absolute;
}
#part5 .box_top {
    height: 7.343vw;
}
#part6 .box_top {
    height: 6.666vw;
}
.box_mid {
    background-size: contain;
}
.box_btm {
    background-size: 100% 100%;
    height: 5.625vw;
}
.box1 .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
}
.box1 + .box1 {
    margin-top: 3vw;
}
.box1 + .box1:after {
    opacity: 0;
}
.subtit {
    width: 12.552vw;
    margin: auto;
    position: absolute;
    top: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
}
.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, .btn-more2 {
    width: 12.343vw;
    margin-top: .5vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.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: 45vw;
}
.box1 .con.show {
    height: auto;
}
.tab .con {
    height: 44vw;
}
.btn-calendar {
    width: 15.729vw;
    margin: 1.5vw auto;
}
#part7 .inner_in {
    top: 8vw;
}
.grid-4-item {
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin: 0 2vw 3.5vw;
}
#part7 .btn1 {
    height: 14vw;
}
#part7 .btn2 {
    height: 3vw;
    width: 9vw;
    margin: auto;
}
#part8 .inner_in {
    top: 18vw;
    padding: 0 5.2vw;
}
.slick-prev, .slick-next {
    background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/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;
}
.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: 2.8vw;
}
.side_menu:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14.479vw;
    background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/side-top2.png);
    background-size: 100% 100%;
    aspect-ratio: 278/108;
}
.side_menu .btn_wrap {
    background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/side-main.png);
    background-size: 100% 100%;
    aspect-ratio: 277/629;
    width: 14.427vw;
    padding-top: 3vw;
    }
.side_menu .btn_wrap a {
    display: block;
    color: #fff;
    font-size: 0.9vw;
    font-weight: bold;
    text-align: center;
    padding: 0.8vw 0.6vw;
    position: relative;
    text-indent: -9999px;
    margin: 0 1.5vw;
}
.side_menu .btn_wrap a:after {
    position: absolute;
    content: '';
    width: 86.5%;
    height: 0.05vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.side_menu .btn_wrap a:last-of-type:after {
    opacity: 0;
}
.side_menu .btn_wrap + a {
    position: relative;
}
.btn-hamigo {
    width: 27.5vw;
    display: block;
    margin: 3vw auto 0;
}

.bg-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    background: url("../images/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%;
    }

/* pc & mobile */
.pc {
	display: initial;
}
.mo {
	display: none;
}

@media only screen and (max-width: 769px) {
    :root {
  scroll-padding-top: calc( 55px + 10.6vw );
}
    #part5-1 {
    top: 822vw;
    }
    .is-regular .point-area {
        margin-right: 12px;
    }
    #kv {
        background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/kv-m.jpg);
        height: 70.8vw;
    }
    .inner {
        width: auto;
    }
    .inner_in {
        padding: 0 10vw;
    }
    .bg-sticky {
        background: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/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: 7.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: 274vw;
    }
    .btn-mall {
        width: 34vw;
        margin-top: 2.9vw;
    }
    .btn-more, .btn-more2 {
        width: 31.6vw;
        margin-top: 2vw;
    }
        .btn-close {
        width: 54.2vw;
        bottom: -5vw;
    }
    .grid-2-item {
        grid-template-columns: repeat(1, 1fr);
        gap: 2vw;
    }
    .grid-3-item {
        grid-template-columns: repeat(2, 1fr);
        gap: 6vw;
    }
    #part1 .btn_tab {
        height: 12vw;
        top: 7vw;
    }
    #part1 .inner_in {
        top: 22vw;
    }
    #part1 .btn1 {
        height: 34vw;
    }
    #part1 .btn2 {
        height: 49vw;
    }
    #part1 .grid {
        margin-bottom: 2vw;
        gap: 6vw;
    }
    #part1 .grid-3-item {
        margin: 7vw 0 5vw;
    }
    #part1 .slick-dots {
        bottom: 5vw;
    }
    #part1 .slick-dots li {
        width: 1.3vw;
        height: 1.3vw;
        margin: 0 1.6vw;
    }
    #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: 1vw;
        column-gap: 3vw;
        padding: 0 5vw;
    }
    #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);
        margin-bottom: 23vw;
    }
    #part3 .btn1 {
        height: 42vw;
    }
    .grid-5-item {
        display: flex;
        margin: 0;
        row-gap: 5vw;
        justify-content: center;
        flex-wrap: wrap;
    }
    #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 .btn1 {
        height: 46vw;
    }
    #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: 2vw;
        height: 2vw;
        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);
    }
    .top_menu a {
        display: block;
        text-align: center;
        background: #fff;
        color: #333;
        font-weight: bold;
        font-size: 3.7vw;
        padding: 2vw 0;
        position: relative;
        flex-basis: 33.33%;
    }
    .top_menu a:after {
    position: absolute;
    content: '';
    width: 0.1vw;
    height: 76%;
    background: #5b3333;
    right: 0.2vw;
    transform: translateY(-50%);
    top: 50%;
}

    .top_menu a.cur {
    color: #ffffff;
    background: #c59642;
}
    .top_menu .top_con {
        border: 0.2vw solid #5b3333;
    }
    .top_menu .btm_con {
        border: 0.2vw solid #5b3333;
        border-top: 0;
    }
    .top_menu .acc_btn {
        position: absolute;
        display: inline-block;
        background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/arrow-02.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        width: 4.4vw;
        height: 11.4vw;
        top: -0.5vw;
        right: 2vw;
        z-index: 1;
    }
    .top_menu .acc_con.show {
        display: flex;
        flex-wrap: wrap;
    }
    .top_menu .with_btn {
        padding-right: 5.3vw;
    }
    .top_menu a[href='#part3']:after, .top_menu a[href='#part6']:after, .top_menu a[href='point.html']:after {
        opacity: 0;
    }
    .p_layout {
        margin: 0;
        background-image: url(https://portal-hamipoint.cdn.hinet.net/2025lottery/point/images/POPSP.png);
        aspect-ratio: 750 / 1316;
        padding: 15vw 6vw;
        overflow: hidden;
    }
    button.mfp-close {
        width: 5.6vw;
        height: 5.6vw;
        top: 6vw;
        right: 6vw;
    }
    .mfp-close:active {
        top: 6vw;
    }
    
    .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;*/
}
.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%;
    }
}