@charset "utf-8";
/* CSS Document */
#mainSlide {
    clear: both;
    position: relative;
    overflow: hidden;
    height: 350px;
}
#mainSlide #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 100vw;
    min-height: 100%;
    min-width: 100%;
}
#mainSlide .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 40px;
    padding: 20px;
}
#mainSlide .btn a {
    display: block;
    background: #d3bd50;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
#mainSlide .btn a:hover {
    opacity: 0.6;
}
#mainSlide a {
    display: block;
}
#mainSlide.sliderEvo{
	height: auto !important;
}
#mainSlide .fvTripAdvisor{
	position: absolute;
	left: 20px;
	top: 20px;
}
#mainSlide .fvTripAdvisor img{
	height: 80px;
	width: auto;
}
#mainSlide .copy{
	padding: 20px;
	position: absolute;
	top:calc(50% - 47px);
	transform: translateY(-50%);
}
#mainSlide .copy h1{
	font-family: "Playfair Display", serif;
	font-weight: 700;
	color: #fff;
	font-size: 28px;
}
#mainSlide .copy p{
	color: #fff;
	font-size: 14px;
}
.topSearch {
    position: relative;
}
.topSearch ul {
    position: absolute;
    width: 90%;
    top: -10px;
    padding: 20px;
    flex-wrap: wrap;
    height: 276px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.topSearch a {
    border-radius: 5px;
    height: auto;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9c8d48;
    border: none;
    color: #fff;
    cursor: pointer;
}
.topSearch .selectBox {
    position: relative;
}
.topSearch .selectBox select {
    padding-right: 30px;
    background: #fff;
    width: 100%;
}
.topSearch .selectBox:after {
    content: "";
    background: url("../img/top/ico_select.svg")center center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.topSearch ul li:first-of-type {
    width: 100%;
}
.topSearch ul li {
    margin-left: 0;
    width: 100%;
}
.topSearch ul li:last-of-type {
    width: 100%;
    margin-left: 0;
}
.topSearch ul li:not(:first-of-type) {
    margin-top: 10px;
}
#tripAdvisor{
    background: #eeeeee;
    padding: 300px 0 30px 0;
}
#news {
    background: #eeeeee;
    padding: 80px 0 30px 0;
}
#tripAdvisor.eng{
	padding: 40px 0;
}
#tripAdvisor.eng li{
	margin-bottom: 10px;
}
#tripAdvisor ul {
    display: flex;
    flex-wrap: wrap;
}
#tripAdvisor ul li {
    width: 48%;
    margin-bottom: 10%;
    font-size: 14px;
    text-align: center;
    margin-right: 4%;
	 overflow-wrap: anywhere;
}
#tripAdvisor ul li:nth-of-type(even) {
    margin-right: 0;
}
#tripAdvisor ul li:first-of-type img {
    width: auto;
    height: 130px;
}
#tripAdvisor.eng ul li:first-of-type img {
    width: auto;
    height: 40px;
}
#tripAdvisor ul li img {
    display: block;
    margin: 0 auto 10px auto;
    height: 40px;
    width: auto;
}
#tripAdvisor ul li a {
    color: #4b4d4b;
    display: block;
}
#topEpisode {
    padding: 40px 20px;
}
#topEpisode h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 20px;
}
#topEpisode #episodeBox div a {
    display: block;
    position: relative;
}
#topEpisode #episodeBox div a figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
}
#topEpisode #episodeBox div a figure img {
    width: 100%;
    object-fit: cover;
    height: 360px;
    z-index: -1;
    position: relative;
}
#topEpisode #episodeBox h3 {
    border-bottom: solid 2px #b5b5b5;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}
