@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700&display=swap');
* {
    font-family: "Open Sans", sans-serif, '微軟正黑體';
}
body{
    background-color: #ECF4FF;
}
.noto_serif {
    font-family: 'Noto Serif TC', serif !important;
}
header h2{
    font-size: 1.2rem;
    font-weight: bold;
    color: #062F82;
}
#section_title{
    background-color: #FFF9EB;
}
#section_title h1{
    font-size: 3.5rem;
    margin: 0;
    color: #1f6bad;
    text-shadow: 0.05em 0.05em #d3e0ef;
    font-weight: bold;
}
#section_title h1 span{
    font-size: 2.5rem;
}
#section_photo{
    position: relative;
    padding-bottom: 60px;
    background-image: url("../../images/bg01.png");
    -webkit-background-size: cover;
    background-size: cover;
}
#carouselExampleControls{
    border: 6px solid #FFF;
    box-shadow: 0 6px 8px -5px #7d5d4e;
}
.memo{
    background: repeating-linear-gradient(#cfd5e0 0px,#FFFFEB 1px, #fff 1px, #fff 20px);
    display: inline-block;
    padding: 15px;
    box-shadow: 0 3px 10px -3px #735440;
    position: absolute;
    z-index: 1;
    right: 0;
    transform: rotate(10deg);
}
.memo h5{
    margin: 0;
    color: #0042a5;
    text-shadow: 0.05em 0.05em #d3e0ef;
    font-weight: bold;
}
.photo_block{
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.photo_block::before{
    content: "";
    display: block;
    position: absolute;
    width: 466px;
    height: 565px;
    background-image: url("../../images/bg02.png");
    left: 0;
    transform-origin: top left;
    z-index: 1;
}
.photo_block::after{
    content: "";
    display: block;
    position: absolute;
    width: 201px;
    height: 216px;
    background-image: url("../../images/bg03.png");
    right: 0;
    bottom: -25px;
    transform-origin: top right;
    z-index: 1;
}
.event_title{
    display: inline-block;
    color: #1E5DBB;
    font-weight: bold;
    background-color: #ecf4ff;
    padding: 0px 5px;
}
#section_intro{
    padding-top: 50px;
    background-image: url("../../images/bg04.png");
    background-position: center bottom;
    background-repeat: repeat-y;
    position: relative;
}
#section_intro .intro_block{
    line-height: 2;
    letter-spacing: 1;
    font-size: 1.2rem;
}
#section_photo .angle_outer{
	font-size: 45px;
	line-height: 35px;
}

#section_photo .angle_outer i{
	line-height: 0;
	color: #D8D6BC;
	animation: scrollangle 2s infinite ;
}
#section_photo .angle_outer i:nth-child(4){
	animation-delay: .3s;
}
#section_photo .angle_outer i:nth-child(6){
	animation-delay: .6s;
}
@keyframes scrollangle {
	0% {
		color: #eae9d9;
	}
	50% {
		color: #FA0;
	}
	100% {
		color: #eae9d9;
	}
}
#section_info{
    background-image: url("../../images/bg04.png");
    background-position: center top;
    background-repeat: repeat-y;
}
#section_info{
    position: relative;
    background-color: #ECF4FF;
}
#section_info .block_outer{
    background-color: #FFF3D1;
    border-radius: 15px;
    padding: 15px;
}
#section_info .block_inner{
    border: 1px solid #F3A70F;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px;
}
#section_info .table thead th{
    background-color: #232D47;
    color: #FFF;
}
footer{
    background-color: #213F7A;
    color: #FFF;
    font-size: .9rem;padding: 20px;
}
.top_bg{
    position: absolute;
    z-index: -1;
    top: -80%;
}
@media (max-width: 1200px){
    .photo_block::before{
        transform: scale(.8);
    }
    .photo_block::after{
        transform: scale(.8);
        bottom: -180px;
    }
    #section_intro{
        padding-top: 150px;
    }
}
@media (max-width: 992px) {
    .photo_block::before{
        transform: scale(.5);
        bottom: -245px;
    }
    .photo_block::after{
        transform: scale(.6);
        bottom: -100px;
    }
    #section_title h1{
        font-size: 2.5rem;
    }
    #section_title h1 span{
        font-size: 2rem;
    }
    #section_intro{
        padding-top: 70px;
    }
}
@media (max-width: 768px) {
    #section_intro{
        padding-top: 150px;
    }
    .memo{
        background: repeating-linear-gradient(#cfd5e0 0px,#FFFFEB 1px, #fff 1px, #fff 20px);
        display: inline-block;
        padding: 15px;
        margin-bottom: 10px;
        box-shadow: 0 3px 10px -3px #735440;
        position: relative;
        z-index: 1;
        right: 0;
        transform: rotate(0deg);
    }
}
@media (max-width: 576px) {
    #section_intro{
        padding-top: 170px;
    }
    #section_title{
        padding-top: 20px;
    }
    .photo_block::before{
        transform: scale(.3);
        bottom: -370px;
    }
    .photo_block::after{
        transform: scale(.3);
        bottom: -140px;
    }
    #section_title h1{
        font-size: 1.5rem;
    }
    #section_title h1 span{
        font-size: 1.2rem;
    }
    #section_info .block_outer{
        padding: 5px;
    }
    
}