/*body { background: url(../images/repeatBg.jpg) top center repeat-y; }*/
body {
    background: url(../images/hearderBg.jpg) top center no-repeat;
    background-attachment: fixed;
}

.baseBg {
    background: #fff
}

.width1100px {
    margin: 0 auto;
    width: 1100px;
}

header .headerTitleContent {
    position: relative;
    height: 455px;
}

header .headerTitleContent h1 {
    position: absolute;
    top: 7%;
    left: 20%;
    display: inline-block;
}

header .headerTitleContent .pc {
    display: inline-block;
}

header .headerTitleContent .mobile {
    display: none;
}

.buttonBase {
    text-align: center;
    background: #472874
}

.buttonBase li {
    display: inline-block;
    padding: 0px 10px;
    margin: 12px 0;
    font: 20px/26px "arial", "微軟正黑體";
    color: #ebded2;
    border-right: 1px solid #ebded2;
    cursor: pointer;
}

.buttonBase li:last-child {
    border-right: none
}

.buttonBase li a {
    color: #ebded2;
}

.contentBase {
    text-align: center;
    padding: 0 0 50px 0;
}

.contentBox {
    background: url(../images/bg.jpg) top center repeat-y;
}


.contentBase h6 {
    margin: 0 0 20px 0;
    font: 16px/22px "arial", "微軟正黑體";
    color: #545454;
    letter-spacing: 4px
}

.contentBase h6 b {
    padding: 0 10px;
    font-size: 30px;
    line-height: 60px;
    border: 1px solid #545454;
}


.contentBase .photoInformation {
    position: relative;
    display: inline-block;
    width: 25%;
    height: auto;
    background: rgba(0, 0, 0, 0.1);
    background-size: 100%;
}

.contentBase .photoInformation h3 {
    display: inline-block;
    margin: 20vh 0;
    padding: 5px 20px;
    font: 16px/22px "arial", "微軟正黑體";
    color: #fff;
    letter-spacing: 4px;
    background: rgba(0, 0, 0, 0.8)
}

.contentBase .photoInformation h3 small {
    font-size: 8px
}

.contentBase .photoInformation h5 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10%;
    width: 100%;
    height: 100%;
    font: 16px/22px "arial", "微軟正黑體";
    color: #fff;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1
}

.contentBase .photoInformation:nth-child(1) {
    background: url(../images/photoInformation_giza.jpg) top center no-repeat
}

.contentBase .photoInformation:nth-child(2) {
    background: url(../images/photoInformation_saqqara.jpg) top center no-repeat
}

.contentBase .photoInformation:nth-child(3) {
    background: url(../images/photoInformation_egyptianMuseum.jpg) top center no-repeat
}

.contentBase .photoInformation:nth-child(4) {
    background: url(../images/photoInformation_thebes.jpg) top center no-repeat
}


.contentBase .photoInformationTurkey:nth-child(1) {
    background: url(../images/photoInformation_troy.jpg) top center no-repeat;
    background-size: 115%;
}

.contentBase .photoInformationTurkey:nth-child(2) {
    background: url(../images/photoInformation_pamukkale.jpg) top center no-repeat;
    background-size: 115%;
}

.contentBase .photoInformationTurkey:nth-child(3) {
    background: url(../images/photoInformation_cappadocia.jpg) top center no-repeat;
    background-size: 115%;
}

.contentBase .photoInformationTurkey:nth-child(4) {
    background: url(../images/photoInformation_ephesus.jpg) top center no-repeat;
    background-size: 115%;
}



/*C23 use*/
.contentBase .carrier {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    height: auto;
    background: url(../images/ulBgRight.jpg) bottom right no-repeat;
}

.contentBase .carrier .box-head,
.intro-anchors {
    display: none;
}

.contentBase .carrier ul {
    margin: 0 auto 100px auto;
    width: 100%;
}

.contentBase .carrier ul li {
    position: relative;
    width: 100%;
    margin: 20px 0 0px 0;
    text-align: left;
}

.contentBase .carrier ul li:hover {
    background: #fff3dd
}

