@charset "utf-8";

/* CSS Document */

body {
    background-color: #efc2ce;
    padding: 0px;
    margin: 0px;
}

p {
    line-height: 200%;
}

img {
    width: 100%;
    height: auto;
    margin: 0.5em 0 0 0;
}


/*最上面標籤與文字 開始*/

.topheader {
    position: sticky;
    top:0;
}

.topheader img{
	width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
    margin-bottom: -5px;
}
/*最上面標籤與文字 結束*/

/*menu選單*/
/*nav*/
/* 
nav {
	background-color: #000;
	height: 6em;
	width: 100%;
    font-family: 'Noto Serif TC', serif;
    position: fixed;
    z-index: 1000000;
 
}

nav ul img {
    width: auto;
    max-width: 75%;
	float: left;
    margin: -7px 0 0 0;
}

nav ul {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

nav ul li {
	list-style: none;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 3px;
	margin: 1.3em auto;
}

nav ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: .1s;
}

nav ul li a:hover {
	color: #f8daca;
	transition: .1s;
} */
/**/
/*漢堡選單*/

#hamburger {
    display: none;
    z-index: 99;
}

header {
	width: 100%;
	background: #000;
	height: 60px;
    line-height: 60px;
    position: fixed;
    z-index: 1000000;
    
}

header img {
	width: auto;
	height: 40px;
	margin: 10px 10px 0px 10px;
	float: left;
}

#nav-icon {
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	top: 15px;
	right: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(2) {
	top: 13px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon span:nth-child(3) {
	top: 26px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 6px;
}

#nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 28px;
	left: 6px;
}

.menu {
	z-index: 100000;
	font-size: 0.8em;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.93);
	position: fixed;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    text-decoration: none;
    margin-top: 58px;
    display: none;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    list-style-image: none;
    text-decoration: none;
}

.menu li {
	color: #7787b6;
	font-size: 1.5em;
	display: block;
	padding: 15px 0 15px 0;
	border-bottom: #dddddd 1px dashed;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
    -webkit-transition: .3s;
}

.menu ul li a {
	text-decoration: none;
}

.menu ul li a:hover {
	font-size: 1.8em;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    color: #f8daca;
    text-decoration: none;
}



/**/


#CP {
    font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
    background-color: #FFFFFF;
    max-width: 1100px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    box-shadow: 0px 0 30px 0 #8A93A6;
    -webkit-box-shadow: 0px 0 30px 0 #8A93A6;
}

#inner {
    padding: 2em 6em 2em 6em;
    font-size: 17px;
}

#header {
    margin-bottom: 0px;
    text-align: left;
}

.FV_PC {
    display: block;
}

.FV_SP {
    display: none;
}

.part {
    margin-bottom: 4em;
    font-size: 16pt;
}

.note {
    margin-top: -30px;
    font-size: 12pt;
    color: #868686;
    text-align: right;
}

.title_1A,
.title_1B {
    height: 3.5em;
    margin-bottom: 3.5em;
    display: block;
    position: relative;
}

.title_2A,
.title_2B {
    height: 5.6em;
    margin-bottom: 3em;
}

.block1A,
.block1B {
    height: 100%;
    width: 0.5em;
    background-color: #000;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: -3.5em;
}

.block2A,
.block2B {
    height: 100%;
    width: 0.5em;
    background-color: #000;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: -6em;
}

.txt_1 {
    color: #000000;
    font-size: 1.5em;
    font-weight: bolder;
    display: inline-block;
    position: absolute;
    text-align: left;
    line-height: 150%;
}

.txt_2 {
    font-size: 20px;
}

span {
    color: #e24a71;
    font-weight: bold;
}

.mark {
    font-weight: bold;
    color: #730237;
}

a {
    color: #730237;
    font-weight: bolder;
}

.menu ul li a {
	text-decoration: none;
}

a:hover {
    color: #A9B5D9;
}

.img_s {
    width: 65%;
    margin-left: 17.5%;
}

#Wpic {
    float: left;
}

#W_left {
    width: 62.1% !important;
    margin-right: 1.4%;
    margin-left: 0;
}

#W_right {
    width: 35.1% !important;
    margin-left: 1.4%
}

.last_part {
    margin-bottom: 6em;
}

#link {
    font-size: 1.5em;
    font-weight: bold;
}

#memo {
    font-size: 14px;
    color: #868686;
    font-weight: normal;
}

#foot {
    margin-top: 50px;
}

#foot>p {
    font-size: 25px;
    margin-bottom: 0px;
}