#topEpisode #recommendEpisode {
    margin-bottom: 40px;
}
#topEpisode #recommendEpisode > li:nth-of-type(2) {
    display: none;
}
#topEpisode #recommendEpisode li a {
    height: 360px;
}
#topEpisode #recommendEpisode li a ul {
    padding: 25px;
    font-size: 18px;
}
#topEpisode #recommendEpisode ul li:first-of-type {
    color: #9c8e49;
    font-weight: bold;
}
#topEpisode #recommendEpisode ul li:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#topEpisode #recommendEpisode ul li:nth-of-type(3) span {
    display: block;
    color: #9c0606;
    font-weight: bold;
    font-size: 16px;
}
#topEpisode #recommendEpisode ul li:nth-of-type(3) {
    padding-right: 45%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#topEpisode .topArticle {
    counter-reset: number;
    margin-bottom: 40px;
}
#topEpisode #episodeBox .topArticle ul li a {
    display: flex;
}
#topEpisode #episodeBox .topArticle ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
#topEpisode #episodeBox .topArticle ul li a div {
    width: 90px;
    height: 90px;
}
#topEpisode #episodeBox .topArticle ul li a div img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
#topEpisode #episodeBox .topArticle ul li a p {
    width: calc(100% - 110px);
    margin-left: 20px;
    font-weight: bold;
}
#topEpisode #episodeBox .topArticle ul li a:after {
    counter-increment: number 1;
    content: counter(number);
    background: #000;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
#topInfo {
    background: #303332;
}
#topInfo #topInfoIn {
    width: 100%;
    padding: 0;
}
#topInfo #topInfoIn h2 {
    padding: 30px 20px 20px 20px;
    margin-bottom: 0;
    font-size: 22px;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
}
#topInfo #topInfoIn p {
    color: #fff;
    padding: 0 20px 40px 20px;
    width: 100%;
    font-size: 16px;
    margin-left: 0;
}
#topInfo #topInfoIn img {
    display: block;
    width: 100%;
    height: auto;
}
#topNews, #topVoice {
    padding: 40px 20px;
    background: #f2f2f2;
}
#topNews .newsSlide .slick-arrow {
    background: none;
    height: 30px;
    width: auto;
    border-radius: 60px;
}
#topNews .newsSlide {
    margin-bottom: 40px;
}
#topNews .newsSlide img {
    width: 100%;
    height: auto;
}
#topNews .newsSlide .slick-arrow.prev-arrow {
    left: -25px;
}
#topNews .newsSlide .slick-arrow.next-arrow {
    right: -25px;
}
#topNews .newsSlide > div a {
    background: #fff;
    display: block;
}
#topNews .newsSlide div time {
    padding: 10px;
    display: block;
    color: #000;
}
#topNews .newsSlide div p {
    padding: 0 20px 20px 20px;
}
.topBanar {
    padding: 40px 20px;
}
.topBanar h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 30px;
    line-height: 1.6;
}
.topBanar ul {
    margin-bottom: 30px;
}
.topBanar ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.topBanar ul li img {
    width: 100%;
    height: auto;
}
.topBanar .baseBtn {
    background: #000;
}
#topService {
    padding: 40px 20px;
    background: #e7e6e6;
}
#topService h2,#topNews h2, #topVoice h2, #topRecommend h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 30px;
    line-height: 1.6;
}
#topService ul {
    margin-bottom: 30px;
}
#topService li:not(:last-of-type) {
    margin-bottom: 20px;
}
#topService li img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    display: block;
}
#topService li div {
    background: #fff;
    padding: 20px;
    position: relative;
}
#topService li div:before {
    content: "";
    position: absolute;
    left: 40px;
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #ffffff transparent;
}
#topService li div h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#topOther {
    padding: 40px 0;
}
#topOther ul {
    margin-bottom: 30px;
}
#topOther p.caption {
    display: none;
}
#topOther li:not(:last-of-type) {
    margin-bottom: 20px;
}
#topOther li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 180px;
}
#topOther li a .tit {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#topOther li a .tit span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}
#topOther li:first-of-type a {
    background: url(../img/top/about01.jpg) center center no-repeat;
    background-size: cover;
    height: 250px;
}
#topOther li:nth-of-type(2) a {
    background: url(../img/top/about02.jpg) center center no-repeat;
    background-size: cover;
}
#topOther li:nth-of-type(3) a {
    background: url(../img/top/about03.jpg) center center no-repeat;
    background-size: cover;
}
#topOther .baseBtn {
    margin: 0 20px;
}
#topRecruit {
    background: url(../img/top/recruit_bg_smt.jpg) center center no-repeat;
    padding: 40px 0;
    background-size: cover;
}
#topRecruit h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
#topRecruit p {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto 40px auto;
}
#topRecruit p br {
    display: block;
}
#topRecruit .baseBtn {
    max-width: 400px;
    margin-bottom: 0;
}
#topVoice dt {
    padding: 10px;
    border-top: solid 1px #e7e7e7;
}
#topVoice dd {
    font-size: 14px;
    padding: 0 20px 20px 50px;
}
#topServiceList {
    padding: 60px 20px;
}
#topServiceList h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 20px;
    line-height: 1.6;
}
#topServiceList h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
#topServiceList li {
    border: solid 4px #bfbfbf;
    padding: 15px;
}
#topServiceList ul + h3 {
    margin-top: 40px;
}
#topServiceList li:not(:last-of-type) {
    margin-bottom: 20px;
}
#topServiceList li p.ph img {
    width: 100%;
    height: auto;
    display: block;
}
#topServiceList li h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
}
#topRecommend {
  padding: 40px 0 0 0;
}
#topRecommend #createTours .personalTour{
	background: #f6fade;
	padding: 40px 20px;
}
#topRecommend #createTours .personalTour div figure img{
	width: 100%;
	height: auto;
}
#topRecommend #createTours .personalTour h3{
	font-size: 28px;
	font-weight: bold;
	color: #e8380d;
	line-height: 1.4;
	margin-bottom: 20px;
}
#topRecommend #createTours .personalTour h3 + p{
	font-weight: bold;
	margin-bottom: 40px;
}
#topRecommend #createTours .personalTour h4{
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#topRecommend #createTours .personalTour div{
	counter-reset: countNum;
}
#topRecommend #createTours .personalTour div ul{
	display: flex;
	counter-increment: countNum;
	position: relative;
	margin-top: 40px;
}
#topRecommend #createTours .personalTour div ul:before{
	content:"Day " counter(countNum);
	position: absolute;
	left: 5px;
	width: 50px;
	height:50px;
	background: #9c8e49;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 50%;
	font-size: 14px;
	top: -25px;
	z-index: 2;
}
#topRecommend #createTours .personalTour div ul li{
	width: 45%;
	position: relative;
}
#topRecommend #createTours .personalTour div ul li a{
	color: #1e72c7;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
