@charset "UTF-8";

body {
    color: #292929;
    font-family: "Lato", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    height:100%;
    background-color: #F1F1F1;
}
html {font-size: 16px;}
li {list-style-type: none;}
h2 {font-size: 22px;font-weight: 700;}
h1 {font-size: 1.4rem;font-weight: 700;}
a {color: #000000;text-decoration: none;transition: all 0.4s;}
a:focus,
a:hover {color: #ED4635;text-decoration: none;transition: all 0.4s;}
button {display: inline-block;outline: none;border: 0;}
button:focus {outline: 0;}
.font1{font-family: "Noto Serif TC", serif,sans-serif,arial}
.pc {display: block;}
.md {display: none;}
.p-r {position: relative;}
.p-a {position: absolute;}
.banner-video {
    position: relative;
    /*padding-bottom: 42.58%;*/
	padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.voice{
	position: absolute;
	right: 20px;
	bottom: 25px;
	z-index: 2;
	width: 30px;
	cursor: pointer;
}
.voice img{
	width: 100%;
}
.banner-video iframe,
.banner-video object,
.banner-video video,
.banner-video embed {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    width: 105%;
    height: 105%;
}
.area-1{
    padding-bottom: 60px;
}
.area-1.c{
    padding: 80px 0 60px 0;
}
.area-1.c2{
    padding: 60px 0;
}
.area-2{
    background-color: #fff;
    padding: 60px 0;
}
.area-1 .logo{
    margin: auto;
    width: 250px;
    padding: 20px 0;
}
.area-1 .tp.s2{
    font-size: 28px;
}
.area-1 .tp,
.area-2 .tp
{
    font-size: 32px;
    padding-bottom: 20px;
}
.area-1 .sub,
.area-2 .sub
{
    font-size: 28px;
}

.area-1 .desc,
.area-2 .desc
{
    line-height: 2;
}

.area-1 .desc li,
.area-2 .desc li
{
    list-style-type: disc;
}
.area-3 .tp{
    font-size: 28px;
    text-align: center;
}
.area-3{
    padding-bottom: 60px;
}
.area-4{
	background-color: #CFCFDD;
    padding: 20px 0 60px 0;
}
.area-4 .tp{
    font-size: 28px;
    text-align: center;
}
.area-info{
    padding: 0 10px;
}
.area-info-l{
    padding-right: 100px;
}
.area-info-l.s2{
    padding-right: 10px;
}
.slines{
    width: 150px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.area-info-sub{
    position: absolute;
    color: #fff;
    background-color: #000;
    padding: 30px 40px;
    line-height: 2;
    z-index: 1;
    bottom: -100px;
    left: -120px;
    right: 120px;
}
.img-overlay {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.ratio416x280 {
    aspect-ratio: 364 / 220;
}
.cover-model-v1::before {
	background-color: rgb(8 8 27 / 17%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "";
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
}
.news-fr{
	padding-bottom: 20px;
}
.news-fr .info{
	padding: 20px 0;
}
.info-fr{
	padding: 0 10px;
}
.news-fr .info.s2{
	background-color: #fff;
	padding: 20px;
}
.sch-tp{
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
}
.sch-desc{
	color: #5C5C5C;
	line-height: 2;
}
.sch-desc .date{
	color: #000;
}
.sch-desc .travel{
	color: #5F5F9E;
}
.sch-desc .price{
	color: #000;
	padding-top: 15px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed , .video-container video{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1400px) {
    .area-info-sub{
        bottom: -100px;
        left: -100px;
        right: 100px;
    }
}

@media (max-width: 1200px) {
    .area-1 .info{
        padding-left: 0;
        padding-top: 20px;
    }
    .area-info-sub{
        bottom: unset;
        left: unset;
        right: unset;
        position: unset;
        padding: 20px 30px;
    }
    .area-info-l{
        padding-right: 0;
        padding-bottom: 20px;;
    }
	.area-1 .tp,
    .area-2 .tp{
        padding-top: 20px;
    }
    .area-1.c{
        padding: 60px 0;
    }
}

@media (max-width: 992px) {
    .banner-area{
		margin-top: 60px;
	}
}

@media (max-width: 768px) {
    .area-1 .tp.s2{
	    font-size: 26px;
	}
}

@media (max-width: 576px) {
    .area-1 .tp,
    .area-2 .tp
    {
        font-size: 22px;
    }
	.area-1.c2{
	    padding: 40px 0;
	}
    .area-2{
        padding: 40px 0;
    }
	.area-3{
	    padding-bottom: 40px;
	}
    .newline:before {
        content: '';
        display: block;
    }
    .area-1 .tp.s2 {
        font-size: 22px;
    }
    
}

@media (max-width: 375px) {

}

