* {
    margin: 0;
    padding: 0;
    font-family: 微軟正黑體;
}

body {
    background-image: url("../images/bg02.png"), linear-gradient(45deg, #f6f9ff, #f6f9ff);
    background-size: 100%;
}


/*平板*/

@media screen and (max-width:1100px) {
    body {
        background-image: url("../images/bg02.png"), linear-gradient(45deg, #f6f9ff, #f6f9ff);
        background-size: auto;
    }
}


/*手機*/

@media screen and (max-width:600px) {
    body {
        background-image: url("../images/bg02.png"), linear-gradient(45deg, #f6f9ff, #f6f9ff);
        background-size: auto;
    }
}

.wrapper {
    width: 100%;
}

@media screen and (max-width:768px) {
    .wrapper {
        overflow: hidden;
    }
}

@media screen and (max-width:600px) {
    .wrapper {
        overflow: hidden;
    }
}

.space {
    height: 250px;
}


/*右側表單icon*/

.rightfrom {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 20;
    width: 120px;
    height: 120px;
}

/*手機*/
@media screen and (max-width:600px){
    .rightfrom {
        width: 80px;
        height: 80px;
    }
    .rightfrom img{
        width: 100%;
    }
}

/*優惠動畫字*/
.animeword{
    display:block;
    margin: auto;
    color: #FF8000;
    font-weight: bold;
    font-size: 40px;
    letter-spacing:2px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    animation: word 2s infinite;
    }
    @keyframes word{
    0%{
    font-size: 40px;
    color: #FF8000;
    }
    50%{
    font-size: 48px;
    color: #003D79;
    text-shadow: 5px 5px 15px #FFFFCE	, 5px 5px 30px #FFFFCE	, 5px 5px 45px #FFFFCE	;
    }
    100%{
    font-size: 40px;
    color: #FF8000;
    }
    }

/*手機*/
@media screen and (max-width:600px){
    .animeword{
        animation: word2 2s infinite;
        line-height: 28px;
    }
}

@keyframes word2{
    0%{
    font-size: 20px;
    color: #FF8000;
    }
    50%{
    font-size: 24px;
    color: #003D79;
    text-shadow: 5px 5px 15px #FFFFCE	, 5px 5px 30px #FFFFCE	, 5px 5px 45px #FFFFCE	;
    }
    100%{
    font-size: 20px;
    color: #FF8000;
    }
    }

/*固定大標*/

.title h1{
    color: #003d79;
    font-size: 46px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 50px auto 0px;
    border-bottom: 3px solid #003d79;
    width: 40%;
    display: block;
    padding: 30px 15px;
}

.title_2 h1{
    color: #003d79;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 50px auto 0px;
    border-bottom: 3px solid #003d79;
    width: 40%;
    display: block;
    padding: 30px 15px;
}

.title02 h2 {
    width: 30%;
    display: block;
    margin: 20px auto 20px;
    color: #003D79;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid #003D79;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    padding: 10px 15px;
}
.title03{
    width: 50%;
    display: block;
    margin: auto;
    color: #003d79;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*電腦＆平板設定br去除用*/
@media screen and (min-width: 768px){
    .title h1 br{
        display: none;
    }
    .title_2 h1 br {
        display: none;
    }
    .title02 h2 br{
        display: none;
    }
}

/*平板*/

@media screen and (max-width:768px) {
    .title h1{
        font-size: 50px;
        width: 80%;
        line-height: 50px;
    }
    .title_2 h1{
        font-size: 38px;
        width: 80%;
        line-height: 32px;
        padding: 10px 6px;
    }
    .title02 h2 {
        width: 60%;
        display: block;
        margin: 20px auto;
        line-height: 35px;
    }
}


/*手機*/

@media screen and (max-width:600px) {
    .title h1{
        font-size: 30px;
        width: 80%;
        line-height: 40px;
        border: 0px;
        padding: 15px 10px;
        background-color: #003d79;
        color: #fff;
    }
    .title_2 h1{
        font-size: 30px;
        width: 80%;
        line-height: 30px;
        border: 0px;
        padding: 10px 6px;
        background-color: #003D79;
        color: #fff;
    }
    .title02 h2 {
        width: 60%;
        display: block;
        margin: 20px auto;
        font-size: 24px;
    }
    .title03{
        font-size: 18px;
        width: 80%;
        line-height: 26px;
        margin-top: 10px;
    }
}


/*上排選單手機*/

.header {
    position: fixed;
    top: 0;
    z-index: 2;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #007979;
    width: 100%;
}

.logo img {
    width: 300px;
}

.nav {
    display: flex;
}

.nav label {
    position: absolute;
    top: 45px;
    right: 15px;
}

.menu_btn {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #007979;
    box-shadow: 0px 13px 0px #007979, 0px -13px 0px #007979;
}

.menu_btn span {
    opacity: 0;
}

.menu {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: none;
    z-index: 100;
}

.menu a {
    font-weight: bold;
    padding-top: 5px;
    padding-left: 30px;
    display: block;
    color: #003d79;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 2px solid #3382af;
}

/*電腦*/

@media screen and (min-width:1000px) {
    .header{
        display: none;
    }
}

/*上排選單電腦*/

.header-com {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #3382af;
    width: 100%;
}

.logo-com img {
    width: 300px;
}

.nav-com {
    display: flex;
}

.nav-com label {
    position: absolute;
    top: 45px;
    right: 15px;
}

.menu-com {
    width: 700px;
    height: 40px;
    display: flex;
    position: absolute;
    background-color: transparent;
    top: 30px;
    right: 15px;
    z-index: 100;
}

.menu-com a {
    font-weight: bold;
    padding-top: 5px;
    padding-left: 0;
    display: block;
    color: #003d79;
    font-size: 20px;
    text-decoration: none;
    border: 0px;
    margin-left: 50px;
}

.menu-com a:hover {
    color: blueviolet;
    transition: 0.3s;
}
.menu-com span:hover {
    box-shadow: 0 2px #FF8000;
    padding-bottom: 1px;
    transition: 0.3s;
}

/*手機*/

@media screen and (max-width:600px){
    .header-com{
        display: none;
    }
}

/*banner*/
.banner{
    background-image: url(../images/banner-bg.jpg);
    background-size: auto;
    height: 800px;
}
.banner .left{
    margin-top: 150px;
}
.banner .left img{
    margin: 0px 0px 0px 20px;
}
.banner .left p{
    width: 650px;
    color: #fff;
    background-color: #007979;
    padding: 20px 30px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 15px;
    margin: 20px 0px 0px 50px;
}
.banner .right img{
    float: right;
}
.banner .right div:nth-child(2){
    margin-top: 650px;
}

/*平板*/
@media screen and (max-width:768px){
    .banner .left img{
        margin: 0px;
    }
    .banner .right {
        display: flex;
        justify-content: center;
        float: none;
        margin-top: 50px;
    }
    .banner .right img{
        width: 100%;
    }
    .banner .right div:nth-child(2){
        margin-top: 0px;
    }
}

/*手機*/
@media screen and (max-width:600px){
    .banner{
        background-image: url(../images/banner-bg-phone.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 780px;
        margin-top: 20px;
    }
    .banner .left img {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .banner .left p {
        width: 100%;
        margin-left: 0px;
        font-size: 15px;
        line-height: 25px;
    }
    .banner .right {
        display: none;
    }
}

/*引述介紹*/

.introduce {
    background-color: #0AB2A4;
    width: 100%;
    margin-top: -55px;
    text-align: center;
}

.introduce h2 {
    color: #FFFF37;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0 0;
}

.introduce p {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    width: 70%;
    margin: auto;
    padding: 30px 0px;
    line-height: 36px;
}

.introduce .computer{
    color: #f9f900; 
    font-weight: bold; 
    font-size: 40px; 
    text-shadow: 5px 5px 10px #003060; 
    text-align: center; 
    line-height: 60px;
}

@media screen and (max-width:600px){
    .introduce .computer{
        font-size: 28px;
        line-height: 48px;
    }
}
@media screen and (min-width:1100px){
    .introduce .computer br {
        display: none;
    }
    .introduce h2 br{
        display: none;
    }
}

/*平板*/
@media screen and (max-width:768px){
    .introduce p {
        width: 80%;
        font-size: 22px;
    }
}

/*手機*/

@media screen and (max-width:600px) {
    .introduce h2{
        font-size: 22px;
        line-height: 28px;
    }
    .introduce p {
        width: 90%;
        font-size: 18px;
        line-height: 26px;
    }
}

/*營隊總覽  電腦用*/

.wrap03{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.wrap03 .course{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0 60px ;
    transition-delay: 0.3s;
}
.wrap03 .course .card{
    position: relative;
    max-width: 350px;
    height: 490px;
    background: #fff;
    margin: 30px 20px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5 );
}
.wrap03 .course .card .imgbox{
    position: relative;
    width: 350px;
    height: 300px;
    top: -80px;
    left: -15px;
    z-index: 1;
}
.wrap03 .course .card .imgbox img{
    width: 100%;
}
.wrap03 .course .card .content{
    position: relative;
    margin-top: -80px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
}

.wrap03 .course .card .content .rec{
    color: #EA0000;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 40px;
    animation: rec 2s infinite;
}
@keyframes rec {
    0%{
        color: #EA0000;
        font-size: 30px;
    }
    50%{
        color: #f9f900;
        font-size: 36px;
        text-shadow: 0px 0px 7px #005AB5, 0px 0px 14px #003D79;
    }
    100%{
        color: #EA0000;
        font-size: 30px;
    }
}

.wrap03 .course .card .content .information {
    background:linear-gradient(0deg,#FFD306,#FFFF6F);
    color: #FF0080;
    line-height: 20px;
    padding: 10px;
    width: 100%;
    margin: auto;
    font-weight: bold;
    height: 130px;
    vertical-align: middle;
}

.wrap03 .course .card .content a{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 40px;
    letter-spacing: 2px;
    margin: 15px auto 0px;
}

@media screen and (max-width:600px){
    .wrap03 .course .card{
        margin-top: 60px;
    }
    .wrap03 .course .card .content .information{
        height: auto;
    }
}

/*進入課程按鈕*/
.button01 a{
    background-color: #003D79;
    color: #fff;
}

.button01 a:hover{
    background-color: #00FFFF;
    color: #003D79;
    transition: 0.5s;
    box-shadow: 0 0 10px #CAFFFF, 0 0 30px #CAFFFF, 0 0 50px #CAFFFF;
}

.button02 a{
    background-color: #003D79;
    color: #fff;
}

.button02 a:hover{
    background-color: #F9F900;
    color: #003D79;
    transition: 0.5s;
    box-shadow: 0 0 10px #FFFFAA, 0 0 30px #FFFFAA, 0 0 50px #FFFFAA;
}

.button03 a{
    background-color: #003D79;
    color: #fff;
}

.button03 a:hover{
    background-color: #921AFF;
    color: #FFFF37;
    transition: 0.5s;
    box-shadow: 0 0 10px #D3A4FF, 0 0 30px #D3A4FF, 0 0 50px #D3A4FF;
}

/*收穫無價(電腦)*/
.wrap01 .reward {
    width: 90%;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 50px auto 0px;
    display: block;
    height: 600px;
    box-shadow: 0 5px 15px #D0D0D0;
}

.wrap01 .reward img {
    width: 100%;
}

.wrap01 .reward h3 {
    color: #FF8000;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 36px;
}

.wrap01 .reward p {
    text-align: justify;
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3c;
    line-height: 36px;
}

/*平板*/
@media screen and (max-width:768px){
    .wrap01 .reward {
        width: 100%;
        height: 650px;
    }
}

/*手機*/
@media screen and (max-width:600px){
    .wrap01 {
        display: none;
    }
}

/*收穫無價(手機)*/
.wrap01-phone .reward {
    width: 90%;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 20px auto 0px;
    display: block;
    height: auto;
    box-shadow: 0 5px 15px #D0D0D0;
}

.wrap01-phone .reward img {
    width: 100%;
}

.wrap01-phone .reward h3 {
    color: #FF8000;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 36px;
}
.wrap01-phone .reward h4{
    text-align: center;
    font-size: 18px;
    animation: hint2 2s infinite;
}

.wrap01-phone .contect {
    text-align: justify;
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    line-height: 30px;
    display: none;
}
/*三角形動畫*/
@keyframes hint2 {
    0%{
        color: #003d79;
    }
    50%{
        color: #FF8000;
    }
    100%{
        color: #003d79;
    }
}

/*電腦*/
@media screen and (min-width:600px){
    .wrap01-phone {
        display: none;
    }
}


/*營隊特色(電腦)*/
.feature h3 {
    color: #FF8000;
    background-color: #fff;
    border: 3px solid #003d79;
    border-radius: 5px;
    letter-spacing: 2px;
    padding: 15px 20px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 50px auto 0px;
    text-align: center;
}

.feature p {
    color: #fff;
    background-color: #003d79;
    padding: 15px 30px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
    height: 620px;
}
.feature span {
    color: #F9F900;
    font-weight: bold;
}
@media screen and (max-width:600px){
    .feature {
        display: none;
    }
}

/*營隊特色(手機)*/
.feature-phone {
    width: 90%;
    margin:  auto;
}
.feature-phone h3 {
    color: #FF8000;
    background-color: #fff;
    border: 3px solid #003d79;
    border-radius: 5px;
    letter-spacing: 2px;
    padding: 15px 20px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 10px auto 0px;
    text-align: center;
}
.feature-phone h4{
    text-align: center;
    font-size: 16px;
    animation: hint 2s infinite;
}
.feature-phone p {
    display: none;
    color: #fff;
    background-color: #003d79;
    padding: 15px 30px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: center;
    height: 600px;
}
.feature-phone span {
    color: #F9F900;
    font-weight: bold;
}
/*三角形動畫*/
@keyframes hint {
    0%{
        color: #003d79;
    }
    50%{
        color: #FF8000;
    }
    100%{
        color: #003d79;
    }
}
/*電腦*/
@media screen and (min-width:600px){
    .feature-phone {
        display: none;
    }
}


/*營隊資訊*/
.wrap05 {
    width: 60%;
    margin: auto;
}
.wrap05 table{
    width: 100%;
    border: 3px solid #003D79;
    margin-top: 30px;
    color: #003D79;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    background-color: #fff;
}
.wrap05 tr th{
    width: 20%;
}
.wrap05 tr td{
    width: 80%;
}
.wrap05 tr{
    border-bottom: 3px solid #003D79;
}
.wrap05 th , .wrap05 td{
    border-right: 3px solid #003D79;
    font-size: 21px;
    padding: 10px;
}
.wrap05 th{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.wrap05 td a{
    text-decoration: none;
    font-weight: bold;
    animation: aword 2s infinite;
}
@keyframes aword{
    0%{
        color: #FF8000;
    }
    50%{
        color: #fff;
        text-shadow: 0px 0px 7px #0080FF;
    }
    100%{
        color: #FF8000; 
    }
}
.wrap05 td span{
    color: #FF8000;
    font-size: 24px;
}

/*平板*/
@media screen and (max-width:768px){
    .wrap05{
        width: 80%;
    }
}

/*手機*/
@media screen and (max-width:600px){
    .wrap05{
        width: 90%;
    }
    .wrap05 table{
        width: 90%;
    }
    .wrap05 tr th{
        width: 30%;
    }
    .wrap05 tr td{
        width: 70%;
    }
    .wrap05 th{
        font-size: 20px;
        padding: 5px;
    }
    .wrap05 td{
        font-size: 16px;
        padding: 2px;
    }
    .wrap05 td span{
        font-size: 20px;
    }
}


/*優惠方案*/
.sales{
    background:linear-gradient(180deg, #f6f9ff,#003D79) ;
}
.item01{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 30px auto 0px;
}
.item01 h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #FF8000;
}
.item01 p{
    color: #3c3c3c;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px 0px 15px;
    margin-left: 20px;
}
.item01 p span{
    color: #FF8000;
    font-size: 28px;
}
.item02{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 30px auto 0px;
}
.item02 h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #FF8000;
}
.item02 p{
    color: #3c3c3c;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px 0px 15px;
    margin-left: 20px;
}
.item02 p span{
    color: #FF8000;
    font-size: 28px;
}
.item02 p .remark{
    font-size: 20px; 
    color: #3c3c3c;
}

/*平板*/
@media screen and (max-width:768px){
    .item01{
        height: 300px;
    }
}

/*電腦清br用*/
@media screen and (min-width: 1100px){
    .item02 p .remark br{
        display: none;
    }
}

/*手機*/
@media screen and (max-width:600px){
    .sales{
        width: 100%;
        margin: auto;
    }
    .item01 , .item02{
        padding: 10px;
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .item01 h3 , .item02 h3{
        width: 100%;
        font-size: 26px;
        line-height: 30px;
    }
    .item01 br , .item02 br{
        display: none;
    }
    .item01 p, .item02 p {
        width: 100%;
        font-size: 18px;
        margin-top: -25px;
        margin-left: 0px;
    }
    .item01 p span, .item02 p span{
        font-size: 22px;
    }
    .item02 p .remark br{
        display: initial;
    }
    .item02 p .remark{
        font-size: 16px;
    }
}

/*立即諮詢*/
.ask{
    width: 100%;
    margin: -10px auto 0;
    background: linear-gradient(#003D79, #005AB5);
    height: auto;
    padding: 30px 0;
}
.form_title img {
    width: 100%;
    display: block;
    margin: auto;
    padding: 15px 0px;
}

form {
    margin-top: 30px;
    width: 60%;
    margin: auto;
}

form .row label {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px auto;
    text-align: center;
}

form .row input {
    width: 100%;
    display: block;
    padding: 5px 5px;
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    border: 0px;
    color: #040404;
    margin: 10px auto;
}

form .row  select {
    width: 100%;
    display: block;
    padding: 5px 5px;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 10px;
    border: 0px;
    margin: 15px auto 0px;
}

form .row option {
    width: 100%;
    font-size: 14px;
}

form .row .button {
    display: block;
    width: 80%;
    margin: 30px auto;
    background-color: #FFFF37;
    border-radius: 10px;
    color: #003D79;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    border: 0px;
    padding: 10px;
    box-shadow: 0 3px 0 #dc8d00;
    cursor: pointer;
}

form .button:hover {
    background-color: #00FFFF;
    transition: 0.5s;
    box-shadow: 0 3px 0 #007979;
}

.addline a{
    font-size: 24px; 
    color: #02DF82;  
    font-weight: bold; 
    letter-spacing: 2px; 
    display: block; 
    padding: 10px 20px; 
    border-radius: 15px; 
    margin: auto; 
    text-align: center; 
    width: 30%; 
    text-decoration: none;
}
.addline a:hover{
    color: #FF8000;
    transition: 0.5s;
}
.addline a br {
    display: none;
}

/*平板*/
@media screen and (max-width:768px){
    form{
        width: 90%;
    }
}

/*手機*/

@media screen and (max-width:600px) {
    form{
        width: 90%;
    }
    form option{
        font-size: 14px;
    }
    form .row .button {
        width: 90%;
        font-size: 16px;
    }
    .addline a {
        width: 60%;
        font-size: 18px;
        line-height: 22px;
    }
    .addline a br {
        display: initial;
    }
}

/*家長回饋*/

.wrap09 {
    display: block;
    width: 80%;
    margin: auto;
}

.parent .contect {
    display: block;
    background: #003D79;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    width: 200px;
    margin: -40px auto 0px;
    height: 200px;
}

.parent h4 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}

.parent p {
    font-size: 16px;
    line-height: 30px;
}

/*歷屆花絮*/

.wrap02 {
    display: block;
    width: 80%;
    margin: auto;
}
.wrap02 iframe{
    margin: 30px auto 0px;
    width: 90%;
}

.youtube {
    display: block;
    margin: 90px auto;
    width: 30%;
}

.youtube a {
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #FFD306, #FF9224);
    box-shadow: 0 5px 15px #D94600;
    border-radius: 10px;
    line-height: 50px;
}

.youtube a:hover {
    background: linear-gradient(90deg, #FFFF93, #FFE153);
    box-shadow: 0 5px 15px #FFFF37, 0 5px 30px #FFFF37;
    color: #003D79;
    transition: 0.5s;
}

/*平板*/
@media screen and (max-width:768px){
    .wrap02 iframe{
        width: 100%;
    }
    .youtube{
        width: 80%;
    }
}

/*手機*/
@media screen and (max-width:600px){
    .wrap02{
        width: 100%;
    }
    .wrap02 iframe{
        width: 100%;
        height: 250px;
    }
    .youtube {
        width: 80%;
    }
}

/*加賴*/
.lineimg01 {
    display: block;
    width: 70%;
    margin: auto;
    padding-top: 50px;
}

.lineimg01 a img {
    width: 60%;
    display: block;
    margin: auto;
}

.lineimg02 a img {
    display: none;
}

/*平板*/
@media screen and (max-width:768px){
    .lineimg01 a img{
        width: 100%;
    }
}

/*手機*/
@media screen and (max-width:600px){
    .lineimg01 {
        display: none;
    }
    .lineimg01 a img {
        display: none;
    }
    .lineimg02 {
        width: 80%;
        margin: auto;
    }
    .lineimg02 a img {
        width: 100%;
        display: block;
        margin: 35px auto 0px auto;
        justify-content: center;
    }
}

/*延伸學習*/

.wrap04 {
    background-color: #F0F3FF;
    width: 100%;
    height: auto;
    position: relative;
}

.studymore01,
.studymore02 {
    display: flex;
    max-width: 80%;
    margin: 50px auto;
    justify-content: center;
    overflow: hidden;
}

.studyitem {
    width: 350px;
}

.itemcontent {
    width: 350px;
    display: block;
    margin: 15px auto;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 20px 20px #6C6C6C;
    height: 250px;
}

.itemcontent a {
    text-decoration: none;
}

.itemcontent h2 {
    text-align: center;
    color: #003d79;
    border: 2px solid #003d79;
    font-size: 24px;
    font-weight: bold;
}

.itemcontent p {
    margin-top: 20px;
    text-align: center;
    color: #3C3C3C;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.itemcontent:hover {
    margin-top: -10px;
    transition: 0.5s;
}

.itemcontent:hover h2 {
    color: #FF8000;
    border: 2px solid #FF8000;
    transition: 0.5s;
}

.studymap {
    display: block;
    margin: 50px auto 0px auto;
    width: 30%;
}

.studymap a {
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #4B0091, #6F00D2);
    box-shadow: 0 5px 15px #003D79;
    border-radius: 10px;
    line-height: 50px;
    margin-top: 50px;
}

.studymap a:hover {
    background: linear-gradient(90deg, #B15BFF, #FF77FF);
    box-shadow: 0 5px 15px #CA8EFF, 0 5px 30px #CA8EFF;
    color: #003D79;
    transition: 0.5s;
}


/*平板*/

@media screen and (max-width:768px) {
    .studymore01 .studymore02 {
        width: 100%;
        display: flex;
        margin: auto;
    }
    .studyitem {
        width: 290px;
    }
    .studymore02 .studyitem {
        width: 290px;
        margin-right: 20px;
    }
    .itemcontent {
        width: 300px;
        height: 330px;
    }
    .wrap04 .swiper-button-next {
        display: none;
    } 
    .wrap04 .swiper-button-prev {
        display: none;
    }
    .studymap {
        width: 80%;
        margin: auto;
    }
}


/*手機*/

@media screen and (max-width:600px) {
    .studymore01,
    .studymore02 {
        width: 100%;
        display: block;
        margin: 30px auto;
    }
    .studyitem {
        position: static;
        width: 300px;
        margin-left: -20px;
    }
    .studyitem img {
        margin-top: 20px;
    }
    .itemcontent {
        display: none;
    }
    .studymap {
        width: 80%;
    }
    .wrap04 .swiper-button-next {
        display: none;
    } 
    .wrap04 .swiper-button-prev {
        display: none;
    }
}

/*底部電腦*/

.footer , .footer-phone{
    color: #003D79;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 30px;
    font-weight: bold;
}
.footer a , .footer-phone a{
    text-decoration: none;
    font-weight: bold;
    color: #003D79;
    animation: link 2s infinite;
}

@keyframes link{
    0%{
        color: #003D79;
    }
    50%{
        color: #FF0080;
    }
    100%{
        color: #003D79;
    }
}

@media screen and (min-width:1100px){
    .footer-phone {
        display: none;
    }
}

@media screen and (max-width:600px){
    .footer {
        display: none;
    }
}