#topRecommend #createTours .personalTour div ul li:first-of-type{
	margin-right:10%;
}
	#topRecommend #createTours .personalTour div ul li figure{
		position: relative;
	}
	#topRecommend #createTours .personalTour div ul li:first-of-type figure:after{
	content: "";
	background: url("../img/top/icon_plus.webp")center center no-repeat;
		background-size:40% auto;
	width: 22.5%;
	height:100%;
	position: absolute;
	right: -22.5%;
	top:50%;
	transform: translateY(-50%);
		pointer-events: none;
}
#topRecommend #createTours .personalTour div ul li img{
	border-radius: 10px;
	width: 100%;
	height: auto;
}
#topRecommend #createTours .personalTour div .btn{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background: #9c8e49;
	color: #fff;
	padding: 15px;
	margin-top: 20px;
}
#topRecommend #createTours .personalTour div .btn:hover{
  background: #75682a;
}
#topRecommend .tourList{
	padding: 40px 20px;
}
#topRecommend .tourList ul li img{
	width: 100%;
	height: auto;
}
#topRecommend .tourList ul li a{
	color: #000;
}
#topRecommend .tourList ul li a:hover{
	opacity: 0.6;
}
#topRecommend .tourList ul li:not(:last-of-type){
	margin-bottom: 30px;
}
#topRecommend .tourList .baseBtn{
	margin-top: 20px;
}
#topRecommend .tourOption ul li img{
	width: 100%;
	height: auto;
}
#topRecommend .tourOption ul li h3 {
  padding: 20px 20px 10px 20px;
  font-size: 22px;
  font-weight: bold;
}
#topRecommend .tourOption ul li p {
  padding: 0 20px 20px 20px;
}
#topRecommend .tourOption ul li .btn {
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  background: #9C8E49;
  padding: 10px;
	width: 80%;
	margin: 0 20px 40px 20px;
}
#topRecommend .tourOption ul li .link{
	padding: 0 20px;
	margin-bottom: 20px;
}
#topRecommend .tourOption ul li .link li a{
	position: relative;
	padding-left: 10px;
}
#topRecommend .tourOption ul li .link li:not(:last-of-type){
	margin-bottom: 10px;
}
#topRecommend .tourOption ul li .link li a::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
#topRecommend .reviews{
	background: #EEEEEE;
  padding: 20px 0;
}
#topRecommend .reviews .inner{
	padding: 0 40px;
}
  #topRecommend .reviews .inner .reviewsSlide li img {
    width: 100%;
	  height: auto;
  }
