@charset "UTF-8";
/* CSS Document */
:root{
	--fontcolor: #e0266e;
}
body {
	background-color: #FFF;
	font-family: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color: var(--fontcolor);
}
.top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}
.top_menu {
	position: relative;	
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1080px;
	overflow-x: hidden;
	margin: auto;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.lt_header{
	text-align: center;
	color: #014182;
	font-size: 2rem;
	font-weight: 500;
	display: none;
}
.span1{
	font-size: 1.5rem;
	font-weight: 500;
	color: #014182;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}


.main_kv {
	position: relative;
    width: 100%;
	margin-top: 78px;
	z-index: 1;
}

.main_kv a, .main_kv a:hover, .main_kv a:focus{
	color: white;
	text-decoration: none;
	position: relative;
}
.top_banner {
	margin: 0px auto 0px auto;
	position: relative;
}
.wrapper {
	position: relative;
    margin: 0 auto;
    padding: 32px;
    width: 100%;
    max-width: 1280px;
}

.hidden{
	display: none;
}

.desktop{
	display: block;
}
.mobile{
	display: none;
}
.tablet768{
	display: none;
}

a{
	color: #645735;
}
a:hover{
	color: var(--highlight-color);
	text-decoration: underline;
}

.desc-content{
	font-size: 19px;
	line-height: 1.67;
	font-weight: 400;
	color: black;
	letter-spacing: 1px;
	text-align: justify;
}
.wrapper:not(.for-campaign) img{
	pointer-events: none;
	outline: none;
	user-select: none;
	/* width: 100%; */
	height: auto;
}
.wrapper.row{
	flex-direction: column;
}

.mt0{
	margin-top: 0 !important;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}

/**/

h2, h4{
	text-align: center;
	color: var(--fontcolor);
	font-weight: bold;
	display: block;
	margin:3rem auto;
	width: 100%;
	font-size: 42px;
	position: relative;
	z-index: 2;
}
h1{display: none;}
h1 + .desc-content{
	font-size: 20px;
	line-height: 1.67;
	font-weight: 500;
	color: black;
	letter-spacing: 2px;
}
h4{
	font-size: 29px;
	margin:2rem auto;
}

.content_menu{
	width: 580px;
	border-radius: 8px;
	background-color: #f5ebf1;
	margin:0 auto 30px;
	font-size: 18px;
	overflow: hidden;
	max-width: 100%;
}
.content_menu .title{
	background: rgb(199,176,121);
	background-image: url(../images/menu_bg.png) , linear-gradient(90deg, rgba(202,72,72,1) 0%, rgba(163,74,74,1) 100%);
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    font-weight: bold;
    color: white;
    line-height: 1;
    padding: 13px 28px;
    font-size: 21px;
    letter-spacing: 1px;
}
.content_menu ul{
	list-style: none;
	padding: 15px 30px 10px;
}
.content_menu a{
	color:#000;
/*	text-decoration: underline;*/
/*	line-height: 1.9;*/
	font-weight: 500;
}
.content_menu li:not(:last-child) {
    margin-bottom: 8px;
}
.content_menu a:hover, .content_menu a:focus{
	color:var(--highlight-color);
}

.full-width{
	width: 100%;
	max-width: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.w970{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
}
.foot_grass {
	position: relative;
	width: 100%;
}
.foot_grass img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: initial; /* FF */
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
    text-align: right;
}

.m768, .m576{
	display: none;
}
.with-pink-bg{
	background-color: #FDF0EA;
	position: relative;
	/* padding:50px 0 30px; */
	padding:80px 20px 60px;
	max-width: 100%;
}
.with-pink-bg:before{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 158px;
	background: url(../images/pink_top.png) center top no-repeat;
	background-size: 100% auto;
}
.with-pink-bg:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100px;
	background: url(../images/pink_bottom.png) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 0;
	/* bottom: -50px; */
	/* bottom: -8%; */
}
.locations{
	display: flex;
	flex-wrap: wrap;
	padding: 46px 0 80px;
	gap: 7.731%;
}
.location{
	flex: 0 0 calc(50% - 3.866%);
}
.location + .location + .location{
	margin-top: 5%;
}
.location .title{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}
.location .desc{
	font-size: 18px;
	letter-spacing: 1px;
	color: black;
	padding: 5px 24px;
	text-align: justify;
}
.ship-spec{
	display: flex;
	margin-top: 40px;
}
.ship-spec .spec-table{
	flex: 0 0 348px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #f5ebf1;
	font-size: 20px;
}
.ship-spec .spec-table .title{
	background: rgb(199,176,121);
	background-image: url(../images/menu_bg.png) , linear-gradient(90deg, rgba(202,72,72,1) 0%, rgba(163,74,74,1) 100%);
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
    font-weight: bold;
    color: white;
    line-height: 1;
    padding: 13px 28px;
    font-size: 21px;
    letter-spacing: 1px;
}
.ship-spec .specs{
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.8;
}
.ship-spec .spec{
	display: flex;
	width: 100%;
	color: black;
	letter-spacing: 2px;
}
.ship-spec .spec span:nth-child(1){
	flex: 0 0 50%;
	color: var(--fontcolor);
	padding-right: 28px;
	margin-right: 28px;
	border-right: 1px solid #B74949;
	text-align: right;
}
.ship-spec .spec span:nth-child(2){
	text-align: left;
	flex: 0 0 50%;
}
.ship-view{
	flex: 1 1 auto;
	border-top-right-radius: 34px;
	border-bottom-right-radius: 34px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 0;
}
.view4s{
	margin: 40px auto;
}
.view4{
	position: relative;
}
.view4 .title{
	position: absolute;
	left: 0;
	top: calc(970px * 0.3711);
	background-color: white;
	padding: 10px 30px;
	border-radius: 50em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 18px 60px 20px 40px;
	font-size: 29px;
	font-weight: 900;
	letter-spacing: 3px;
	color: black;
}
.view4 .title:after{
	content: '';
	position: absolute;
	top: 0;
	right: -38px;
	width: 72px;
	height: 72px;
	background: url(../images/redleaf.png) center center no-repeat;
	background-size: contain;
}
.view4 .title span{
	color: #AA240E;
}
.view4 .desc{
	font-size: 19px;
	padding: 15px 40px;
	color: black;
	line-height: 1.67;
	letter-spacing: 2px;
}
.view4:not(:last-child){
	padding-bottom: 38px;
}
.view4:nth-child(even) .title{
	left: unset;
	right: 0;
	border-radius: 0;
	border-top-left-radius: 50em;
	border-bottom-left-radius: 50em;
	padding: 18px 40px 20px 60px;
}
.view4:nth-child(even) .title:after{
	right: unset;
	left: -38px;
	transform: scaleX(-1);
}
.purple{
	color: #b03098;
}

.with-purple-bg{
	background-color: #ffebfb;
	position: relative;
	padding:80px 20px 60px;
	margin-top: -30px;
	max-width: 100%;
}
.with-purple-bg:before{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 158px;
	background: url(../images/blue_top.png) center top no-repeat;
	background-size: 100% auto;
}
.pin{
	position: relative;
	z-index: 2;
	border-radius: 24px;
	background-color: white;
}
.pin:not(:last-child){
	margin-bottom: 30px;
}
.pin-top{
	background: url(../images/path.png) left 20px no-repeat;
	background-size: 100% auto;
}
.pin-top h3{
	background-color: white;
	color: #bd199c;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	margin-left: 33px;
	margin-top: 24px;
	font-size: 28px;
}
.pin:nth-child(1) .pin-top h3{
	text-indent: -1.25rem;
}
.pin-top h3:before{
	content: '';
	position: relative;
	width: 54px;
	height: 54px;
	background: url(../images/pin.png) center center no-repeat;
	background-size: contain;
	flex: 0 0 54px;
	margin-right: 19px;
}
.pin-bottom{
	padding: 10px 48px 40px 36px;
	display: flex;
	color: black;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 33px;
	text-align: justify;
}
.pin-bottom .thumbnail{
	border-radius: 20px;
	overflow: hidden;
	flex: 0 0 290px;
	height: 0;
	width: 290px;
	padding-bottom: 209px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 30px;
}
.pin-bottom .content{
	flex: 1 1 auto;
}
.vips{
	width: 1144px;
	margin: 47px auto 0;
	max-width: 100%;
}
.vip{

}
.vip-top{
	background: url(../images/vip_middle_top.png) left top repeat-x;
	background-size: auto 100%;
}
.vip-top:before{
	background: white url(../images/vip_top_left.png) left top no-repeat;
	background-size: 100%;
}
.vip-top:after{
	background: white url(../images/vip_top_right.png) left top no-repeat;
	background-size: 100%;
}
.vip-bottom{
	width: 100%;
	height: 54px;
	background: url(../images/vip_middle_bottom.png) left top repeat-x;
	background-size: auto 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.vip-bottom:before{
	background: white url(../images/vip_bottom_left.png) left top no-repeat;
	background-size: 100%;
}
.vip-bottom:after{
	background: white url(../images/vip_bottom_right.png) left top no-repeat;
	background-size: 100%;
}
.vip-top:before, .vip-top:after, .vip-bottom:before, .vip-bottom:after{
	width: 75px;
	height: 54px;
	content: '';
}
.vip-top, .vip-bottom{
	width: 100%;
	height: 54px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.vip-middle{
	background-color: #FFEAC1;
	position: relative;
}
.vip-middle:before, .vip-middle:after{
	width: 75px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
}
.vip-middle:before{
	left: 0;
	background: url(../images/vip_middle_left.png) left top repeat-y;
	background-size: 75px auto;
}
.vip-middle:after{
	right: 0;
	background: url(../images/vip_middle_right.png) left top repeat-y;
	background-size: 75px auto;
}
.vip + .vip{
	margin-top: 13px;
}
.vip-middle > *{
	position: relative;
	z-index: 2;
	padding: 0 75px;
}
.vip-middle .vip-content{
	display: flex;
	align-items: center;
	position: relative;
}
.vip-content .thumbnail{
	flex:0 0 350px;
	height: 196px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 35px;
}
.vip-content .title{
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0;
}
.vip-content .desc{
	font-size: 19px;
	margin-top: 14px;
	letter-spacing: 1px;
	color: black;
	line-height: 33px;
	text-align: justify;
}
.vip-content:before, .vip-content:after{
	content: '';
	position: absolute;
	width: 26px;
	height: 180px;
	background: url(../images/vip_star.png) center center no-repeat;
	background-size: 100% auto;
	left: 26px;
	top: 50%;
	transform: translateY(-50%);
}
.vip-content:after{
	right: 26px;
	left: unset;
}
.video-container{
	margin: 0 auto;
	background-color: black;
	position: relative;
	border-radius: 64px;
	border: 15px solid #93DBCF;
}
.video-container:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 27px;
	width: 15px;
	height: 192px;
	background-color: #395550;
	border-radius: 50em;
	transform: translateY(-50%);
}
.video-wrapper{
	width: 86.02%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.video-wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Campaign */
.for-campaign{
	width: 80%;
	max-width: 1080px;
	padding: 10px;
	
}
.campaign {
	font-family: "source-han-sans-hk-variable", sans-serif;
	font-style: normal;

	text-align: center;
    margin: 0;
    position: relative;
    width: 100%;
	color: #a71672;
    font-size: 16px;
	padding: 20px 0 8px 1%;
}
.campaign b {
	color: #003974;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}
.tour_box {
    background-color: white;
    padding: 12px;
    float: left;
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 12px;
    font-size: 14px;
    color: black;
    position: relative;
    height: 600px;
    border: 3px solid #00a99d;
}
.tour_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border: 3px solid #00a99d;
    filter: drop-shadow(2px 2px 0px #fff9d9);
}
.tour_box h4 {
    color: #614891;
    font-size: 1.3rem;
    font-variation-settings: "wght" 900;
    margin-bottom: 0px;
    display: block;
    text-align: left;
    margin-top: 2px;
    line-height: 1.2;
    font-weight: 500;
}
.tour_box h6 {
    text-align: left;
    font-size: 14px;
    margin-top: 4px;
    color: #7b7b7b;
}
.for-campaign p {
    padding: 0;
    font-size: 1rem;
    font-variation-settings: "wght" 300;
}
.tour_box p {
    text-align: left;
    margin-bottom: 2px;
    color: #2e2e2e;
    line-height: 1.2em;
}
.tour_box h5 {
    padding-right: 4px;
    font-weight: bolder;
    color: #ec6c87;
    font-size: 32px;
    margin-bottom: 4px;
    display: block;
    text-align: right;
    font-variation-settings: "wght" 900;
}
.tour_box_menu {
    width: 100%;
}
.tour_box_link {
    text-align: center;
    width: 32%;
    background: #614891;
    padding: 4px;
    margin: 2px;
    font-size: 12px;
    border-radius: 8px;
    border: 2px solid #f7f7f7;
}
.tour_box_link a {
    color: white;
    text-decoration: none;
    font-variation-settings: "wght" 600;
}
.for-campaign img {
    object-fit: contain;
    -ms-interpolation-mode: bicubic;
    flex: 0 0 auto;
}
.tour_box h5 .price_sign:nth-child(1){
	font-size: .63em;
}
.content_menu ul li:nth-child(6){
	margin-left: -10px;
}
@media only screen and (max-width: 1280px){

}

@media (max-width: 1200px) {
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}

	h2{
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	.main_kv {
		margin-top: 8.434vw;
	}
	.video-container{
		border-radius: 6.25vw;
		border-width: 1.46vw;
	}
	.video-container:before{
		left: 2.63vw;
		width: 1.46vw;
		height: 18.75vw;
	}
}
@media (max-width: 768px) {
	
	.wrapper {
		padding: 30px 10px;
	}
	.wrapper + .wrapper + .wrapper + .wrapper:before{
		top: -12px;
	}
	.w970{
		max-width: 100%;
	}
	
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
	h1 + .desc-content{
		font-size: 18px;
	}
	.desc-content{
		padding:1em 2em;
		font-size: 16px;
	}
	.content_menu{
		width: 440px;
		font-size: 15px;
	    border-radius: 8px;
	    margin: 0 auto 15px;
	}
	.content_menu ul{
		padding: 10px 25px 0 25px;
	}
	.content_menu .title{
		padding: 13px 25px;
		font-size: 19px;
	}
	.content_menu ul li:nth-child(6){
		margin-left: -8px;
	}
	h2, h4{
		margin: 2rem auto;
	}
	.location .title{
		font-size: 28px;
	}
	.locations{
		padding: 40px 2em 50px;
	}
	.location .desc {
	    font-size: 15px;
	    padding: 5px 14px;
	}
	h2 {
        font-size: 33px;
    }
    .ship-spec{
    	width: calc(100% - 40px);
    }
    .ship-spec .spec-table{
		font-size: 15px;
	    border-radius: 8px;
	    margin: 0 auto 15px;
	    flex: 0 0 298px;
	}
	.ship-spec .spec-table .title{
		font-size: 19px;
		padding: 13px 25px;
	}
	.full-width{
		padding-left: 0;
		padding-right: 0;
	}
	.view4 .title{
		top: calc(100vw * 0.3711);
		padding: 15px 45px 17px 30px;
		font-size: 25px;
		margin-top: -20px;
	}
	.view4:nth-child(even) .title{
		padding: 15px 30px 17px 45px;
	}
	.view4 .title:after{
		right: -28px;
    	width: 58px;
    	height: 58px;
	}
	.view4:nth-child(even) .title:after{
		left: -28px;
		right: unset;
	}
	.view4 .desc{
		font-size: 16px;
		padding: 12px 30px;
	}
	.view4s{
		padding: 0 20px;
	}
	.tablet768{
		display: block;
	}
	.vip .vip-middle .vip-content{
		flex-direction: column;
	}
	.vip .vip-content .thumbnail{
		width: 350px;
		height: 196px;
		flex: 0 0 auto;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.vip .vip-middle .vip-content .title{
		text-align: center;
	}
}
@media (max-width: 576px) {
	.top_bar {
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9999;
		overflow-x: hidden;
	}
	.top_menu {
		width: 100%;
	}
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}	

	.main_kv {
		overflow: hidden;
		margin-top: calc(6px + 8.06vw + .25rem);
	}

	
    .desc-content {
        padding: 0 1.25em;
        font-size: 14px;
    }
    h1 + .desc-content{
    	padding: 0 .75em;
    	font-size: 14px;
    	letter-spacing: 2px;
    }
    .content_menu{
    	width: 330px;
    	font-size: 14px;
    	line-height: 1.3;
    }
    .content_menu .title {
        padding: 13px 20px;
        font-size: 17px;
    }
    .content_menu ul {
        padding: 14px 20px 4px;
    }
    .content_menu li:not(:last-child){
    	margin-bottom: 10px;
    }
    .ship-spec{
    	display: block;
    	margin-top: 30px;
    }
    .ship-spec .spec-table{
    	font-size: 13px;
    	z-index: 2;
    	position: relative;
    }
    .ship-spec .spec-table .title{
        padding: 13px 20px;
        font-size: 17px;
    }
    .ship-spec .specs{
    	padding: 14px 20px;
    }
    .ship-view{
    	width: calc(100% + 60px);
	    height: 56.25vw;
	    margin: -30px 0 0 -30px;
	    position: relative;
	    z-index: -1;
	    border-radius: 0;
    }
    .ship-photos{
    	margin: -55px 0 0;
    }
    .location .desc{
    	padding: 5px;
    	font-size: 14px;
    }
	h2 {
        font-size: 20px;
        line-height: 1.3;
    }
    h2, h4 {
        margin: 1.5rem auto;
    }
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	.locations {
        padding: 40px 1.25em 20px;
    }
    .location{
    	flex: 0 0 100%;
    }
    .location + .location + .location{
    	margin-top: 0;
    }
	.location:not(:last-child){
		margin-bottom: 24px;
	}
	.location .title {
        font-size: 25px;
    }
    .view4s{
    	padding: 0 10px;
    	margin-bottom: 0;
    }
    .view4 .title{
		padding: 11px 30px 11px 17px;
		font-size: 18px;
		margin-top: -31px;
		letter-spacing: 2px;
    }
    .view4 .desc {
        font-size: 14px;
        padding: 7px 17px;
        letter-spacing: 1px;
    }
    .view4 .title:after {
        right: -18px;
        width: 40px;
        height: 40px;
    }
    .view4:nth-child(even) .title {
        padding: 11px 17px 11px 30px;
    }
    .view4:nth-child(even) .title:after{
    	left: -18px;
    }
    .view4:not(:last-child) {
	    padding-bottom: 18px;
	}
	.with-blue-bg{
		margin-top: -10px;
		padding: 40px 20px 60px;
	}
	.pin{
		border-radius: 18px;
	}
	.pin-top h3:before{
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
		margin-right: 8px;
	}
	.pin-top h3{
		font-size: 16px;
		margin-left: 19px;
		margin-top: 13px;
	}
	.pin:nth-child(1) .pin-top h3{
		text-indent: -.5rem;
	}
	.pin-top {
	    background-position: left 14px;
	    background-size: 120% auto;
	}
	.pin-bottom{
		padding: 2px 20px 10px;
		flex-wrap: wrap;
		font-size: 14px;
		line-height: 1.67;
	}
	.pin-bottom .thumbnail{
		border-radius: 12px;
		margin-right: 0;
	    flex: 1 0 100%;
	    width: 100%;
	    padding-bottom: 189px;
	}
	.pin:not(:last-child) {
	    margin-bottom: 12px;
	}
	.pin-bottom .content{
		padding: 10px 0;
	}
	.vip-top, .vip-bottom{
		height: 24px;
	}
	.vip-top:before, .vip-top:after, .vip-bottom:before, .vip-bottom:after {
	    width: 33px;
	    height: 54px;
	    content: '';
	}
	.vip-middle:before, .vip-middle:after{
		width: 33px;
		background-size: 33px auto;
	}
	.vip .vip-content .thumbnail {
        width: 300px;
        height: 169px;
        margin-bottom: 14px;
    }
    .vip-content .title{
    	font-size: 20px;
    	line-height: 1.3;
    }
    .vip .vip-middle .vip-content .title{
    	text-align: left;
    }
    .vip-content:before, .vip-content:after{
    	width: 14px;
    	top: 0;
    	transform: translateY(0);
    }
    .vip-middle > * {
	    padding: 0 35px;
	}
	.vip-content:before{
		left: 10px;
	}
	.vip-content:after{
		right: 10px;
	}
	.vip-content .desc {
	    font-size: 15px;
	    margin-top: 9px;
	    line-height: 1.67;
	}
	.vips{
		margin-top: 30px;
	}
	h4{
		font-size: 17px;
	}
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }
	.for-campaign{
		width: 100%;
	}
}
@media (max-width: 375px) {
	.main_kv {
		margin-top: 44.16px;
	}
}
