        /*反白顏色*/
        ::selection {
            color: rgb(255, 71, 224);
            /*background: rgb(255, 255, 255);*/
        }
        /*滾動條樣式*/
        ::-webkit-scrollbar {
            border-radius: 50px;
            width: 0.56em;
            background-color: rgba(255, 255, 255, 0);
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 50px;
            background-color: rgba(255, 255, 255, 0.192);
            box-shadow: inset 0 0 0.25em rgba(0, 0, 0, 0.356);
        }

        .box {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
        }

        .left {
            background: rgb(255, 255, 255);
            display: flex;
            flex-direction: column;
            position: fixed;
            top: 15%;
            left: 7%;
            box-shadow: 0.85em 0.85em 1.2em rgb(235, 235, 235);
        }

        /*logo圖片*/
        .holder {
            text-align: center;
            position: relative;
        }
        .holder img {
            /*background-color: coral;*/
            max-width: 100%;
        }
        .holder svg {
            margin-top: 5%;
            width: 70%;
        }
        .on-top {
            position: absolute;
            opacity: 0;
            transition: all 200ms ease-in-out;
            top: 0px;
            left: 0px;
        }
        .on-top:hover {
            opacity: 1;
        }

        .right {
            /*background: rgb(255, 0, 0);*/
            display: flex;
            flex-wrap: wrap;
            justify-content: start;
            align-items: flex-start;
            margin-top: 2%;
            margin-left: 25%;
            margin-bottom: 5%;
        }

        /*menu*/
        .menu {
            margin-top: 8%;
            margin-left: 15%;
            margin-bottom: 10%;
        }
        .menu a {
            font-family: 'Quicksand';
            letter-spacing: 0.12em;
            font-size: 0.85em;
            text-decoration: none;
            color: black;
            display: block;
            line-height: 1.8em;
        }
        .menub {
			margin-left: 3%;
            display: none;
        }
        .menub a {
            line-height: 1.6em;
            color: black;
            text-decoration: none;
        }
        .menu a:hover {
            color: chartreuse;
        }
        #plus {
            display: inline;
            position: absolute;
            right: 19%;
        }

        /*menu地址聯絡方式*/
        .wrap {
            display: none;
            position: relative;
			font-family: 'Noto Sans TC', sans-serif;
        }
        .wrap h6 {
			font-size: 0.75em;
            font-weight: 600;
            letter-spacing: 0.1em;
            padding-bottom: 1%;
        }
        .wrap a {
			width: 75%;
            word-wrap: break-word;
            word-break: keep-all;
            text-decoration: none;
            color: black;
            border-bottom: none;
            margin-left: 5%;
            padding-bottom: 3%;
        }
        .wrap p {
            font-size: 0.65em;
            font-weight: 400;
            line-height: 1.7em;
			letter-spacing: 0.06em;
			text-align: left;
        }
        .wrap a:hover {
            color: chartreuse;
        }
        .wrapm {
            text-decoration: none;
            color: black;
            display: block;
            cursor: pointer;
        }

        /*封面版塊*/
        .white {
            background: rgb(255, 255, 255);
            box-shadow: 10px 10px 15px rgb(235, 235, 235);
            display: block;
            padding: 1%;
            margin: 3% 2%;
        }
        .white img {
            max-width: 85%;
            margin-left: 12%;
        }
        .white h6 {
            font-family: 'Quicksand';
            font-weight: bold;
            font-size: 0.85em;
            color: black;
            padding-top: 12%;
            margin-left: 12%;
            letter-spacing: 0.1em;
        }
        .white a {
            text-decoration: none;
        }
        .white a h6:hover {
            color: chartreuse;
        }
        .white p {
            letter-spacing: 0.15em;
            font-family: 'Quicksand';
            font-weight: 600;
            font-size: 0.6em;
            padding-top: 5%;
            margin-left: 12%;
            padding-bottom: 15%;
        }

        .white h5 {
            font-family: 'Quicksand';
            font-size: 0.75em;
            font-weight: 700;
            padding-top: 1.5%;
            margin-left: 12%;
            color: black;
            letter-spacing: 0.05em;

        }

        .fullscreen {
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(46, 46, 46, 0.8);
            display: flex;
            justify-content: center;
        }
        .text {
            display: block;
            margin: auto;
            margin-left: 20%;
            margin-top: 5%;
            margin-bottom: 13%;
        }
        .text img {
            width: 75%;
            margin-bottom: 2%;
        }
        #view {
            padding-bottom: 3%;
        }
        .text p {
            width: 75%;
            color: rgb(255, 255, 255);
            font-size: 0.7em;
            font-family: 'Noto Sans TC', sans-serif;
            font-weight: 300;
            line-height: 1em;
            margin-bottom: 5%;
            letter-spacing: 0.1em;
            text-align: justify;
        }


		.close {
			position: fixed;
			margin-top: 10%;
			margin-left: 85%;
		}
		.close a {
			/*background: rgb(0, 0, 0);*/
			color: rgb(255, 255, 255);
			text-shadow: 0.1em 0.1em 0.2em black;
			text-decoration: none;
			letter-spacing: 0.25em;
			border: none;
			font-size: 0.65em;
			font-family: 'Quicksand';
			font-weight: 500;
		}

        /*版權宣告*/
        #copyright {
            position: fixed;
            top: 20%;
            right: 0.1%;
            color: rgb(0, 0, 0);
            /*background-color: blue;*/
            font-family: 'Quicksand';
            font-weight: 300;
            font-size: 0.4em;
            letter-spacing: 0.2em;
            transform: rotate(90deg);
            /*-webkit-filter: drop-shadow(-1px 1px rgba(100, 100, 100, 0.4));
            filter: drop-shadow(-1px 1px rgba(100, 100, 100, 0.4))*/
        }
        .social {
            position: fixed;
            bottom: 15%;
            right: 5%;
            width: 2em;
            padding: 0.2em;
        }
        .social svg {
            width: 1.5em;
            margin-top: 0.8em;
            -webkit-filter: drop-shadow(4px 4px 3px rgba(100, 100, 100, 0.4));
            filter: drop-shadow(4px 4px 3px rgba(100, 100, 100, 0.4))
        }

		  