#topRecommend .reviews .inner .reviewsSlide li h3 {
  font-weight: bold;
  font-size: 18px;
	padding: 10px 0;
	margin-bottom: 20px;
}
#topRecommend .reviews .inner .reviewsSlide li p {
  background: url("../img/top/tripadvisor-5stars.png")left top no-repeat;
    background-size: auto 40px;
	padding-top: 50px;
	 overflow-wrap: anywhere;
}
.plBanar img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 600px) {
    #mainSlide {
        height: 500px;
    }
    #mainSlide .btn {
        left: auto;
        transform: none;
        right: 0;
        width: 40%;
    }
	#mainSlide .fvTripAdvisor{
		left: 40px;
		top: 40px;
	}
#mainSlide .fvTripAdvisor img{
	height: 140px;
}
#mainSlide .copy{
	padding: 40px;
}
#mainSlide .copy h1{
	font-size: 40px;
}
#mainSlide .copy p{
	font-size: 16px;
}
    .topSearch ul {
        height: auto;
        width: 98%;
        display: flex;
        align-items: center;
        top: -40px;
        box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.6);
    }
    .topSearch .selectBox select {
        height: 48px;
    }
    .topSearch ul li {
        margin-top: 0 !important;
    }
    .topSearch ul li:first-of-type {
        width: 100%;
        margin-bottom: 10px;
    }
    .topSearch ul li:nth-of-type(2), .topSearch ul li:nth-of-type(3) {
        width: 38%;
        margin-right: 2%;
    }
    .topSearch ul li:last-of-type {
        width: 20%;
    }
    #tripAdvisor {
        padding: 120px 0 30px 0;
    }
    #tripAdvisor ul {
        flex-wrap: nowrap;
        max-width: 970px;
        margin: 0 auto;
    }
    #tripAdvisor ul li {
        width: 23.5%;
        margin-right: 2% !important;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }
    #tripAdvisor ul li:last-of-type {
        margin-right: 0;
    }
    #tripAdvisor ul li img {
        height: 51px;
    }