.contentBase .carrier ul li:hover a,
.contentBase .carrier ul li:hover a strong {
    color: #f25804 !important;
}

.contentBase .carrier ul li a {
    font: 14px/28px "arial", "微軟正黑體";
    color: #444;
}

.contentBase .carrier ul li a strong {
    font: bold 22px/28px "arial", "微軟正黑體";
    color: #000;
    display: block;
    letter-spacing: 2px
}

.contentBase .carrier ul li em {
    position: absolute;
    bottom: 0;
    right: 0;
    font: bold 16px/28px "arial", "微軟正黑體";
}

.contentBase .carrier ul li em span {
    font: bold 22px/28px "arial", "微軟正黑體";
}

.contentBase .carrier h4 {
    margin: 0;
    padding: 10px 0;
    font: bold 30px/30px "arial", "微軟正黑體";
}



@media only screen and (max-width: 768px) {
    .buttonBase {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .buttonBase li {
        position: relative;
        z-index: 10;
        padding: 0 5px;
        white-space: nowrap;
        width: auto;
        font: 16px/1.4 "arial", "微軟正黑體";
    }
}

@media only screen and (max-width: 1100px) {
    .width1100px {
        margin: 0 auto;
        width: 100%;
    }

    header .headerTitleContent .pc {
        width: 90%;
    }

    .contentBase .photoInformation h3 {
        margin: 25vh 0;
    }

    .contentBase .photoInformationTurkey:nth-child(1) {
        background-size: 150%;
    }

    .contentBase .photoInformationTurkey:nth-child(2) {
        background-size: 150%;
    }

    .contentBase .photoInformationTurkey:nth-child(3) {
        background-size: 150%;
    }

    .contentBase .photoInformationTurkey:nth-child(4) {
        background-size: 150%;
    }

}

@media only screen and (max-width: 800px) {

    .width1100px {
        margin: 0 auto;
        width: 80%;
    }

    header .headerTitleContent {
        position: relative;
        height: auto;
        width: 100%;
    }

    header .headerTitleContent h1 {
        position: static;
        display: inline-block;
        margin: 0;
        padding: 0
    }

    header .headerTitleContent .pc {
        display: none;
    }

    header .headerTitleContent .mobile {
        display: inline-block;
        width: 100%;
    }


    .contentBase .photoInformation {
        position: relative;
        display: inline-block;
        width: 50%;
        height: auto;
        background: rgba(0, 0, 0, 0.1);
        background-size: 100%;
    }

    .contentBase .photoInformation h3 {
        margin: 17vh 0;
    }

    .contentBase .carrier ul li {
        padding: 0 0 10% 0
    }

    .contentBase .carrier ul li a {
        font: 14px/28px "arial", "微軟正黑體";
        color: #444;
    }

    .contentBase .carrier ul li a strong {
        font: bold 16px/28px "arial", "微軟正黑體";
        color: #000;
        display: block;
        letter-spacing: 2px
    }

    .contentBase .carrier ul li em {
        position: absolute;
        bottom: 0;
        right: 0;
        font: bold 16px/28px "arial", "微軟正黑體";
    }

    .contentBase .carrier ul li em span {
        font: bold 22px/28px "arial", "微軟正黑體";
    }

    .contentBase .carrier h4 {
        margin: 0;
        padding: 10px 0;
        font: bold 30px/30px "arial", "微軟正黑體";
    }



}

@media only screen and (max-width: 414px) {
    .contentBase .photoInformation h3 {
        letter-spacing: 0px;
    }

    .contentBase .photoInformation h5 {
        font-size: 14px;
        letter-spacing: 0px;
    }





}

@media only screen and (max-width: 320px) {

    .contentBase .photoInformation {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.1);
        background-size: 100%;
    }

}




/*客製化*/



.poiAutoTemplate .ph-group-title span::before,
.spot .ph-group-title span::before,
.youtubePlay .ph-group-title span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: -60px;
    margin: auto;
    width: 274px;
    height: 25px;
    background: url(../images/phtitle.png) center center no-repeat;
    z-index: -1;
}

