@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

li::marker {
  content: '';
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
.b-box{
	box-sizing: border-box;
} 
body {
    font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Poppins', sans-serif;
    background: #b7b7b7;
    background: linear-gradient(135deg, #b7b7b7 2%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#e0e0e0', GradientType=1);
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.main-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
    background-color: #bebebe;
}

.demo-inner-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-left: 50%;
}

#container1-s {
    display: none;
}

.main-title {
    position: absolute;
    right: 3%;
    transform: translateX(-3%);
    top: 200px;
}

.main-bg {
    position: absolute;
    right: 0%;
}

#container-a {
    background: url(../img/top.png) center top no-repeat;
    width: auto;
    max-height: 403px;
} 

#nav {
    height: 60px;
    background: #1D417C;

}

#nav ul {
    max-width: 960px;
    margin: 0 auto;
}

#nav ul li {
    display: block;
    width: 25%;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FDFFD1;
    font-size: 19px;
    font-weight: bold;
}

#nav ul li.on {
    background: #1d417c;
    background: linear-gradient(to bottom, #1d417c 15%, #000000 100%);
    color: #FFFFFF;
}

#nav ul li a {
    display: block;
    color: #9EBBEB;
}

#nav ul li a:hover {
    background: #6B86B0;
    color: #E0EBFF;
    background: #1d417c;
    background: linear-gradient(to bottom, #1d417c 0%, #2970aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d417c', endColorstr='#2970aa', GradientType=0);
}

#title {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#title.t2 {
    margin-top: 30px;
}

#special {
    background: url(../img/bg-w.png);
    padding-bottom: 20px;
    padding-top: 20px;
} 

.abgne_tab {
    clear: left;
    max-width: 960px;
    margin: 0 auto;
}

ul.tabs {
	display: flex;
	justify-content: flex-start;
    height: 32px;
}

ul.tabs li {
    height: 33px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    border-left: none;
}

ul.tabs li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    font-size: 15px;
    border: solid 3px #FFFFFF;

}

ul.tabs li a:hover {
    color: #636363;
}

ul.tabs li.active {
    display: block;
    color: #FFFFFF;
    background: #FFFFFF;
} 

div.tab_container {
    clear: left;
    width: 100%;
    border-top: none;
    background: #fff;
}

div.tab_container .tab_content {
    padding: 20px;
    overflow: hidden;
}

div.tab_container .tab_content h2 {
    margin: 0 0 20px;
}

.tab_container #sp-hotel {
	display: flex;
    gap: 20px;
    justify-content: space-between;
} 
#sp-hotel img{
	object-fit: cover;
    width: 100%;
}
.tab_container #left,
.tab_container #right {
    width: 50%;
}
#sp-hotel li button:before{
	font-size: 14px;
}

.tab_container #right{
    display: flex;
    gap: 15px;
    flex-direction: column;
}

#right .name {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #2254A0;
    border-bottom: solid 1px #000000;
    padding-bottom: 15px;
}

#right .name strong {
    color: #EC357F;
    font-size: 16px;
    margin-left: 10px;
}

#right .intro {
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

#right .box {
    width: 100%;
}

#right .box a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #E1E1E1;
    transition: 1s;
}

#right .box a:hover {
    background-color: #C3C3C3;
}

#right .box .title {
    display: block;
    background: #68BBFF;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: bold;
}

#right .box li p {
    padding: 0 20px;
    font-size: 15px;
    line-height: 26px;
}

#right .box li p strong {
    display: block;
    color: #FFFCC3;
    font-size: 20px;
    margin-bottom: 5px;
}

#right .box li .price {
    display: block;
    text-align: right;
    color: #E93164;
    line-height: 50px;
    padding-right: 20px;
}

#right .box li .price strong {
    font-size: 40px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}

/*圖片輪播*/
#abgneBlock {
    width: 440px;
    height: 319px;
    position: relative;
    overflow: hidden;
}

#abgneBlock ul.list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 9999px;
    height: 100%;
}

#abgneBlock ul.list li {
    float: left;
    max-width: 440px;
    height: 319px;
}

#abgneBlock .list img {
    max-width: 440px;
    height: 100%;
    border: 0;
}

#abgneBlock ul.playerControl {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 15px;
    right: 5px;
    height: 14px;
}

#abgneBlock ul.playerControl li {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0px 5px;
    background: url(../img/circle2.png) no-repeat 0 0;
}

#abgneBlock ul.playerControl li.current {
    background: url(../img/circle.png) no-repeat 0 0;
}

/*特色飯店細部介紹*/
#detial {
    margin-top: 30px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#detial .box {
	display: flex;
	align-items: center;
    gap: 10px;
}

#detial .box img{
	max-width: 140px;
}