#tripAdvisor.eng ul li:first-of-type img {
    height: 51px;
}
    #topEpisode {
        padding: 60px 20px;
        max-width: 1212px;
        margin: 0 auto;
    }
    #topEpisode h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #topEpisode #episodeBox {
        display: flex;
    }
    #topEpisode #episodeBox div:first-of-type {
        width: 67%;
        margin-right: 3%;
    }
    #topEpisode #episodeBox div:nth-of-type(2) {
        width: 30%;
    }
    #topEpisode #episodeBox div:first-of-type > ul {
        display: flex;
    }
    #topEpisode #episodeBox div:first-of-type > ul > li {
        width: 48%;
    }
    #topEpisode #episodeBox div:first-of-type > ul > li:nth-of-type(2) {
        margin-left: 4%;
    }
    #topEpisode #episodeBox div a figure {
        height: 310px;
    }
    #topEpisode #episodeBox div a figure img {
        height: 310px;
    }
    #topEpisode #recommendEpisode > li:nth-of-type(2) {
        display: block;
    }
    #topEpisode #recommendEpisode li a {
        height: 310px;
    }
    #topEpisode .topArticle {
        margin-bottom: 0;
    }
    #topEpisode #episodeBox .topArticle ul li a p {
        margin-left: 0;
    }
    #topInfo {
        background: url(../img/top/top_info_tab_bg.webp) left center no-repeat;
        background-size: 100%;
        background-size: cover;
    }
    #topInfo #topInfoIn img {
        display: none;
    }
    #topInfo #topInfoIn {
        padding: 100px 20px;
        max-width: 970px;
        margin: 0 auto;
    }
    #topInfo #topInfoIn h2, #topInfo #topInfoIn p {
        margin-left: 40%;
        width: auto;
    }
    #topInfo #topInfoIn h2 {
        font-size: 28px;
		line-height: 1.6;
    }
    #topNews {
        padding: 60px 20px;
    }
    #topNews h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    #topNews .newsSlide {
        display: flex;
        max-width: 1212px;
        margin: 0 auto 40px auto;
    }
    #topNews .newsSlide > div {
        width: 32%;
        margin-right: 2%;
    }
    #topNews .newsSlide > div:last-of-type {
        margin-right: 0;
    }
    .topBanar {
        width: 100%;
        max-width: 1212px;
        margin: 0 auto;
        padding: 60px 20px;
    }
    .topBanar h2 {
        font-size: 30px;
    }
    .topBanar h2 br {
        display: none;
    }
    .topBanar ul {
        display: flex;
        flex-wrap: wrap;
    }
    .topBanar ul li {
        width: 49%;
        margin-right: 2%;
    }
    .topBanar ul li:nth-of-type(even) {
        margin-right: 0;
    }
    #topService {
        padding: 60px 20px;
    }
    #topService h2,#topNews h2, #topVoice h2, #topRecommend h2 {
        font-size: 30px;
    }
    #topService ul {
        width: 100%;
        max-width: 1212px;
        margin: 0 auto 40px auto;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    #topService li {
        float: left;
        width: 49%;
        margin-right: 2%;
		background: #fff;
    }
    #topService li:nth-of-type(2), #topService li:nth-of-type(4), #topService li:nth-of-type(6) {
        margin-right: 0 !important;
    }
	#topService li:last-of-type{
		margin-bottom: 20px;
	}
	#topService li a{
		height: 100%;
		display: block;
	}
    #topOther ul {
        display: flex;
        flex-wrap: wrap;
    }
    #topOther ul li:first-of-type {
        width: 100%;
    }
    #topOther ul li {
        width: 49%;
        margin-bottom: 20px;
    }
    #topOther ul li:nth-of-type(2) {
        margin-right: 2%;
    }
    #topOther p.caption {
        display: none;
    }
    #topOther .baseBtn {
        margin: 0 auto;
    }
    #topRecruit {
        background: url(../img/top/recruit_bg.jpg) center center no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    #topRecruit h2 {
        font-size: 30px;
    }
    #topRecruit p {
        margin-bottom: 40px;
    }
    #topRecruit p br {
        display: none;
    }
    #topVoice dl {
        display: flex;
        flex-wrap: wrap;
        max-width: 1030px;
        margin: 0 auto;
    }
    #topVoice dt {
        width: 35%;
        padding: 20px 5% 20px 10px;
        border-top: none;
        border-bottom: solid 1px #e7e7e7;
    }
    #topVoice dd {
        width: 65%;
        border-bottom: solid 1px #e7e7e7;
        font-size: 16px;
        padding: 20px 10px;
    }
    #topVoice dt:last-of-type, #topVoice dd:last-of-type {
        border-bottom: none;
    }
    #topServiceList {
        max-width: 1172px;
        margin: 0 auto;
    }
    #topServiceList h2 br {
        display: none;
    }
    #topServiceList ul {
        display: flex;
    }
    #topServiceList li:not(:last-of-type) {
        margin-right: 2%;
        margin-bottom: 0;
    }
    #topServiceList li {
        width: 32%;
    }
    #topServiceList ul + h3 {
        margin-top: 50px;
    }
	#topRecommend .tourOption{
		padding: 40px 20px;
	}
	#topRecommend .tourOption > ul{
		display: flex;
	}
