*{ font-family: "Arial","微軟正黑體";}

a:hover{ text-decoration: none; }
body{ background: url('../images/bg.jpg'), #f4f2e9;}
/* visual */
header{ 
    height: 100vh; 
    background: -webkit-linear-gradient(-45deg, rgba(251,112,185,0.2) 0%,rgba(252,252,252,0.15) 48%,rgba(252,252,252,0.1) 100%);

 
}

header div#title > div{margin-left: 0; padding-top: 200px;}
header img{ width: 100%;position: absolute;bottom: 5%;right: 2%;z-index: 100;max-width: 1360px;}
header h3{ color:rgb(198,198,198); margin-left: 230px;}
header h3 > span{ color: rgb(255,204,0); font-weight: 600; margin-right: 5px;}
header hr{ background:rgba(255,255,255,.5); width: 42%; height: 1.3px; margin-bottom: 40px; margin-top: 20px; }
header h1{ text-align: center; font-weight: 900; font-size: 3.8vw; line-height: 6rem; color: #404d5b;}
.h1_bg{padding: 20px;width: 80%;border-radius: 0 20px 20px 0;display: block;}
.h1_mb{display: none;}
header h1 > span#mark{ color:rgb(255,204,0); font-size: 115%; }
.header-box{
    height: 100vh; 
    background: url('../images/BG02.svg');  
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0;
}
.box1{padding-top: 60px;}

.delighter.splash {transition: all 1s ease-out;}
.delighter.splash.ended {background: #fff;}


section > div.content{ width: 1250px; margin: 0 auto; display: block; }
div.row{ margin-left: 0; margin-right: 0; }

/* personal */
section#personal{ height: 100vh;min-height: 800px;flex-wrap: wrap;max-height: 60px;}
div.content{width: 100%;max-width: 960px;margin: 0 auto; display: block;}
section#personal > div.content > div.Box{position: relative;display: flex;justify-content: space-between;}
div.rect{z-index: -1;position: absolute;/*高度*/top: 90px;bottom: 0px;left:calc(50% - 50vw);background: url('../images/bg_dot.svg'), #f8f8f8;width: 100%;border-radius: 0 20px 20px 0;}


div#intr{ width: 100%; color: rgb(51,51,51); padding: 130px 50px 10px 10px; }
div#intr > h2{  font-weight: bold; font-size: 2.5rem; }
div#intr p { line-height: 2.25rem; text-align: justify; margin-top: 20px; font-size: 1.15rem;width: 60%;}
div#img > img{ margin-top: 120px;position: absolute;width: 50%;right: -10%;}
div#img p{ text-align: right; font-size: 0.8rem; color: rgba(0,0,0,.6); margin-top: 20px; }

.delighter.cover {display: block; transition: all 2s ease-out; opacity: 0;width: 1px; overflow: hidden;}
.delighter.started.cover {max-width: 99999px; width: 100%; opacity: 1;}


/* newISO */
section#newISO{ padding: 80px 0 80px 0;height: 100vh; }
div#advan{ color: rgb(51,51,51); }
div#advan > h1{  font-weight: bold; font-size: 3.35rem;}
div#advan h5{ line-height: 2.2rem; text-align: justify; margin-top: 20px; }


div.item{ background: rgb(255,255,255); box-shadow: 0 0 20px rgba(0,0,0,.3); border-radius: 15px; margin: 50px;height: 130px;padding-top: 15px;}
div.item div.photo{ width: 15%; border-radius: 10px;padding-left: 20px; }
div.item div.word{ width: 85%;padding-top: 4%;}
div.item div.word-03{ width: 85%;padding-top: 12px;}
div.item .Quote{font-size: 1rem;line-height: 1.5;margin-top: -15px;color: #30336b;padding-right: 10px;}
div.item div.word h4{font-weight: bold;  color: rgb(51,51,51);}
div.item div.word hr{background: rgb(255,204,0); border: none; height: 3px; margin-top: 10px; margin-bottom: 10px;}
div.item p {font-size: 1.2rem; line-height: 2rem;  color: rgba(51,51,51,.8);font-weight: 600;}


.icon-box{width: 100px;height: 100px;}

#my-icon .circle {
	animation: circle-animation 1s ease-out forwards;
	opacity: 0;
	transform: scale(0.9);
    transform-origin: center;
}

@keyframes circle-animation {
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
#my-icon .checkmark {
	animation: checkmark-animation 1.5s ease-out forwards;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	stroke: #cfd8dc;
    transform-origin: center;
}

@keyframes checkmark-animation {
	40% {
		transform: scale(1);
	}
	55% {
		stroke: #fb8b9d;
		transform: scale(1.2);
	}
	70% {
		transform: scale(1);
	}
	100% {
		stroke-dashoffset: 0;
		transform: scale(1);
		stroke: #D0324B;
	}
}



/* courseISO */
section#courseISO{padding: 100px 0 30px 0;background: url('../images/BG02.svg');background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
div#new > h1{font-weight: bold;font-size: 3.5rem;text-align: center;color: #404d5b;}
div#new > h5{line-height: 2.2rem;text-align: justify;margin-top: 20px;color: #404d5b;}

div.part h2{font-weight: bold;color: #D0324B;text-align: center;margin-top: 50px;}
div.part > hr{width: 260px;background: #D0324B;height: 3px;border: none;margin-bottom: 50px;}


section#courseISO div.Item > img{ height: 60px; margin: 0 auto; display: block; margin-bottom: 15px; }
section#courseISO div.Item > h4{ 
    text-align: center; 
    color:#005b9f; 
    border: 2px solid #005b9f; 
    border-radius: 5px; 
    padding: 8px 10px; 
    font-weight: 600;
    margin-bottom: 20px;
}
section#courseISO div.Item > ul{ color: #404d5b; font-size: 1.3rem;margin-left: -22px;}
section#courseISO div.Item > ul > li{ margin-top: 8px;list-style: none;padding-right: 5px; }

#cour{ margin: 0 50px; }
.cost{font-size: 1.25rem;}
section#courseISO div.Course{ background: rgb(241, 238, 234); 
    border-radius: 15px; 
    margin:10px; 
    padding: 15px 25px; 
    border: 6px solid rgb(241, 238, 234); 
    margin-top: 30px; 
    cursor: pointer; 
}
section#courseISO div.Course:hover{ border: 6px solid rgb(255,204,0); }
section#courseISO div.Course > a:hover{ text-decoration: none; }
section#courseISO div.Course > a > h5{     
    color:rgb(255,255,255); 
    text-align: center; 
    font-weight: 500; 
    border-radius: 7px; 
    padding:15px 10px; 
    line-height: 1.85rem; 
    margin-bottom: 20px;
}
section#courseISO div.Course > a > h5 > span.classMark{ 
    background: rgb(241, 238, 234); 
    border-radius: 3px; 
    color: rgb(32, 88, 121); 
    font-weight: bold;
    padding: 3px 5px; 
    font-size: 0.9rem;
    margin-right: 5px;
}
section#courseISO div.Course > a > p{ font-weight: 600; color:rgb(35, 104, 136); font-size: 1.1rem; padding-top:10px; padding-left: 7px; margin-bottom: 0;}
section#courseISO div.Course > a > hr{ margin-top: 10px; margin-bottom: 10px; }
section#courseISO div.Course > a > ul{ margin-left: -15px; color:rgb(100,100,100);}
section#courseISO div.Course > a > ul > li{ line-height: 1.8rem;}

/*優惠區塊*/
div.event{padding: 20px;}
div.event p{text-align: justify;margin-bottom: 30px;font-size: 1.3rem;line-height: 1.8;color: #fff;}
div.event div.Box{background-color: #30336b;border-radius: 10px;padding: 20px 30px;max-height: 400px;}
div.event div.Box > h4{text-align: center;font-weight: 600;color: #fff;}
div.event div.Box > hr{background:#fff;height: 2px;margin-top: 3px;}
div.event div.Box > img{width: 90%;margin: 0 auto;display: block;}


/*PageC*/
section#PageC{  padding-bottom: 30px; }
section#PageC > div.row{ padding: 50px 100px; }
section#PageC a > button{ width: 100%; margin: 0 15px; background: #D0324B; color: rgb(255,255,255); padding:15px 5px; border:none; border-radius: 28px; font-size: 1.35rem;font-weight: 600;}
section#PageC a > button:hover{ background:#000000;cursor: pointer;border:none; border-radius: 28px;transition: 0.2s;}
button:focus{outline:none}

@media(max-width:1680px){
    /* newISO */
    div#advan > h1{ font-size: 3.35rem; }
}

@media(max-width:1440px){
     /* newISO */
     div#advan > h1{ font-size: 3.3rem; }
     div.item{ margin: 45px; }
}
@media(max-width:1366px){
    section > div.content{ width: 1100px; }

    /* personal */
    div#intr > h1{  font-size: 3.75rem; }
    div#intr > h2{  font-size: 2.6rem; }

    /* security */
    section#security h1{ font-size: 3.75rem; } 
    section#security p { font-size: 1.25rem; line-height: 2.25rem; padding: 0; }

    /* newISO */
    div#advan > h1{ font-size: 3.35rem; }
    div.item{ margin: 48px; }

    /* courseISO */
    div#new > h1{  font-size: 3.5rem;}
    section#courseISO div.Course{ padding: 15px 20px; }
    #cour{ margin: 0; }
}
@media(max-width:1280px){
    /* visual */
    header div#title > div{margin-left: 19%; padding-top: 120px;}
    header img{ margin-left: 45px;}
    header h3{ margin-left: 100px; font-size: 1.65rem;}
    header hr{ width: 60%; margin-bottom: 20px;}

    /* security */
    section#security > div.content > div{ margin-top: -150px; }
}
@media(max-width:1200px){
    /* visual */
    header div#title > div{margin-left: 17%; padding-top: 130px;}
    
    section > div.content{ width: 950px; }

    /* personal */
    div#intr > h1{  font-size: 3.5rem; }
    div#intr > h2{  font-size: 2.35rem; }
    div#intr p{ line-height: 2rem; font-size: 1.1rem; margin-top: 20px;}
    div#img > img{ margin-top: 80px; }

    /* security */
    section#security h1{ font-size: 3.5rem; } 
    section#security p { font-size: 1.1rem; line-height: 2.2rem; padding: 0; }

    /* newISO */
    div#advan > h1{ font-size: 2.85rem; }
    div.item{ margin: 50px; }
    div.box{ margin-top: 40px; }
    div.item{ margin: 50px 10px; }

    /* courseISO */
    div#new > h1{  font-size: 3.5rem;}
    div#new > h5{ line-height: 2.15rem; font-size: 1.1rem; }
    section#courseISO div.Course{ padding: 15px 20px; margin: 10px 0; min-height: 650px;}
    section#courseISO div.Course > a > h5{ font-size: 1.1rem; }
    #cour{ margin: 0; }
    div.part{ margin-top: 50px; }
    section#courseISO div.Item > img{ width:43%; }
    section#courseISO div.Item > h4{ font-size: 1.3rem; padding: 6px 10px;}
    section#courseISO div.Item > ul{ font-size: 1.05rem; padding-inline-start: 20px;}
}

@media(max-width: 1024px){
    /* visual */
    header{ height: 650px; }
    header div#title > div{ margin-left: 15%; }
    header img{ width: 40px; margin-left: 30px;}
    header h3{ margin-left: 85px; font-size: 1.5rem;}
    header hr{ width: 70%; margin-bottom: 20px;}
    header h1{ font-size: 3.25rem; line-height: 5rem;}

    /* personal */
    section#personal{ height: auto; padding: 120px 0 150px 0; }
    section#personal > div.content{ height: auto; }
    section#personal > div.content > div.row{ margin-top: 0; }

    /* security */
    section#security { padding: 120px 0 150px 0; }
    section#security > div.content{ height: auto; }
    section#security > div.content > div{ margin-top: 0; }
}
@media(max-width: 980px){
    section > div.content{ width: 700px; }
}
@media(max-width: 767px){
    /* visual */
    header{ height: 550px; }
    header div#title > div{ margin-left: 50px; }
    header img{ width: 100%; margin-left: 40px;position: absolute;bottom: 0%;top: 30%;}
    header h3{ font-size: 1.3rem;}
    header hr{ width: 80%; margin-bottom: 20px; height: 1px;}
    header h1{ font-size: 1.5rem; line-height: 2rem;} 
    .h1_bg{display: none;}  
    .h1_mb{padding: 20px 0;width: 100%;display: block;margin: auto;}  
    .box1{padding-top: 20px;}
    section > div.content{ width: 100%; }

    /* personal */
    section#personal{ padding: 120px 50px 150px 50px; }

    div#img{ display: none; }
    div#intr{ width: 100%; padding: 0;}

    /* security */
    section#security h1{ font-size: 3.5rem; } 
    section#security p { padding: 0; }
    section#security { padding: 120px 50px 150px 50px; }
    section#security h1{ line-height: 4rem; }
    section#security h1 > span{ font-size: 150%; }
    section#security p{ line-height: 2rem; font-size: 1rem; }
    div#intr p { width: 100%;}
    div#intr > h2{  font-size: 2rem; }
    

    /* newISO */
    section#newISO{ padding: 120px 50px 150px 50px; height: 150vh;}
    div#advan h5{ line-height: 2rem; font-size: 1.1rem; }
    div.item{ background: rgb(255,255,255); box-shadow: 0 0 20px rgba(0,0,0,.3); border-radius: 15px; margin:50px auto;height: auto;padding-top: 15px;width: 340px;}
    div.item div.word{ width: 100%; padding-left: 0;font-size: 0.9rem;text-align: center;}
    div.item div.word-03{ padding-left: 0;text-align: center;margin: auto;}
    div.item div.photo{ width: 15%;border-radius: 10px;padding-left: 120px;}
    div#advan > h1{ font-size: 2rem;}
    div.item p {font-size: 1rem; line-height: 2rem;  color: rgba(51,51,51,.8);font-weight: 600;}
    div#advan{ color: rgb(51,51,51); text-align: center;}


    /* courseISO */
    section#courseISO{ padding: 120px 50px 150px 50px; }

    div.part h2{ font-size: 1.65rem; }
    section#courseISO div.Course{ min-height: auto; }
    
    div#new > h1{ font-size: 2rem;}
    
    /* courseISO */
    section#courseISO{ padding: 150px 20px 20px 20px; }
    div.event div.Box{margin-bottom: 30px;}
    div.event p{text-align: justify;font-size: 1rem;line-height: 1.5;color: #fff;}

    section#PageC{  padding-bottom: 0; }
    section#PageC > div.row{ padding: 50px 0;}
    section#PageC a > button{ width: 92%; margin: 20px 15px; padding:20px; border-radius: 35px; }
}
@media(max-width:600px){
    /* visual */
    header{ height: 400px; }
    header div#title > div{ margin-left: 0; padding-top: 100px;}
    header hr{ margin-bottom: 10px; }
    header h3{ font-size: 1rem; margin-left: 40px;}
   

    /* personal */
    section#personal{ padding: 80px 20px 100px 20px; }
    div#img{ display: none; }
    div#intr > h1{ font-size: 3rem; }

    /* security */
    section#security { padding: 80px 20px 100px 20px; }
    section#security h1{ line-height: 4rem; font-size: 3rem; }

    /* newISO */
    section#newISO{ padding: 80px 20px 100px 20px; }


}