@charset "UTF-8";
body {
    background-color: #9cbe1e;
    font-family: "Microsoft JhengHei", "jaf-bernino-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.profile {
    margin: 0 auto;
    max-width: 1200px;
    padding: 250px 20px 200px;
}

.profile img {
    display: block;
    width: 100%;
    height: auto
}

.profile .content {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    padding: 150px 80px 0;
}

.profile .content>div:last-child {
    padding-bottom: 50px;
    border-bottom: none;
}

.profile .avatar {
    width: 300px;
    height: 300px;
    border-radius: 99em;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    top: -150px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile .avatar>img {
    /* display: block;
    width: 100%; */
    border-radius: 99em;
}

.profile .name,
.profile .text,
.profile .link,
.profile .register,
.profile .app_link,
.contact_link {
    padding: 40px 50px;
    border-bottom: 1px solid #dedede;
}

.profile .name {
    font-size: 48px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.profile .list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
}

.profile .list>div {
    width: 50%;
    font-size: 24px;
    padding: 10px 50px;
}

.profile .list>div:nth-child(odd) {
    border-right: 1px solid #dedede;
}

.profile .list>div span:first-child::after {
    content: '：';
}

.profile .register {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 60px 50px;
}

.profile .register h3 {
    font-size: 32px;
    width: 100%;
    margin-bottom: 20px;
    color: #11acf0
}

.profile .register div {
    color: #ffffff;
    /* font-weight: bold; */
    padding: 8px 10px 10px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 4px;
    border-radius: 6px;
    margin-bottom: 8px;
    width: 50%;
    min-width: 200px;
    background-color: #11acf0;
    box-shadow: 0px 8px 0px 0px #1093cd;
    transition: 100ms ease;
    cursor: pointer;
}

.profile .register div:hover {
    margin-top: 5px;
    margin-bottom: 3px;
    box-shadow: 0px 3px 0px 0px #1093cd
}

.profile .register div:active {
    margin-top: 8px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px 0px #1093cd
}



.profile a {
    color: #00A8F5
}

.profile .text {
    border-bottom: 1px solid #cccccc;
    line-height: 2.5;
}

.profile .link {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #dedede;
}

.profile .link::after,
.profile .link::before {
    content: ""
}

.profile .link div {
    text-align: center;
    font-size: 18px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.profile .link div>span {
    padding-top: 15px;
    color: #333333;
}

.profile .link div>div {
    width: 60px;
    height: 60px;
    border-radius: 99em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.profile .link div.link_logo>div {
    background-image: url("images/link_logo.svg");
}

.profile .link div.link_fb>div {
    background-image: url("images/FB.svg");
    background-position: -2px -4px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: #0e6599;
}

.profile .link div.link_line>div {
    background-image: url("images/LINE.svg");
}

.profile .link div.link_ig>div {
    background-image: url("images/IG.svg");
}

.profile .link div.link_yt>div {
    background-image: url("images/YT.svg");
}

.profile .app_link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .profile .app_link>div{
    width: 50%;
} */

.profile .app_link::before {
    content: "";
    width: 8%;
    order: 2;
}

.profile .app_link .app_mockup {
    background-image: url('images/app_mockup.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 27%;
    min-width: 200px;
    order: 1
}

.profile .app_link .app_mockup::before {
    content: '';
    display: block;
    padding-bottom: 204.75%;
}

/* .profile .app_link .app_mockup div{
    margin: 0 auto;
    width: 50%
} */

.profile .app_link .app_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 36%;
    min-width: 320px;
    /* 視覺修正 */
    margin-top: -10px;
    order: 3
}

.profile .app_link .app_content .title {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.profile .app_link .app_content .app_icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: none
}

.profile .app_link .app_content ul {
    width: 100%;
    padding-left: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 2
}

.profile .app_link .app_qrcode {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 160px;
    justify-content: center;
}

.profile .app_link .app_qrcode>div {
    /* width: 50%; */
    width: 45%;
    padding-right: 1%;
    margin-left: -10px;
}

.profile .app_link a {
    width: 50%;
    max-width: 280px;
    padding: 0;
    margin: 3% 0;
}

.profile .app_link a>div {
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

/* .profile .app_link a>div>img {
    display: block;
    width: 100%;
} */

.profile .contact_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.profile .contact_link>div:first-child {
    width: 49%;
    font-size: 24px
}

.profile .contact_link>div:first-child>span {
    color: #11acf0
}

.profile .contact_link>div:nth-child(2) {
    width: 22%;
    min-width: 160px;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .profile {
        padding: 230px 20px 150px;
    }
    .profile .content {
        padding: 130px 40px 0;
    }
    .profile .avatar {
        width: 260px;
        height: 260px;
        top: -130px;
    }
}

@media screen and (max-width: 992px) {
    .profile {
        padding: 215px 20px 150px;
    }
    .profile .content {
        padding: 115px 30px 0;
    }
    .profile .avatar {
        width: 230px;
        height: 230px;
        top: -115px;
    }
    /* .profile .register div {
        width: 40%;
    } */
    .profile .link div>div {
        width: 60px;
        height: 60px;
    }
    .profile .app_link .app_content {
        margin: 0
    }
    .profile .contact_link>div:first-child {
        width: calc(100% - 160px)
    }
    .profile .contact_link>div:nth-child(2) {
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    .profile {
        padding: 190px 20px 100px;
    }
    .profile .content {
        padding: 90px 20px 0;
    }
    .profile .avatar {
        width: 180px;
        height: 180px;
        top: -90px;
    }
    .profile .name,
    .profile .text,
    .profile .register,
    .profile .contact_link {
        padding: 25px 10px;
    }
    .profile .list {
        padding: 20px 0;
    }
    .profile .list>div:nth-child(odd) {
        border: none;
    }
    .profile .list>div {
        font-size: 18px;
        width: 342px;
        padding: 10px 10px;
    }
    .profile .register div {
        width: 60%
    }
    .profile .register h3 {
        font-size: 24px
    }
    .profile .link {
        padding: 25px 0;
    }
    .profile .link div {
        font-size: 14px;
    }
    .profile .link div>span {
        display: none;
    }
    .profile .link div>div {
        width: 47px;
        height: 47px;
    }
    .profile .link div.link_fb>div {
        background-position: -1px -4px;
    }
    .profile .app_link {
        padding: 25px 0px;
    }
    .profile .app_link a {
        /* padding: 0 10px; */
    }
    .profile .app_link::before {
        display: none
    }
    .profile .app_link .app_mockup {
        display: none
    }
    .profile .app_link .app_content {
        align-items: center;
        width: 100%;
        min-width: auto
    }
    .profile .app_link .app_content .title {
        justify-content: center;
        font-size: 24px;
        padding-bottom: 20px;
    }
    .profile .app_link .app_content ul {
        list-style-type: none;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 20px;
        font-size: 16px;
    }
    .profile .app_link .app_qrcode {
        max-width: 310px
    }
    .profile .contact_link>div:first-child {
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 360px) {
    .profile .app_link .app_content ul {
        font-size: 14px;
    }
}

/* 原行內style */

#besttourheader {
    z-index: 99;
}

#info {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 88;
    overflow-x: hidden;
    overflow-y: auto;
}

#animation_container {
    margin: -50px 0 0 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#canvas {
    position: absolute;
    display: block;
    background-color: rgba(156, 190, 30, 1.00);
}

#dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}