#topRecommend .tourOption > ul > li{
	width: 49%;
  background: #fff;
  box-shadow: 0px 5px 8px 1px rgba(4, 0, 0, 0.15);
  position: relative;
}
	#topRecommend .tourOption > ul > li:last-of-type{
		margin-left: 2%;
	}
}
@media screen and (min-width: 1023px) {
    #mainSlide {
        height: 680px;
    }
    #mainSlide .btn {
        width: 1120px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
    }
    #mainSlide .btn a {
        width: 300px;
        float: right;
    }
	#mainSlide .fvTripAdvisor{
		width: 100%;
		max-width: 1140px;
		left: 50%;
		transform: translateX(-50%);
		top: 40px;
	}
#mainSlide .fvTripAdvisor img{
	height: 180px;
}
#mainSlide .copy{
	padding: 0 20px;
	width: 1221px;
	left: 50%;
	transform: translate(-50%,-50%);
}
#mainSlide .copy h1{
	font-size: 60px;
	line-height: 1.6;
}
#mainSlide .copy p{
	font-size: 22px;
}
    .topSearch ul {
        padding: 20px 40px;
        max-width: 1120px;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
    .topSearch ul li:first-of-type {
        margin: 0;
        width: 376px;
        font-size: 18px;
    }
    .topSearch ul li:nth-of-type(2), .topSearch ul li:nth-of-type(3) {
        width: 307px;
        margin-right: 20px;
    }
    .topSearch ul li:last-of-type {
        width: 50px;
    }
    .topSearch a {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        padding: 0;
    }
    #tripAdvisor {
        padding: 100px 0 40px 0;
    }
    #topEpisode {
        padding: 60px 20px 80px 20px;
        max-width: 1212px;
        margin: 0 auto;
    }
    #topEpisode #episodeBox {
        margin-bottom: 60px;
    }
    #topEpisode #episodeBox div a figure {
        height: 360px;
    }
    #topEpisode #episodeBox div a figure img {
        height: 360px;
    }
    #topEpisode #recommendEpisode {
        margin-bottom: 0;
    }
    #topEpisode #recommendEpisode li a {
        height: 360px;
    }
    #topInfo {
        background: url(../img/top/top_info_bg.webp) right center no-repeat;
        background-size: 100%;
        background-size: cover;
    }
    #topInfo.eng {
        background: url(../img/top/top_info_bg.webp) center center no-repeat;
        background-size: cover;
    }
    #topNews {
        padding: 60px 20px;
    }
    #topNews h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .topBanar ul li {
        width: 32%;
        margin-right: 2%;
    }
    .topBanar ul li:nth-of-type(even) {
        margin-right: 2%;
    }
    .topBanar ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    .topBanar img {
        transition: all 0.2s;
    }
    .topBanar img:hover {
        opacity: 0.8;
    }
    #topService li {
        width: 32%;
        margin-right: 2%;
        overflow: hidden;
		background: #fff;
    }
    #topService li:nth-of-type(2),#topService li:nth-of-type(4), #topService li:nth-of-type(5) {
        margin-right: 2% !important;
    }
	#topService li:nth-of-type(3),#topService li:nth-of-type(6){
		margin-right: 0;
	}
    #topService li:hover img {
        transform: scale(1.1);
    }
    #topOther {
        padding-bottom: 60px;
    }
    #topOther ul {
        overflow: hidden;
        display: block;
        margin-bottom: 50px;
    }
    #topOther ul li {
        float: left;
        width: 49% !important;
        margin-bottom: 0 !important;
        position: relative;
        overflow: hidden;
    }
    #topOther ul li:first-of-type {
        width: 49%;
        margin-right: 2%;
    }
    #topOther ul li:nth-of-type(2) {
        margin-right: 0;
        margin-bottom: 30px !important;
    }
    #topOther ul li a .tit {
        font-size: 32px;
    }
    #topOther li:first-of-type a {
        height: 620px;
    }
    #topOther li:nth-of-type(2) a {
        background: url(../img/top/about02.jpg) center center no-repeat;
        background-size: cover;
        height: 295px;
    }
    #topOther li:nth-of-type(3) a {
        background: url(../img/top/about03.jpg) center center no-repeat;
        background-size: cover;
        height: 295px;
    }
    #topOther li p.caption {
        position: absolute;
        top: 620px;
        background: #0e0d0d; /* Old browsers */
        background: -moz-linear-gradient(top, #0e0d0d 0%, #9c8e49 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0e0d0d 0%, #9c8e49 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0e0d0d 0%, #9c8e49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0d0d', endColorstr='#9c8e49', GradientType=0); /* IE6-9 */
        color: #fff;
        height: 100%;
        width: 100%;
        padding: 0 40px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #topOther li:hover p.caption {
        top: 0;
    }
    #topRecruit {
        padding: 80px 0;
    }
    #topVoice dt, #topVoice dd {
        font-size: 18px;
    }
    #topServiceList {
        padding: 80px 0;
    }
    #topServiceList h2 {
        font-size: 30px;
    }
    #topServiceList h3 {
        font-size: 24px;
    }
    #topServiceList li {
        padding: 20px;
    }