/*↓↓↓手機版↓↓↓*/
@media screen and (max-width: 767px) {

    .box {
        display: block;
        /* justify-content: center;*/
    }
    .left {
        display: none;
    }
    .right {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: flex-start;
        margin: auto;
        margin-top: 10%;
    }
    #copyright {
        position: static;
        font-size: 0.6em;
        transform: rotate(0deg);
        margin: 10%;
    }

    .social {
        display: none;
    }

    /*menu*/
    .menu {
        margin-top: 5%;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .menu a {
        font-size: 1em;
        line-height: 2em;
    }
    .menub {
		margin-left: 5%;
    }
    .menub a {
        line-height: 2em;
    }
    
    /*menu地址聯絡方式*/
    .wrap h6 {
		font-size: 0.85em;
    }
    .wrap a {
		width: 85%;
        margin-left: 5%;
    }
    .wrap p {
        font-size: 0.85em;
        line-height: 1.5em;
		letter-spacing: 0.02em;
    }
    
    .white {
        padding: 3%;
        margin: 5%;
    }
    .white img {
        margin-left: 10%;
    }
    .white h6 {
        font-size: 0.8em;
        letter-spacing: 0.05em;
    }
    .white p {
        font-size: 0.6em;
        padding-top: 3%;
    }
    .white h5 {
        font-size: 0.7em;
        letter-spacing: 0.2em;
    }

    .fullscreen {
        display: block;
    }
    .text {
        margin-top: 75%;
        margin-bottom: 80%;
        margin-left: 12%;
    }
    .close {
        position: relative;
        margin-top: 15%;
        margin-bottom: 25%;
        text-align: center;
    }
    .close a {
        font-size: 0.6em;
    }



}

 /*↓↓↓cpu版↓↓↓*/