#other_l {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    text-align: center;
    margin-right: 2%;
}

#other_r {
    width: 48%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-left: 2%;
}

.clear {
    clear: both;
}




/**RWD**/

@media screen and (min-width:1200px) {
    .FV_PC {
        margin-top: -45px;
    }
}

@media screen and (max-width: 1200px) {
    #inner {
        padding: 0em 4em 2em 4em;
    }
    .title_2B .txt_1 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 950px) {
    #inner {
        padding: 0em 2em 2em 2em;
    }
}

@media screen and (max-width: 800px) {
    nav ul li {
        font-size: 1em;
        font-weight: normal;
        letter-spacing: 3px;
        margin: 1em auto;
    }
    nav {
        height: 4.5em;   
    }
    #inner{
        padding: 0em 4em 0 4em;
    }
    .block2A {
        height: 5em;
    }
    .title_2B .txt_1 {
        font-size: 1.1em;
    }
    .block2B {
        height: 3em;
        margin-top: 1.5em;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 745px) {
    .FV_PC {
        display: none;
    }
    .FV_SP {
        display: block;
    }
    .txt_1 {
        font-size: 1.4em;
    }
    .part {
        margin-bottom: 2em;
        font-size: 13pt;
    }
    .block1A,
    .block1B,
    .block2A,
    .block2B {
        width: 2%;
    }
    img {
        width: 100%;
        margin: 0;
    }
    .img_s {
        width: 80%;
        margin-left: 10%;
    }
    .note {
        font-size: 10pt;
    }
     
}

@media screen and (max-width: 680px) {
    #inner {
        font-size: 16px;
    }
    .title_1A,
    .title_2A {
        height: 4.5em;
    }
    .block1A,
    .block2A {
        margin-bottom: -6em;
    }
    .title_1B {
        height: 2.2em;
    }
    .block1B {
        margin-bottom: -2.8em;
    }
    .title_2B {
        height: 7em;
    }
    .block2B {
        margin-bottom: -7.5em;
    }
}

@media screen and (max-width: 450px) {
    #inner {
        font-size: 15px;
        padding: 0em 1.3em 2em 1.3em;
    }
    .title_1A {
        margin-bottom: -0.3em;
    }
    /* .title_2A {
        margin-bottom: -0.3em;
    } */
    .title_2B {
        margin-bottom: 2em;
    }
    .txt_1,
    #link {
        font-size: 1.3em;
        line-height: 140%;
    }
    .title_1A {
        height: 5em;
    }
    .block1A {
        height: 80%;
        margin-bottom: -4.5em;
    }
    .title_2A {
        height: 6em;
    }
    .block2A {
        height: 60%;
        margin-bottom: -4em;
    }
    .title_2B {
        height: 5.5em;
    }
    .block2B {
        height: 4.8em;
        margin-bottom: -4.5em;
    }
    .part {
        margin-bottom: 2em;
        font-size: 13pt;
    }
    #memo {
        font-size: 10px;
    }
    #foot>p {
        font-size: 14px;
    }
}


@media screen and (max-width: 500px) {

	/*NAV切換漢堡*/
	nav{
	display: none;
	}
	#hamburger{
		display: block;
    }
    
	}

@media screen and (max-width: 400px) {
    .title_1A {
        margin-bottom: -0.2em;
    }
    .title_2A {
        margin-bottom: -0.2em;
    }
    .title_2B .txt_1 {
        font-size: 1em;
    }
    .block2B {
        height: 4em;
        margin-bottom: -4em;
    }
}

@media screen and (max-width: 350px) {
    .FV_SP {
        display: block;
        padding: 1em 0 1em 0;
    }
    .part {
        margin-bottom: 1em;
        font-size: 12pt;
    }
    .block1A {
        height: 60%;
        margin-top: 2em;
        margin-bottom: -1em;
    }
    .title_1A .txt_1 {
        font-size: 1.2em;
        margin-bottom: -6em;
    }
    .title_2A .txt_1 {
        font-size: 1.2em;
    }
    .block2A {
        height: 60%;
        margin-bottom: -4em;
    }
    .title_2B .txt_1 {
        font-size: 1em;
    }
    .block2B {
        height: 70%;
        margin-bottom: -3em;
    }
    img {
        margin: -1em 0 -1em 0;
    }
    .note {
        padding-top: 1.2em;
        font-size: 10pt;
    }
}

@media screen and (max-width: 320px) {
    p {
        line-height: 180%;
    }
}