#topRecommend {
  padding: 80px 0 0 0;
}
#topRecommend #createTours .personalTour{
	padding: 40px;
	max-width: 1290px;
	margin: 0 auto;
	display: flex;
}
	#topRecommend #createTours .personalTour > div{
		width: 48%;
	}
	#topRecommend #createTours .personalTour > div:first-of-type{
		margin-right: 4%;
	}
#topRecommend #createTours .personalTour h3{
	font-size: 36px;
}
#topRecommend #createTours .personalTour h4{
	font-size: 20px;
	padding-top: 0;
}
#topRecommend #createTours .personalTour div ul{
	margin-top: 60px;
}
#topRecommend #createTours .personalTour div ul:before{
	left: -10px;
	width: 80px;
	height:80px;
	font-size: 16px;
	top: -40px;
}
#topRecommend #createTours .personalTour div ul li{
	width: 45%;
	position: relative;
}
#topRecommend #createTours .personalTour div ul li a{
	font-size: 18px;
	color: #000 !important;
}
	#topRecommend #createTours .personalTour div ul li a img{
		transition: all 0.2s;
	}
	#topRecommend #createTours .personalTour div ul li a:hover img{
		opacity: 0.6;
	}
#topRecommend #createTours .personalTour div .btn{
	font-size: 18px;
}
#topRecommend .tourList{
	padding: 80px 40px;
	max-width: 1250px;
	margin: 0 auto;
}
#topRecommend .tourList ul{
	display: flex;
	flex-wrap: wrap;
}
#topRecommend .tourList ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
#topRecommend .tourList ul li:nth-of-type(4n){
	margin-right: 0;
}
#topRecommend .tourList .baseBtn a{
	font-size: 18px;
}
	#topRecommend .tourOption{
		padding:0 40px 40px 40px;
		max-width: 1100px;
		margin: 0 auto 40px auto;
	}
#topRecommend .tourOption ul li .btn {
	margin:20px auto 40px auto;
}
	#topRecommend .tourOption ul li .btn:hover{
  background: #75682a;
	}
#topRecommend .tourOption ul li .link{
	display: flex;
}
#topRecommend .tourOption ul li .link li:not(:last-of-type){
	margin-right: 20px;
}
	
#topRecommend .reviews{
	background: #EEEEEE;
  padding: 40px 0;
}
#topRecommend .reviews .inner{
	padding: 0 40px;
	max-width: 960px;
	margin: 0 auto;
}
	#topRecommend .reviews .inner .reviewsSlide li a{
		display: flex;
	}
	
	#topRecommend .reviews .inner .reviewsSlide li a > div{
		width: 340px;
		margin-right: 30px;
	}
	#topRecommend .reviews .inner .reviewsSlide li a > p{
		width: calc(100% - 370px);
	}
#topRecommend .reviews .inner .reviewsSlide li p {
    background-size: auto 50px;
	padding-top: 70px;
}
	.plBanar:hover{
		opacity: 0.6;
	}
}