@media screen and (min-width: 768px) {
    .card {
        display: none;
    }
}

/*↓↓↓筆電版↓↓↓*/
@media screen and (min-width: 1200px) and (max-width: 1370px) {

    /*menu*/
    .menu {
        margin-top: 8%;
        margin-left: 10%;
        margin-bottom: 10%;
    }
    .menu a {
        letter-spacing: 0.1em;
        font-size: 0.8em;
        line-height: 1.7em;
    }
    .menub {
		margin-left: 5%;
    }
    .menub a {
        line-height: 1.5em;
    }
    #plus {
        right: 16%;
    }

    /*menu地址聯絡方式*/
    .wrap h6 {
		font-size: 0.7em;
        letter-spacing: 0.1em;
    }
    .wrap a {
		width: 83%;
        margin-left: 5%;
    }
    .wrap p {
        font-size: 0.6em;
        line-height: 2em;
		letter-spacing: 0.1em;
    }
    
	/*封面版塊*/
    .white img {
        max-width: 90%;
        margin-left: 6%;
    }
    .white h6 {
        font-size: 0.75em;
        letter-spacing: 0.1em;
    }
    .white p {
        letter-spacing: 0.15em;
        font-size: 0.6em;
    }
    .white h5 {
        font-size: 0.65em;
        letter-spacing: 0.03em;

    }

    .close {
		margin-left: 80%;
	}

    #copyright {
        font-size: 0.5em;
    }
    .social {
        width: 1.2em;
        right: 8%;
    }
    .social svg {
        width: 1.5em;
    }

}

/*↓↓↓ipad版↓↓↓*/
@media screen and (min-width: 768px) and (max-width: 1199px) {

    .right {
        margin-left: 20%;
    }

    .holder svg {
	    margin-top: 3%;
	    width: 80%;
    }
    
    /*menu*/
    .menu {
        margin-left: 10%;
    }
    .menu a {
        letter-spacing: 0.1em;
        font-size: 0.85em;
    }
    .menub {
		margin-left: 5%;
    }
    .menub a {
        line-height: 1.7em;
    }
    #plus {
        right: 16%;
    }

    /*menu地址聯絡方式*/
    .wrap h6 {
		font-size: 0.7em;
    }
    .wrap a {
		width: 90%;
        margin-left: 1%;
        padding-bottom: 5%;
    }
    .wrap p {
        font-size: 0.65em;
        line-height: 1.7em;
		letter-spacing: 0.02em;
    }
    
    .white {
        padding: 2%;
        margin: 5% 2%;
    }
    .white img {
        max-width: 90%;
        margin-left: 6%;
    }
    .white h6 {
        font-size: 0.85em;
        margin-left: 12%;
    }
    .white p {
        font-size: 0.65em;
    }
    .white h5 {
        font-size: 0.8em;
    }

    .fullscreen {
        display: block;
        padding: 15%;
    }
    .text {
        margin-top: 40%;
        margin-bottom: 50%;
        margin-left: 12%;
    }
    .close {
        position: relative;
        margin-top: 10%;
        margin-bottom: 10%;
        text-align: center;
    }

	.social {
		bottom: 10%;
		right: 11%;
	}
	.social svg {
		width: 1.5em;
	}
		

}

        /*↓↓↓手機目錄↓↓↓*/
        .card {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 5;
            transition: all 200ms ease-in-out;
            margin-top: -3%;
            width: 100%;
        }
        #headingTwo {
            background: rgb(255, 255, 255);
            height: 3em;
            border: none;
            box-shadow: 0.15em 0.15em 0.5em rgb(235, 235, 235);
        }
        .btn-link {
            text-decoration: none;
            color: rgb(0, 0, 0);
            font-family: 'Quicksand';
            font-weight: 900;
            font-size: 0.8em;
        }
        .btn-link:hover {
            color: rgb(0, 0, 0);
            text-decoration: none;
        }
        #collapseTwo {
            box-shadow: 0.15em 0.15em 0.5em rgb(235, 235, 235);
        }