.poiAutoTemplate .ph-group-title span,
.spot .ph-group-title span ,
.youtubePlay .ph-group-title span {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 0 0px;
    color: #774fb1;
    font: 700 38px/1.6 "微軟正黑體";
    position: relative;
    letter-spacing: 1px;
    z-index: 0;
}







.poiAutoTemplate.poiAutoTemplate-itemScroll .ph-group,
.poiAutoTemplate.poiAutoTemplate-scrollTab.poiAutoTemplate-itemScroll .ph-group {
    overflow: auto;
    justify-content: center;
}

.poiBase {
    padding: 50px 0;
    background: #beeef0 url(../images/bg9.jpg) right top no-repeat;
}

.poi {
    width: 90%;
    margin: 50px auto;
    position: relative;
}

.poiAutoTemplate .ph {
    position: relative;
}

.poiAutoTemplate .ph-group-content:hover {
    transform: translateY(10px);
}

.poiAutoTemplate .ph-group-content {
    padding: 0px 0px 50px 0px;
    margin: 20px;
    width: 30%;
    background: #fff5bb;
    box-shadow: none;
    overflow: hidden;
    border-radius: 0 50px 0 50px;
    flex-grow: 1;
    transition: 0.3s;
    max-width: 400px;
    border: 8px solid #fff;
    outline: 1px solid #8d4fb1;
}

.poiAutoTemplate .ph-group-title {
    position: relative;
    z-index: 0;
}

.poiAutoTemplate .ph-group-title img {
    display: none;
}

.poiAutoTemplate .ph-group-content-text-name {
    color: #774fb1;
    font: 700 20px/1.4 "微軟正黑體";
}

/*.poiAutoTemplate .ph-group-content-photo img{ border-radius:  0 20px 0 0};*/
.poiAutoTemplate .ph-group-content-text {
    padding: 10px;
}

.poiAutoTemplate .ph-group-content-tag {
    background: rgba(24, 155, 79, 0.9);
    font-size: 18px;
}

.poiAutoTemplate .ph-group-content-text-detail {
    font: 16px/1.6 "微軟正黑體";
    text-align: left;
    color: #464646
}

.poiAutoTemplate .ph-group-content-text-detail a {
    font: 16px/1.6 "微軟正黑體";
    color: #464646;
}

.poiAutoTemplate .ph-group-content-text-price {
    position: absolute;
    bottom: 0;
    text-align: right;
    right: 0px;
    font: 700 25px/1.5 "微軟正黑體";
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #de5252;
    padding: 0px 20px 0 40px;
    color: #fff;
    transition: 0.3s;
}

.poiAutoTemplate .ph-group-content-text-price span {
    font: 14px/3 "微軟正黑體";
    color: #fff;
}

.poiAutoTemplate .ph-group-content:hover .ph-group-content-text-price {
    padding: 0px 20px 0 50px;
}


.poiAutoTemplate .ph-group-content-text-sale {
    display: block;
    padding: 0px 5px;
    font: 500 18px/1.4 "微軟正黑體";
    color: #f1470e;
    background: none;
}

.poiAutoTemplate .ph-group-content-text-sale a {
    display: block;
    padding: 0px 5px;
    font: 500 18px/1.4 "微軟正黑體";
    color: #f1470e;
    background: none;
}

.poiAutoTemplate .ph-group,
.poiAutoTemplate.poiAutoTemplate-scrollTab .ph-group {
    justify-content: center;
}

.poiAutoTemplate .ph-menu {
    display: none;
}


@media screen and (max-width:900px) {

    .poiAutoTemplate.poiAutoTemplate-itemScroll .ph-group,
    .poiAutoTemplate.poiAutoTemplate-scrollTab.poiAutoTemplate-itemScroll .ph-group {
        justify-content: flex-start;
    }

}