#detial .box p {
    font-size: 13px;
    line-height: 24px;
}

#detial .box p strong {
    font-size: 15px;
    display: block;
    color: #D05FD3;
}

/*--- 行程 ---*/
.cwrap {
    height: 390px;
}

.circle {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.tit {
    display: block;
    width: 300px;
    height: 50px;
    background-color: #000000;
    color: #fff100;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
}

.theme {
    position: absolute;
    right: 0px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #D1309E;
    background: #A43078;
    border-radius: 0px 0px 0px 30px;
    width: 180px;
    height: 36px;
}

.theme_tit {
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 3px 6px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.list {
	background: #fff;
    text-align: center;
    padding: 15px 20px 15px;
    position: absolute;
    font-weight: bold;
}

.list span {
    color: #9F50B4;
    font-size: 19px;
    line-height: 21px;
}

.list p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    letter-spacing: 1px;
}

.list em {
    margin-right: -12px;
    font-style: normal;
}

.list .price {
    display: block;
    color: #E93164;
    margin-top: 15px;
    font-size: 16px;
}

.list .price strong {
    font-size: 28px;
    margin: 0 5px;
}

.pic {
    height: 250px;
    padding-top: 10px;
}

.circle:hover {
    box-shadow:
        inset 0 0 0 1px rgba(82, 163, 114, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c3:hover {
    box-shadow: none !important;
}

.circle:hover .info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
}

.circle:after,
.circle:before {
    content: "";
    display: table;
}

.info {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    background: #464646;
    background: #F7A0D6;
    height: inherit;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
}

.info li {
    margin: 0 15px 3px;
    display: block;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
    color: #FFFFFF;
    text-align: center;
}

.info .title_list {
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 900;
    color: #fff100;
    text-align: center;
    line-height: 80px;
    padding-top: 5px;
    text-transform: uppercase;
    background: #000000;
    margin-bottom: 10px;
}

.info .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 17px 10px;
    padding-top: 5px;
    text-transform: uppercase;
}

.info a {
    width: 130px;
    height: 130px;
    font-size: 50px;
    display: block;
    color: #000;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    line-height: 130px;
    background-color: #fff100;
    border-radius: 130px;
    text-decoration: none;
}

.info a:hover {
    color: #fff100;
    background: #FF009D;
    text-decoration: none;
}

/*行程區*/
#main {
    max-width: 960px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 20px auto;
}  
#phone-title {
	display: none;
} 
#pic1 {
	display: none;
}
.slick-prev, .slick-next{
	z-index: 10;
}
.slick-prev:before,
.slick-next:before{
    font-size: 26px;
	position: relative;
}
.slick-next:before{
    right: 40px;
}
.slick-prev:before{
	left: 40px;
} 

@media screen and (max-width:960px) {
	#special{
		padding: 0 20px;
		box-sizing: border-box;
	}
	#detial,
	#main{
		grid-template-columns: repeat(2, 1fr);
	}
}

/*---平板-----*/
@media screen and (max-width:768px) { 
	#special{
		margin: 0 20px;
	}
    #abgneBlock {
        display: none;
    }

    div.tab_container #right {
        float: none;
        width: 100%;
    } 

    .circle {
        overflow: hidden;
        width: 100%;
        position: relative;
        height: 100%;
        border-radius: 5px;
    } 

    .list {
        height: 100%;
        background-color: #fff;
        text-align: center;
        padding: 5px 0px 0px;
        margin-top: -3px;
    }

    .list span {
        color: #2b76f1;
        font-size: 16px;
        line-height: 24px;
    }

    .list p {
        font-size: 14px;
        line-height: 28px;
        padding-top: 0px;
    }
    .info {
        border-radius: 5px;
    }

    .info li {
        margin: 0 12px 3px;
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #000;
    }

    .info .title_list {
        padding-bottom: 5px;
        font-size: 17px;
        color: #fff100;
        text-align: center;
        line-height: 38px;
        padding-top: 5px;
        text-transform: uppercase;
        background-color: #002e73;
    }

    .info .title {
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
        margin: 0 14px 8px;
        padding-top: 5px;
        text-transform: uppercase;
    }
    #container1-s {
        display: block;
        margin-bottom: -3px;
    } 

    .main-slide{
        display: none;
    }

	.tab_container #sp-hotel {
		display: flex;
		flex-direction: column;
		gap: 20px;
	} 
	.tab_container #left,
	.tab_container #right {
		width: 100%;
	}
	#special{
		padding: 0;
	}
}


/*---手機版-----*/
@media screen and (min-width: 360px) and (max-width: 575px) {
  	#detial,
	#main{
		grid-template-columns: repeat(1, 1fr);
	}
}