@media screen and (max-width:500px) {
    .poi {
        width: 100%;
    }

    .poiBase {
        padding: 40px 0;
    }

    .poiAutoTemplate .ph-group-content-text-name {
        font: 700 18px/1.4 "微軟正黑體";
    }

    /**.etqedgnwyphxfue *.ph-group-content {width: 80% !important ;}
.poiAutoTemplate .ph-group, .poiAutoTemplate.poiAutoTemplate-scrollTab .ph-group{flex-wrap: nowrap;justify-content: left;overflow-x: scroll;justify-content: left;}
*/
}




/*景點*/
.spot * {
    letter-spacing: 0px;
}

.spot .slidecontain {
    display: none;
}

.spot .ph .ph-group-content {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 15px 50px;
    transition: 0.2s;
    padding: 0px 0px 40px 0px;
    width: 24%;
    position: relative;
    flex-shrink: 0;
    background: none;
    box-shadow: none
        /*background: #c8ccff;padding: 10px;border-radius: 0*/
    ;
    overflow: unset;
    transition: 0.3s;
}


.spot .ph .ph-group-content:nth-of-type(4) {
    width: 30%;
}

.spot .ph .ph-group-content:nth-of-type(5) {
    width: 30%;
}


.spot .ph .ph-group-content-photo {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
}

.spot .ph .ph-group-content-photo img {
    width: 100%;
    border-radius: 50px 0 50px 0;
}

.spot .ph .ph-group-content-text {
    padding: 10px 0;
    position: relative;
}

.spot .ph .ph-group-content-text-name {
    color: #464646;
    font: 700 28px/1.4 "微軟正黑體";
    margin: 10px auto;
    display: block;
    border-bottom: 1px solid #464646;
    padding: 10px 0;
}

.spot .ph .ph-group-content-text-detail {
    color: grey;
    font: 16px/1.6 "微軟正黑體";
    margin: 5px auto;
    padding: 0 0px;
}

.spot .ph .ph-group-content-text-detail a {
    color: grey;
}

.spot .ph .ph-group-content-text-price {
    color: #fa5b83;
    position: absolute;
    border-radius: 10px 10px 0 0;
    padding: 5px 0px;
    font: bold 24px/1.4 "微軟正黑體";
    text-align: center;
    display: block;
    bottom: 0px;
    left: 30%;
}

.spot .ph .ph-group-content-text-sale {
    margin: 5px auto;
    font: bold 18px/2 "微軟正黑體";
    color: #774fb1;
    background: none;
    padding: 0;
}

.spot .ph .ph-group-content-text-sale a {
    background: #774fb1;
    padding: 5px 10px;
    border-radius: 20px;
    color: #FFF;
}

.spot .ph .ph-group-content-text-price span {
    font-size: 80%;
    line-height: 2;
}

.spot .ph .ph-group-content-tag {
    position: absolute;
    left: 0%;
    top: 24px;
    background: #fa5b83;
    font: 15px/1.4 "微軟正黑體";
    color: #FFF;
    padding: 3px 10px;
    border-radius: 0 20px 20px 0;
}


.spot .ph .ph-group-content-photo::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 50px 0 50px 0;
}

.spot .ph .ph-group-content:nth-of-type(odd) .ph-group-content-photo::after {
    background: #fff8af;
}

.spot .ph .ph-group-content:nth-of-type(even) .ph-group-content-photo::after {
    background: #ebd5fb;
}

.spot .ph .ph-group-content:nth-of-type(odd) .ph-group-content-photo {
    order: 1;
}

.spot .ph .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 2;
}

.spot .ph .ph-group-content:nth-of-type(odd) .ph-group-content-text {
    order: 2;
}

.spot .ph .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 1;
}







@media screen and (max-width:1200px) {

    .spot .ph .ph-group-content {
        width: 80%;
        margin: 0 auto;
    }

    .spot .ph .ph-group-content:nth-of-type(4) {
        width: 80%;
    }

    .spot .ph .ph-group-content:nth-of-type(5) {
        width: 80%;
    }

    .spot .ph .ph-group-content:nth-of-type(odd) .ph-group-content-text {
        order: 1;
    }

    .spot .ph .ph-group-content:nth-of-type(even) .ph-group-content-text {
        order: 2;
    }


}

@media screen and (max-width:600px) {
    .spot .ph-group {
        justify-content: center;
        flex-wrap: wrap;
        overflow: unset;
        margin: 20px auto;
    }



    .spot .ph .ph-group-content-text-name {
        font: 700 24px/1.4 "Noto Sans TC";
    }
}





.ads {
    padding-top: 30px;
}

.ads ul {
    display: flex;
    margin: 0 auto;
    width: 98%;
    max-width: 1400px;

    background: #052244;
}

.ads ul li {
    display: inline-block;
    flex-shrink: 0;
}

.ads ul li:nth-child(1) {
    width: 45.5%;
}

.ads ul li:nth-child(2) {
    width: 54.5%;
}

.ads ul li img {
    width: 100%;
}

@media screen and (max-width:600px) {
    .ads ul {
        display: block;
    }

    .ads ul li:nth-child(1) {
        width: 100%;
    }

    .ads ul li:nth-child(2) {
        width: 100%;
    }
}



/*youtube影片*/
.youtubePlay{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.youtubePlay * {
    letter-spacing: 0px;
}

.youtubePlay .ph-group{
    margin: 20px auto;
}

.youtubePlay .slidecontain {
    display: none;
}

.youtubePlay .ph .ph-group-content {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 5px 20px;
    transition: 0.2s;
    padding: 10px;
    width:45%;
    position: relative;
    flex-shrink: 0;
    background: none;
    box-shadow: none;
    overflow: unset;
    transition: 0.3s;
    border: 1px solid #472874;
    border-radius: 20px 0 20px 0;

}



.youtubePlay .ph .ph-group-content-photo {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    order: 2;
}

.youtubePlay .ph .ph-group-content-photo img {
    width: 100%;
    border-radius: 50px 0 50px 0;
}

.youtubePlay .ph .ph-group-content-text {
    padding: 10px ;
    position: relative;
    width: 100%;
    order: 1;
    background: #fff8af;
}

.youtubePlay .ph .ph-group-content-text-name {
    color: #774fb1;
    font: 700 22px/1.4 "微軟正黑體";
     display: block;
    text-align: left;
    padding: 10px 0;
}

.youtubePlay .ph .ph-group-content-text-detail {
    color: grey;
    font: 16px/1.6 "微軟正黑體";
    margin: 5px auto;
    padding: 0 0px;
}

.youtubePlay .ph .ph-group-content-text-detail a {
    color: grey;
}

.youtubePlay .ph .ph-group-content-text-price {
    color: #fa5b83;
    position: absolute;
    border-radius: 10px 10px 0 0;
    padding: 5px 0px;
    font: bold 24px/1.4 "微軟正黑體";
    text-align: center;
    display: block;
    bottom: 0px;
    left: 30%;
    display: none;
}

.youtubePlay .ph .ph-group-content-text-sale {
    margin: 5px auto;
    font: bold 18px/2 "微軟正黑體";
    color: #774fb1;
    background: none;
    padding: 0;
}

.youtubePlay .ph .ph-group-content-text-sale a {
    background: #774fb1;
    padding: 5px 10px;
    border-radius: 20px;
    color: #FFF;
}

.youtubePlay .ph .ph-group-content-text-price span {
    font-size: 80%;
    line-height: 2;
}

.youtubePlay .ph .ph-group-content-tag {
    position: absolute;
    left: 0%;
    top: 24px;
    background: #fa5b83;
    font: 15px/1.4 "微軟正黑體";
    color: #FFF;
    padding: 3px 10px;
    border-radius: 0 20px 20px 0;
    display:none;
}






@media screen and (max-width:1200px) {

    .youtubePlay  .ph .ph-group-content {
        width: 80%;
    
    }

    .youtubePlay .ph .ph-group-content-text-name {
        font: 700 20px/1.4 "Noto Sans TC";
    }

}

@media screen and (max-width:600px) {
    .youtubePlay .ph-group {
        justify-content: center;
        flex-wrap: wrap;
        overflow: unset;
        margin: 20px auto;
    }




}

